# Scrape Top-Rated Shoes in Hong Kong - Zalora

**Use case:** 

Find top-rated shoes on Zalora Hong Kong with Product, Brand, Price, Sale price, Currency, Rating, Reviews and Seller. Filter by minimum rating.

## Input

```json
{
  "country": "hk",
  "searchQueries": [
    "shoes"
  ],
  "segments": [
    "women"
  ],
  "sort": "rating",
  "priceMin": 0,
  "priceMax": 0,
  "onSaleOnly": false,
  "minRating": 4,
  "includeProductDetails": false,
  "maxItems": 100,
  "maxItemsPerQuery": 0,
  "monitorMode": false,
  "dedupStoreName": "zalora-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "specialPrice": {
    "label": "Sale price"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "currency": {
    "label": "Currency"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "sellerName": {
    "label": "Seller"
  },
  "category": {
    "label": "Category"
  },
  "country": {
    "label": "Market"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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