Zalora Fashion Scraper avatar

Zalora Fashion Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Zalora Fashion Scraper

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

Crawler Bros

Maintained by Community

Actor stats

4

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

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:

FieldDescription
skuZalora product SKU (config SKU)
nameProduct name
brandBrand name
sellerSeller / supplier name
priceCurrent (effective) price in local currency
originalPriceOriginal price before discount (if on sale)
discountPercentDiscount percentage (e.g. 30 for 30% off)
currencyCurrency code (e.g. PHP, MYR, IDR)
marketMarket code (e.g. ph, my, id)
ratingAverage customer rating (1–5 stars)
reviewCountNumber of customer reviews
urlFull product page URL
imageUrlMain product image URL
additionalImagesArray of additional product image URLs
categoryTop-level category (e.g. "Women")
subcategorySub-category (e.g. "Dresses in Women")
breadcrumbFull category path (e.g. "Women > Clothing > Dresses")
isOnSaleWhether the product is currently on sale
isOfficialStoreWhether sold by an official brand store
saleLabelSale label text (e.g. "50% Off")
daysListedHow many days the product has been listed
scrapedAtISO 8601 timestamp of when the record was scraped

Input

ParameterTypeDescription
modeselectsearch (default) or byCategory
marketselectCountry market: ph, my, id, hk, sg
searchQuerystringKeyword to search (mode=search)
segmentselectCategory segment: women, men, kids, beauty, sale, all
categoryUrlKeystringCategory slug (e.g. dresses, shoes, bags)
sortByselectSort: most popular, newest, price asc/desc, biggest discount
minPriceintegerMinimum price in local currency
maxPriceintegerMaximum price in local currency
onSaleOnlybooleanReturn only discounted products
maxItemsintegerMax records to return (default: 50)

Supported Markets

CodeMarketCurrencyDomain
phPhilippinesPHPzalora.com.ph
myMalaysiaMYRzalora.com.my
idIndonesiaIDRzalora.co.id
hkHong KongHKDzalora.com.hk
sgSingaporeSGDzalora.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.