# Monitor TikTok Audience Growth for Competitors

**Use case:** 

Regularly scrape both the followers and following lists of key competitors to track their audience expansion and network development over time. By comparing dat

## Input

```json
{
  "usernames": [
    "natgeo"
  ],
  "profileUrls": [
    "https://www.tiktok.com/@brand_x_official",
    "https://www.tiktok.com/@brand_y_global"
  ],
  "listType": "both",
  "maxUsersPerProfile": 250,
  "includeStats": true,
  "sessionCookie": "***"
}
```

## Output

```json
{
  "sourceUsername": {
    "label": "Source Profile",
    "format": "text"
  },
  "listType": {
    "label": "List Type",
    "format": "text"
  },
  "userId": {
    "label": "User ID",
    "format": "text"
  },
  "username": {
    "label": "Username",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "followingCount": {
    "label": "Following",
    "format": "number"
  },
  "heartCount": {
    "label": "Total Likes",
    "format": "number"
  },
  "videoCount": {
    "label": "Videos",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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