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.