# TikTok Intelligence Feed

**Use case:** 

The day's TikTok intelligence as one feed: new breakouts, accelerations, trend originators and decay, built for Slack, Zapier and AI agents.

## 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"
  },
  "eventType": {
    "label": "Event type",
    "format": "string"
  },
  "eventImportance": {
    "label": "Event importance",
    "format": "number"
  },
  "entityRef": {
    "label": "Entity ref",
    "format": "object"
  },
  "line": {
    "label": "Event line",
    "format": "string"
  },
  "detectedAt": {
    "label": "Detected at",
    "format": "string"
  }
}
```

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