Zalando Scraper avatar

Zalando Scraper

Pricing

from $1.30 / 1,000 products

Go to Apify Store
Zalando Scraper

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

Unfenced Group

Maintained by Community

Actor 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

MarketStorefront
Germanyzalando.de
Netherlandszalando.nl
Francezalando.fr
Italyzalando.it
Spainzalando.es
Belgiumzalando.be
United Kingdomzalando.co.uk

Input

FieldTypeDescription
marketstringStorefront to scrape. One of de, nl, fr, it, es, be, gb. Ignored when Start URLs are set.
categorystringCategory slug, e.g. herrenschuhe-sneaker.
searchQuerystringFree-text keyword search, used when no category is set.
startUrlsarrayZalando category or search URLs. Overrides market/category/search; market auto-detected per URL.
maxResultsintegerMaximum products to return. Set to 0 for unlimited. Default 5.
fetchDetailsbooleanVisit 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 on fetchDetails makes 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

FieldTypeDescription
skustringZalando product identifier.
namestringProduct name.
brandstringBrand name.
priceCurrentnumberCurrent selling price.
priceOriginalnumberOriginal price before discount.
currencystringCurrency code (EUR or GBP).
discountPercentnumberDiscount percentage, 0 if not on sale.
sizesarrayAvailable sizes.
inStockbooleanTrue when at least one size is available.
productTypestringProduct group, e.g. shoe, clothing.
urlstringProduct page URL.
imagesarrayProduct image URLs.
flagsarrayMarketing flags such as new or sustainable.
marketstringMarket code the product was scraped from.
sourcestringSource storefront domain.
scrapedAtstringISO 8601 timestamp of scrape.

With fetchDetails: true

FieldTypeDescription
colorstringProduct color.
descriptionstringProduct 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.

ResultsCost
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