Show & Tell
monitoringpricingdashboard
Built a real-time price tracker with Scraper.bot
MS
Maria Santos
March 18, 2026 at 7:12 AMI just finished building a real-time price tracking dashboard and wanted to share how I did it with Scraper.bot.
The system monitors 500+ products across Amazon, Best Buy, and Walmart. It runs every 30 minutes during business hours and sends Slack alerts when prices drop by more than 10%.
Architecture:
- Scraper.bot flows for data collection (one per retailer)
- Webhooks pushing data to a Supabase database
- Next.js dashboard for visualization with Recharts
- Slack integration for price drop alerts
Key learnings:
1. Each retailer needs slightly different scraping strategies. Amazon uses dynamic pricing that changes based on headers, so I had to configure custom user agents.
2. Scheduling flows every 30 minutes hits the Pro plan limits, so I stagger them across retailers.
3. The monitoring feature in Scraper.bot is perfect for detecting when a product page structure changes.
Happy to answer any questions or share more details about the setup!