Zara Product Scraper
Pricing
Pay per usage
Zara Product Scraper
Extract the latest fashion data with this powerful Zara scraper! Gather prices, images, sizes, and descriptions from global stores. Perfect for trend analysis and e-commerce intelligence. We recommend residential proxies for smooth, unrestricted access.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Shahid Irfan
Actor stats
0
Bookmarked
8
Total users
2
Monthly active users
14 days ago
Last modified
Categories
Share
Extract rich Zara catalog data from category pages with structured product, pricing, color, media, and category metadata. Collect clean records for analytics, merchandising research, and retail monitoring workflows.
Features
- Rich Product Records — Capture IDs, references, names, descriptions, taxonomy, and product URLs
- Pricing And Availability — Collect numeric price values, currency, and availability indicators
- Category Intelligence — Return category IDs, names, keys, locale, and source URL context
- Color And Media Data — Extract primary color fields, color lists, and full image galleries
- SEO Metadata — Include SEO keyword and product identifiers for stable catalog tracking
- Optional Raw Payload — Keep raw product objects for advanced downstream processing
Use Cases
Catalog Monitoring
Track product assortments and visibility in specific Zara categories over time. Build daily or weekly snapshots for assortment change detection.
Pricing Analysis
Compare pricing structures and availability by category, family, and subfamily. Use consistent references for repeatable reporting.
Merchandising Research
Analyze color mix, image coverage, and category composition. Improve planning decisions with structured product attributes.
Data Enrichment Pipelines
Feed product records into spreadsheets, BI dashboards, or internal databases. Use stable product IDs and references for joins.
Regional Comparison
Run the same workflow for different locales to compare catalog differences by country and language.
Input Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
startUrl | String | Yes | https://www.zara.com/us/en/woman-beauty-perfumes-l1415.html | Zara category URL |
results_wanted | Integer | No | 20 | Maximum number of products to return |
categorySeoId | Integer | No | Auto | Optional SEO category ID override |
categoryId | Integer | No | Auto | Optional internal category ID override |
includeImageGallery | Boolean | No | true | Include all discovered image URLs |
includeRawProduct | Boolean | No | false | Include raw product object in output |
includeCategoryTree | Boolean | No | false | Store category context in key-value store |
proxyConfiguration | Object | No | Residential | Proxy settings |
Output Data
Each dataset item can include:
| Field | Type | Description |
|---|---|---|
product_id | String | Zara product identifier |
product_reference | String | Product reference code |
display_reference | String | Human-readable reference |
name | String | Product name |
description | String | Product description |
price | Number | Product price in major units |
price_minor | Number | Product price in minor units |
currency | String | Currency code |
availability | String | Availability status |
category_id | Number | Resolved internal category ID |
category_seo_id | Number | SEO category ID |
category_name | String | Category name |
category_key | String | Category key |
locale | String | Locale code, e.g. us/en |
country_code | String | Country segment of locale |
language_code | String | Language segment of locale |
product_url | String | Product page URL |
seo_keyword | String | SEO keyword slug |
seo_product_id | String | SEO product ID |
family_name | String | Product family |
subfamily_name | String | Product subfamily |
type | String | Product type |
kind | String | Product kind |
brand | String | Brand |
primary_color_name | String | First color name |
available_color_names | Array | Available color names |
image_url | String | Primary image URL |
image_urls | Array | Full image gallery |
image_count | Number | Number of image URLs |
tags | Array | Product tags |
tag_types | Array | Tag type markers |
extra_info | Object | Additional Zara metadata |
Usage Examples
Basic Category Run
{"startUrl": "https://www.zara.com/us/en/woman-beauty-perfumes-l1415.html","results_wanted": 20}
Full Gallery Output
{"startUrl": "https://www.zara.com/us/en/woman-beauty-perfumes-l1415.html","results_wanted": 100,"includeImageGallery": true}
Advanced Debug Run
{"startUrl": "https://www.zara.com/us/en/woman-beauty-perfumes-l1415.html","results_wanted": 50,"includeRawProduct": true,"includeCategoryTree": true}
Sample Output
{"source_category_url": "https://www.zara.com/us/en/woman-beauty-perfumes-l1415.html","locale": "us/en","category_seo_id": 1415,"category_id": 2419833,"product_id": "495716274","product_reference": "20110709-V2026","display_reference": "0110/709","name": "ELEGANTLY TOKYO EDP 100 ML (3.4 FL. OZ)","price": 59.9,"price_minor": 5990,"currency": "USD","availability": "coming_soon","product_url": "https://www.zara.com/us/en/elegantly-tokyo-edp-100-ml--3-4-fl--oz--p20110709.html","seo_keyword": "elegantly-tokyo-edp-100-ml--3-4-fl--oz-","seo_product_id": "20110709","family_name": "PERFUMES","subfamily_name": "FRAGRANCES","primary_color_name": "TINTED LEATHER","available_color_names": ["TINTED LEATHER"],"image_url": "https://static.zara.net/assets/public/93ea/c561/4ee14acf8030/82aad1a782cf/20110709999-f1/20110709999-f1.jpg?ts=1768991004125&w=1200","image_count": 3}
Tips for Best Results
Use Valid Category URLs
- Prefer canonical Zara category URLs ending with
-l{number}.html - Start with one category first, then scale to multiple runs
- Keep locale consistent when comparing datasets
Tune Result Volume
- Use
results_wanted: 20for quick validation runs - Increase gradually for larger collections
- Schedule recurring runs for trend tracking
Keep Optional Payloads Controlled
- Enable
includeRawProductonly when needed - Enable
includeCategoryTreefor debugging category resolution - Disable extras for smaller output size
Proxy Configuration
{"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"]}}
Integrations
Connect output with:
- Google Sheets — Tabular monitoring and lightweight dashboards
- Airtable — Searchable product databases
- Make — Automated processing flows
- Zapier — Triggered downstream actions
- Webhooks — Custom pipelines and storage systems
Export Formats
- JSON — Nested structured records
- CSV — Spreadsheet workflows
- Excel — Reporting and sharing
- XML — Legacy system compatibility
Frequently Asked Questions
How many products can I collect?
You can collect up to the available products in the selected category, limited by results_wanted.
Do I need to provide category IDs manually?
No. The actor auto-resolves category IDs from startUrl. Manual overrides are optional.
Can I include all product images?
Yes. Set includeImageGallery to true.
What is includeRawProduct for?
It adds the full source product object for advanced custom mapping.
Why are some fields null?
Some products do not provide every field in every category or locale.
Can I run this for other locales?
Yes. Use a locale-specific Zara category URL in startUrl.
Support
For issues or feature requests, contact support through the Apify Console.
Resources
Legal Notice
This actor is designed for legitimate data collection purposes. Users are responsible for compliance with Zara terms and applicable laws. Respect access limits and use data responsibly.