Lazada Product Review Scraper Pro avatar

Lazada Product Review Scraper Pro

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Lazada Product Review Scraper Pro

Lazada Product Review Scraper Pro

Lazada Products Review scraper scrapes the reviews on the product made by the purchaser. Wanna know how is your product being reviewed, want to know the sentiment of the users on our product then this crawler is the best way to fetch the Lazada product reviews in bulk

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

1

Monthly active users

4 days ago

Last modified

Share

Lazada Review Scraper

Lazada Review Scraper

The Lazada Review Scraper is an Apify Actor designed to extract detailed customer reviews and product information from Lazada product pages. It helps businesses, entrepreneurs, and researchers understand customer sentiment, identify product issues, and analyze what customers are saying about products.

The scraper supports Lazada Malaysia, Vietnam, and Thailand. You can select the Lazada region from the Actor input and provide the product URLs you want to scrape.

Why use Lazada Review Scraper?

For Product Owners and Companies

If you are a company or product owner, customer reviews can help you understand how your product is performing in the market.

With this scraper, you can collect:

  • Customer ratings and reviews
  • Customer sentiment
  • Common complaints and product issues
  • Positive feedback
  • Verified purchase information
  • Review dates
  • Product information
  • Translated review content

This data can help you understand what customers like, what they dislike, and what needs improvement.

For Entrepreneurs and Product Researchers

If you are planning to build or improve a product, customer reviews can provide valuable insights into real customer problems.

You can use the scraper to:

  • Discover common problems customers experience
  • Analyze customer sentiment
  • Identify frequently mentioned product issues
  • Find opportunities for new products
  • Understand customer expectations
  • Use customer feedback to improve existing products

For example, analyzing hundreds or thousands of reviews can help you identify patterns that may not be obvious from individual reviews.

Supported Lazada Regions

The scraper currently supports:

  • 🇲🇾 Malaysialazada.com.my
  • 🇻🇳 Vietnamlazada.vn
  • 🇹🇭 Thailandlazada.co.th

You can select the desired Lazada region directly from the Lazada region input field.

How to use Lazada Review Scraper

1. Select the Lazada region

Choose the Lazada website you want to scrape:

  • Malaysia
  • Vietnam
  • Thailand

The selected region should match the product URLs you provide.

2. Add product URLs

Enter the product URLs for which you want to collect reviews.

You can provide multiple product URLs at once.

Example

https://www.lazada.vn/products/pdp-i2528797079.html

Make sure that the URLs are valid Lazada product-page URLs.

3. Start the Actor

After entering the URLs and selecting the Lazada region:

  1. Configure your proxy settings if required.
  2. Start the Actor.
  3. The scraper will visit the provided product pages.
  4. Reviews and available product information will be extracted.
  5. Results will be available in the Apify dataset.

Input Parameters

ParameterTypeRequiredDescription
urlsArrayYesList of Lazada product URLs from which reviews should be collected.
domainStringNoSelect the Lazada region: Malaysia, Vietnam, or Thailand.
include_any_reviewsBooleanNoPerforms a deeper scan of API responses to find objects that look like reviews. Useful for debugging or investigating review data.
debug_push_rawBooleanNoPushes the raw API model object for inspection and debugging.
proxyConfigurationObjectNoConfigures the proxy servers used by the scraper.

Region Selection

The domain input supports:

Malaysia: https://www.lazada.com.my
Vietnam: https://www.lazada.vn
Thailand: https://www.lazada.co.th

You can simply select the desired country/region from the Actor input interface.

Example Input

