# Analyze TikTok Competitor Videos

**Use case:** 

Analyze a TikTok competitor video catalog to find engagement, median reach, winning formats, sounds, hashtags, posting times, and outliers.

## Input

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

## Output

```json
{
  "authorUsername": {
    "label": "Creator",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "views": {
    "label": "Views",
    "format": "number"
  },
  "likes": {
    "label": "Likes",
    "format": "number"
  },
  "comments": {
    "label": "Comments",
    "format": "number"
  },
  "shares": {
    "label": "Shares",
    "format": "number"
  },
  "engagementRatePct": {
    "label": "Engagement %",
    "format": "number"
  },
  "outlierScore": {
    "label": "Outlier score",
    "format": "number"
  },
  "isViral": {
    "label": "Viral outlier",
    "format": "boolean"
  },
  "videoUrl": {
    "label": "Video",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "date"
  }
}
```

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