# TikTok Script Generator for Small Business

**Use case:** 

Generate a TikTok script telling a small business origin story that connects with viewers and drives them to shop.

## Input

```json
{
  "topic": "How I started my candle business from my kitchen table",
  "tone": "authentic"
}
```

## Output

```json
{
  "topic": {
    "label": "Topic",
    "format": "text"
  },
  "tone": {
    "label": "Tone",
    "format": "text"
  },
  "hook": {
    "label": "Hook",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "videoIdeas": {
    "label": "Video ideas",
    "format": "array"
  },
  "truncated": {
    "label": "Input truncated",
    "format": "text"
  },
  "observedAt": {
    "label": "Generated at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: TikTok Caption & Hook Generator](https://apify.com/scrapers_lat/tiktok-post-generator-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/tiktok-post-generator-tool) to learn more, explore other use cases, and run it yourself.