# Research TikTok Shop product sales & revenue

**Use case:** 

Research TikTok Shop products with units sold and estimated lifetime revenue per product — ideal for dropshipping and product research.

## Input

```json
{
  "mode": "category",
  "productUrls": [],
  "shopUrls": [],
  "categoryUrls": [
    "kitchenware/600024"
  ],
  "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": "Units sold",
    "format": "integer"
  },
  "estimatedRevenue": {
    "label": "Revenue (lifetime)",
    "format": "number"
  },
  "shopName": {
    "label": "Shop",
    "format": "string"
  },
  "productUrl": {
    "label": "Link",
    "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.