Book Price Tracker — Web Scraping & Data Export

Piyush

Piyush Chauhan

Book Price Tracker

A Python project to scrape book titles, prices, stock availability, and ratings from an online bookstore, export data to Excel, and generate visualizations.

🔹 Features

Scrapes book titles, prices, stock, and ratings
Exports data to Excel (data/books_data.xlsx)
Generates visualizations (images/ folder)

📊 Sample Output

➡️ Access the full Excel file here to check sample output: ➡️ books_data.xlsx
➡️ View the Excel charts here to visualize the sample output.

⚡ How to Run

pip install -r requirements.txt
python scripts/scrape_books.py
python scripts/visualize.py

---

## 💻 Tech Stack
- Python
- BeautifulSoup
- Requests
- Pandas
- Matplotlib
- Openpyxl
- Excel

---

## License
This project is licensed under the MIT License - see LICENSE file for details.






Like this project

Posted Oct 11, 2025

Python project to scrape and visualize book data from an online bookstore.