/web_scrape

Scrape Amazon.com Best seller cellphone accessories returning Device Name, Ratings and Price

Primary LanguagePython

Simple Python 3 web scraper

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.

Technology

  • Python 3
  • BeautifulSoup package
  • Requests package
  • xlsxwriter package

Setup

To run this project:

  1. install python 3
  2. install required package pip install -r requirements.txt
  3. run program with python index.py