# Lazada Product Reviews Export for Analysis

**Use case:** 

Export up to 300 Lazada customer reviews by product ID with star rating, review text, date, buyer name and variant. Ready for sentiment analysis.

## Input

```json
{
  "mode": "reviews",
  "market": "SG",
  "searchTerms": [
    "wireless earbuds"
  ],
  "productUrls": [
    "2475513912",
    "2867589504"
  ],
  "catalogue": "all",
  "maxItems": 300,
  "includeReviews": true,
  "maxReviewsPerProduct": 10,
  "concurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "rating": {
    "label": "Stars"
  },
  "content": {
    "label": "Review"
  },
  "buyerName": {
    "label": "Buyer"
  },
  "reviewDate": {
    "label": "Date"
  },
  "variantBought": {
    "label": "Variant"
  },
  "verifiedPurchase": {
    "label": "Verified"
  },
  "likeCount": {
    "label": "Likes"
  },
  "imageCount": {
    "label": "Photos"
  },
  "productTitle": {
    "label": "Product"
  },
  "market": {
    "label": "Market"
  },
  "itemId": {
    "label": "Item ID"
  }
}
```

## 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.