Zalando Scraper avatar

Zalando Scraper

Try for free

2 hours trial then $10.00/month - No credit card required now

View all Actors
Zalando Scraper

Zalando Scraper

memo23/zalando-scraper
Try for free

2 hours trial then $10.00/month - No credit card required now

This actor allows you to scrape Zalando product listings and get important details such as product name, price, brand, sizes, availability, images, and more. It is useful for gathering fashion product data from Zalando for analysis, market research, or competitive analysis.

Unleash the Full Potential of Zalando Data - No Limits, All Insights!

Zalando Scraper is a powerful web scraping tool designed to extract comprehensive product data from Zalando, Europe's leading online fashion retailer. With unparalleled flexibility and depth, our scraper allows you to gather valuable insights for market research, competitive analysis, and business intelligence.

What sets our Zalando Scraper apart?

  • Unlimited Scraping: No restrictions on the number of products or pages you can scrape.
  • Comprehensive Data Extraction: Capture every detail, from product descriptions to pricing strategies.
  • Flexible URL Support: Works with category URLs and search result pages, just like you're browsing Zalando.
  • High-Performance: Configurable concurrency and retry mechanisms for optimal scraping speed.
  • Rich Output: Extracts detailed product information, including variants, images, and availability.

Key Features

  • Extract product details, prices, sizes, and availability
  • Capture high-resolution product images
  • Scrape category pages and search results
  • Adjustable scraping parameters (max items, concurrency, retries)
  • Proxy support for enhanced reliability
  • Export data in various formats (JSON, CSV, Excel)

Why Scrape Zalando?

  • Market Intelligence: Stay ahead of trends and competitor strategies.
  • Pricing Optimization: Analyze pricing across brands and categories.
  • Inventory Insights: Track stock levels and size availability.
  • Product Research: Gather detailed specifications and customer feedback.
  • Brand Analysis: Monitor brand presence and product offerings.

How to Use

  1. Set Your Target:

    • For categories: Use URLs like https://www.zalando.co.uk/womens-clothing-dresses/
    • For search results: Use URLs like https://www.zalando.co.uk/men/?q=calvin
  2. Configure Scraping Parameters:

    • Max Items: Set the number of products to scrape (e.g., 1000)
    • Max/Min Concurrency: Adjust for optimal performance (e.g., 100/1)
    • Max Request Retries: Set for reliability (e.g., 20)
  3. Run the Scraper: Add your Zalando URL(s) to the "Start URLs" field and let the scraper do its magic!

  4. Analyze Your Data: Export the rich, structured data and gain valuable insights for your business.

Input Data

Here's a simple example of how to set up a search for men's products containing "Calvin":

1{
2    "startUrls": [
3        {
4            "url": "https://www.zalando.co.uk/men/?q=calvin"
5        }
6    ],
7    "maxItems": 1000,
8    "maxConcurrency": 100,
9    "minConcurrency": 1,
10    "maxRequestRetries": 20
11}

Comprehensive Output Fields

Our Zalando Scraper provides a rich set of data for each product. Here's a detailed breakdown of all the fields you can expect in the output:

