Zara Product Search
by pintostudio
Search and extract product data from Zara.com globally. Get structured results for pricing, availability, and images across different locales.
Opens on Apify.com
About Zara Product Search
Need to track Zara's product catalog for your project? This actor is what I use to pull clean, structured data from Zara.com without the headache. It handles the tricky parts—like navigating different country sites and regional availability—so you can focus on building your price comparison engine, inventory tracker, or market analysis tool. You tell it what to search for and which locale you need (think Zara Spain, Zara USA, etc.), and it returns the product details, images, and pricing. It's straightforward: set up the search query, run it, and get JSON or a spreadsheet back. I've found it super reliable for keeping an eye on collection drops and pricing changes across regions, which is essential for any e-commerce data project. If you're a developer or analyst working with retail data, this tool saves you from writing and maintaining your own scraper for a site that can be a bit finicky.
What does this actor do?
Zara Product Search is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.
Key Features
- Cloud-based execution - no local setup required
- Scalable infrastructure for large-scale operations
- API access for integration with your applications
- Built-in proxy rotation and anti-blocking measures
- Scheduled runs and webhooks for automation
How to Use
- Click "Try This Actor" to open it on Apify
- Create a free Apify account if you don't have one
- Configure the input parameters as needed
- Run the actor and download your results
Documentation
Zara Product Search Actor
Overview
This Apify actor searches and extracts product data from Zara.com. It supports multiple locales, offers advanced filtering, and handles pagination to collect product information at scale.
Key Features
- Multi-locale Search: Works across 100+ locales (e.g.,
en_US,fr_FR,ja_JP). - Advanced Filtering: Filter results by color, size, price range, and product section (Women, Men, Kids, All).
- Result Sorting: Sort by price (low-to-high or high-to-low) or default relevance.
- Pagination Handling: Automatically navigates through search result pages.
- Rate Limiting: Includes built-in delays to respect Zara's servers.
- Structured Output: Returns clean, detailed product data in JSON format.
How to Use
Configure the actor using input fields. Only the query is required.
Input Configuration
Required Field
query(string): Your search term (e.g., "black dress", "leather jacket").
Optional Fields
locale(string): Language/country locale (format:language_COUNTRY). Default:en_US.section(string): Section to search. Options:HOME(All),WOMAN,MAN,KID. Default:HOME.page(integer): Page number to start from. Default:1.perPage(integer): Number of products per page (1-100). Default:36.sortBy(string): Sort order. Options:""(relevance),price_asc,price_desc.filters(object): Additional filters.color(string): Comma-separated list (e.g., "black,white").size(string): Comma-separated list (e.g., "S,M,L").priceRange(string): Price range (format varies by locale).
Example Input
{
"query": "black dress",
"locale": "en_US",
"section": "WOMAN",
"sortBy": "price_asc",
"filters": {
"color": "black,navy",
"size": "S,M,L",
"priceRange": "50-200"
}
}
Output Format
The actor returns a JSON object containing pagination details and an array of product items.
{
"pagination": {
"page": 1,
"perPage": 36,
"totalResults": 168,
"isLastPage": false,
"hasPreviousPage": false
},
"products": [
{
"id": "422625745",
"name": "CHILDREN'S WATER SHOES",
"reference": "13304500-V2025",
"pricing": { "value": 29.9 },
"colors": [ { "name": "Orange", "price": "29.90" } ],
"images": ["https://static.zara.net/.../image.jpg"],
"sectionName": "HOME",
"url": "https://www.zarahome.com/us/en/..."
}
// ... more products
]
}
Categories
Common Use Cases
Market Research
Gather competitive intelligence and market data
Lead Generation
Extract contact information for sales outreach
Price Monitoring
Track competitor pricing and product changes
Content Aggregation
Collect and organize content from multiple sources
Ready to Get Started?
Try Zara Product Search now on Apify. Free tier available with no credit card required.
Start Free TrialActor Information
- Developer
- pintostudio
- Pricing
- Paid
- Total Runs
- 174
- Active Users
- 6
Related Actors
Google Maps Reviews Scraper
by compass
Facebook Ads Scraper
by apify
Google Ads Scraper
by silva95gustavo
Facebook marketplace scraper
by curious_coder
Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.
Learn more about ApifyNeed Professional Help?
Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.
Trusted by millions | Money-back guarantee | 24/7 Support