Scrape Amazon product reviews with this unofficial Amazon Api

--

Here in this post we are going to fetch reviews of a product on amazon using bot-studio. Below are the steps to achieve this:-

  1. Install bot-studio
pip install bot-studio

2. Import bot-studio

3. Open the product reviews link.

4. Fetch the reviews

5. If you want reviews of multiple pages then can apply while loop and go to next pages to fetch reviews.

--

--