Skip to content

Morvyr/Ecommerce-price-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Commerce Price Tracker

A Python web scraper that monitors product prices and availability from e-commerce websites.

Features

  • Scrapes product titles, prices, availability, and ratings
  • Exports data to CSV format with timestamps
  • Includes rate limiting and error handling
  • Processes multiple pages automatically

Technologies Used

  • Python 3
  • BeautifulSoup4 for HTML parsing
  • Requests for HTTP requests
  • Pandas for data processing

Installation

pip install requests beautifulsoup4 pandas

Usage

python price_tracker.py

Output will be saved to product_data.csv

Sample Output

See sample_output.csv for an example of the data structure.

Use Cases

  • Price monitoring and comparison
  • Inventory tracking
  • Market research
  • Competitor analysis

Portfolio Project - Created to demonstrate web scraping and data extraction capabilities.

About

Python web scraper for monitoring product prices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages