# Benchmark TikTok Shop Products Before a DTC Launch

**Use case:** 

Map leading beauty products, accepted prices, sales proof, ratings, review depth, and sellers before planning a DTC launch.

## Input

```json
{
  "mode": "category",
  "category": "Beauty & Skincare",
  "keywords": [
    "face serum"
  ],
  "priceTier": "all",
  "maxResults": 500,
  "maxPagesPerKeyword": 10,
  "searchRegion": "US",
  "includeRawProduct": false,
  "maxFetchRetries": 3,
  "queryRetryAttempts": 3,
  "requestTimeoutSec": 30
}
```

## Output

```json
{
  "image": {
    "label": "Image"
  },
  "winningScore": {
    "label": "Winning score"
  },
  "name": {
    "label": "Name"
  },
  "shopName": {
    "label": "Shop name"
  },
  "price": {
    "label": "Price"
  },
  "sold": {
    "label": "Sold"
  },
  "rating": {
    "label": "Rating"
  },
  "reviews": {
    "label": "Reviews"
  },
  "sourceKeyword": {
    "label": "Source keyword"
  },
  "productUrl": {
    "label": "Product url"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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