# TikTok Shop Bestsellers Scraper (US)

**Use case:** 

Scrape top selling TikTok Shop US products across beauty, supplements and home: price, discount, sold count, rating, reviews, seller and stock.

## Input

```json
{
  "maxItems": 10,
  "productIds": [
    "1729448464509734958",
    "1729508370969629931",
    "1729502474590983181"
  ],
  "region": "US",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "region": {
    "label": "Region",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "originalPrice": {
    "label": "Original",
    "format": "number"
  },
  "discount": {
    "label": "Discount",
    "format": "text"
  },
  "shopName": {
    "label": "Shop",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "soldCount": {
    "label": "Sold",
    "format": "number"
  },
  "inStock": {
    "label": "In stock",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "observedAt": {
    "label": "Scraped",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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