Books to Scrape Dataset Collection
To extract book information from the "Books to Scrape" website using Python web scraping and create a structured dataset for analysis.
- Python
- requests
- BeautifulSoup (bs4)
- pandas
- Title
- Price_GBP
- Rating
- Availability
- Book_URL
- books_to_scrape_dataset.csv
- Open the notebook
books_to_scrape_scraper.ipynb. - Run each cell in order.
- The scraping outputs will be saved as .csv files.
This project helped me understand real-world data collection using web scraping, handling pagination, and exporting structured datasets for analysis.