# Skincare Price Monitor for Tokopedia

**Use case:** 

Track prices and ratings for skincare products like serums and Korean moisturizers on Tokopedia. Get detailed data in CSV or JSON format.

## Input

```json
{
  "queries": [
    "serum wajah",
    "moisturizer korea"
  ],
  "maxPages": 5,
  "maxProductsTotal": 200,
  "sortBy": "5",
  "condition": "0",
  "priceMin": 0,
  "priceMax": 0,
  "officialStore": false,
  "freeShipping": false,
  "maxConcurrency": 3,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "priceNumber": {
    "label": "Price (IDR)",
    "format": "number"
  },
  "discountPercentage": {
    "label": "Discount %",
    "format": "number"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "soldNumber": {
    "label": "Sold",
    "format": "number"
  },
  "shopName": {
    "label": "Shop",
    "format": "text"
  },
  "shopCity": {
    "label": "City",
    "format": "text"
  },
  "isOfficialStore": {
    "label": "Official",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tokopedia Scraper – Indonesia Products & Prices](https://apify.com/logiover/tokopedia-product-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/tokopedia-product-scraper) to learn more, explore other use cases, and run it yourself.