ZE-Commerce
Zalando Product Data API
Structured product and search data from Zalando's European fashion storefronts, including sizes, colours and stock.
Realtime dataStructured JSON2 endpointsFree plan availableFast responses
Endpoints
Zalando endpoints
All Zalando endpoints are served under the /zal prefix and share the same API key and quota as every other platform.
GET/zal/zalando-lookup-product
Product details
Product page by URL.
urlGET/zal/zalando-search-by-keyword
Search products
Keyword search with paging.
keywordpagedomainCodeExample request
curl "https://api.everydata.io/zal/zalando-lookup-product?url=https%3A%2F%2Fwww.zalando.de%2F..." \
-H "x-api-key: YOUR_API_KEY"Example response
200 OK · application/json
{
"responseStatus": "PRODUCT_FOUND_RESPONSE",
"responseMessage": "Product successfully found!",
"productTitle": "Sneaker low",
"brand": "Sample Brand",
"price": 89.95,
"currency": "EUR",
"sizes": [
"41",
"42",
"43"
],
"available": true
}Use cases
What teams build with Zalando data
Fashion price intelligence
Stock & size availability
Trend research
Popular use cases
Guides for Zalando data
Step-by-step pages for the most common jobs, each with a real request and response.
Pricing
Included in every plan
The Zalando API is part of the shared quota – no separate subscription needed.
FAQ