A Python web scraping project that extracts book information from Books to Scrape website and saves the data into an Excel file.
- Python
- Requests
- BeautifulSoup
- OpenPyXL
- Scrapes book titles and information from multiple pages
- Handles pagination automatically
- Exports scraped data to Excel format
Install dependencies:
pip install -r requirements.txt