
Lazada Product Scraper (Pay Per Result)
Pay $3.00 for 1,000 results

Lazada Product Scraper (Pay Per Result)
Pay $3.00 for 1,000 results
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.
Actor Metrics
5 Monthly users
No reviews yet
2 bookmarks
98% runs succeeded
Created in Dec 2024
Modified 18 days ago
You can access the Lazada Product Scraper (Pay Per Result) 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/shop-men-t-shirts//?from=suggest_normal&q=shirt"
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 --silent --output-dataset
Lazada Product Scraper (Pay Per Result) API through CLI
The Apify CLI is the official tool that allows you to use Lazada Product Scraper (Pay Per Result) locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: