# 🍕 TikTok Shop Food & Beverage Product Research

**Use case:** 

Research the food and beverage market on TikTok Shop. Get pricing, ratings, and seller data to benchmark competitors and validate demand.

## Input

```json
{
  "queries": [
    "protein snack",
    "herbal tea",
    "hot sauce",
    "energy drink",
    "collagen coffee"
  ],
  "maxPagesPerQuery": 10,
  "maxResultsPerQuery": 500,
  "includeRawProduct": true,
  "requireAllQueryTokens": true,
  "minimumQueryTokenMatches": 2,
  "requestTimeoutSec": 30,
  "maxFetchRetries": 5,
  "queryRetryAttempts": 5
}
```

## Output

```json
{
  "image": {
    "label": "Image"
  },
  "name": {
    "label": "Name"
  },
  "shopName": {
    "label": "Shop name"
  },
  "price": {
    "label": "Price"
  },
  "sold": {
    "label": "Sold"
  },
  "rating": {
    "label": "Rating"
  },
  "reviews": {
    "label": "Reviews"
  },
  "rank": {
    "label": "Rank"
  },
  "query": {
    "label": "Query"
  },
  "productUrl": {
    "label": "Product url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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