# Map TikTok audiences from followers and following

**Use case:** 

Collect both public followers and following profiles from selected TikTok accounts to compare audience shape and account networks.

## Input

```json
{
  "profiles": [
    "khaby.lame"
  ],
  "mode": "both",
  "maxResultsPerProfile": 10,
  "includeRawData": false
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "display_name": {
    "label": "Display Name",
    "format": "string"
  },
  "is_verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "relationship": {
    "label": "Relationship",
    "format": "string"
  },
  "source_username": {
    "label": "Source Account",
    "format": "string"
  },
  "follower_count": {
    "label": "Follower Count",
    "format": "integer"
  },
  "following_count": {
    "label": "Following Count",
    "format": "integer"
  },
  "video_count": {
    "label": "Video Count",
    "format": "integer"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  }
}
```

## About this Actor

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