# Audit Competitor TikTok Content Strategy

**Use case:** 

Scrape competitor TikTok videos to analyze their content types, engagement metrics, and audience response. Gain actionable insights into successful strategies a

## Input

```json
{
  "queries": [
    "Nike running shoes review",
    "Adidas new collection",
    "Lululemon athletic wear",
    "Gymshark workout gear",
    "Under Armour training"
  ],
  "maxResultsPerQuery": 40
}
```

## Output

```json
{
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "query": {
    "label": "Search Query",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "searchType": {
    "label": "Search Type",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "text"
  },
  "author": {
    "label": "Author"
  },
  "playCount": {
    "label": "Views",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  }
}
```

## About this Actor

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