# TikTok Shop Top Selling Scraper

**Use case:** 

Scrape top selling products from TikTok Shop. Export title, price, rating, units sold, seller and product links for e-commerce research.

## Input

```json
{
  "maxItems": 25,
  "category": "Top Selling",
  "includeDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "shopLogoUrl": {
    "label": "Shop Logo",
    "format": "image"
  },
  "productId": {
    "label": "Product ID",
    "format": "text"
  },
  "title": {
    "label": "Product",
    "format": "text"
  },
  "salePrice": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original",
    "format": "number"
  },
  "discount": {
    "label": "Discount",
    "format": "text"
  },
  "savings": {
    "label": "Savings",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "soldCount": {
    "label": "Sold",
    "format": "number"
  },
  "shopName": {
    "label": "Shop",
    "format": "text"
  },
  "sellerId": {
    "label": "Seller ID",
    "format": "text"
  },
  "promotions": {
    "label": "Promotions",
    "format": "array"
  },
  "skuCount": {
    "label": "SKUs",
    "format": "number"
  },
  "section": {
    "label": "Section",
    "format": "text"
  },
  "categories": {
    "label": "Categories",
    "format": "text"
  },
  "totalReviews": {
    "label": "Total Reviews",
    "format": "number"
  },
  "shopSoldCount": {
    "label": "Shop Sold",
    "format": "number"
  },
  "shopProductCount": {
    "label": "Shop Products",
    "format": "number"
  },
  "shopReviewCount": {
    "label": "Shop Reviews",
    "format": "number"
  },
  "shopFollowers": {
    "label": "Shop Followers",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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