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.

MIT
Install
npx skills add browser-use/browser-skills --skill monitoring

Monitor 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

TopicReferenceUse for
Change Detectionchange-detection.mdDetecting content, price, and availability changes on web pages
Scheduled Checksscheduled-checks.mdSetting up periodic monitoring workflows and cron-based checks
Alerting Patternsalerting-patterns.mdNotification strategies when changes are detected
Uptime Monitoringuptime-monitoring.mdHealth checks, status page verification, and availability tracking
monitoring - Browser Skills