Zalora Fashion Scraper
Pricing
from $3.00 / 1,000 results
Zalora Fashion Scraper
Scrape Zalora with Southeast Asia's leading fashion and lifestyle marketplace. Search products, browse by category, across PH, MY, ID, HK, and SG markets. Returns prices, ratings, brands, images, and discount info.
Pricing
from $3.00 / 1,000 results
Rating
5.0
(4)
Developer
Crawler Bros
Maintained by CommunityActor stats
4
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Scrape product listings from Zalora — Southeast Asia's leading fashion and lifestyle marketplace. Search by keyword or browse by category across Philippines, Malaysia, Indonesia, Hong Kong, and Singapore.
What You Can Scrape
- Product search — find any fashion item by keyword across all markets
- Category browse — browse Women, Men, Kids, Beauty, or Sale sections
- Full product details — prices, discounts, ratings, reviews, images, and brand info
Output Fields
Each record contains:
| Field | Description |
|---|---|
sku | Zalora product SKU (config SKU) |
name | Product name |
brand | Brand name |
seller | Seller / supplier name |
price | Current (effective) price in local currency |
originalPrice | Original price before discount (if on sale) |
discountPercent | Discount percentage (e.g. 30 for 30% off) |
currency | Currency code (e.g. PHP, MYR, IDR) |
market | Market code (e.g. ph, my, id) |
rating | Average customer rating (1–5 stars) |
reviewCount | Number of customer reviews |
url | Full product page URL |
imageUrl | Main product image URL |
additionalImages | Array of additional product image URLs |
category | Top-level category (e.g. "Women") |
subcategory | Sub-category (e.g. "Dresses in Women") |
breadcrumb | Full category path (e.g. "Women > Clothing > Dresses") |
isOnSale | Whether the product is currently on sale |
isOfficialStore | Whether sold by an official brand store |
saleLabel | Sale label text (e.g. "50% Off") |
daysListed | How many days the product has been listed |
scrapedAt | ISO 8601 timestamp of when the record was scraped |
Input
| Parameter | Type | Description |
|---|---|---|
mode | select | search (default) or byCategory |
market | select | Country market: ph, my, id, hk, sg |
searchQuery | string | Keyword to search (mode=search) |
segment | select | Category segment: women, men, kids, beauty, sale, all |
categoryUrlKey | string | Category slug (e.g. dresses, shoes, bags) |
sortBy | select | Sort: most popular, newest, price asc/desc, biggest discount |
minPrice | integer | Minimum price in local currency |
maxPrice | integer | Maximum price in local currency |
onSaleOnly | boolean | Return only discounted products |
maxItems | integer | Max records to return (default: 50) |
Supported Markets
| Code | Market | Currency | Domain |
|---|---|---|---|
ph | Philippines | PHP | zalora.com.ph |
my | Malaysia | MYR | zalora.com.my |
id | Indonesia | IDR | zalora.co.id |
hk | Hong Kong | HKD | zalora.com.hk |
sg | Singapore | SGD | zalora.sg |
Example Inputs
Search for dresses in Philippines:
{"mode": "search","market": "ph","searchQuery": "dress","maxItems": 50}
Browse women's shoes in Malaysia:
{"mode": "byCategory","market": "my","segment": "women","categoryUrlKey": "shoes","maxItems": 100}
Sale items under RM 50 in Malaysia:
{"mode": "search","market": "my","searchQuery": "top","onSaleOnly": true,"maxPrice": 50,"maxItems": 50}
Browse men's sneakers in Singapore:
{"mode": "byCategory","market": "sg","segment": "men","categoryUrlKey": "sneakers","sortBy": "priceDes","maxItems": 50}
Use Cases
- Competitive price monitoring — track fashion prices across SE Asian markets
- Trend analysis — discover trending products and categories
- Brand research — find all products from a specific brand
- Deal hunting — scrape the biggest discounts and sale items
- Market comparison — compare pricing across PH, MY, ID, HK, SG
Data Source
This actor scrapes Zalora via its public product API, accessible without authentication. Zalora operates across Southeast Asia as part of Global Fashion Group. Data is publicly available on the website.
FAQ
Which markets are supported? Philippines (ph), Malaysia (my), Indonesia (id), Hong Kong (hk), and Singapore (sg). Each market has independent product catalogues and pricing.
How many products can I scrape?
The Zalora API returns up to 36 products per page. The actor paginates through all results up to your maxItems limit. Total product catalogue size varies by market (20,000–30,000+ per market).
Can I filter by brand?
Currently the actor supports keyword search (which matches brand names) and category browsing. Search for the brand name in searchQuery to find brand-specific products.
What does discountPercent mean?
When a product has a SpecialPrice (sale price) lower than its regular price, discountPercent shows the percentage reduction (e.g. 30 means 30% off).
Are prices in local currency? Yes. Prices are in the local currency of each market: PHP for Philippines, MYR for Malaysia, IDR for Indonesia, HKD for Hong Kong, SGD for Singapore.