Verify extracted data against its source page
contrie_verifyCheck data you already have against the page it claims to come from, field by field. Takes extracted data from ANY source — another tool, your own scrape, a stored record — plus a url (or raw html/text) and reports which values actually appear in the source and which do not, with a supporting excerpt for each. This check charges no credits but requires an API key. It answers "is this value present in this page", NOT "does the page say this about that": a value that is correct for a different field still reads as grounded. Use it to bound invention before you act on data you did not verify yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The page the data claims to come from; omit if passing html or text | |
| data | Yes | The extracted data to check, as a JSON object or array | |
| html | No | Raw HTML of the source, max 5,000,000 UTF-8 bytes | |
| text | No | Plain text of the source, max 5,000,000 UTF-8 bytes |