# Find best-selling TikTok Shop products

**Use case:** 

Discover best-selling TikTok Shop products in any category with prices, units sold, ratings, review counts, and seller names.

## Input

```json
{
  "mode": "category",
  "productUrls": [],
  "shopUrls": [],
  "categoryUrls": [
    "beauty-personal-care/601450"
  ],
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "productTitle": {
    "label": "Product",
    "format": "string"
  },
  "currentPrice": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur.",
    "format": "string"
  },
  "soldCount": {
    "label": "Sold",
    "format": "integer"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "integer"
  },
  "shopName": {
    "label": "Shop",
    "format": "string"
  },
  "productUrl": {
    "label": "Link",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

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