# Stunt And Skill Accounts - Do The Views Match?

**Use case:** 

High-production accounts with big followings. Check what a typical post really does.

## Input

```json
{
  "handles": [
    "dudeperfect",
    "howridiculous",
    "theslowmoguys",
    "spencerx"
  ],
  "maxProfiles": 4
}
```

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