Lazada Product Scraper avatar

Lazada Product Scraper

Pricing

from $5.00 / 1,000 products

Go to Apify Store
Lazada Product Scraper

Lazada Product Scraper

Search Lazada across Southeast Asia and extract products from Singapore, Malaysia, Vietnam, Thailand, Philippines and Indonesia. Rows carry title, price, price_original, currency, rating, review_count, sold_count, seller_name and product_url. Export JSON, CSV or Excel.

Pricing

from $5.00 / 1,000 products

Rating

0.0

(0)

Developer

herus13

herus13

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

7

Monthly active users

2 days ago

Last modified

Share

Lazada Product Scraper extracts products from Lazada by keyword search across six Southeast Asian markets — Singapore, Malaysia, Vietnam, Thailand, Philippines and Indonesia. Every row carries title, price, original price, currency, rating, review count, sold count, seller, location and brand.

中文说明

Lazada 东南亚商品数据抓取工具,按关键词搜索采集商品,覆盖新加坡、马来西亚、越南、泰国、菲律宾、印尼六个站点。

每条数据包含标题 title、售价 price、原价 price_original、币种 currency、评分 rating、评价数 review_count、销量 sold_count、卖家 seller_name、发货地 location、品牌 brand 和商品链接 product_url。字段命名与我们的 Shopee 采集工具一致,两个平台的数据可直接合并比价。

运行自带住宅代理,无需自行配置。在 Apify Console 填好关键词与国家点击 Start 即可,也可以通过 Apify API 提交同样的 JSON。结果支持导出 JSON、CSV 或 Excel。

What you get

One dataset row per product. Export as JSON, CSV or Excel.

{
"title": "ATTACK SHARK | Wireless Esports Mouse 1000Hz",
"price": 208000,
"price_original": 410000,
"currency": "VND",
"rating": 4.92,
"review_count": 1243,
"sold_count": 5700,
"seller_name": "Brand Super Deal",
"brand": "ATTACK SHARK",
"product_url": "https://www.lazada.vn/products/pdp-i13394425519.html",
"region": "vn"
}

Rows also carry location — where the seller ships from — and scraped_at. Field names match the Shopee scrapers in this account, so Lazada and Shopee results merge into one comparison table without a mapping layer in between.

What it costs

EventPrice
Product (product-result)$0.005

You pay per product, not per minute: $0.005 for each product returned, and there is no per-run start fee. A hundred products is about $0.50 and a thousand about $5.00, with the residential proxy included in that price.

Input

FieldTypeRequiredDefaultWhat it does
search_termsarrayno—Keywords to search on Lazada, one per entry — for example iphone 15 case, or air fryer. Each term is paged through until the run reaches max_results, and every matching product comes back with its price, original price, rating, review and sold counts, seller, location and brand. Give at least one term: leave empty and the run stops with an input error before anything is charged.
regionstringno"sg"Lazada country site to search. It decides which products exist, the language of the listings and the currency of every price. Default sg. Supported: sg Singapore, my Malaysia, vn Vietnam, th Thailand, ph Philippines, id Indonesia. One run covers one country, so comparing markets means running the same search terms once per region.
max_resultsintegerno40Most products a run returns in total, counted across every search term. Default 40, minimum 1, maximum 4000. Raise it to sweep a category and keep it low for a quick price check. A single keyword usually runs out of new products well before 4000, so wider coverage comes from more search terms rather than a higher cap.
proxyUrlsarrayno—Leave empty: the run uses the residential proxy this actor ships with, included in the price of the run. To route the run through your own provider instead, add one gateway URL per entry, for example http://user:pass@host:port — works with any provider that issues URLs (DataImpulse, Bright Data, Oxylabs, Smartproxy, or your own). When set, these are used exactly as entered and nothing else is.

How to run it

  1. Open the actor on Apify Console.
  2. Enter one or more search terms.
  3. Pick the region, set Max results, then Run. Export JSON, CSV or Excel from the dataset.
{
"search_terms": ["iphone 15 case", "wireless mouse"],
"region": "vn",
"max_results": 100
}

Minimal input:

{
"search_terms": ["iphone 15 case"]
}

Available as the MCP tool herus13--lazada-scraper on mcp.apify.com and through the Apify API; send the same JSON.

Why this scraper

  • Comparison-ready across marketplaces — field names match the Shopee scrapers, so a Lazada export and a Shopee export stack into one price table with no remapping.
  • Six markets, one input — Singapore, Malaysia, Vietnam, Thailand, Philippines and Indonesia all answer the same JSON, each with its own currency in the currency field.
  • The discount, not just the price — price next to price_original gives the real markdown, which is the number a promotion actually competes on.
  • Demand signals included — sold_count and review_count separate the products that move from the ones that merely rank well.
  • Nothing to set up — no account, no cookies, no proxy configuration; a residential proxy is included in the price of the run.

Use cases

  • Southeast Asian price comparison — Six countries with a schema shared with the Shopee scrapers, so both marketplaces normalise into one dataset and a per-country price index falls straight out of it.
  • Discount and promotion monitoring — price against price_original gives the discount depth, and sold_count shows whether the promotion is moving units — the two numbers that say whether a competitor's sale is working.
  • Seller and brand intelligence — Seller, location and brand arrive on every row, so you can see which sellers hold a category in a given country and where they ship from.
  • Affiliate catalogue building — Product URLs in every row are what a link generator needs, and the shared schema lets one catalogue span several marketplaces.
  • Assortment and gap analysis — Sweep the same keywords in two countries and compare what is listed, at what price, before deciding where to launch a product.

FAQ

Which countries are covered? Six Lazada sites: Singapore, Malaysia, Vietnam, Thailand, Philippines and Indonesia. One run covers one country; run the same search terms once per region to compare markets.

Can I compare prices with Shopee? Yes. Output field names match the Shopee scrapers in this account, so both feed one comparison dataset without a translation layer.

How many products can one run return? Up to 4000 across all search terms, set by max_results. A single keyword usually runs out of new products well before that, so a wide sweep means more search terms rather than a higher cap.

Which currency are prices in? The currency of the region you picked — SGD, MYR, VND, THB, PHP or IDR — and every row states it in currency, so a multi-country dataset is never ambiguous.

Is a proxy included? A residential proxy is included in the price of the run. To use your own, paste gateway URLs into Your own proxy URLs. Scraping at volume? Your own DataImpulse account is cheaper per GB.

Is scraping Lazada legal? This actor collects only publicly available product data from public search results — no login and no paywall bypass. You are responsible for complying with Lazada's terms and applicable laws.

Southeast Asia marketplace data — Singapore, Malaysia, Vietnam, Thailand, Philippines, Indonesia:

More scrapers by this author: apify.com/herus13