# Did They Deliver What Their Numbers Promised?

**Use case:** 

See if that creator brought real buyers or just bot views to your campaign. Compare promised reach against actual video interaction.

## Input

```json
{
  "handles": [
    "redbull"
  ],
  "maxProfiles": 10
}
```

## Output

```json
{
  "whatIFound": {
    "label": "whatIFound",
    "format": "string"
  },
  "uniqueId": {
    "label": "uniqueId",
    "format": "string"
  },
  "nickname": {
    "label": "nickname",
    "format": "string"
  },
  "followerCount": {
    "label": "followerCount",
    "format": "integer"
  },
  "heartCount": {
    "label": "heartCount",
    "format": "integer"
  },
  "engagementRate": {
    "label": "engagementRate",
    "format": "number"
  },
  "engagementRateVsPeers": {
    "label": "engagementRateVsPeers",
    "format": "string"
  },
  "verified": {
    "label": "verified",
    "format": "boolean"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "format": "string"
  }
}
```

## About this Actor

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