This project automates the collection of laptop prices from eBay using Python. It continuously tracks product listings, extracts key details (title, price, date), and stores the results in a CSV file for future analysis.
- Python โ core programming
- Selenium โ browser automation
- BeautifulSoup โ HTML parsing
- Pandas โ data handling & analysis
- CSV & Datetime โ structured data storage
- Automates browsing of eBay search results
- Extracts product titles, prices, and timestamps
- Continuously monitors price changes in real time
- Saves results into a CSV file for analysis
| Title | Price | Date |
|---|---|---|
| Dell Latitude | 153.13 | 2025-08-28 |
| HP EliteBook | 213.12 | 2025-08-28 |
- Clone this repository
git clone https://github.com/your-username/ebay-web-scraper.git cd ebay-web-scraper