# TikTok Creator Leads from Competitor Engagements

**Use case:** 

Identify TikTok creators engaging with a competitor's content. Receive detailed leads, including contact information and their comments.

## Input

```json
{
  "competitorUrls": [
    "https://www.tiktok.com/@elfyeahuk"
  ],
  "maxVideos": 3,
  "maxCommentsPerVideo": 30,
  "minFollowers": 2000,
  "onlyWithEmail": false,
  "enrichLinkInBio": true,
  "includeEngagementRate": false,
  "maxCommentersToScreen": 0,
  "maxLeads": 10,
  "bioKeywords": [],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "displayName": {
    "label": "Display name",
    "format": "string"
  },
  "primaryEmail": {
    "label": "Primary email",
    "format": "string"
  },
  "followerCount": {
    "label": "Followers",
    "format": "integer"
  },
  "engagementRate": {
    "label": "Engagement rate % (estimated)",
    "format": "number"
  },
  "isBusinessAccount": {
    "label": "Business account",
    "format": "boolean"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  },
  "linkInBio": {
    "label": "Link in bio",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "competitorEngagement": {
    "label": "Competitor engagement",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Competitor Engagement Leads](https://apify.com/piquant_hare/tiktok-competitor-engagement-leads) with a specific input configuration. Visit the [Actor detail page](https://apify.com/piquant_hare/tiktok-competitor-engagement-leads) to learn more, explore other use cases, and run it yourself.