This content originally appeared on DEV Community and was authored by zaki
Are you tired of checking multiple e-commerce sites manually for price drops? This Python-based open-source tool monitors product prices in real-time across Amazon, eBay, Walmart, and Temu, and sends instant notifications via Telegram It also supports proxies, currency conversion, advanced filtering, and JSON export for easy data analysis.
Features
- Real-time price monitoring across multiple marketplaces
- GUI and CLI modes
- Telegram bot notifications
- Proxy support for reliable scraping
- Multi-platform search and advanced filters
- Export results to JSON
- Currency conversion to USD
- Open-source and easy to extend
How To Use
gui mode
python3 main.py
or with cli python3 main.py --query "laptop" --min-price 500 --max-price 1500 --interval 300 --proxy-file proxies.txt
- Clone the repository:
bash
git clone https://github.com/Patchloop/realtime-price-monitor
cd realtime-price-monitor
pip install -r requirements.txt
This content originally appeared on DEV Community and was authored by zaki
zaki | Sciencx (2025-11-16T17:58:50+00:00) Real-Time Multi-Platform Price Scraper (Amazon, Temu, eBay, Walmart) Open Source Python Tool. Retrieved from https://www.scien.cx/2025/11/16/real-time-multi-platform-price-scraper-amazon-temu-ebay-walmart-open-source-python-tool/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.