Zalora Fashion Scraper — Products, Prices & Discounts avatar

Zalora Fashion Scraper — Products, Prices & Discounts

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Zalora Fashion Scraper — Products, Prices & Discounts

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

Sheshinmcfly

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

2

Monthly active users

14 days ago

Last modified

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?

FieldTypeExample
namestring"Floral Wrap Midi Dress"
brandstring"ZALORA BASICS"
skustring"ZA011AA9MHIQPH"
pricenumber899
originalPricenumber1299
discountPercentnumber31
currencystring"PHP"
ratingnumber4.5
inStockbooleantrue
imageUrlstring"https://static-ph.zacdn.com/p/product.jpg"
urlstring"https://www.zalora.com.ph/p/..."
genderstring"women"
subCategorystring"clothing"
categorystring"women/clothing"
countrystring"ph"
countryNamestring"Philippines"
extractedAtstring"2026-04-22T03:00:00.000Z"

How to use

  1. Click Try for free on the actor page
  2. Select the categories to scrape (e.g. women/clothing, men/shoes)
  3. Set the country store (ph, sg, my, id, hk)
  4. Set maxProducts to control how many items you want
  5. Click Start — no login or API key needed
  6. 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

ParameterTypeDefaultDescription
categoriesarray["women/clothing"]Category paths to scrape (see list below). Takes priority over searchTerms.
searchTermsarray[]Keywords to search (e.g. ["sneakers", "maxi dress"]). Used when categories is empty.
countrystringphCountry store: ph, sg, my, id, hk
maxProductsinteger100Max products to extract per run (1–500)
proxyConfigurationobjectApify proxyProxy 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:

CodeCountryCurrency
phPhilippinesPHP
sgSingaporeSGD
myMalaysiaMYR
idIndonesiaIDR
hkHong KongHKD

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.

ProductsEstimated 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.



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, countryName fields; added searchTerms input mode; migrated to Patchright for better PerimeterX evasion; concurrency 2