ποΈ Powerful Zara product scraper that extracts detailed product information including prices, variants, images, and availability from Zara's online store. Perfect for e-commerce analytics, price monitoring, and market research.
This powerful Actor scrapes detailed product information from Zara's online store. Perfect for e-commerce analytics, price monitoring, and market research.
The Actor provides detailed product information in JSON format, including:
A full explanation of an input example in JSON.
1{ 2 "searchUrls": [ 3 "https://www.zara.com/us/en/search?searchTerm=shirt§ion=WOMAN" 4 ], 5 "maxItems": 50 6}
The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:
And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.
1[ 2 { 3 "searchUrl": "https://www.zara.com/us/en/search?searchTerm=shirt§ion=WOMAN", 4 "brandImpl": "zara", 5 "id": 415177868, 6 "reference": "C05063023620000-V2025", 7 "type": "Product", 8 "kind": "Wear", 9 "brand": { 10 "brandId": 1, 11 "brandGroupId": 1, 12 "brandGroupCode": "zara" 13 }, 14 "name": "OVERSIZED COMBINATION ORGANZA SHIRT", 15 "price": 4990, 16 "bundleProducts": [], 17 "section": 1, 18 "sectionName": "WOMAN", 19 "familyName": "CAMISA", 20 "subfamilyName": "T.CAMISA", 21 "detail": { 22 "reference": "05063023-V2025", 23 "displayReference": "5063/023", 24 "colors": [ 25 { 26 "id": "620", 27 "productId": 415178131, 28 "name": "Pink", 29 "stylingId": "0", 30 "xmedia": [ 31 { 32 "allowedScreens": [ 33 "large", 34 "small" 35 ], 36 "datatype": "xmedia", 37 "height": 3072, 38 "kind": "full", 39 "name": "05063023620-p", 40 "path": "/assets/public/36e1/32bc/0a724fb0acdb/50ed88c7dcc9/05063023620-p", 41 "set": 2, 42 "timestamp": "1739869094600", 43 "type": "image", 44 "width": 2048, 45 "extraInfo": { 46 "assetId": "36e132bc0a724fb0acdb50ed88c7dcc9" 47 }, 48 "url": "https://static.zara.net/assets/public/36e1/32bc/0a724fb0acdb/50ed88c7dcc9/05063023620-p/05063023620-p.jpg?ts=1739869094600&w={width}" 49 } 50 ], 51 "price": 4990, 52 "availability": "in_stock", 53 "reference": "C05063023620000-V2025", 54 "extraInfo": { 55 "highlightPrice": false 56 }, 57 "tagTypes": [ 58 { 59 "displayName": "FEW ITEMS LEFT", 60 "type": "FEW_ITEMS_LEFT" 61 } 62 ] 63 } 64 ] 65 }, 66 "seo": { 67 "keyword": "oversized-combination-organza-shirt", 68 "seoProductId": "05063023", 69 "discernProductId": 415178131 70 }, 71 "availability": "in_stock", 72 "extraInfo": { 73 "highlightPrice": false, 74 "isAddToCartInGridDisabled": false 75 }, 76 "colorInfo": { 77 "mainColorHexCode": "#c3918f", 78 "numAdditionalColors": 0 79 }, 80 "xmedia": [ 81 { 82 "allowedScreens": [ 83 "large", 84 "small" 85 ], 86 "datatype": "xmedia", 87 "height": 3072, 88 "kind": "full", 89 "name": "05063023620-p", 90 "path": "/assets/public/36e1/32bc/0a724fb0acdb/50ed88c7dcc9/05063023620-p", 91 "set": 2, 92 "timestamp": "1739869094600", 93 "type": "image", 94 "width": 2048, 95 "extraInfo": { 96 "assetId": "36e132bc0a724fb0acdb50ed88c7dcc9" 97 }, 98 "url": "https://static.zara.net/assets/public/36e1/32bc/0a724fb0acdb/50ed88c7dcc9/05063023620-p/05063023620-p.jpg?ts=1739869094600&w={width}" 99 } 100 ] 101 }, 102 ... 103]
Looking for more e-commerce and social media data? Check out these powerful scrapers:
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool β just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. Youβll be guided to input a search term and get structured results. No setup needed!