# Scrape Zalora Singapore Fashion Deals

**Use case:** 

Track the biggest fashion discounts on Zalora Singapore with Product, Brand, Was, Now, Discount %, You save and On sale. Sorted by discount.

## Input

```json
{
  "country": "sg",
  "searchQueries": [
    "dress"
  ],
  "segments": [
    "women"
  ],
  "sort": "discount",
  "priceMin": 0,
  "priceMax": 0,
  "onSaleOnly": true,
  "minRating": 0,
  "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": "Was"
  },
  "specialPrice": {
    "label": "Now"
  },
  "discountPercent": {
    "label": "Discount %",
    "format": "number"
  },
  "savingAmount": {
    "label": "You save",
    "format": "number"
  },
  "currency": {
    "label": "Currency"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "onSale": {
    "label": "On sale",
    "format": "boolean"
  },
  "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.