# Find Breakout TikTok Videos

**Use case:** 

Catch TikTok videos breaking out right now, ranked by breakout strength with the signals driving each, before they hit the For You page.

## Input

```json
{
  "mode": "hashtag",
  "hashtags": [
    "skincare"
  ],
  "rankBy": "breakoutPotential",
  "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"
  },
  "summary": {
    "label": "Summary",
    "format": "string"
  },
  "scores": {
    "label": "Scores",
    "format": "object"
  },
  "signalEvents": {
    "label": "Signal events",
    "format": "array"
  },
  "whyThisMatters": {
    "label": "Why this matters",
    "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.