# Monitor Competitor TikTok Video Content Strategy

**Use case:** 

Track the latest video uploads and profile information of key competitors on TikTok to understand their content themes, posting frequency, and audience receptio

## Input

```json
{
  "usernames": [
    "nike",
    "adidas",
    "lululemon"
  ],
  "contentTypes": [
    "profile",
    "videos"
  ],
  "maxPostsPerProfile": 40,
  "includeProfileInfo": true
}
```

## Output

```json
{
  "rowType": {
    "label": "Row Type",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "videoCount": {
    "label": "Videos",
    "format": "number"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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