# Find TikTok Micro-Influencers by Niche (1k-100k)

**Use case:** 

Pull TikTok micro-influencers in any niche with 1k-100k followers. Ideal for affordable UGC and influencer marketing campaigns with high engagement.

## Input

```json
{
  "queries": [
    "fitness",
    "vegan recipes",
    "skincare"
  ],
  "max_pages": 5,
  "min_follower_count": 1000,
  "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.