# TikTok Shop Scraper: Extract Products, Sales & Sellers

**Use case:** 

Scrape TikTok Shop products, real-time prices, sales count, and influencer contact handles. Export to JSON/CSV or connect via n8n & REST API.

## Input

```json
{
  "searchKeywords": [
    "wireless earbuds discount code"
  ],
  "directUrls": [],
  "countryCode": "US",
  "nicheKeywords": [],
  "minFollowers": 0,
  "resultsLimit": 100
}
```

## Output

```json
{
  "seller_handle": {
    "label": "Seller / Creator Handle",
    "format": "string"
  },
  "title": {
    "label": "Title / Caption",
    "format": "string"
  },
  "price": {
    "label": "Current Price",
    "format": "number"
  },
  "original_price": {
    "label": "Original Price",
    "format": "number"
  },
  "discount_percentage": {
    "label": "Discount Percentage",
    "format": "number"
  },
  "sales_count": {
    "label": "Sales / Likes Count",
    "format": "integer"
  },
  "rating_score": {
    "label": "Rating Score (1-5)",
    "format": "number"
  },
  "review_count": {
    "label": "Review Count",
    "format": "integer"
  },
  "product_url": {
    "label": "Product / Video URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [TikTok Affiliate & Influencer Finder (+ Promo Code Scraper)](https://apify.com/notus_lab/tiktok-affiliate-finder) with a specific input configuration. Visit the [Actor detail page](https://apify.com/notus_lab/tiktok-affiliate-finder) to learn more, explore other use cases, and run it yourself.