This repository contains a Python program designed for educational purposes to learn web scraping techniques.
- 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.
- 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.
- Clone the repository to your local machine.
- Install the required dependencies using
pip install -r requirements.txt
. - Run the program with
python main.py
. - Enter the search term when prompted.
- View the scraped data in the output.
This project is licensed under the MIT License - see the LICENSE file for details.
Happy Scraping!