Zalando Scraper
Pricing
from $1.30 / 1,000 products
Zalando Scraper
Scrape Zalando fashion listings across 7 European markets (DE, NL, FR, IT, ES, BE, UK). Get product names, brands, current and original prices, discount percentages, sizes, stock status and images for price tracking, competitor analysis and market research. Search by category or keyword.
Pricing
from $1.30 / 1,000 products
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
19 hours ago
Last modified
Categories
Share
Scrape Zalando fashion listings across 7 European markets in one run. Get product names, brands, current and original prices, discount percentages, sizes, stock status, and images — sourced directly and returned as clean structured data.
What it does
- Scrapes any Zalando category or search across Germany, Netherlands, France, Italy, Spain, Belgium, and the United Kingdom
- Returns full pricing detail: current price, original price, and calculated discount percentage
- Captures available sizes and live stock status per product
- Optional detail enrichment for color and description
- Works by category slug, free-text search, or pasted Start URLs
Markets
| Market | Storefront |
|---|---|
| Germany | zalando.de |
| Netherlands | zalando.nl |
| France | zalando.fr |
| Italy | zalando.it |
| Spain | zalando.es |
| Belgium | zalando.be |
| United Kingdom | zalando.co.uk |
Input
| Field | Type | Description |
|---|---|---|
market | string | Storefront to scrape. One of de, nl, fr, it, es, be, gb. Ignored when Start URLs are set. |
category | string | Category slug, e.g. herrenschuhe-sneaker. |
searchQuery | string | Free-text keyword search, used when no category is set. |
startUrls | array | Zalando category or search URLs. Overrides market/category/search; market auto-detected per URL. |
maxResults | integer | Maximum products to return. Set to 0 for unlimited. Default 5. |
fetchDetails | boolean | Visit each product page for color and description. Default false. Off by default for good reason — see note below. |
Note on
fetchDetails. Leaving this off is the right choice for almost every use case. A listing page returns roughly 24 products in a single request. Turning onfetchDetailsmakes one extra request per product, which is far slower and consumes much more proxy and compute. Only enable it when you specifically need the colour and full description fields and are working with small result sets.
Output
Always present
| Field | Type | Description |
|---|---|---|
sku | string | Zalando product identifier. |
name | string | Product name. |
brand | string | Brand name. |
priceCurrent | number | Current selling price. |
priceOriginal | number | Original price before discount. |
currency | string | Currency code (EUR or GBP). |
discountPercent | number | Discount percentage, 0 if not on sale. |
sizes | array | Available sizes. |
inStock | boolean | True when at least one size is available. |
productType | string | Product group, e.g. shoe, clothing. |
url | string | Product page URL. |
images | array | Product image URLs. |
flags | array | Marketing flags such as new or sustainable. |
market | string | Market code the product was scraped from. |
source | string | Source storefront domain. |
scrapedAt | string | ISO 8601 timestamp of scrape. |
With fetchDetails: true
| Field | Type | Description |
|---|---|---|
color | string | Product color. |
description | string | Product description text. |
Example record
{"sku": "NI112O0AB-A11","name": "Air Max 90 - Sneaker low","brand": "Nike Sportswear","priceCurrent": 104.95,"priceOriginal": 149.95,"currency": "EUR","discountPercent": 30,"sizes": ["41", "42", "43", "44", "45"],"inStock": true,"productType": "shoe","url": "https://www.zalando.de/nike-sportswear-air-max-90-sneaker-low-ni112o0ab-a11.html","images": ["https://img01.ztat.net/article/spp-media-p1/abc.jpg"],"flags": ["sustainable"],"market": "de","source": "zalando.de","scrapedAt": "2026-06-20T19:00:00.000Z"}
Examples
Scrape men's sneakers in Germany
{ "market": "de", "category": "herrenschuhe-sneaker", "maxResults": 100 }
Search for running shoes in the UK
{ "market": "gb", "searchQuery": "running shoes", "maxResults": 50 }
Scrape from pasted URLs across markets
{ "startUrls": [{ "url": "https://www.zalando.nl/dameskleding-jurken/" }, { "url": "https://www.zalando.fr/chaussures-femme/" }], "maxResults": 200 }
Daily price-tracking feed with full detail
{ "market": "de", "category": "damenschuhe", "maxResults": 0, "fetchDetails": true }
💰 Pricing
$1.49 per 1,000 results — you only pay for successfully retrieved products. Failed retries are never charged.
| Results | Cost |
|---|---|
| 1,000 | $1.49 |
| 10,000 | $14.90 |
| 100,000 | $149.00 |
Need a custom scraper?
Unfenced Group builds Apify actors for any website — for free.
If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.
Get in touch: www.unfencedgroup.nl