# 💹 TikTok Shop Market Data for Investor Research

**Use case:** 

Pull structured TikTok Shop market data for due diligence, category sizing, or investment research. Get pricing, review volumes, and seller counts by niche.

## Input

```json
{
  "queries": [
    "consumer electronics",
    "DTC beauty brand",
    "pet wellness",
    "home fitness",
    "sustainable goods"
  ],
  "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.