Bundle public web search, capped source fetching, extractive summarization, and
Bundle public web search, capped source fetching, extractive summarization, and citations into one structured research brief for agents that need an answer plus supporting sources.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
23 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://agentbodega.store/api/web/research-brief
| Category | Commerce and shopping |
|---|---|
| Provider host | agentbodega.store |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.03 | 23 ms |
Example input (from the provider)
{
"body": {
"format": "brief",
"freshness": "week",
"limit": 8,
"maxSources": 5,
"query": "best x402 paid API discovery surfaces for agents"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"properties": {
"input": {
"properties": {
"body": {
"contentType": "application/json",
"fieldCount": 8,
"fields": [
{
"name": "query",
"required": true,
"type": "string"
},
{
"name": "limit",
"required": false,
"type": "integer"
},
{
"name": "maxSources",
"required": false,
"type": "integer"
},
{
"name": "site",
"required": false,
"type": "string"
},
{
"name": "freshness",
"required": false,
"type": "string"
},
{
"name": "format",
"required": false,
"type": "string"
},
{
"name": "includeSourceText",
"required": false,
"type": "boolean"
},
{
"name": "timeoutMs",
"required": false,
"type": "integer"
}
],
"omittedFieldCount": 0,
"optionalPreview": [
"limit",
"maxSources",
"site",
"freshness",
"format",
"includeSourceText",
"timeoutMs"
],
"required": [
"query"
]
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": true,
"type": "object"
},
"type": {
"const": "json",
"type": "string"
}
},
"type": "object"
}
},
"type": "object"
}