# TikTok Fitness Influencer Discovery for Sports Brands

**Use case:** 

Find TikTok fitness influencers with 50k-500k followers who share workout routines and gym content tailored for activewear or supplement partnerships.

## Input

```json
{
  "request": "Fitness influencer on TikTok who posts workout routines, gym content, or sports training suitable for activewear or supplement brand partnerships",
  "targetQuantity": 10,
  "platform": "tiktok",
  "minFollowers": 50000,
  "maxFollowers": 500000,
  "location": "United States"
}
```

## Output

```json
{
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "handle": {
    "label": "Handle",
    "format": "text"
  },
  "platform": {
    "label": "Platform",
    "format": "text"
  },
  "displayName": {
    "label": "Display Name",
    "format": "text"
  },
  "followerCount": {
    "label": "Followers",
    "format": "number"
  },
  "engagementRate": {
    "label": "Engagement Rate",
    "format": "number"
  },
  "reasoning": {
    "label": "Reasoning",
    "format": "text"
  },
  "overallScore": {
    "label": "Overall Score (0-15)",
    "format": "number"
  },
  "matchLevel": {
    "label": "Match Level",
    "format": "text"
  },
  "nicheAlignment": {
    "label": "Niche Alignment",
    "format": "number"
  },
  "valuesBrandFit": {
    "label": "Values/Brand Fit",
    "format": "number"
  },
  "keyStrengths": {
    "label": "Key Strengths",
    "format": "array"
  },
  "isVerified": {
    "label": "Verified",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [Influencer Discovery Agent (Instagram + Tiktok)](https://apify.com/hypebridge/influencer-discovery-agent-instagram-tiktok) with a specific input configuration. Visit the [Actor detail page](https://apify.com/hypebridge/influencer-discovery-agent-instagram-tiktok) to learn more, explore other use cases, and run it yourself.