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.
If you encounter any issues or need to exchange information, please feel free to contact us through the following link: My profile
The Lazada Product Scraper is a powerful tool that enables you to extract detailed product data directly from the Lazada shopping platform. It provides comprehensive product information in structured formats like JSON, making it easy to integrate the data into your reports, spreadsheets, or applications.
With the Lazada Product Scraper, you can:
Lazada product scraper allows you to collect detailed product information, including:
To start collecting Lazada product data, simply fill out the input form. Lazada product scraper recognizes the following input parameters:
Lazada product scraper offers 3 different types of data collection, including:
Example Screenshot of product information page:
Input:
1{ 2 "max_retries_per_url": 2, // Maximum waiting time when accessing the links you provided. 3 "proxy": { // Add a proxy to ensure that during the data collection process, you are not detected as a bot. 4 "useApifyProxy": true, 5 "apifyProxyGroups": [ 6 "RESIDENTIAL" 7 ], 8 "apifyProxyCountry": "SG" // You should choose an Country that coincides with the Country you want to collect data from 9 }, 10 "scrape_type": "specific_product_urls", // Get products by Specific product urls 11 "timeout": 5, 12 "urls": [ // Links to product information pages. 13 "https://www.lazada.sg/products/baseus-025m05m1m2m3m-lightning-to-usb-cable-led-data-cable-for-iphone-12-11-pro-xs-max-x-xr-8-7-6-6s-fast-charging-charger-mobile-phone-data-cable-for-ipad-wire-cord-i1241736041-s5077956793.html", 14 "https://www.lazada.sg/products/merries-taped-diaper-pull-up-pants-japan-domestic-version-giant-pack-bundle-of-4-i2280759851-s22054156124.html", 15 "https://www.lazada.sg/products/japan-moony-natural-diapers-tape-pants-carton-deal-japan-domestic-sale-version-i2009043719-s12172463797.html" 16 ] 17}
Output:
You get the output from the Lazada product scraper stored in a tab. The following is an example of the Information Fields collected after running the Actor.
1[ // List of product information 2 { 3 "title": "Merries Taped Diaper / Pull Up Pants - Japan Domestic Version Giant Pack [Bundle of 4]", 4 "price": 62, 5 "currency": "$", 6 "total_rating": 167, 7 "detail": "...", // Html of detail, has been hidden for too long 8 "image_urls": [ 9 "https://laz-img-sg.alicdn.com/p/6887d96f08598785a18af0c5208f3d7a.jpg_80x80q80.jpg_.webp", 10 "https://laz-img-sg.alicdn.com/p/46c65b3cec0e9f36e84f0a40b1ddf10b.jpg_80x80q80.jpg_.webp", 11 "https://laz-img-sg.alicdn.com/p/a4ece3788bdc34bbca086de67c151641.png_80x80q80.png_.webp" 12 ], 13 "location": null, 14 "rating_score": 5, 15 "category": "Disposable Diapers", 16 "brand": "Merries", 17 "types": [ 18 "Taped S66 x 4 Packs", 19 "Taped M60 x 4 Packs", 20 "Tape L48 x 4 Packs", 21 "Tape XL40 x 4 Packs", 22 "Pants M58 x 4 Packs", 23 "Pants L50 x 4 Packs", 24 "Pants XL44 x 4 Packs", 25 "Pants XXL26 x 3 Pack", 26 "Taped NB72 x 4 Packs", 27 "Taped M54 x 4 Packs", 28 "Pants L46 x 4 Packs", 29 "Pants XL40 x 4 Packs" 30 ], 31 "original_price": 76.9, 32 "discount": "-19%", 33 "seller_name": "Love, Do-Re-Mi", 34 "seller_url": "https://www.lazada.sg/shop/love-do-re-mi/?itemId=2280759851&channelSource=pdp", 35 "thumbs": null, 36 "from_url": "https://www.lazada.sg/products/merries-taped-diaper-pull-up-pants-japan-domestic-version-giant-pack-bundle-of-4-i2280759851-s22054156124.html", // Which url are the products crawled from 37 "page": null 38 }, // ... Many other product details 39]
Example url: https://www.lazada.sg/baseus-car-accessory-store/?q=All-Products&from=wangpu&langFlag=en&pageTypeId=2
Example Screenshot of Shop product list page:
Input:
1{ 2 "max_retries_per_url": 2, // Maximum waiting time when accessing the links you provided. 3 "end_page": 10, // Last page you want scrape 4 "start_page": 1, // First page you want scrape 5 "proxy": { // Add a proxy to ensure that during the data collection process, you are not detected as a bot. 6 "useApifyProxy": true, 7 "apifyProxyGroups": [ 8 "RESIDENTIAL" 9 ], 10 "apifyProxyCountry": "SG" // You should choose an Country that coincides with the Country you want to collect data from 11 }, 12 "scrape_type": "specific_product_urls", // Get products by Specific product urls 13 "timeout": 5, 14 "urls": [ // List of Product list page from Shop 15 "https://www.lazada.sg/shop/zanzea-official-store/?spm=a2o42.pdp_revamp.seller.1.52a56a59e6sjZ2&itemId=3116600750&channelSource=pdp" 16 ] 17}
Output:
You get the output from the Lazada product scraper stored in a tab. The following is an example of the Information Fields collected after running the Actor.
1[ 2 { 3 "title": "100% Cotton Summer Loose Unisex Style Short Sleeved T-shirt Men/Women LABUBU Printed Top", 4 "price": 4.16, 5 "currency": "$", 6 "total_rating": 97, 7 "detail": [ 8 "All Are In Stock.", 9 "Main color: white darkgrey light purple", 10 "Size: M L XL 2XL 3XL", 11 "Sleeve length: Short sleeved", 12 "Clothing style: loose fitting", 13 "Collar type: Round neck", 14 "Style: Korean version", 15 "Year Season: Summer 2024" 16 ], 17 "url": "https://www.lazada.sg/products/100-cotton-summer-loose-unisex-style-short-sleeved-t-shirt-menwomen-labubu-printed-top-i3177278617.html", 18 "image_urls": [ 19 "https://sg-test-11.slatic.net/p/b877c47ef7bdcdcd383e03b605e52379.jpg" 20 ], 21 "location": "China", 22 "rating_score": 4.884615384615385, 23 "category": null, 24 "brand": "No Brand", 25 "types": "3177278617_SGAMZ", 26 "original_price": 13.0, 27 "discount": null, 28 "seller_name": "Adolph", 29 "seller_url": null, 30 "thumbs": [ 31 { 32 "image": "https://sg-test-11.slatic.net/p/69bc63113f2db470ba21574aad02192c.jpg", 33 "url": "/products/100-cotton-summer-loose-unisex-style-short-sleeved-t-shirt-menwomen-labubu-printed-top-i3177278617.html" 34 }, 35 { 36 "image": "https://sg-test-11.slatic.net/p/27417ec80973f0b3b89364f9c9c38977.jpg", 37 "url": "/products/100-cotton-summer-loose-unisex-style-short-sleeved-t-shirt-menwomen-labubu-printed-top-i3177278617.html" 38 }, 39 { 40 "image": "https://sg-test-11.slatic.net/p/b877c47ef7bdcdcd383e03b605e52379.jpg", 41 "url": "/products/100-cotton-summer-loose-unisex-style-short-sleeved-t-shirt-menwomen-labubu-printed-top-i3177278617.html" 42 }, 43 { 44 "image": "https://sg-test-11.slatic.net/p/27417ec80973f0b3b89364f9c9c38977.jpg", 45 "url": "/products/100-cotton-summer-loose-unisex-style-short-sleeved-t-shirt-menwomen-labubu-printed-top-i3177278617.html" 46 }, 47 { 48 "image": "https://sg-test-11.slatic.net/p/69bc63113f2db470ba21574aad02192c.jpg", 49 "url": "/products/100-cotton-summer-loose-unisex-style-short-sleeved-t-shirt-menwomen-labubu-printed-top-i3177278617.html" 50 }, 51 { 52 "image": "https://sg-test-11.slatic.net/p/76b95c49f05ce4cff0f78cfcfaebb2ab.jpg", 53 "url": "/products/100-cotton-summer-loose-unisex-style-short-sleeved-t-shirt-menwomen-labubu-printed-top-i3177278617.html" 54 }, 55 { 56 "image": "https://sg-test-11.slatic.net/p/27417ec80973f0b3b89364f9c9c38977.jpg", 57 "url": "/products/100-cotton-summer-loose-unisex-style-short-sleeved-t-shirt-menwomen-labubu-printed-top-i3177278617.html" 58 } 59 ], 60 "from_url": "https://www.lazada.sg/shop/zanzea-official-store/?spm=a2o42.pdp_revamp.seller.1.52a56a59e6sjZ2&itemId=3116600750&channelSource=pdp", // Which url are the products crawled from 61 "page": 1, //Which page are the product crawled from 62 }, // ... Many other product details 63]
Example Screenshot of Shop product list page:
Input:
1{ 2 "max_retries_per_url": 2, // Maximum waiting time when accessing the links you provided. 3 "end_page": 10, // Last page you want scrape 4 "start_page": 1, // First page you want scrape 5 "proxy": { // Add a proxy to ensure that during the data collection process, you are not detected as a bot. 6 "useApifyProxy": true, 7 "apifyProxyGroups": [ 8 "RESIDENTIAL" 9 ], 10 "apifyProxyCountry": "SG" // You should choose an Country that coincides with the Country you want to collect data from 11 }, 12 "scrape_type": "specific_product_urls", // Get products by Specific product urls 13 "timeout": 5, 14 "urls": [ // List of product list page from query urls 15 "https://www.lazada.sg/tag/shirt/?spm=a2o42.homepage.search.2.771246b5jrb4iU&q=shirt&_keyori=ss&from=search_history&sugg=shirt_0_1&catalog_redirect_tag=true" 16 ] 17}
Output:
You get the output from the Lazada product scraper stored in a tab. The following is an example of the Information Fields collected after running the Actor.
1[ 2 { 3 "title": "Solid Color Long Sleeve T-shirt Men's Casual Large Size Inside The Base Shirt To Wear Fashion Young Men's Ins Trend", 4 "price": 2.86, 5 "currency": "$", 6 "total_rating": 9, 7 "detail": [ 8 "Products are in stock and ready to ship immediately. fast delivery guaranteed Check all products before shipping.", 9 "Please click to read product details. There is a size chart listed. is below", 10 "Good fabric, quality guaranteed, comfortable to wear, washable and not stretchy.", 11 "Beautiful, modern design, suitable for many occasion" 12 ], 13 "url": "https://www.lazada.sg/products/solid-color-long-sleeve-t-shirt-mens-casual-large-size-inside-the-base-shirt-to-wear-fashion-young-mens-ins-trend-i2936488940.html", 14 "image_urls": [ 15 "https://sg-test-11.slatic.net/p/9206aa6b825f3f42f4d076921de9aca1.jpg" 16 ], 17 "location": "China", 18 "rating_score": 4.555555555555555, 19 "category": null, 20 "brand": "OEM", 21 "types": "2936488940_SGAMZ", 22 "original_price": 14.0, 23 "discount": null, 24 "seller_name": "shaw MALL", 25 "seller_url": null, 26 "thumbs": [ 27 { 28 "image": "https://sg-test-11.slatic.net/p/eb247ff22a03be7bb60146805b3dde06.jpg", 29 "url": "/products/solid-color-long-sleeve-t-shirt-mens-casual-large-size-inside-the-base-shirt-to-wear-fashion-young-mens-ins-trend-i2936488940.html" 30 }, 31 { 32 "image": "https://sg-test-11.slatic.net/p/53b8561c0801b52b3bdf7f9e7795450f.jpg", 33 "url": "/products/solid-color-long-sleeve-t-shirt-mens-casual-large-size-inside-the-base-shirt-to-wear-fashion-young-mens-ins-trend-i2936488940.html" 34 }, 35 { 36 "image": "https://sg-test-11.slatic.net/p/540395d979fddddea09b9032e079b3dd.jpg", 37 "url": "/products/solid-color-long-sleeve-t-shirt-mens-casual-large-size-inside-the-base-shirt-to-wear-fashion-young-mens-ins-trend-i2936488940.html" 38 } 39 ], 40 "from_url": "https://www.lazada.sg/tag/shirt/?spm=a2o42.homepage.search.2.771246b5jrb4iU&q=shirt&_keyori=ss&from=search_history&sugg=shirt_0_1&catalog_redirect_tag=true", // Which url are the products crawled from 41 "page": 1 // Which page are the products crawled from 42 }, // ... Many other product details 43]
1💙 Increase brand awareness. 2📈 Analyze upcoming trends and influences of product categories or Brands, Sellers. 3🔬 Get data for research and testing. 4⭐ NCount and score authentic product reviews and back up sentiment analysis with real data. 5🪧 Plan commercial campaigns on Lazada or other sales platforms. 6📚 Simplify market research and marketing campaigns. 7📋 Get a list of perfectly matched marketing leads.
We are always working to improve Actors' performance. So, if you have any technical feedback about Lazada product scraper or simply found a bug, please create an issue on the Actor's Issues tab in Apify Console.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!