# Find Women’s Fashion Deals and Discounts on Zalando

**Use case:** 

Track discounted women’s fashion products on Zalando including dresses, jackets, shoes, and accessories for deal hunting and resale opportunities.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.zalando.at/premium-damen-sale/"
    },
    {
      "url": "https://www.zalando.at/outlet-damenbekleidung/"
    },
    {
      "url": "https://www.zalando.at/outlet-damenschuhe/"
    },
    {
      "url": "https://www.zalando.at/sports-damen-sale/"
    },
    {
      "url": "https://www.zalando.at/streetwear-outlet-damen/"
    },
    {
      "url": "https://www.zalando.at/premium-damen-sale/"
    },
    {
      "url": "https://www.zalando.at/zalando-beauty-sale/"
    }
  ],
  "maxItems": 1000,
  "scrapeDetails": true,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "brand": {
    "label": "Brand",
    "format": "object"
  },
  "thumbnail": {
    "label": "Image",
    "format": "image"
  },
  "priceCurrency": {
    "label": "Currency",
    "format": "text"
  },
  "price.current": {
    "label": "Price",
    "format": "number"
  },
  "available": {
    "label": "Available",
    "format": "boolean"
  },
  "sizes": {
    "label": "Sizes",
    "format": "array"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Zalando Scraper – Fast, Reliable & Only $1.5 💸](https://apify.com/ahmed_jasarevic/zalando-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/ahmed_jasarevic/zalando-scraper) to learn more, explore other use cases, and run it yourself.