# TikTok Shop Skincare Products Scraper

**Use case:** 

Scrape TikTok Shop skincare products with names, prices, discounts, sellers, ratings, review counts, and product URLs.

## Input

```json
{
  "keywords": [
    "skincare"
  ],
  "categoryUrls": [],
  "maxProductsPerKeyword": 50,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product Name",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "number"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "priceRangeText": {
    "label": "Price Range",
    "format": "text"
  },
  "minVariantPrice": {
    "label": "Min Variant Price",
    "format": "number"
  },
  "maxVariantPrice": {
    "label": "Max Variant Price",
    "format": "number"
  },
  "availabilityText": {
    "label": "Availability",
    "format": "text"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "stockQuantity": {
    "label": "Stock Quantity",
    "format": "number"
  },
  "reviewRating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "reviewSnippets": {
    "label": "Review Snippets",
    "format": "text"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "freeShipping": {
    "label": "Free Shipping",
    "format": "boolean"
  },
  "categoryName": {
    "label": "Category",
    "format": "text"
  },
  "searchKeyword": {
    "label": "Search Keyword",
    "format": "text"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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