# Zalando Scraper — Products, Prices, Discounts & Sizes (`haketa/zalando-scraper`) Actor

Scrape Zalando products with price, original price, discount %, sale flag and in-stock size availability. Filter to only-discounted or a minimum discount. Any Zalando domain (.de/.co.uk/.fr/.it). Export JSON, CSV, Excel.

- **URL**: https://apify.com/haketa/zalando-scraper.md
- **Developed by:** [Haketa](https://apify.com/haketa) (community)
- **Categories:** E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.49 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Zalando Scraper — Products, Prices, Discounts & Sizes 🛍️

![Products](https://img.shields.io/badge/data-products-2563eb)
![Discounts](https://img.shields.io/badge/track-price%20drops-e11d48)
![Sizes](https://img.shields.io/badge/size-availability-16a34a)
![Multi-country](https://img.shields.io/badge/domains-.de%20.co.uk%20.fr%20.it%20…-7c3aed)
![Format](https://img.shields.io/badge/output-JSON%20%7C%20CSV%20%7C%20Excel-f59e0b)
![No login](https://img.shields.io/badge/login-not%20required-0891b2)
![Pay per result](https://img.shields.io/badge/pricing-pay%20per%20result-0d9488)
![Maintained](https://img.shields.io/badge/status-actively%20maintained-22c55e)
![Support](https://img.shields.io/badge/support-responsive-3b82f6)

Turn any **Zalando** category or search into clean, structured product data — with a focus on the two things most scrapers skip: **discounts** and **size availability**. Get brand, price, original price, **discount %**, sale flag, **available sizes**, category, images and direct links across any Zalando domain.

> Filter on Zalando the way you normally would (brand, category, price, colour), paste the URL, press **Start**. Export to JSON, CSV, Excel — or pull it into your app via API.

***

### ✨ Why this scraper

- 🔻 **Real discount tracking** — for every product you get the current price, the **original price**, the **discount %**, and an `onSale` flag. Filter to *only discounted* items or set a **minimum discount** (e.g. 30%+ off) for pure deal-hunting.
- 📏 **Size availability** — the exact list of sizes currently in stock per product (`availableSizes` + count). Essential for resellers, dropshippers and stock monitoring — most scrapers ignore this.
- 🏷️ **Clean product data** — brand, name, category (silhouette), target group (men/women/kids), currency, product flags (Deal, Bestseller…) and high-res image.
- 🌍 **Any Zalando domain** — works with `.de`, `.co.uk`, `.fr`, `.it`, `.nl`, `.es` and more. Just paste a URL from that domain.
- ⚡ **Fast & deduplicated** — automatic pagination, 0 duplicates, structured flat output.

***

### 📦 What you get per product

| Field | Description |
|---|---|
| `brand` | Brand / manufacturer |
| `name` | Product name |
| `category` | Silhouette (SNEAKER, BOOT, DRESS…) |
| `targetGroup` | MEN / WOMEN / KIDS… |
| `currentPrice` | Current price |
| `originalPrice` | Price before discount |
| `onSale` | `true` if currently reduced |
| `discountPercent` | Discount percentage |
| `discountAmount` | Absolute amount saved |
| `currency` | Currency (EUR, GBP…) |
| `availableSizes` | List of in-stock sizes |
| `availableSizesCount` | How many sizes are available |
| `flags` | Labels (Deal, Bestseller, New…) |
| `image` | High-resolution product image |
| `url` | Direct product link |
| `sku` | Zalando product SKU |

***

### 🚀 Quick start

1. Go to Zalando, filter to what you want (category / brand / colour / price).
2. Copy the page URL.
3. Paste it into **Zalando URLs**, set **Maximum products**, and (optionally) enable **Only discounted** or a **minimum discount %**.
4. Click **Start** and export the results.

#### Example input

```json
{
  "startUrls": [{ "url": "https://www.zalando.de/herrenschuhe-sneaker/" }],
  "onlyDiscounted": true,
  "minDiscountPercent": 30,
  "maxItems": 500
}
```

#### Scrape a brand across a whole category

```json
{
  "startUrls": [{ "url": "https://www.zalando.co.uk/womens-clothing-dresses/?q=nike" }],
  "maxItems": 300
}
```

***

### 📤 Example output

```json
{
  "sku": "NI114D0AbC-A11",
  "url": "https://www.zalando.de/nike-sneaker-low-white-ni114d0abc-a11.html",
  "name": "AIR MAX - Sneaker low - white/black",
  "brand": "Nike Sportswear",
  "category": "SNEAKER",
  "targetGroup": "MEN",
  "currentPrice": 71.95,
  "originalPrice": 89.95,
  "onSale": true,
  "discountPercent": 20,
  "discountAmount": 18.0,
  "currency": "EUR",
  "availableSizes": ["40", "41", "42", "43", "44", "45"],
  "availableSizesCount": 6,
  "flags": ["Deal"],
  "image": "https://img01.ztat.net/article/…?imwidth=1200"
}
```

***

### 💡 Use cases

- **Price & discount monitoring** — track price drops and sales over time, spot the best deals automatically.
- **Competitive & market research** — compare pricing and assortment by brand, category and country.
- **Reselling & dropshipping** — find discounted products with the sizes you need actually in stock.
- **Trend analysis** — see which brands and categories dominate a segment.
- **Data feeds** — power dashboards, alerts and comparison tools with fresh product data.

***

### 🔌 Run via API

**Python**

```python
from apify_client import ApifyClient

client = ApifyClient("<YOUR_API_TOKEN>")
run = client.actor("YOUR_ACTOR_ID").call(run_input={
    "startUrls": [{"url": "https://www.zalando.de/herrenschuhe-sneaker/"}],
    "onlyDiscounted": True,
    "maxItems": 500,
})
for p in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(p["brand"], p["name"], p["currentPrice"], f"-{p['discountPercent']}%")
```

**JavaScript / Node.js**

```javascript
import { ApifyClient } from 'apify-client';

const client = new ApifyClient({ token: '<YOUR_API_TOKEN>' });
const run = await client.actor('YOUR_ACTOR_ID').call({
    startUrls: [{ url: 'https://www.zalando.de/herrenschuhe-sneaker/' }],
    maxItems: 300,
});
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(items);
```

***

### ❓ FAQ

**Which Zalando domains are supported?**
All of them — `.de`, `.co.uk`, `.fr`, `.it`, `.nl`, `.es`, etc. Paste a URL from the domain you want.

**How do I get only discounted products?**
Enable **Only discounted**, or set **Minimum discount %** to filter for bigger reductions.

**Can I see which sizes are in stock?**
Yes — every product includes `availableSizes` and `availableSizesCount`.

**How many products can I collect?**
As many as you want — set `maxItems`. The scraper paginates automatically.

**Do I need a login or API key?**
No.

***

### ⚖️ Legal & responsible use

This actor collects **publicly available** product information for legitimate purposes such as price monitoring, market research and analytics. It does not access private or personal data. It is **not affiliated with, endorsed by, or connected to Zalando** — all product and brand names are trademarks of their respective owners.

You are responsible for how you use the collected data. Use it in compliance with applicable laws, the target website's Terms of Service, and relevant regulations. Respect rate limits and use the data ethically.

***

#### 💬 Support & feedback

Need an extra field, another marketplace, or a custom filter? Open an issue or send a message — feature requests are welcome and the actor is **actively maintained**.

# Actor input Schema

## `startUrls` (type: `array`):

Zalando category or search page URLs. Filter on Zalando (brand, category, price, colour…) and paste the resulting URL here — works with any Zalando domain (.de, .co.uk, .fr, .it…). The scraper paginates automatically.

## `onlyDiscounted` (type: `boolean`):

Keep only products currently on sale (price reduced from the original). Great for deal hunting and price monitoring.

## `minDiscountPercent` (type: `integer`):

Keep only products discounted by at least this percentage (e.g. 30 for 30%+ off). Leave at 0 to ignore.

## `maxItems` (type: `integer`):

Maximum number of products to collect across all URLs.

## `proxyConfiguration` (type: `object`):

Proxy settings. Recommended for larger runs to avoid rate limiting.

## Actor input object example

```json
{
  "startUrls": [
    {
      "url": "https://www.zalando.de/herrenschuhe-sneaker/"
    }
  ],
  "onlyDiscounted": false,
  "minDiscountPercent": 0,
  "maxItems": 200,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `sku` (type: `string`):

No description

## `url` (type: `string`):

No description

## `name` (type: `string`):

No description

## `brand` (type: `string`):

No description

## `category` (type: `string`):

No description

## `targetGroup` (type: `string`):

No description

## `currentPrice` (type: `string`):

No description

## `originalPrice` (type: `string`):

No description

## `discountPercent` (type: `string`):

No description

## `currency` (type: `string`):

No description

## `availableSizesCount` (type: `string`):

No description

## `image` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.zalando.de/herrenschuhe-sneaker/"
        }
    ],
    "maxItems": 200
};

// Run the Actor and wait for it to finish
const run = await client.actor("haketa/zalando-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [{ "url": "https://www.zalando.de/herrenschuhe-sneaker/" }],
    "maxItems": 200,
}

# Run the Actor and wait for it to finish
run = client.actor("haketa/zalando-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.zalando.de/herrenschuhe-sneaker/"
    }
  ],
  "maxItems": 200
}' |
apify call haketa/zalando-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,haketa/zalando-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/NkFI5OfVKhrTDJuUn/builds/SrMBSzaf7zLdXOIw9/openapi.json
