Daily automated pricing intelligence. Scrape, detect, and get alerted the moment your competitors update their pricing pages. Structured JSON-LD output, ready for your agents and analytics.
Configurable cron-based scraping of any pricing page. Automatic retries and smart table extraction.
Telegram and Slack notifications the moment a price changes. Know before your customers do.
Every scrape normalised to JSON-LD schema. Machine-readable, agent-friendly, ready for analysis.
Automatic diff engine detects new plans, removed tiers, price rises, and drops — with percentages.
90-day price history per plan. Track trends, spot patterns, make data-driven pricing decisions.
Expose pricing data as an MCP tool for AI agents. Your agents can query live pricing context.
Add your competitors' pricing page URLs and CSS selectors to config.yaml.
A cron job runs scraper.py — it fetches HTML, extracts tables and cards, fingerprints the content.
normalizer.py converts to JSON-LD; change_detector.py diffs against the last snapshot.
alerter.py pushes to Telegram/Slack; dashboard.html visualises everything.
Includes setup, configuration, and deployment support