Zalando Scraper
No credit card required
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative ActorsZalando Scraper
No credit card required
Scrape product data from Zalando, such as images, prices, brands or product attributes. You can extract data from any of the available Zalando domains - zalando.co.uk, zalando.de, zalando.fr, zalando.it and others. Search products by categories or provide URLs of concrete products.
You can access the Zalando Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 "https://www.zalando.co.uk/womens-clothing/",
4 "https://www.zalando.co.uk/mens-clothing/",
5 "https://www.zalando.co.uk/childrens-clothing/"
6 ],
7 "maxItems": 100,
8 "proxyConfiguration": {
9 "useApifyProxy": true
10 }
11}' |
12apify call lhotanova/zalando-scraper --silent --output-dataset
Zalando Scraper API through CLI
The Apify CLI is the official tool that allows you to use Zalando Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 5 monthly users
- 3 stars
- 100.0% runs succeeded
- Created in May 2023
- Modified 6 months ago