# TikTok Long-Tail Keyword Research

**Use case:** 

Expand TikTok seed topics with A-Z autocomplete variations to find long-tail video ideas and niche content opportunities.

## Input

```json
{
  "keywords": [
    "budget travel",
    "pilates workout",
    "ai tools"
  ],
  "searchUrls": [
    {
      "url": "https://www.tiktok.com/search?q=makeup"
    }
  ],
  "maxSuggestionsPerKeyword": 60,
  "region": "US",
  "language": "en-US",
  "includeAlphabetExpansions": true
}
```

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