# Scrape Zalora Sneaker Sellers - Singapore

**Use case:** 

See which sellers and official stores list each sneaker on Zalora Singapore with Seller / store, Brand, Official store, Product, Price and Category.

## Input

```json
{
  "country": "sg",
  "searchQueries": [
    "sneakers"
  ],
  "segments": [
    "men"
  ],
  "sort": "popularity",
  "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
{
  "sellerName": {
    "label": "Seller / store"
  },
  "brand": {
    "label": "Brand"
  },
  "officialStore": {
    "label": "Official store",
    "format": "boolean"
  },
  "name": {
    "label": "Product"
  },
  "price": {
    "label": "Price"
  },
  "category": {
    "label": "Category"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "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.