# TikTok following list scraper for creators

**Use case:** 

Extract who a public TikTok creator follows to map creator networks, interests, and potential collaboration targets.

## Input

```json
{
  "profiles": [
    "https://www.tiktok.com/@tiktok"
  ],
  "listType": "following",
  "maxFollowersPerProfile": 75
}
```

## Output

```json
{
  "uniqueId": {
    "label": "Username",
    "format": "text"
  },
  "nickname": {
    "label": "Display Name",
    "format": "text"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "privateAccount": {
    "label": "Private",
    "format": "boolean"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "followingCount": {
    "label": "Following",
    "format": "number"
  },
  "heartCount": {
    "label": "Likes",
    "format": "number"
  },
  "videoCount": {
    "label": "Videos",
    "format": "number"
  },
  "signature": {
    "label": "Bio",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "scrapedFromProfile": {
    "label": "Scraped From",
    "format": "text"
  },
  "listType": {
    "label": "List Type",
    "format": "text"
  }
}
```

## About this Actor

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