Skip to content

This Python web scraper extracts book data such as titles, prices, availability, and ratings from sites like [Books to Scrape](http://books.toscrape.com/) and saves the information into a CSV file. It uses the `requests` library to fetch HTML content and `BeautifulSoup` for parsing and data extraction. The script is adaptable for different websites

Notifications You must be signed in to change notification settings

MaryamCodeHub/WebScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

About

This Python web scraper extracts book data such as titles, prices, availability, and ratings from sites like [Books to Scrape](http://books.toscrape.com/) and saves the information into a CSV file. It uses the `requests` library to fetch HTML content and `BeautifulSoup` for parsing and data extraction. The script is adaptable for different websites

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages