# Scrape New Women's Arrivals in Indonesia - Zalora

**Use case:** 

Track the newest women's fashion arrivals on Zalora Indonesia with Product, Brand, Price, Currency, Rating, Reviews, Category and URL. Sorted by newest.

## Input

```json
{
  "country": "id",
  "searchQueries": [
    "dress"
  ],
  "segments": [
    "women"
  ],
  "sort": "newest",
  "priceMin": 0,
  "priceMax": 0,
  "onSaleOnly": false,
  "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": "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.