How to scrape for Amazon Reviews?

Webscraping is a tricky process. Most website has it's robot/auto-crawler engines that will prevent automated website access. The most efficient is with an API. But, with site's like Amazon, it doesn't comes easily. If you're a seller, definitely you'll have visibility on those type of resources. The only drawback is, only for your inventory. So what you do if you'd like to do competitive analysis on your products? 

There are other paid services to scrape for reviews. But the context still the same. The requirement with webscraping is a understanding the page html structure. For an amazon reviews, you'll below:


Looks simple, but, it's farther from the truth. As you can, it can be confusing once you're into layers of the html framework. Were the fun begins. So, navigate those tags and be sure to capture the right information. 


Comments