VOOZH about

URL: https://apify.com/shahidirfan/zara-product-scraper

โ‡ฑ Zara Product Scraper ยท Apify


Pricing

from $1.00 / 1,000 results

Go to Apify Store

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

from $1.00 / 1,000 results

Rating

5.0

(3)

Developer

๐Ÿ‘ Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

3

Bookmarked

30

Total users

6

Monthly active users

2.4 hours

Issues response

6 days ago

Last modified

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

ParameterTypeRequiredDefaultDescription
startUrlStringYeshttps://www.zara.com/us/en/woman-beauty-perfumes-l1415.htmlZara category URL
results_wantedIntegerNo20Maximum number of products to return
categorySeoIdIntegerNoAutoOptional SEO category ID override
categoryIdIntegerNoAutoOptional internal category ID override
includeImageGalleryBooleanNotrueInclude all discovered image URLs
includeRawProductBooleanNofalseInclude raw product object in output
includeCategoryTreeBooleanNofalseStore category context in key-value store
proxyConfigurationObjectNoResidentialProxy settings

Output Data

Each dataset item can include:

FieldTypeDescription
product_idStringZara product identifier
product_referenceStringProduct reference code
display_referenceStringHuman-readable reference
nameStringProduct name
descriptionStringProduct description
priceNumberProduct price in major units
price_minorNumberProduct price in minor units
currencyStringCurrency code
availabilityStringAvailability status
category_idNumberResolved internal category ID
category_seo_idNumberSEO category ID
category_nameStringCategory name
category_keyStringCategory key
localeStringLocale code, e.g. us/en
country_codeStringCountry segment of locale
language_codeStringLanguage segment of locale
product_urlStringProduct page URL
seo_keywordStringSEO keyword slug
seo_product_idStringSEO product ID
family_nameStringProduct family
subfamily_nameStringProduct subfamily
typeStringProduct type
kindStringProduct kind
brandStringBrand
primary_color_nameStringFirst color name
available_color_namesArrayAvailable color names
image_urlStringPrimary image URL
image_urlsArrayFull image gallery
image_countNumberNumber of image URLs
tagsArrayProduct tags
tag_typesArrayTag type markers
extra_infoObjectAdditional 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: 20 for quick validation runs
  • Increase gradually for larger collections
  • Schedule recurring runs for trend tracking

Keep Optional Payloads Controlled

  • Enable includeRawProduct only when needed
  • Enable includeCategoryTree for 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.

You might also like

Zara Product Scraper ๐Ÿ›๏ธ

easyapi/zara-product-scraper

๐Ÿ›๏ธ 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.

Zara Scraper

karamelo/zara-scraper

Extract comprehensive product data from Zara's websites ๐ŸŒ with this powerful scraper ๐Ÿ’ช. Gather detailed information on items across all categories ๐Ÿ‘š๐Ÿ‘–๐Ÿ‘ถ

Zara Product Description

pintostudio/zara-product-description

The Zara Product Description Actor is a web scraping tool built with Apify that extracts detailed product information from Zara's e-commerce website.

16

5.0

Zara Search Autocomplete

pintostudio/zara-search-autocomplete

The Zara Search Autocomplete Actor is a web scraping tool that fetches product search suggestions from Zara's website.

Zara Products By Category

pintostudio/zara-products-by-category

The Zara Products by Category actor is a web scraping tool that extracts product information from Zara's online store by category.

Zara Product Search

pintostudio/zara-product-search

This Apify actor allows you to search and scrape product information from Zara.com across multiple locales and regions.

12

Zara Similar Product

pintostudio/zara-similar-product

The Zara Similar Products Actor finds and extracts similar products from Zara's website based on a given product URL.

JP Zara Scraper

styleindexamerica/jp-zara-scraper

This actor is intended to extract data from zara.com/jp/ja

๐Ÿ‘ User avatar

PopinBorder Castnet

34

Zara Scraper

gio21/zara-scraper

Scrape Zara product listings by keyword search or category URL across BR, US, ES, UK, DE, FR, IT, PT, MX, and more. Extract title, price, original price, discount %, colors, sizes, availability, images, and URL. Pay per product scraped.

Zara

datasaurus/zara

Scrape products from zara.com websites. All available countries and languages. Filter by Category or Product. Fast and efficient. n8n node: n8n-nodes-zara

232

5.0