# Monitor Competitor TikTok Accounts

**Use case:** 

Track competitor TikTok accounts: spot who is slowing down, going dark or slipping, with the change story behind each. Add the handles and run.

## Input

```json
{
  "mode": "profiles",
  "hashtags": [
    "skincare"
  ],
  "rankBy": "momentum",
  "profiles": [
    "@fatimasskin",
    "@skinbykristin",
    "@katiefawn",
    "@theneelajolenee"
  ],
  "searchModeAcknowledged": false,
  "commentsSamplePerVideo": 0,
  "watchlistName": "skincare-competitors",
  "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"
  },
  "riskState": {
    "label": "Risk state",
    "format": "string"
  },
  "changeStory": {
    "label": "Change story",
    "format": "array"
  },
  "history": {
    "label": "History",
    "format": "object"
  }
}
```

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