Page fingerprint / change detection
farm_fingerprintGenerate a stable page fingerprint that ignores volatile noise, then compare it with a previous digest to detect if the page changed. No need to store or diff HTML.
Instructions
A stable fingerprint of a page that ignores noise like timestamps and session ids, plus a verdict on whether it changed since a previous fingerprint. Use this to watch a page without storing or diffing its HTML yourself. Costs $0.015 per call, paid in USDC on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL of the page to process. | |
| previous | No | Previous digest to compare against. | |
| selector | No | CSS selector to scope the fingerprint to one region. | |
| ignore_numbers | No | Treat digits as volatile (prices, counters). |