This Python scraper extracts product details like title, price, rating, and availability from an e-commerce site and saves the data to both CSV and Excel files.
- Scrapes multiple pages
- Extracts:
- Product title
- Price
- Availability
- Rating (One to Five)
- Saves output to:
output/products.csvoutput/products.xlsx
pip install -r requirements.txt