monitor
Track any webpage over time and get notified when substantive content changes. Check current status, review history, or stop monitoring; optional CSS selector ignores banner and navigation noise.
Instructions
Track a URL over time and report meaningful content changes.
Args:
url: target URL.
action: "check" | "history" | "forget".
prefer: ladder preference, same as scrape.
css_selector: scope the diff to one element (so banner /
nav changes don't trigger false positives).
Snapshots persist under PYRECRAWL_MONITOR_DIR (default
~/.pyrecrawl/monitors/). check returns status of
new | unchanged | changed | error and a unified
diff when the page changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| action | No | check | |
| prefer | No | auto | |
| css_selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||