# Analyze Competitor TikTok Following for Market Research

**Use case:** 

Scrape the following list of your competitors on TikTok to discover their engagement strategies and potential partnership networks. This allows you to identify 

## Input

```json
{
  "usernames": [
    "natgeo"
  ],
  "profileUrls": [
    "https://www.tiktok.com/@nike",
    "https://www.tiktok.com/@adidas",
    "https://www.tiktok.com/@puma"
  ],
  "listType": "following",
  "maxUsersPerProfile": 300,
  "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.