🇬🇧 English • 🇸🇦 العربية • 🇫🇷 Français • 🇪🇸 Español • 🇩🇪 Deutsch • 🇹🇷 Türkçe
Price Tracker helps small business owners monitor competitor product prices. Add any product URL, and it will track prices over time and alert you when prices change.
- Smart Scraping — extracts prices from any product page using JSON-LD, meta tags, and regex fallbacks
- Price History — tracks every price change in SQLite
- Alerts — automatic notifications when prices go up or down
- Web Dashboard — clean, responsive UI at
http://localhost:8040 - CLI — full command-line interface for automation
- Free — no paid APIs, no subscriptions, no tracking
pip install -r requirements.txt
# CLI: add a product
python cli.py add "https://example.com/product"
# List all tracked products
python cli.py list
# Check latest prices
python cli.py check --all
# Show price history
python cli.py history 1
# Web dashboard
python webui.py
# Open http://localhost:8040- Add a product URL via CLI or web dashboard
- The scraper fetches the page and extracts the price (JSON-LD -> meta tags -> regex)
- Prices are stored in SQLite with timestamps
- When you check again, if the price changed — an alert is created
- View price history and alerts in the dashboard
price-tracker/
├── core/
│ ├── __init__.py
│ ├── database.py # SQLite models
│ └── scraper.py # Price extraction engine
├── cli.py # Command-line interface
├── webui.py # FastAPI web dashboard
├── samples.txt # Test URLs
├── requirements.txt
└── README.md
Price Tracker — أداة مجانية لمراقبة أسعار المنافسين. أضف رابط أي منتج وتتبع تغيرات السعر مع تنبيهات فورية.
- استخراج ذكي للأسعار من أي صفحة منتج
- سجل كامل لتغيرات الأسعار
- تنبيهات عند الارتفاع أو الانخفاض
- واجهة ويب على
http://localhost:8040 - واجهة أوامر كاملة
pip install -r requirements.txt
python cli.py add "https://example.com/product"
python cli.py list
python cli.py check --all
python webui.py- أضف رابط المنتج
- الأداة تستخرج السعر تلقائياً
- الأسعار تُحفظ مع الوقت
- تنبيه عند أي تغير في السعر
- عرض السجل والتنبيهات في لوحة التحكم
Price Tracker — outil gratuit pour surveiller les prix des concurrents. Ajoutez n'importe quelle URL de produit et suivez l'évolution des prix.
- Extraction intelligente des prix (JSON-LD, meta tags, regex)
- Historique complet des prix
- Alertes en cas de changement
- Interface web sur
http://localhost:8040 - Interface en ligne de commande
pip install -r requirements.txt
python cli.py add "https://example.com/produit"
python cli.py list
python cli.py check --all
python webui.pyPrice Tracker — herramienta gratuita para monitorear precios de la competencia. Añade cualquier URL de producto y rastrea cambios de precio.
- Extracción inteligente de precios
- Historial completo de precios
- Alertas de cambios
- Dashboard web en
http://localhost:8040 - Interfaz de línea de comandos
pip install -r requirements.txt
python cli.py add "https://ejemplo.com/producto"
python cli.py list
python cli.py check --all
python webui.pyPrice Tracker — kostenloses Tool zur Überwachung von Konkurrenzpreisen. Fügen Sie jede Produkt-URL hinzu und verfolgen Sie Preisänderungen.
- Intelligente Preisextraktion
- Vollständiger Preisverlauf
- Benachrichtigungen bei Änderungen
- Web-Dashboard unter
http://localhost:8040 - Kommandozeilen-Schnittstelle
pip install -r requirements.txt
python cli.py add "https://beispiel.de/produkt"
python cli.py list
python cli.py check --all
python webui.pyPrice Tracker — rakip fiyatlarını izlemek için ücretsiz araç. Herhangi bir ürün URL'si ekleyin ve fiyat değişikliklerini takip edin.
- Akıllı fiyat çıkarma
- Tam fiyat geçmişi
- Değişiklik bildirimleri
- Web paneli
http://localhost:8040 - Komut satırı arayüzü
pip install -r requirements.txt
python cli.py add "https://ornek.com/urun"
python cli.py list
python cli.py check --all
python webui.pyTRON (TRC20): TSQt2sV6NypuXFK3mqtPCgzHeoXug6pQp4
MIT — free to use, modify, and distribute.
Created by Mustadz0