# Run Your Whole Client List In One Go

**Use case:** 

Paste every creator you manage and get one row each, ranked the same way.

## Input

```json
{
  "handles": [
    "fireship_dev",
    "networkchuck",
    "davidbombal",
    "devslopes",
    "3blue1brown",
    "geek_updates",
    "theprimeagen",
    "freecodecamp",
    "t3dotgg"
  ],
  "maxProfiles": 9
}
```

## Output

```json
{
  "whatIFound": {
    "label": "What I found",
    "format": "string"
  },
  "uniqueId": {
    "label": "Handle",
    "format": "string"
  },
  "followerCount": {
    "label": "Followers",
    "format": "integer"
  },
  "typicalPostViews": {
    "label": "Views on a typical post",
    "format": "number"
  },
  "watchRatePct": {
    "label": "Followers who show up (%)",
    "format": "number"
  },
  "peerWatchRatePct": {
    "label": "Peer median (%)",
    "format": "number"
  },
  "peerPercentile": {
    "label": "Percentile among creators this size",
    "format": "integer"
  },
  "standing": {
    "label": "Standing",
    "format": "string"
  },
  "quietFollowerSharePct": {
    "label": "Followers who stay quiet (%)",
    "format": "number"
  },
  "reachBase": {
    "label": "Reach pattern",
    "format": "string"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "checkedAt": {
    "label": "Checked at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Fake Followers Check - Real Or Bought?](https://apify.com/reapx/tiktok-fake-follower-audit) with a specific input configuration. Visit the [Actor detail page](https://apify.com/reapx/tiktok-fake-follower-audit) to learn more, explore other use cases, and run it yourself.