# Shopee Indonesia Product Scraper – Export Harga & Terjual

**Use case:** 

Scrape Shopee Indonesia listings by keyword. Export name, price in IDR, sold-volume estimate, rating and shop info to JSON, CSV or Excel. No login.

## Input

```json
{
  "location": "tênis",
  "keywords": [
    "sepatu pria"
  ],
  "shopUrls": [],
  "categoryUrls": [],
  "priceSlicing": false,
  "country": "ID",
  "maxItems": 100,
  "debug": false
}
```

## Output

```json
{
  "_mock": {
    "label": "Mock"
  },
  "_notice": {
    "label": "Notice"
  },
  "name": {
    "label": "Name"
  },
  "price": {
    "label": "Price"
  },
  "priceMax": {
    "label": "Price max"
  },
  "currency": {
    "label": "Currency"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "discountPercent": {
    "label": "Discount percent"
  },
  "isOnSale": {
    "label": "Is on sale"
  },
  "historicalSoldEstimated": {
    "label": "Historical sold estimated"
  },
  "favorites": {
    "label": "Favorites"
  },
  "reviewCount": {
    "label": "Review count"
  },
  "rating": {
    "label": "Rating"
  },
  "shopName": {
    "label": "Shop name"
  },
  "brand": {
    "label": "Brand"
  },
  "location": {
    "label": "Location"
  },
  "itemId": {
    "label": "Item id"
  },
  "shopId": {
    "label": "Shop id"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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