# Sports Accounts - Followers vs Eyeballs

**Use case:** 

Leagues and sports media have huge followings. See how many of them show up for a post.

## Input

```json
{
  "handles": [
    "nba",
    "nfl",
    "ufc",
    "wwe",
    "houseofhighlights",
    "barstoolsports"
  ],
  "maxProfiles": 6
}
```

## 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.