Skip to content

Akinfiresoye-Victor/Web-Scraping-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Web Scraping Project

Scrapes book information (title, price, stock, etc.) from Books to Scrape by category with pagination support.


πŸ“‹ What It Does

  • Fetches all categories from the site
  • For each category, scrapes multiple pages (pagination) to collect book details
  • Extracts data such as title, price, availability, and possibly rating
  • Saves results in a structured format

🧰 Requirements

  • Python 3.x
  • Libraries (as listed in requirements.txt), e.g. requests, beautifulsoup4, etc.

πŸš€ How to Run

  1. Clone the repository
    git clone https://github.com/Akinfiresoye-Victor/Web-Scraping-project.git
    cd Web-Scraping-project
  2. Set environment
    • python -m venv env
    • pip install -r requirements.txt
  3. Run python book_scrape.py

About

Scrapes book information using its categories from a particular website and it also handles pagination

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages