Skip to content

Simple Python web scraping script that collects book titles and prices and exports the data to an Excel file.

Notifications You must be signed in to change notification settings

reemkhaleed/Bookstore-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š Bookstore Scraper

A simple Python script that scrapes book titles and prices from Books to Scrape and exports the data into an Excel spreadsheet.


πŸ› οΈ Features

  • Scrapes book titles and prices
  • Exports data to books_data.xlsx
  • Automatically opens the Excel file after saving (if supported)
  • Clean and modular main.py file β€” easy to run and understand

πŸš€ How to Run

🧩 1. Install Requirements

Make sure Python is installed, then install dependencies:

pip install -r requirements.txt


About

Simple Python web scraping script that collects book titles and prices and exports the data to an Excel file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages