# 🎯 TikTok Shop Market Map for Brand Launches

**Use case:** 

Map any TikTok Shop category before launching your brand. Get seller counts, price ranges, ratings, and review data to find gaps and validate positioning.

## Input

```json
{
  "queries": [
    "face serum",
    "vitamin c serum",
    "retinol cream",
    "eye cream",
    "toner"
  ],
  "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.