Watch a page for changes to an answer
contrie_watchWatch one public web page for one question and be told when the answer changes. Runs the extraction now as a baseline, then on a schedule with every minutes between slots (minimum 15); delayed or missed slots can occur. On a change Contrie records the before and after responses and their evidence status plus a field diff, readable with contrie_changes, and attempts one POST to webhookUrl if given (signed X-Contrie-Signature; the secret is returned once). Each accepted run costs what one extraction costs. Requires an API key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The public page to watch | |
| every | No | Minutes between scheduled slots (default 60); delays or missed slots can occur | |
| schema | No | JSON Schema of the answer, max 10,000 serialized UTF-8 bytes | |
| extract | No | What to watch, in plain language | |
| webhookUrl | No | https URL to POST changes to |