# Lazada Watchlist - Track Products by URL

**Use case:** 

Track a watchlist of Lazada product URLs: current price, discount, stock, rating, review count and seller on every run. Simple price monitoring.

## Input

```json
{
  "mode": "product",
  "market": "SG",
  "searchTerms": [
    "wireless earbuds"
  ],
  "productUrls": [
    "https://www.lazada.sg/products/kenwood-smp84c0wh-sandwich-maker-i2867589504.html"
  ],
  "catalogue": "all",
  "maxItems": 50,
  "includeReviews": true,
  "maxReviewsPerProduct": 10,
  "concurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "title": {
    "label": "Product"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "ratingAverage": {
    "label": "Rating"
  },
  "reviewCount": {
    "label": "Reviews"
  },
  "brand": {
    "label": "Brand"
  },
  "inStock": {
    "label": "In stock"
  },
  "skuCount": {
    "label": "Variants"
  },
  "categoryPath": {
    "label": "Category"
  },
  "market": {
    "label": "Market"
  },
  "itemId": {
    "label": "Item ID"
  },
  "url": {
    "label": "URL"
  }
}
```

## About this Actor

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