# Lazada Philippines Bestseller Discovery

**Use case:** 

Discover Lazada PH bestsellers using the top-selling catalogue with a 20+ review floor. Export price, rating, sold count and seller to CSV.

## Input

```json
{
  "mode": "search",
  "market": "PH",
  "searchTerms": [
    "power bank"
  ],
  "catalogue": "selling",
  "maxItems": 100,
  "includeReviews": true,
  "maxReviewsPerProduct": 10,
  "minReviews": 20,
  "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.