
Zara
3 days trial then $30.00/month - No credit card required now

Zara
3 days trial then $30.00/month - No credit card required now
Scrape products from zara.com websites. All available countries and languages. Filter by Category or Product. Fast and efficient.
Actor Metrics
11 Monthly users
No reviews yet
3 bookmarks
88% runs succeeded
Created in Jan 2025
Modified 21 days ago
You can access the Zara programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "start_urls": [
3 {
4 "url": "https://www.zara.com/uk/"
5 },
6 {
7 "url": "https://www.zara.com/uk/en/woman-jackets-l1114.html?v1=2536936"
8 },
9 {
10 "url": "https://www.zara.com/uk/en/water-and-wind-protection-short-puffer-anorak-p03046241.html?v1=423159609&v2=2419032"
11 }
12 ],
13 "max_subcategories": 1,
14 "max_results": 10
15}' |
16apify call datasaurus/zara --silent --output-dataset
Zara API through CLI
The Apify CLI is the official tool that allows you to use Zara locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: