Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aytaditya/amazon_price_tracker
The Amazon Product Prize Tracker is a tool designed to monitor the prices of products listed on Amazon. It uses web scraping technology to gather pricing data directly from the Amazon website and stores it in a MongoDB database.
https://github.com/aytaditya/amazon_price_tracker
Last synced: 4 days ago
JSON representation
The Amazon Product Prize Tracker is a tool designed to monitor the prices of products listed on Amazon. It uses web scraping technology to gather pricing data directly from the Amazon website and stores it in a MongoDB database.
- Host: GitHub
- URL: https://github.com/aytaditya/amazon_price_tracker
- Owner: Aytaditya
- Created: 2024-05-14T21:37:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T14:01:45.000Z (8 months ago)
- Last Synced: 2024-05-16T15:27:55.475Z (8 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon Product Prize Tracker
## Overview
The Amazon Product Prize Tracker is a tool designed to monitor the prices of products listed on Amazon. It uses web scraping technology to gather pricing data directly from the Amazon website and stores it in a MongoDB database.## Features
- Scrapes product prices from Amazon using web scraping techniques.
- Stores scraped data in a MongoDB database for easy retrieval and analysis.
- Allows users to specify the products they want to track by providing the product URLs.
- Periodically updates price data based on user-defined intervals.
- Sends notifications/alerts to users when prices drop below a certain threshold (optional).## Installation
1. Clone this repository to your local machine.
2. Install the required dependencies using `npm install`.
3. Set up MongoDB and configure the connection in the application.## Technologies Used
- Web scraping
- MongoDB for database storage