Skip to content

This project is a Python-based web scraping tool for educational purposes. It scrapes product details from pccasegear.com and displays them in a structured format. It uses Python, BeautifulSoup for parsing HTML/XML, and Selenium for automated web scraping.

License

Notifications You must be signed in to change notification settings

Aleksandir/PCCG-WebScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraping Learning Tool

This repository contains a Python program designed for educational purposes to learn web scraping techniques.

Features

  • Data extraction: The program scrapes product details such as item name, quantity, and price from pccasegear.com as an example.
  • User-friendly output: Results are displayed in a structured format for easy reading.

Technologies Used

  • Python: The primary programming language for the scraper.
  • BeautifulSoup: A library used for parsing HTML and XML documents.
  • Selenium: A library used for automated browser testing and web scraping.

How to Use

  1. Clone the repository to your local machine.
  2. Install the required dependencies using pip install -r requirements.txt.
  3. Run the program with python main.py.
  4. Enter the search term when prompted.
  5. View the scraped data in the output.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Happy Scraping!

About

This project is a Python-based web scraping tool for educational purposes. It scrapes product details from pccasegear.com and displays them in a structured format. It uses Python, BeautifulSoup for parsing HTML/XML, and Selenium for automated web scraping.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages