# Which TikTokers Is Your Competitor Paying?

**Use case:** 

Uncover handles backed by rival brand sponsorships. See if your competitors are funding real influencers or wasting cash on bots.

## Input

```json
{
  "handles": [
    "puma",
    "underarmour"
  ],
  "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.