Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 440 Bytes

File metadata and controls

23 lines (15 loc) · 440 Bytes

Books Scraper

A Python web scraping project that extracts book information from Books to Scrape website and saves the data into an Excel file.

Technologies Used

  • Python
  • Requests
  • BeautifulSoup
  • OpenPyXL

Features

  • Scrapes book titles and information from multiple pages
  • Handles pagination automatically
  • Exports scraped data to Excel format

How to Run

Install dependencies:

pip install -r requirements.txt