# Find TikTok Fitness Creators for Product Collabs

**Use case:** 

Discover TikTok fitness influencers, trainers, and gym creators with bio and follower data. Built for sportswear, supplement, and wellness brand outreach.

## Input

```json
{
  "queries": [
    "fitness",
    "home workout",
    "gym",
    "running"
  ],
  "max_pages": 5,
  "min_follower_count": 5000,
  "exclude_unverified": false,
  "auto_expand_query": true,
  "deep_search": false,
  "allow_duplicates": false
}
```

## Output

```json
{
  "unique_id": {
    "label": "Handle",
    "format": "string"
  },
  "nickname": {
    "label": "Display name",
    "format": "string"
  },
  "follower_count": {
    "label": "Followers",
    "format": "integer"
  },
  "following_count": {
    "label": "Following",
    "format": "integer"
  },
  "verified": {
    "label": "Verified",
    "format": "boolean"
  },
  "signature": {
    "label": "Bio",
    "format": "string"
  },
  "profile_url": {
    "label": "Profile URL",
    "format": "string"
  },
  "avatar": {
    "label": "Avatar URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok User Search Scraper - Find Creators [NO LOGIN] ✅](https://apify.com/unseenuser/tiktok-user-search-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/unseenuser/tiktok-user-search-scraper) to learn more, explore other use cases, and run it yourself.