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

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors