Python program that scrapes Amazon.com Best seller cellphone accessories Device Name, Ratings, Price and Image url then extracts it in a xlsx format file.
- Python 3
- BeautifulSoup package
- Requests package
- xlsxwriter package
To run this project:
- install python 3
- install required package
pip install -r requirements.txt
- run program with
python index.py