# Lazada Indonesia Fashion Catalogue Export

**Use case:** 

Export a Lazada Indonesia fashion category catalogue of 150 products with price, discount, rating, reviews, seller and product URL. CSV or Excel.

## Input

```json
{
  "mode": "category",
  "market": "ID",
  "searchTerms": [
    "wireless earbuds"
  ],
  "categoryKeywords": [
    "tas wanita"
  ],
  "catalogue": "all",
  "maxItems": 150,
  "includeReviews": false,
  "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.