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)

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)

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

14 hours 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).

Use cases

Southeast Asian price comparison — Six regions (Singapore, Malaysia, Vietnam, Thailand, Philippines, Indonesia) with output that shares a schema with the Shopee Scraper, so both marketplaces normalise into one dataset without a translation layer.

Discount and promotion monitoringprice against original_price gives the real discount depth, and sold count shows whether the promotion is actually moving units — the two numbers that tell you if a competitor's sale is working.

Seller and brand intelligence — Seller, location, and brand come with each product, so you can see which sellers dominate a category in a given country and where they ship from.

Affiliate catalogue building — Product URLs and IDs in every row are what an affiliate link generator needs, and the shared Shopee schema means one catalogue can span both marketplaces.

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": "13394425519",
"title": "ATTACK SHARK | Wireless Esports Mouse 1000Hz",
"price": 208000,
"price_original": 410000,
"currency": "VND",
"rating": 4.92,
"review_count": 172,
"sold_count": 5700,
"seller_name": "Brand Super Deal",
"location": "Hong Kong",
"brand": "ATTACK SHARK",
"thumbnail_url": "https://filebroker-cdn.lazada.vn/kf/S76b21f2771f94cedb68a1f48400afcedP.jpg",
"product_url": "https://www.lazada.vn/products/pdp-i13394425519.html",
"region": "vn",
"scraped_at": "2026-07-19T18:54:42+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.05 per run
Product$0.005 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.