# Sneaker Price Tracker for Lazada Indonesia

**Use case:** 

Track sneaker prices on Lazada Indonesia. Get up-to-date data on pricing, ratings, and sellers with detailed product listings.

## Input

```json
{
  "searchTerms": [
    "sneakers"
  ],
  "category": "",
  "categoryUrls": [
    "https://www.lazada.com.my/shop-mobiles/"
  ],
  "country": "ID",
  "sortBy": "popularity",
  "maxItemsPerTerm": 100,
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "groups": [
      "RESIDENTIAL"
    ],
    "countryCode": "ID"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product name",
    "format": "text"
  },
  "priceShow": {
    "label": "Price (display)",
    "format": "text"
  },
  "discount": {
    "label": "Discount",
    "format": "text"
  },
  "ratingScore": {
    "label": "Rating",
    "format": "number"
  },
  "review": {
    "label": "Reviews",
    "format": "number"
  },
  "sold": {
    "label": "Sold",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller",
    "format": "text"
  },
  "brandName": {
    "label": "Brand",
    "format": "text"
  },
  "itemUrl": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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