diff
Compare current webpage content against previous snapshots to detect changes, automatically handling bot protection with cloud fallback.
Instructions
Compare the current content of a URL against a previous extraction snapshot, showing what changed. Automatically falls back to the webclaw cloud API when bot protection is detected.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| previous_snapshot | Yes | Previous extraction snapshot as a JSON string (ExtractionResult) | |
| url | Yes | URL to fetch current content from |