This project is a web scraping tool built with Python, designed to extract product information such as titles and prices from e-commerce websites like eBay and Amazon.
🔹 Features:
Sends HTTP requests using the requests library with custom headers to simulate a real browser request.
Parses HTML content using BeautifulSoup (bs4).
Extracts key product details:
Product title
Product price
Handles HTTP response validation to ensure successful data retrieval.
Prints the extracted results in a clean, readable format.
🔹 Technologies Used:
Python 3
BeautifulSoup (bs4) for HTML parsing
Requests for HTTP communication
🔹 Purpose:
This project demonstrates how to use Python for web data extraction and can be extended to:
Compare product prices between sites.
Build price monitoring or alert systems.
Collect product listings for analysis or visualization.