# Find TikTok Fashion Creators for Brand Partnerships

**Use case:** 

Find TikTok fashion influencers and creators with audience size and bio details. Surface micro and mid creators ready for paid brand partnerships.

## Input

```json
{
  "queries": [
    "fashion",
    "streetwear",
    "outfit ideas",
    "ootd"
  ],
  "max_pages": 5,
  "min_follower_count": 10000,
  "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.