This Python project scrapes Amazon for iPad details using BeautifulSoup. It extracts:
✅ iPad Title (with generation-specific features)
✅ Price
✅ Ratings
- Uses
requests
andBeautifulSoup
for efficient web scraping - Extracts structured iPad data from Amazon product listings
- Outputs data in a clean format CSV for further analysis
The python file for this project is present in this Repository.