scrapehero-code / amazon-review-scraper

A basic python 3 based web scraper for extracting reviews from Amazon. Built using Selectorlib and requests
https://www.scrapehero.com/how-to-scrape-amazon-product-reviews/
54 stars 49 forks source link

TypeError: argument of type 'NoneType' is not iterable #6

Open babu-s23 opened 1 year ago

babu-s23 commented 1 year ago

Traceback (most recent call last): File "reviews.py", line 50, in <module> if 'Verified Purchase' in r['verified']: TypeError: argument of type 'NoneType' is not iterable