Detect changes on a page since last fetch
smart_diffDetect changes on a webpage by fetching it and comparing to the cached version. Get change status, last seen timestamp, and both versions for inspection.
Instructions
Fetch a URL and compare it to the previously cached version. Returns whether the page changed, when it was last seen, and both versions so you can inspect what's different. First call always stores a baseline; subsequent calls detect changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| free_only | No | ||
| data_format | No | markdown | |
| force_bright_data | No |