Cited web answer for AI agents
Cited web answer for AI agents - ask a question, get a short answer with verbatim quotes and source URLs from the live web in one call (neural search + page read + synthesis together). Research, fact check, news since a date, domain-scoped lookups, "what happened with X". Not a raw SERP - a finished, cited answer. POST {question, since?, domains?, max_sources?}. Free sample: /web/example.
Answeringour last check, 2026-09-25
1 of 1checks answered this week
165 msmedian answer time
$0.03listed price per call
$0.03price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://clinkagent.com/web/answer
| Category | Search and research |
|---|---|
| Provider host | clinkagent.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 0 from 0 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-25 | valid payment request | 402 | $0.03 | 165 ms |
Example input (from the provider)
{
"body": {
"max_sources": 5,
"question": "What is the x402 payment protocol and who is building on it?",
"since": "2026-06-01"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"domains": {
"description": "optional, up to 5 hostnames to restrict the search to, e.g. [\"nytimes.com\"]",
"items": {
"type": "string"
},
"type": "array"
},
"max_sources": {
"description": "optional, 3-8, default 5",
"type": "number"
},
"question": {
"description": "3-500 char plain-language question",
"type": "string"
},
"since": {
"description": "optional YYYY-MM-DD \u2014 only sources published on/after this date",
"type": "string"
}
},
"required": [
"question"
]
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}