
Zara Discover By Category
Pricing
$1.99 / 1,000 results

Zara Discover By Category
Extract Zara clothing products by category. Scrapes names, prices, availability, colors, and recommendations into clean JSON. Ideal for product monitoring or resale apps. Pricing: $1.99/1000 results.
0.0 (0)
Pricing
$1.99 / 1,000 results
0
Total users
2
Monthly users
2
Runs succeeded
>99%
Last modified
an hour ago
🧥 Zara Category Scraper
Overview
This actor scrapes product listings from Zara's "Discover by Category" pages, allowing developers and analysts to extract structured data from different Zara clothing categories. Designed to simplify large-scale data collection for e-commerce intelligence, this scraper helps you access up-to-date fashion catalog information from Zara without any coding required.
🚀 Why choose this actor?
- No proxies required
- Straightforward input (just category URLs)
- Accurate and reliable data extraction
- Optimized to fetch data even from dynamic content
- Outputs product metadata, availability, images, related recommendations, and more
- Tailored to Zara's layout and updates
⚠️ SPECIAL CASES
- NO PROXIES ARE USED
- ONLY 10 RESULTS ARE FREE FOR FREE USERS
- THE
max_results
PARAMETER WILL ROUND UP TO THE NEAREST MULTIPLE OF 10
🧠 Use Cases
- Price intelligence and competitive benchmarking
- Trend analysis across Zara’s seasonal categories
- Building a Zara product price history tracker
- Populating fashion discovery or resale apps
- Academic or commercial research on fashion e-commerce
🔑 Key Features
- Scrapes all product details from Zara's category pages
- Extracts product name, price, images, availability, materials, and more
- Supports multiple category URLs in one run
- Delivers JSON output ready for automation
⚙️ How It Works
- Input one or more Zara category URLs.
- The actor browses each page and extracts metadata about each listed product.
- The actor delivers clean JSON output with all product details, including cross-linked recommended products.
- You can download results or forward them to an API or external app.
Input Parameters
Field | Type | Description | Example |
---|---|---|---|
urls | array | Zara category URLs to scrape (multiple allowed). | ["https://www.zara.com/us/en/man-shirts-linen-l754.html?v1=2431973®ionGroupId=13"] |
max_results | integer | Maximum number of products to scrape per category. Must be a multiple of 10. | 20 |
📤 Output (Full Example)
{"category_id": 452697188,"product_id": 452695888,"product_name": "LINEN - COTTON SHIRT","price": 59.9,"currency": "USD","colour_code": 430,"colour": "Ink blue","description": "Regular fit shirt made of linen and cotton fabric. Button-down collar and long sleeves with buttoned cuffs. Patch pocket detail on chest. Front button closure.","size": null,"section": "MAN","product_family": "SHIRT","product_subfamily": "Summer Shirt LS","care": {"instructions": []},"materials_description": null,"low_on_stock": false,"availability": true,"image": ["https://static.zara.net/assets/public/06db/9264/892e4dcda5ec/c463424d6725/01063312430-p/01063312430-p.jpg","... more image URLs ..."],"sku": "452697188-430-2","url": "https://www.zara.com/us/en/linen---cotton-shirt-p01063312.html","you_may_also_like": [{"initial_price": "$29.90","final_price": "$29.90","currency": "USD","url": "https://www.zara.com/us/en/basic-contrast-rib-t-shirt-p00761412.html"}// ... more suggestions ...],"seo_category_id": "754","timestamp": "2025-07-15T14:53:09.668Z","input": {"url": "https://www.zara.com/us/en/linen---cotton-shirt-p01063312.html","seo_category_id": "754"},"discovery_input": {"url": "https://www.zara.com/us/en/man-shirts-linen-l754.html?v1=2431973®ionGroupId=13"}}
💰 Pricing
- Free tier: Up to 10 results
- Paid tier: $1.99/results
⚖️ Legal Disclaimer
This actor is not affiliated with or endorsed by Zara. Use it responsibly and ensure compliance with Zara’s terms of service. Apify and the developer assume no liability for misuse or data handling practices by users of this actor.
🔄 Update Policy
We monitor changes in Zara's website regularly. If the layout or structure of their category pages changes, we aim to release an updated actor version within 3 business days. Users are encouraged to report bugs or structural issues via Apify support or GitHub issues.
❓ FAQ
Can I use this actor with free Apify accounts?
Yes, but only up to 10 results per run. Upgrade to unlock full-scale scraping.
Can I scrape multiple Zara categories at once?
Absolutely! Just provide multiple URLs in the input array.
Is the actor compatible with dynamic content?
Yes, it uses a browser-based approach to load all products, even those loaded via scrolling or AJAX.
What happens if I request an odd number of results (like 35)?
The actor will return the next multiple of 10, in this case, 40 results.
Does it support filters like color or size?
Currently, it scrapes all visible products on the category page. For advanced filters, consider post-processing the data externally.