1{
2    "url": "https://en.zalando.de/next-belt-black-nx351d041-q11.html",
3    "name": "PLAITED - Braided belt - black",
4    "sku": "NX351D041-Q11",
5    "brand": {
6      "name": "Next",
7      "uri": "https://en.zalando.de/next/"
8    },
9    "flags": [],
10    "comingSoon": false,
11    "thumbnail": "https://img01.ztat.net/article/spp-media-p1/40ffdba39d514f59adee77b9a13180d7/2ea145b12e2448d1a684171c7441f5bb.jpg?imwidth=156",
12    "images": [
13      "https://img01.ztat.net/article/spp-media-p1/40ffdba39d514f59adee77b9a13180d7/2ea145b12e2448d1a684171c7441f5bb.jpg",
14      "https://img01.ztat.net/article/spp-media-p1/1ea2a1ef0343410b946862079a73a7db/5b9fcc313d8342daa48c4195b3c6916c.jpg",
15      "https://img01.ztat.net/article/spp-media-p1/811415c29eb34cb6a760f1e32eda3e7b/86ffe2441d4746be833fcc43fb3cd786.jpg",
16      "https://img01.ztat.net/article/spp-media-p1/bcebeee7cc0340cea972421761d33494/b585b7550e02489c9a94c7add5667847.jpg"
17    ],
18    "videos": [],
19    "priceCurrency": null,
20    "price": {
21      "original": 27,
22      "current": 27,
23      "promotional": null
24    },
25    "sizes": [
26      {
27        "size": "34",
28        "sku": "NX351D041-Q1100XS000",
29        "stockStatus": "MANY"
30      },
31      {
32        "size": "36/38",
33        "sku": "NX351D041-Q11000S000",
34        "stockStatus": "MANY"
35      },
36      {
37        "size": "40/42",
38        "sku": "NX351D041-Q11000M000",
39        "stockStatus": "MANY"
40      },
41      {
42        "size": "44/46",
43        "sku": "NX351D041-Q11000L000",
44        "stockStatus": "MANY"
45      },
46      {
47        "size": "48/50",
48        "sku": "NX351D041-Q1100XL000",
49        "stockStatus": "MANY"
50      }
51    ],
52    "available": true,
53    "sizeAdvice": null,
54    "navigationTargetGroup": "WOMEN",
55    "item": {
56      "id": "ern:product::NX351D041-Q11",
57      "sku": "NX351D041-Q11",
58      "name": "PLAITED - Braided belt - black",
59      "navigationTargetGroup": "WOMEN",
60      "silhouette": "BELT",
61      "supplierName": "PLAITED",
62      "shortDescription": null,
63      "brandRestriction": {
64        "themeOverride": null
65      },
66      "presentation": [
67        {
68          "__typename": "ProductHorizontalCardPresentation"
69        },
70        {
71          "__typename": "ProductVerticalCardPresentation",
72          "preferredImageKind": null,
73          "price": null
74        },
75        {
76          "__typename": "ProductGalleryPresentation"
77        },
78        {
79          "__typename": "ProductDetailPresentation"
80        },
81        {
82          "__typename": "ProductDeliveryPresentation"
83        },
84        {
85          "__typename": "ProductUSPPresentation"
86        },
87        {
88          "__typename": "ProductFulfillmentPresentation"
89        }
90      ],
91      "brand": {
92        "name": "Next"
93      },
94      "condition": null,
95      "displayPriceModule": {
96        "prices": [
97          {
98            "__typename": "ProductZDSText",
99            "block": {
100              "__typename": "ProductZDSTextBlockParagraph",
101              "content": [
102                {
103                  "__typename": "ProductZDSTextInlineText",
104                  "text": "27,00 €",
105                  "marks": {
106                    "textColor": "primary",
107                    "typography": "bodySmall",
108                    "isStrikeThrough": false,
109                    "hasSpace": false,
110                    "fontFamily": "sansSerif"
111                  }
112                }
113              ]
114            }
115          }
116        ],
117        "historyExplainer": null,
118        "additionalText": null,
119        "trackingKey": "price_mode:BLACK|||price_experience_id:V001|||price_range:27-27"
120      },
121      "basePrice": null,
122      "displayPrice": {
123        "trackingCurrentAmount": 27,
124        "trackingDiscountAmount": null,
125        "promotional": null,
126        "previous": null,
127        "original": {
128          "formatted": "27,00 €",
129          "amount": 2700,
130          "lowerBoundLabel": null,
131          "label": null,
132          "discountLabel": null,
133          "currency": "EUR"
134        },
135        "displayMode": "BLACK_PRICE",
136        "priceDisplayTracking": {
137          "id": "BLACK_PRICE"
138        }
139      },
140      "simples": [
141        {
142          "size": "34",
143          "sku": "NX351D041-Q1100XS000"
144        },
145        {
146          "size": "36/38",
147          "sku": "NX351D041-Q11000S000"
148        },
149        {
150          "size": "40/42",
151          "sku": "NX351D041-Q11000M000"
152        },
153        {
154          "size": "44/46",
155          "sku": "NX351D041-Q11000L000"
156        },
157        {
158          "size": "48/50",
159          "sku": "NX351D041-Q1100XL000"
160        }
161      ],
162      "defaultMediaInfo": {
163        "alternativeText": "Next PLAITED - Braided belt - black"
164      },
165      "smallDefaultMedia": {
166        "uri": "https://img01.ztat.net/article/spp-media-p1/811415c29eb34cb6a760f1e32eda3e7b/86ffe2441d4746be833fcc43fb3cd786.jpg?imwidth=300&filter=packshot"
167      },
168      "mediumDefaultMedia": {
169        "uri": "https://img01.ztat.net/article/spp-media-p1/811415c29eb34cb6a760f1e32eda3e7b/86ffe2441d4746be833fcc43fb3cd786.jpg?imwidth=400&filter=packshot"
170      },
171      "largeDefaultMedia": {
172        "uri": "https://img01.ztat.net/article/spp-media-p1/811415c29eb34cb6a760f1e32eda3e7b/86ffe2441d4746be833fcc43fb3cd786.jpg?imwidth=500&filter=packshot"
173      },
174      "extraLargeDefaultMedia": {
175        "uri": "https://img01.ztat.net/article/spp-media-p1/811415c29eb34cb6a760f1e32eda3e7b/86ffe2441d4746be833fcc43fb3cd786.jpg?imwidth=780&filter=packshot"
176      },
177      "packshotImageInfo": {
178        "alternativeText": "Next PLAITED - Braided belt - black"
179      },
180      "smallPackshotImage": {
181        "uri": "https://img01.ztat.net/article/spp-media-p1/811415c29eb34cb6a760f1e32eda3e7b/86ffe2441d4746be833fcc43fb3cd786.jpg?imwidth=300&filter=packshot"
182      },
183      "mediumPackshotImage": {
184        "uri": "https://img01.ztat.net/article/spp-media-p1/811415c29eb34cb6a760f1e32eda3e7b/86ffe2441d4746be833fcc43fb3cd786.jpg?imwidth=400&filter=packshot"
185      },
186      "largePackshotImage": {
187        "uri": "https://img01.ztat.net/article/spp-media-p1/811415c29eb34cb6a760f1e32eda3e7b/86ffe2441d4746be833fcc43fb3cd786.jpg?imwidth=500&filter=packshot"
188      },
189      "extraLargePackshotImage": {
190        "uri": "https://img01.ztat.net/article/spp-media-p1/811415c29eb34cb6a760f1e32eda3e7b/86ffe2441d4746be833fcc43fb3cd786.jpg?imwidth=780&filter=packshot"
191      },
192      "hoverMediaInfo": {
193        "alternativeText": "Next PLAITED - Braided belt - black"
194      },
195      "smallHoverMedia": {
196        "uri": "https://img01.ztat.net/article/spp-media-p1/40ffdba39d514f59adee77b9a13180d7/2ea145b12e2448d1a684171c7441f5bb.jpg?imwidth=300"
197      },
198      "mediumHoverMedia": {
199        "uri": "https://img01.ztat.net/article/spp-media-p1/40ffdba39d514f59adee77b9a13180d7/2ea145b12e2448d1a684171c7441f5bb.jpg?imwidth=400"
200      },
201      "largeHoverMedia": {
202        "uri": "https://img01.ztat.net/article/spp-media-p1/40ffdba39d514f59adee77b9a13180d7/2ea145b12e2448d1a684171c7441f5bb.jpg?imwidth=500"
203      },
204      "extraLargeHoverMedia": {
205        "uri": "https://img01.ztat.net/article/spp-media-p1/40ffdba39d514f59adee77b9a13180d7/2ea145b12e2448d1a684171c7441f5bb.jpg?imwidth=780"
206      },
207      "experienceWatermarkLarge": null,
208      "experienceWatermarkMedium": null,
209      "experienceWatermarkSmall": null,
210      "displayFlags": [],
211      "uri": "https://en.zalando.de/next-belt-black-nx351d041-q11.html",
212      "inWishlist": false,
213      "benefits": [
214        {
215          "benefitKind": "PLUS_DELIVERY",
216          "kind": "PLUS_DELIVERY",
217          "label": "Premium Delivery",
218          "iconKind": null,
219          "logo": null,
220          "logo2x": null
221        }
222      ],
223      "reason": null,
224      "visibility": null,
225      "family": {
226        "products": {
227          "edges": [],
228          "totalCount": 0
229        }
230      }
231    }
232  }

