๐Ÿ›’ Lazada Product Search Scraper avatar

๐Ÿ›’ Lazada Product Search Scraper

Pricing

from $0.0015 / product scraped

Go to Apify Store
๐Ÿ›’ Lazada Product Search Scraper

๐Ÿ›’ Lazada Product Search Scraper

Search products on Lazada across Singapore, Malaysia and the Philippines. Enter any keyword and export one clean row per product โ€” title, price, discount, rating, review count, seller, brand, image and product URL โ€” as JSON, CSV or Excel.

Pricing

from $0.0015 / product scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

๐Ÿ›’ Lazada Product Search Scraper โ€” Singapore, Malaysia & Philippines

Search products on Lazada and export the results as clean, structured JSON, CSV or Excel. Enter any keyword โ€” or paste a Lazada search URL โ€” and pull every matching product across Singapore, Malaysia and the Philippines, one tidy row per product: title, price, discount, rating, review count, seller, brand, image and the product URL. Built for price tracking, product research, competitor and market analysis, and automations.

Features

  • ๐ŸŒ Three Southeast Asia markets โ€” search Lazada Singapore (SGD), Malaysia (MYR) or Philippines (PHP) from one Actor.
  • ๐Ÿ”Ž Keyword search โ€” run one or many keywords at once (e.g. iphone, air fryer, running shoes); each returns its own matching products.
  • ๐Ÿ”— Paste-a-URL โ€” drop in any Lazada search or catalog link and the Actor scrapes it end to end, following pagination automatically.
  • ๐Ÿ’ฐ Prices & discounts โ€” the numeric price plus the displayed price, original price and discount percentage for every product.
  • โญ Ratings & reviews โ€” average rating and review count so you can gauge demand and quality.
  • ๐Ÿท๏ธ Seller & brand โ€” the store name and brand behind each listing.
  • ๐Ÿ–ผ๏ธ Images & links โ€” the product image and a ready-to-open link to each product.
  • ๐Ÿ“„ Volume control โ€” set maxItems to balance coverage and cost.

Input

{
"queries": ["iphone", "air fryer"],
"country": "sg",
"maxItems": 100
}
FieldDescription
queriesOne or more keywords to search. Each runs its own search and results are combined.
countryWhich Lazada marketplace to search: sg (Singapore), my (Malaysia) or ph (Philippines).
startUrlsOptional. Lazada search/catalog URLs to scrape (e.g. https://www.lazada.sg/catalog/?q=iphone). Scraped in addition to any keywords.
maxItemsMaximum products to collect across all searches (0 = no limit).
maxConcurrencyHow many requests to run in parallel. Leave at the default unless you have a reason to change it.
proxyConfigurationProxy settings. Not required by default.

Enter one or more queries, pick a country, and run to collect matching products. Or paste startUrls straight from your browser โ€” the marketplace is taken from each URL. Set maxItems to control how much you collect.

Use cases

  • Track prices and discounts for products across Singapore, Malaysia and the Philippines over time.
  • Build and refresh a product dataset for market and demand analysis.
  • Monitor competitor listings, sellers and brands for chosen keywords.
  • Compare pricing of the same product across the three markets.
  • Feed structured product records into a CRM, spreadsheet or analytics pipeline.

What you get

Each product is one dataset record:

{
"itemId": "3524457699",
"nid": "3524457699",
"title": "Apple iPhone 17 Pro",
"price": 1598,
"priceShow": "$1,598.00",
"currency": "SGD",
"originalPrice": 1749,
"discount": "9% Off",
"rating": 4.89,
"reviewCount": 1273,
"soldCount": "500+ sold",
"seller": "Apple Flagship Store",
"sellerId": "1234567",
"brand": "Apple",
"location": "Singapore",
"imageUrl": "https://sg-live-01.slatic.net/p/349d8f1bc82d7446d6c5f31f131a630b.jpg",
"url": "https://www.lazada.sg/products/pdp-i3524457699.html",
"categoryName": "Mobiles",
"sourceTld": "sg",
"sourceCountry": "sg"
}

Output schema

FieldTypeDescription
itemIdstringLazada's unique identifier for the product.
nidstringNumeric product identifier.
titlestringProduct title.
pricenumberCurrent price (numeric) in the market's currency.
priceShowstringPrice exactly as displayed (e.g. $1,598.00).
currencystringCurrency code (SGD, MYR or PHP).
originalPricenumberOriginal price before any discount, where shown.
discountstringDiscount label as displayed (e.g. 9% Off).
ratingnumberAverage star rating.
reviewCountintegerNumber of reviews.
soldCountstringUnits-sold label where shown (e.g. 500+ sold).
sellerstringStore/seller name.
sellerIdstringSeller identifier.
brandstringBrand name.
locationstringShips-from location where shown.
imageUrlstring (URL)Product image URL.
urlstring (URL)Direct link to the product on Lazada.
categoryNamestringProduct category where shown.
sourceTldstringMarketplace domain suffix the product came from (sg, com.my, com.ph).
sourceCountrystringMarketplace the product came from (sg, my, ph).

FAQ

Do I need a Lazada account? No. Just enter a keyword, pick a country and run.

Which countries are supported? Singapore, Malaysia and the Philippines. Choose the market with the country field, or paste a market's URL into startUrls.

In what currency are prices? In the selected market's local currency โ€” SGD for Singapore, MYR for Malaysia, PHP for the Philippines. The numeric price is parsed for you; priceShow keeps the original as displayed.

How many products can I collect? As many as your search returns. Use maxItems to control volume and cost.

What export formats are supported? JSON, CSV, Excel and XML, plus the Apify API for programmatic access.

Can I use this with n8n? Yes. Use the Apify node for n8n to run this Actor and pull its dataset straight into an n8n workflow โ€” trigger it on a schedule, then route the product rows to a database, spreadsheet or messaging step.

Can I connect it to other tools? This Actor connects with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Notes

Returns only public Lazada product data โ€” the same information any visitor can see. This is an independent tool and is not affiliated with, endorsed by or connected to Lazada; "Lazada" is a trademark of its respective owner. Original clean-room implementation.