๐ Lazada Product Search Scraper
Pricing
from $0.0015 / product scraped
๐ 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
Maintained by CommunityActor 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
maxItemsto balance coverage and cost.
Input
{"queries": ["iphone", "air fryer"],"country": "sg","maxItems": 100}
| Field | Description |
|---|---|
queries | One or more keywords to search. Each runs its own search and results are combined. |
country | Which Lazada marketplace to search: sg (Singapore), my (Malaysia) or ph (Philippines). |
startUrls | Optional. Lazada search/catalog URLs to scrape (e.g. https://www.lazada.sg/catalog/?q=iphone). Scraped in addition to any keywords. |
maxItems | Maximum products to collect across all searches (0 = no limit). |
maxConcurrency | How many requests to run in parallel. Leave at the default unless you have a reason to change it. |
proxyConfiguration | Proxy settings. Not required by default. |
How to search
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
| Field | Type | Description |
|---|---|---|
itemId | string | Lazada's unique identifier for the product. |
nid | string | Numeric product identifier. |
title | string | Product title. |
price | number | Current price (numeric) in the market's currency. |
priceShow | string | Price exactly as displayed (e.g. $1,598.00). |
currency | string | Currency code (SGD, MYR or PHP). |
originalPrice | number | Original price before any discount, where shown. |
discount | string | Discount label as displayed (e.g. 9% Off). |
rating | number | Average star rating. |
reviewCount | integer | Number of reviews. |
soldCount | string | Units-sold label where shown (e.g. 500+ sold). |
seller | string | Store/seller name. |
sellerId | string | Seller identifier. |
brand | string | Brand name. |
location | string | Ships-from location where shown. |
imageUrl | string (URL) | Product image URL. |
url | string (URL) | Direct link to the product on Lazada. |
categoryName | string | Product category where shown. |
sourceTld | string | Marketplace domain suffix the product came from (sg, com.my, com.ph). |
sourceCountry | string | Marketplace the product came from (sg, my, ph). |
Related Actors
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.