# TikTok Script Generator for Money Tips

**Use case:** 

Write a TikTok script sharing money saving tips with a hook that stops the scroll and drives shares and saves.

## Input

```json
{
  "topic": "Five simple ways to save an extra five hundred dollars a month",
  "tone": "helpful"
}
```

## 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.