Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.06 KB

File metadata and controls

28 lines (24 loc) · 1.06 KB

eBay-Web-Scraper-Project

📊 Overview

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.

⚙️ Tools & Libraries

  • Python – core programming
  • Selenium – browser automation
  • BeautifulSoup – HTML parsing
  • Pandas – data handling & analysis
  • CSV & Datetime – structured data storage

🚀 Features

  • 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

📂 Dataset Example

Title Price Date
Dell Latitude 153.13 2025-08-28
HP EliteBook 213.12 2025-08-28

🛠️ How to Run

  1. Clone this repository
    git clone https://github.com/your-username/ebay-web-scraper.git
    cd ebay-web-scraper