amazon-review-scraper
amazon-review-scraper copied to clipboard
A basic python 3 based web scraper for extracting reviews from Amazon. Built using Selectorlib and requests
`Traceback (most recent call last): File "reviews.py", line 50, in if 'Verified Purchase' in r['verified']: TypeError: argument of type 'NoneType' is not iterable`
Hi, first of all thank you for the code! I am however having the problem that when scraping multiple pages of reviews for the same product, only the first page...
Now, Amazon can find buyers to request reviews because it is too much trouble. How to use scripts to automatically request buyer reviews thx.
I installed all the requirements and ran the code for testing without changing the urls or anything and got the following error: Downloading https://www.amazon.com/Nike-Womens-Reax-Running-Shoes/product-reviews/B07ZPL752N/ref=cm_cr_dp_d_show_all_btm?ie=UTF8&reviewerType=all_reviews Traceback (most recent call last): File...