# Find winning electronics on TikTok Shop

**Use case:** 

Find winning electronics & accessories on TikTok Shop with prices, units sold, ratings, and seller data to spot trending products.

## Input

```json
{
  "mode": "category",
  "productUrls": [],
  "shopUrls": [],
  "categoryUrls": [
    "phones-electronics/601739"
  ],
  "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.