Download your source code and installed following dependencies in anaconda:
glob3
beautifulsoup4
pandas
xlrd
Getting following error on its execution
File "D:\Malay\Personal\gift\data\amazon_webscraper-master\Amazon_Scraper.py", line 50, in search_product_list
title = soup.find(id='productTitle').get_text().strip()
AttributeError: 'NoneType' object has no attribute 'get_text'
Download your source code and installed following dependencies in anaconda:
glob3 beautifulsoup4 pandas xlrd
Getting following error on its execution
File "D:\Malay\Personal\gift\data\amazon_webscraper-master\Amazon_Scraper.py", line 50, in search_product_list title = soup.find(id='productTitle').get_text().strip()
AttributeError: 'NoneType' object has no attribute 'get_text'
Can anyone please suggest to take it forward?