# Bulk Export Competitor TikTok Follower Lists (No Login)

**Use case:** 

Pull TikTok follower lists for multiple competitors in one run. Compare audiences, find overlap, build lookalike-ready exports. No login, no Chrome extension.

## Input

```json
{
  "handles": [
    "chipotle",
    "tacobell",
    "wendys"
  ],
  "get_followers": true,
  "get_following": false,
  "max_followers": 500,
  "max_following": 500
}
```

## Output

```json
{
  "list_type": {
    "label": "List",
    "format": "text"
  },
  "target_handle": {
    "label": "Target",
    "format": "text"
  },
  "unique_id": {
    "label": "Handle",
    "format": "text"
  },
  "nickname": {
    "label": "Display name",
    "format": "text"
  },
  "uid": {
    "label": "User ID",
    "format": "text"
  },
  "follower_count": {
    "label": "Followers",
    "format": "number"
  },
  "following_count": {
    "label": "Following",
    "format": "number"
  },
  "signature": {
    "label": "Bio",
    "format": "text"
  },
  "avatar_url": {
    "label": "Avatar",
    "format": "image"
  },
  "_metadata": {
    "label": "Metadata",
    "format": "object"
  }
}
```

## About this Actor

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