Lazada Scraper
No credit card required
Lazada Scraper
No credit card required
Unofficial Lazada API to extract data from Lazada based on keywords or categories. Scrape prices, product descriptions, images, location, availability, brand, and more. Download extracted data in structured format and use it in reports, spreadsheets, databases, and applications.
You can access the Lazada 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 "startUrls": [
3 {
4 "url": "https://www.lazada.co.id/beli-handphone/"
5 }
6 ],
7 "maxPages": 2,
8 "proxyConfig": {
9 "useApifyProxy": true,
10 "apifyProxyGroups": [
11 "RESIDENTIAL"
12 ],
13 "apifyProxyCountry": "US"
14 }
15}' |
16apify call dtrungtin/lazada-scraper --silent --output-dataset
Lazada Scraper API through CLI
The Apify CLI is the official tool that allows you to use Lazada 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:
Actor Metrics
12 monthly users
-
3 stars
>99% runs succeeded
0.89 hours response time
Created in Jul 2023
Modified 18 days ago