# TikTok Market Map

**Use case:** 

Map any TikTok niche: clusters by topic, each tiered into leaders, challengers, emerging and cooling. See the whole landscape in one run.

## Input

```json
{
  "mode": "hashtag",
  "hashtags": [
    "skincare"
  ],
  "rankBy": "attention",
  "profiles": [
    "@khaby.lame",
    "@nasa"
  ],
  "searchModeAcknowledged": false,
  "commentsSamplePerVideo": 0,
  "maxVideosPerHashtag": 100,
  "maxRecentVideosPerProfile": 50,
  "maxVideosPerSound": 100,
  "maxResults": 100,
  "outputProfile": "signals",
  "taskPack": "none",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "recordType": {
    "label": "Record type",
    "format": "string"
  },
  "handle": {
    "label": "Creator handle",
    "format": "string"
  },
  "marketMap": {
    "label": "Market map",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Scraper — Breakouts, Creator Momentum & Sound Trends](https://apify.com/ryanclinton/tiktok-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ryanclinton/tiktok-scraper) to learn more, explore other use cases, and run it yourself.