Output Fields Explanation

  1. url: String - The full URL of the product page on Zalando.
  2. name: String - The full name of the product as displayed on Zalando.
  3. sku: String - The Stock Keeping Unit, a unique identifier for the product.
  4. brand: Object - Information about the product's brand.
    • name: String - The name of the brand.
    • uri: String - The URL of the brand's page on Zalando.
  5. flags: Array - Any special flags associated with the product (e.g., "New", "Sale").
  6. comingSoon: Boolean - Indicates if the product is not yet available but coming soon.
  7. thumbnail: String - URL of the product's thumbnail image.
  8. images: Array of Strings - URLs of all available product images.
  9. videos: Array - Any video content associated with the product.
  10. priceCurrency: String | null - The currency of the product's price.
  11. price: Object - Detailed pricing information.
    • original: Number - The original price of the product.
    • current: Number - The current selling price.
    • promotional: Number | null - Any promotional price, if applicable.
  12. sizes: Array of Objects - Available sizes and their stock status.
    • size: String - The size identifier.
    • sku: String - SKU specific to this size variant.
    • stockStatus: String - Indicates stock availability (e.g., "MANY", "FEW", "OUT_OF_STOCK").
  13. available: Boolean - Indicates if the product is currently available for purchase.
  14. sizeAdvice: String | null - Any advice provided about sizing.
  15. navigationTargetGroup: String - The target group for the product (e.g., "WOMEN", "MEN").
  16. item: Object - Detailed product information.
    • id: String - Internal product ID.
    • sku: String - Repeats the main SKU.
    • name: String - Repeats the product name.
    • silhouette: String - The product's style or shape category.
    • supplierName: String - Name of the supplier or sub-brand.
    • shortDescription: String | null - A brief description of the product.
    • presentation: Array - Various presentation details for different views.
    • condition: String | null - The condition of the product if specified.
    • displayPrice: Object - Detailed display price information.
    • basePrice: String | null - Price per unit, if applicable.
    • simples: Array - List of simple product variants.
    • defaultMediaInfo: Object - Default image information.
    • packshotImageInfo: Object - Information about the main product image.
    • hoverMediaInfo: Object - Information about hover or secondary images.
    • displayFlags: Array - Flags for display purposes.
    • uri: String - Repeats the product URL.
    • inWishlist: Boolean - Indicates if the product is in the user's wishlist.
    • benefits: Array - Any benefits associated with the product (e.g., "Premium Delivery").
    • reason: String | null - Any special reason for product promotion.
    • visibility: String | null - Visibility status of the product.
    • family: Object - Information about related products or product family.

This comprehensive data structure allows for in-depth analysis of products, including pricing strategies, stock levels, media assets, and more. Whether you're conducting market research, competitive analysis, or building a fashion database, our Zalando Scraper provides the depth of information you need.

Explore More Scrapers

If you found this Apify Smartbuyglasses Scraper useful, be sure to check out our other powerful scrapers and actors at memo23's Apify profile. We offer a wide range of tools to enhance your web scraping and automation needs across various platforms and use cases.

Support

Additional Services

Developer
Maintained by Community
Actor metrics
  • 3 monthly users
  • 0 stars
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified about 7 hours ago