# Discover TikTok Food Creators for UGC Campaigns

**Use case:** 

Find TikTok chefs, recipe creators, and food influencers with bios and follower counts. Built for restaurant, CPG, and food brand UGC outreach.

## Input

```json
{
  "queries": [
    "recipes",
    "chef",
    "vegan",
    "food review"
  ],
  "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.