Lazada Product Scraper
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsLazada Product Scraper
Lazada scraper to extract data from Lazada based on keywords and country. Scrape and download product information without using the Lazada API, including reviews, prices, descriptions. Download your data as HTML table, JSON, CSV, Excel, XML.
You can access the Lazada Product Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "categoryUrls": [
3 {
4 "url": "https://www.lazada.co.id/gaun-wanita/?spm=a2o4j.home.categories.1.57997838Vw6eh0&up_id=2690052796&clickTrackInfo=378a8db0-4583-4567-ac9c-293c1b07eb2c__4962__2690052796__static__0.09986028971706916__158075__7253&from=hp_categories&item_id=2690052796&version=v2"
5 }
6 ],
7 "proxyConfiguration": {
8 "useApifyProxy": true
9 }
10}' |
11apify call sandboxcmd/lazada-scraper --silent --output-dataset
Lazada Product Scraper API through CLI
The Apify CLI is the official tool that allows you to use Lazada Product Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: