# Find Underserved TikTok Niches

**Use case:** 

Find white space on TikTok: underused sounds, underrepresented formats and fast-growing subtopics, ranked by opportunity. Set your niche and run.

## Input

```json
{
  "mode": "hashtag",
  "hashtags": [
    "skincare"
  ],
  "rankBy": "opportunity",
  "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"
  },
  "whiteSpace": {
    "label": "White space",
    "format": "object"
  },
  "opportunityScore": {
    "label": "Opportunity score",
    "format": "number"
  }
}
```

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