Lazada Product Scraper (Rental) avatar
Lazada Product Scraper (Rental)

Under maintenance

Pricing

$30.00/month + usage

Go to Store
Lazada Product Scraper (Rental)

Lazada Product Scraper (Rental)

Under maintenance

Developed by

ecomscrape

ecomscrape

Maintained by Community

An unofficial Lazada API to extract product data from Lazada using specific product URLs, query URLs, or seller URLs. This allows scraping prices, descriptions, images, location, availability, brand, and more.

0.0 (0)

Pricing

$30.00/month + usage

0

Total users

7

Monthly users

3

Runs succeeded

97%

Last modified

a month ago

You can access the Lazada Product Scraper (Rental) programmatically from your own applications by using the Apify API. You can also 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  "urls": [
3    "https://www.lazada.sg/mother-baby/?spm=a211g0.flashsale.cate_5.1.96c4w55Pw55PSx"
4  ],
5  "max_retries_per_url": 2,
6  "timeout": 5,
7  "proxy": {
8    "useApifyProxy": true,
9    "apifyProxyCountry": "SG",
10    "apifyProxyGroups": [
11      "RESIDENTIAL"
12    ]
13  }
14}' |
15apify call ecomscrape/lazada-product-scraper-rental --silent --output-dataset

Lazada Product Scraper (Rental) API through CLI

The Apify CLI is the official tool that allows you to use Lazada Product Scraper (Rental) locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: