Zalora Fashion Scraper — Products, Prices & Discounts
Pricing
from $2.00 / 1,000 results
Zalora Fashion Scraper — Products, Prices & Discounts
Scrape fashion products from Zalora — Southeast Asia's leading online fashion platform. Extract product names, brands, prices, discounts, and images across Philippines, Singapore, Malaysia, Indonesia, and Hong Kong. No login required.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Sheshinmcfly
Maintained by CommunityActor stats
1
Bookmarked
4
Total users
2
Monthly active users
14 days ago
Last modified
Categories
Share
Extract fashion products from Zalora — Southeast Asia's leading online fashion platform operating in Philippines, Singapore, Malaysia, Indonesia, and Hong Kong.
Scrape product names, brands, prices, discounts, ratings, and images across all categories — no API key or login required.
What data does it extract?
| Field | Type | Example |
|---|---|---|
name | string | "Floral Wrap Midi Dress" |
brand | string | "ZALORA BASICS" |
sku | string | "ZA011AA9MHIQPH" |
price | number | 899 |
originalPrice | number | 1299 |
discountPercent | number | 31 |
currency | string | "PHP" |
rating | number | 4.5 |
inStock | boolean | true |
imageUrl | string | "https://static-ph.zacdn.com/p/product.jpg" |
url | string | "https://www.zalora.com.ph/p/..." |
gender | string | "women" |
subCategory | string | "clothing" |
category | string | "women/clothing" |
country | string | "ph" |
countryName | string | "Philippines" |
extractedAt | string | "2026-04-22T03:00:00.000Z" |
How to use
- Click Try for free on the actor page
- Select the categories to scrape (e.g.
women/clothing,men/shoes) - Set the country store (
ph,sg,my,id,hk) - Set
maxProductsto control how many items you want - Click Start — no login or API key needed
- Download results as JSON, CSV, or Excel from the dataset tab
Use cases
- Fashion market research — Track trends, pricing, and bestsellers across SEA markets
- Price monitoring — Monitor competitor pricing and discount cycles
- E-commerce intelligence — Benchmark your own brand against Zalora listings
- Discount hunting — Find the best fashion deals across categories
- Brand analysis — Track which brands dominate specific categories
- AI & ML training data — Build fashion recommendation or visual search datasets
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
categories | array | ["women/clothing"] | Category paths to scrape (see list below). Takes priority over searchTerms. |
searchTerms | array | [] | Keywords to search (e.g. ["sneakers", "maxi dress"]). Used when categories is empty. |
country | string | ph | Country store: ph, sg, my, id, hk |
maxProducts | integer | 100 | Max products to extract per run (1–500) |
proxyConfiguration | object | Apify proxy | Proxy settings |
Available categories: women/clothing, women/shoes, women/bags, women/accessories, men/clothing, men/shoes, men/bags, kids/all, beauty/all, sports/all
Available countries:
| Code | Country | Currency |
|---|---|---|
ph | Philippines | PHP |
sg | Singapore | SGD |
my | Malaysia | MYR |
id | Indonesia | IDR |
hk | Hong Kong | HKD |
Output format
{"name": "Floral Wrap Midi Dress","brand": "ZALORA BASICS","sku": "ZA011AA9MHIQPH","price": 899,"originalPrice": 1299,"discountPercent": 31,"currency": "PHP","rating": 4.5,"inStock": true,"imageUrl": "https://static-ph.zacdn.com/p/product.jpg","url": "https://www.zalora.com.ph/p/floral-wrap-midi-dress-123456","gender": "women","subCategory": "clothing","category": "women/clothing","country": "ph","countryName": "Philippines","extractedAt": "2026-04-22T03:00:00.000Z"}
Performance & limits
- Speed: ~30–60 seconds per category (browser-based scraping, JS rendering required)
- Items per category: Up to
maxProducts(default 100, max 500) - Concurrency: 1 category at a time
- Memory: 1024 MB (Playwright browser)
- Agent-ready: Compatible with x402 micropayment protocol for autonomous agent use
Pricing
This actor uses Pay Per Event (PPE) pricing: $0.005 per product extracted.
| Products | Estimated cost |
|---|---|
| 100 | ~$0.50 |
| 500 | ~$2.50 |
| 1,000 | ~$5.00 |
The Apify free plan includes $5 monthly credit — enough for ~1,000 products per month.
FAQ
Why does it need a browser? Can't it use lightweight HTTP scraping? Zalora is a React SPA — product listings are rendered via JavaScript and require a browser to load. The actor uses a stealth Chromium instance to render pages correctly.
Can I scrape multiple countries in one run?
Currently one country per run. To scrape multiple countries, run the actor multiple times with different country settings, or use Apify Tasks to schedule parallel runs.
What if a category path is invalid? The actor will log a warning and return 0 products for that category. Use the category paths exactly as shown in the Available categories list.
Are out-of-stock products included?
Yes — they are included with inStock: false so you can filter them in your dataset.
Related actors
- MercadoLibre Scraper — Product listings and prices from Latin America's largest marketplace.
- Sodimac & Easy Scraper — Home improvement product prices from Sodimac and Easy.
- FinViz Stock Screener — Stock screener — gainers, losers, most active.
- Numbeo Cost of Living Scraper — Cost of living prices with min/max ranges for any city.
Legal disclaimer
This actor extracts publicly available product data from Zalora's website. No login is required. No personal data is collected. All data extracted is identical to what any visitor can view by browsing Zalora without an account. Users are responsible for ensuring their use of extracted data complies with applicable laws and Zalora's terms of service.
Changelog
- v0.1 — Initial release: products, prices, discounts, ratings, images across 5 country stores
- v0.2 — Added
inStock,isSponsored,gender,subCategory,countryNamefields; addedsearchTermsinput mode; migrated to Patchright for better PerimeterX evasion; concurrency 2