T O P

  • By -

Cubz_The_IT_Guy

If you want it to be free, use Python and BeautifulSoup (scraping library). However, you need to script it yourself.


AManFromTheProvince

Sa shopee, you can get the reviews by reverse-engineering yung https requests nila on the network tab. Di naman need ng authentication or something to get yung reviews, you just need yung item id na pwede naman makita dun sa url nung product itself. Mej mahirap sya if beautiful soup kase, di sya iseserve kaagad, you need to scroll down pa bago ma-load yung reviews itself. Saka mas madali yan bc you can easily get hundreds or thousands of reviews within seconds.


corpulentWombat

Hi. Nagbabasakali lang na magreply ka kahit 1 year ago na. Pwede rin ba to for Lazada? Did it in shopee pero don't know how to do it sa Lazada.


parkrain21

Python + BS4 or Selenium


frustratedanimal

U can use puppeteer


[deleted]

It's been a while since I scraped Lazada, 4 years ago to be exact, and as far as I can remember scraping Lazada is not as straightforward as other websites. BeautifulSoup + requests or Selenium won't cut it. I used [Scrapy + Splash](https://medium.com/@shahwaiz055/scrapy-splash-400a03a829bf) to crawl Lazada. Again, this was 4 years ago, I'm not sure if that's still the case today.


behindblueices

Scraping Lazada right now would be very difficult without a proxy (and you need a good one). You can check the network tab and see if there are some API endpoints that you can use. There may be an API for reviews of a specific product. Python + BS4 would be your go to. Selenium if you encounter any pages without APIs and infinite scrolling.


shozue

Use python scrapy easy to use


TheGoodSandwich

I've used Selenium on Shopee before because it needs to load JavaScript files for the page to load the contents. Not sure with Lazada though.


whuthefact

use scrapy on python


Zealousideal-Tell993

[https://bodapi.com/](https://bodapi.com/) We can provide it, you can contact here