# Zalando Scraper - Products, Prices, Sizes, Images, Reviews

**Use case:** 

Extract Zalando product data at scale: prices, discounts, sizes, images, colours, availability, ratings, reviews and descriptions across 20+ stores.

## Input

```json
{
  "mode": "search",
  "searchTerms": [
    "dress"
  ],
  "domain": "co.uk",
  "sortBy": "relevance",
  "onSaleOnly": false,
  "urls": [
    "https://www.zalando.co.uk/womens-clothing-dresses/"
  ],
  "fetchDetails": true,
  "maxReviews": 20,
  "maxListings": 20,
  "proxy": {
    "useApifyProxy": true
  },
  "mcpConnectors": []
}
```

## Output

```json
{
  "sku": {
    "label": "SKU"
  },
  "name": {
    "label": "Name"
  },
  "brand": {
    "label": "Brand"
  },
  "price": {
    "label": "Price"
  },
  "originalPrice": {
    "label": "Original price"
  },
  "discountPercentage": {
    "label": "Discount %"
  },
  "currency": {
    "label": "Currency"
  },
  "onSale": {
    "label": "On sale"
  },
  "dealFlag": {
    "label": "Deal flag"
  },
  "category": {
    "label": "Category"
  },
  "targetGroup": {
    "label": "Target group"
  },
  "sizes": {
    "label": "Sizes"
  },
  "rating": {
    "label": "Rating"
  },
  "image": {
    "label": "Image",
    "format": "image"
  },
  "available": {
    "label": "Available"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "datetime"
  }
}
```

## About this Actor

This example demonstrates how to use [Zalando Scraper - Products, Prices, Sizes, Images, Reviews](https://apify.com/abotapi/zalando-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/abotapi/zalando-scraper) to learn more, explore other use cases, and run it yourself.