Welcome to Amazon Web Scraper — your simple tool to collect product details from Amazon for learning and personal use.
- Product Titles
- Prices
- Ratings
- Product Links
- Output to CSV or JSON
- Python 3
- requests
- BeautifulSoup
- pandas
- lxml
- Selenium (optional)
- Clone this repo:
git clone https://github.com/Ish45883/Amazon-Web-Scraper.git
cd Amazon-Web-Scraper- Install dependencies:
pip install -r requirements.txt- Run the scraper:
python scraper.py- Educational use only
- Respect Amazon’s ToS and robots.txt
- Heavy scraping can block your IP
MIT License
Author: Ishan Credits: Codedex This file was written with the assistance of OpenAI
