# Discover TikTok Influencers for Product Launches

**Use case:** 

Find relevant TikTok creators and user-generated content discussing specific product categories or interests for your next marketing campaign. This enables targ

## Input

```json
{
  "queries": [
    "vegan protein powder review",
    "eco-friendly cleaning hacks",
    "small business marketing tips",
    "gaming setup essentials",
    "skincare routine for acne"
  ],
  "maxResultsPerQuery": 60
}
```

## Output

```json
{
  "postId": {
    "label": "Post ID",
    "format": "text"
  },
  "query": {
    "label": "Search Query",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "searchType": {
    "label": "Search Type",
    "format": "text"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "createdAt": {
    "label": "Created At",
    "format": "text"
  },
  "author": {
    "label": "Author"
  },
  "playCount": {
    "label": "Views",
    "format": "number"
  },
  "likeCount": {
    "label": "Likes",
    "format": "number"
  },
  "commentCount": {
    "label": "Comments",
    "format": "number"
  },
  "shareCount": {
    "label": "Shares",
    "format": "number"
  },
  "postUrl": {
    "label": "Post URL",
    "format": "link"
  }
}
```

## About this Actor

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