# TikTok Shop Electronics Scraper

**Use case:** 

Scrape TikTok Shop gadgets and electronics: price, variants, ratings, sold counts and sellers. Spot winning tech products.

## Input

```json
{
  "productUrls": [
    "https://shop.tiktok.com/view/product/1729382355331745106"
  ],
  "searchKeywords": [
    "wireless earbuds"
  ],
  "region": "us",
  "debugMode": false
}
```

## Output

```json
{
  "product_name": {
    "label": "Product",
    "format": "text"
  },
  "product_id": {
    "label": "Product ID",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "discounted_price": {
    "label": "Discounted",
    "format": "number"
  },
  "discount_percentage": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviews_total": {
    "label": "Reviews",
    "format": "number"
  },
  "sales_count": {
    "label": "Sold",
    "format": "number"
  },
  "in_stock": {
    "label": "In stock",
    "format": "boolean"
  },
  "shop_name": {
    "label": "Shop",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "product_url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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