monitoring
Track price changes, content updates, uptime, and stock availability on websites. Use when the agent needs to watch web pages for changes over time.
MITInstall
npx skills add browser-use/browser-skills --skill monitoringMonitor websites for changes using the browser-use Python SDK. Detect price drops, content updates, and stock changes. Schedule periodic checks via cron and trigger alerts when something changes.
bash
pip install browser-use-sdk
Prerequisites
Set your Browser Use API key before running any examples. Get one at cloud.browser-use.com.
bash
export BROWSER_USE_API_KEY=your_key
Reference
| Topic | Reference | Use for |
|---|---|---|
| Change Detection | change-detection.md | Detecting content, price, and availability changes on web pages |
| Scheduled Checks | scheduled-checks.md | Setting up periodic monitoring workflows and cron-based checks |
| Alerting Patterns | alerting-patterns.md | Notification strategies when changes are detected |
| Uptime Monitoring | uptime-monitoring.md | Health checks, status page verification, and availability tracking |