Lazada Scraper — SEA Product & Price Search (SG MY VN TH PH ID) avatar

Lazada Scraper — SEA Product & Price Search (SG MY VN TH PH ID)

Under maintenance

Pricing

from $5.00 / 1,000 products

Go to Apify Store
Lazada Scraper — SEA Product & Price Search (SG MY VN TH PH ID)

Lazada Scraper — SEA Product & Price Search (SG MY VN TH PH ID)

Under maintenance

Search Lazada across Southeast Asia and scrape products — title, price, original price, rating, reviews, sold count, seller, image, and URL. Output shares a schema with our Shopee scraper for easy price comparison. CSV/JSON/Excel export.

Pricing

from $5.00 / 1,000 products

Rating

0.0

(0)

Developer

bootforge

bootforge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Lazada Scraper

Lazada Scraper is an Apify actor that searches Lazada across Southeast Asia and returns structured product + price data — title, price, original price, currency, rating, reviews, sold count, seller, location, brand, image, and product URL. Output shares a schema with our Shopee Scraper, so you can normalize both marketplaces into one dataset for price comparison and affiliate use. Export to JSON, CSV, or Excel.

Supported regions: Singapore, Malaysia, Vietnam, Thailand, Philippines, Indonesia.

Table of contents

What it does

  • 🔎 Keyword search → products across any Lazada SEA site.
  • 💲 Price + discount — current price, original price, currency per region.
  • Signals — rating, review count, sold count, seller, location, brand.
  • 🧩 Shopee-aligned schema — same field names as our Shopee scraper for cross-marketplace price comparison.
  • 🌏 6 SEA regions — sg / my / vn / th / ph / id.
  • 🧱 Robust — paginates, dedups, and degrades gracefully on anti-bot blocks (never crashes the run).

How to scrape Lazada

  1. Enter one or more Search terms.
  2. Pick a Region.
  3. Set Max results.
  4. Enable a residential proxy in that region (see Recommended proxies — required for reliable runs).
  5. Run. Each product is one dataset row.

Example input:

{
"search_terms": ["iphone 15 case"],
"region": "sg",
"max_results": 100,
"proxy": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "SG" }
}

Input

FieldTypeRequiredDescription
search_termsarrayKeywords to search.
regionstringsg, my, vn, th, ph, id (default sg).
max_resultsintegerMax products across all terms (default 40).
proxyobjectProxy config. A residential proxy in the region is required for reliable runs (Lazada's Alibaba AWSC anti-bot blocks datacenter IPs).

Output

One row per product. Field names overlap the Shopee scraper (product_id, title, price, currency, rating, sold_count, product_url, region) so both marketplaces merge into one comparison table.

{
"product_id": "1001",
"title": "Apple iPhone 15 Case Clear",
"price": 12.9,
"price_original": 19.9,
"currency": "SGD",
"rating": 4.8,
"review_count": 1234,
"sold_count": 2300,
"seller_name": "Acme Store",
"location": "Singapore",
"brand": "Acme",
"thumbnail_url": "https://sg-live.slatic.net/p/abc.jpg",
"product_url": "https://www.lazada.sg/products/case-i1001-s2001.html",
"region": "sg",
"scraped_at": "2026-07-19T10:00:00+00:00",
"error": null
}
FieldTypeDescription
product_idstringLazada item id.
titlestringProduct name.
price / price_originalnumber / nullCurrent price / pre-discount price.
currencystringRegion currency (SGD, MYR, VND, THB, PHP, IDR).
ratingnumber / null0–5.
review_count / sold_countinteger / nullReview and sold counts.
seller_name / location / brandstring / nullSeller, location, brand.
thumbnail_url / product_urlstringImage and product page.
region / scraped_atstringRegion code and UTC timestamp.

Pricing

Pay-per-event:

EventPrice
Actor start$0.005 per run
Product$0.002 per product scraped

Provisional until finalized in the Apify Console. You supply your own proxy; proxy traffic is billed by your proxy provider (or Apify Proxy usage).

Lazada's Alibaba AWSC anti-bot blocks datacenter IPs — a residential proxy in the target SEA region is required for reliable runs. Apify Residential Proxy works; for a low-cost SEA residential pool we recommend DataImpulse (referral link).

Why this scraper

  • Comparison-ready. Shares a normalized schema with our Shopee scraper — merge SEA marketplaces into one price table without remapping fields.
  • Anti-bot handled. A real stealth browser session clears Alibaba AWSC; blocks back off and retry rather than crashing.
  • SEA-native. Six country sites with correct currency per region.

FAQ

Do I need a proxy? Yes, for reliable runs — Lazada blocks datacenter IPs via Alibaba AWSC. Use a residential proxy in the same region as your search.

Which regions are supported? Singapore, Malaysia, Vietnam, Thailand, Philippines, Indonesia.

Can I compare prices with Shopee? Yes — the output field names match our Shopee scraper, so both feed one comparison dataset.

Is scraping Lazada legal? Scraping publicly available product data is generally permissible, but you are responsible for complying with Lazada's terms and applicable law, and for how you use the data. This actor scrapes only public search results — no login or paywall bypass.

Rate this actor

Using Lazada Scraper? Please leave a ⭐ rating and a short review — it helps others find it and guides what we improve.