Skip to content

Abdullahi-Code9/eBay-Web-Scraper-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automated eBay web scraper built with Python (Selenium, BeautifulSoup, Pandas) to track laptop prices in real time and store results in CSV for analysis.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors