# Compare TikTok Creators and Competitors

**Use case:** 

Rank TikTok creators, compare median views and engagement, find winning hashtags, sounds, formats, posting times, and viral outliers.

## Input

```json
{
  "mode": "creatorIntelligence",
  "handles": [
    "@tiktok",
    "@nba"
  ],
  "keywords": [
    "small business tips",
    "summer fashion"
  ],
  "videosPerProfile": 50,
  "videoUrls": [
    "https://www.tiktok.com/@tiktok/video/7106594312292453675"
  ],
  "maxResults": 100,
  "maxProviderSpendUsd": 5,
  "includeRawResults": true,
  "includeReport": true,
  "historyDatasetName": "tiktok-creator-intelligence-history",
  "maxConcurrency": 1
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "username": {
    "label": "Creator",
    "format": "text"
  },
  "score": {
    "label": "Score / 100",
    "format": "number"
  },
  "engagementRatePct": {
    "label": "Engagement %",
    "format": "number"
  },
  "medianViews": {
    "label": "Median views",
    "format": "number"
  },
  "viewsToFollowersRatio": {
    "label": "Views / follower",
    "format": "number"
  },
  "postsPerWeek": {
    "label": "Posts / week",
    "format": "number"
  },
  "postingConsistencyScore": {
    "label": "Consistency",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Creator & Competitor Intelligence](https://apify.com/scrape-lads/tiktok-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrape-lads/tiktok-scraper) to learn more, explore other use cases, and run it yourself.