# Tokopedia – Products, Prices, Sellers & Variants

**Use case:** 

Scrape Tokopedia products. Search/URL + filters. Get price, discount, rating, sold count, seller, images. With details: description, videos, variants & wholesal

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "sepatu"
  ],
  "sortBy": "relevance",
  "condition": "any",
  "shopTier": "any",
  "freeShippingOnly": false,
  "discountOnly": false,
  "urls": [
    "https://www.tokopedia.com/search?q=sepatu"
  ],
  "fetchDetails": false,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "mcpConnectors": []
}
```

## Output

```json
{
  "productId": {
    "label": "Product ID"
  },
  "name": {
    "label": "Name"
  },
  "price": {
    "label": "Price"
  },
  "priceText": {
    "label": "Price text"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "discountPercentage": {
    "label": "Discount %"
  },
  "rating": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "soldCount": {
    "label": "Sold"
  },
  "condition": {
    "label": "Condition"
  },
  "categoryName": {
    "label": "Category"
  },
  "shopName": {
    "label": "Seller"
  },
  "shopCity": {
    "label": "Seller city"
  },
  "shopTier": {
    "label": "Seller tier"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "isOfficialStore": {
    "label": "Official store"
  },
  "isPowerMerchant": {
    "label": "Power merchant"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "datetime"
  }
}
```

## About this Actor

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