{
"urls": [
"https://www.lazada.vn/products/pdp-i888770688-s2560802526.html?scm=1007.17760.398138.0&pvid=fd44f2f9-df0f-4b76-aa63-15b8c71b2033&search=flashsale&spm=a2o4n.homepage.FlashSale.d_888770688"
],
"domain": "https://www.lazada.vn",
"include_any_reviews": false,
"debug_push_raw": false,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Anti-Bot / Captcha Handling

Lazada uses anti-bot and WAF protection that can prevent automated requests.

The scraper is designed with proxy and HTTP-level handling to improve reliability when accessing Lazada product pages.

Using Apify Residential Proxies is recommended, especially when scraping multiple product pages.

If you experience blocking or CAPTCHA issues, try:

  • Using Apify Residential Proxies
  • Selecting the correct Lazada region
  • Using valid product URLs
  • Reducing the scraping load
  • Using fresh proxy sessions

Supported Output

The scraper returns structured review data that can be used for analysis, databases, dashboards, sentiment analysis, and other workflows.

Example:

{
"Product_Id": "1399432341",
"Review_Id": 309833856432341,
"Rating": 5,
"Title": "",
"Body": "review body",
"Sentiment": "",
"Section": "Customer Reviews",
"Higher_Topic": "",
"Granular_Topic": "",
"Source": "Lazada Vietnam",
"Full_Review": "",
"Review_Type": "Verified Purchase",
"Title_Trans": "",
"Body_Trans": "Hàng đúng mô tả nhé mọi người. Độ mịn bọt khí của sủi tạm được. Ko biết có duy trì được lâu ko.",
"Full_Review_Trans": "Hàng đúng mô tả nhé mọi người. Độ mịn bọt khí của sủi tạm được. Ko biết có duy trì được lâu ko.",
"Product_Name_Trans": "Trộn Co2 Chữ T Mufan Gắn Ngoài Hồ",
"Product_Segment": "",
"Gender": "Unisex",
"Product_Segment2": "Unknown",
"Year_Quarter": "",
"Country": "Vietnam",
"Date": "20 thg 11 2021",
"Product_Name": "Trộn Co2 Chữ T Mufan Gắn Ngoài Hồ",
"Brand": "",
"URL": "https://www.lazada.vn/products/pdp-i1399432341.html",
"crawled_date": "2025-05-20 11:09:57"
}

Output Fields

FieldDescription
Product_IdLazada product ID
Review_IdUnique review ID
RatingCustomer rating
TitleReview title
BodyReview content
SentimentSentiment associated with the review
SectionReview section
Higher_TopicHigher-level review topic
Granular_TopicMore specific review topic
SourceLazada source/region
Full_ReviewComplete review content
Review_TypeReview type, such as Verified Purchase
Title_TransTranslated review title
Body_TransTranslated review body
Full_Review_TransTranslated full review
Product_Name_TransTranslated product name
Product_SegmentProduct segment
GenderProduct gender classification
Product_Segment2Additional product segmentation
Year_QuarterReview year/quarter
CountryLazada country/region
DateReview date
Product_NameProduct name
BrandProduct brand
URLProduct URL
crawled_dateDate and time when the review was scraped

Debug Options

Include Deep Scan

Set:

"include_any_reviews": true

This enables a deeper scan of the API response for objects that look like reviews.

This can be useful when:

  • Investigating Lazada API responses
  • Debugging missing reviews
  • Testing new Lazada page structures
  • Finding review-related objects that are not extracted by the standard parser

For normal scraping, you can leave this set to:

"include_any_reviews": false

Push Raw Model

Set:

"debug_push_raw": true

to push the raw model object from the API response for inspection.

This is primarily intended for debugging and development.

For normal scraping, keep it set to:

"debug_push_raw": false

Use Cases

📊 Product Market Research

Analyze customer feedback to understand how a product is performing in the market.

💡 Product Development

Discover customer problems and use real-world feedback to design better products.

🔍 Competitor Research

Analyze reviews of competing products to identify their strengths and weaknesses.

😊 Customer Sentiment Analysis

Understand whether customers are generally positive, neutral, or negative about a product.

🛠️ Product Improvement

Identify recurring complaints and issues that should be addressed in future versions.

📈 Business Intelligence

Collect large volumes of review data for dashboards, reports, and automated analysis.

🎯 Customer Research

Understand customer expectations, preferences, and common purchasing experiences.

Our Other Lazada Scraper

We also have a Lazada Product Scraper that collects product information based on search queries.

It can help you collect:

  • Product names
  • Prices
  • Original prices
  • Discounts
  • Ratings
  • Review counts
  • Seller information
  • Product images
  • Product URLs
  • SKU information
  • Stock status
  • Product categories
  • Sales information

Check it here:

https://apify.com/getdataforme/lazada-product-scraper

Support

For custom output requirements, troubleshooting, or other support, contact us:

https://getdataforme.com/contact

Subject: custom support

We're happy to help with custom scraping requirements and output formats.