# Tiktok Keyword Suggestions Scraper sample

**Use case:** 

Sample use-case Task for tiktok-keyword-suggestions-scraper: bounded defaults, real output, export JSON/CSV on Apify.

## Input

```json
{
  "keywords": [
    "home decor"
  ],
  "expandAlphabet": false,
  "expandNumbers": false,
  "expansionDepth": 0,
  "language": "en-US",
  "maxQueries": 2,
  "maxSuggestionsPerQuery": 10,
  "maxResults": 10,
  "deduplicateSuggestions": true
}
```

## Output

```json
{
  "seed_keyword": {
    "label": "Seed Keyword",
    "format": "text"
  },
  "request_query": {
    "label": "Request Query",
    "format": "text"
  },
  "source_queries": {
    "label": "Source Queries",
    "format": "text"
  },
  "query_count": {
    "label": "Query Count",
    "format": "number"
  },
  "suggestion": {
    "label": "Suggestion",
    "format": "text"
  },
  "normalized_suggestion": {
    "label": "Normalized Suggestion",
    "format": "text"
  },
  "group_id": {
    "label": "Group Id",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "text"
  },
  "best_tiktok_rank": {
    "label": "Best Tiktok Rank",
    "format": "number"
  },
  "query_rank": {
    "label": "Query Rank",
    "format": "number"
  },
  "expansion_depth": {
    "label": "Expansion Depth",
    "format": "text"
  },
  "volume_proxy": {
    "label": "Volume Proxy",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "words_source": {
    "label": "Words Source",
    "format": "text"
  },
  "is_personalized": {
    "label": "Is Personalized",
    "format": "boolean"
  },
  "recall_reasons": {
    "label": "Recall Reasons",
    "format": "text"
  },
  "cut_query_tokens": {
    "label": "Cut Query Tokens",
    "format": "text"
  },
  "matched_ranges": {
    "label": "Matched Ranges",
    "format": "text"
  },
  "url": {
    "label": "Url",
    "format": "link"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Keyword Suggestions Scraper](https://apify.com/benthepythondev/tiktok-keyword-suggestions-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/tiktok-keyword-suggestions-scraper) to learn more, explore other use cases, and run it yourself.