# TikTok Keyword Ideas Generator

**Use case:** 

Discover TikTok autocomplete keyword ideas from seed topics for content planning, SEO research, and creator trend discovery.

## Input

```json
{
  "keywords": [
    "skincare routine",
    "easy dinner",
    "home workout"
  ],
  "searchUrls": [
    {
      "url": "https://www.tiktok.com/search?q=makeup"
    }
  ],
  "maxSuggestionsPerKeyword": 25,
  "region": "US",
  "language": "en-US",
  "includeAlphabetExpansions": false
}
```

## Output

```json
{
  "seedKeyword": {
    "label": "Seed keyword",
    "format": "text"
  },
  "suggestion": {
    "label": "Suggestion",
    "format": "text"
  },
  "suggestionRank": {
    "label": "Rank",
    "format": "number"
  },
  "searchUrl": {
    "label": "TikTok search URL",
    "format": "link"
  },
  "expansionKeyword": {
    "label": "Expansion query",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "groupId": {
    "label": "Group ID",
    "format": "text"
  },
  "wordsSource": {
    "label": "Words source",
    "format": "text"
  },
  "recallReason": {
    "label": "Recall reason",
    "format": "text"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Keywords Discovery Scraper](https://apify.com/automation-lab/tiktok-keywords-discovery) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/tiktok-keywords-discovery) to learn more, explore other use cases, and run it yourself.