mirrored listing x402 eip155:8453solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

Bundle public web search, capped source fetching, extractive summarization, and citations

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.

Do you run agentbodega.store? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
30000 (raw units)
price
1
calls / 30d
1
unique payers
2026-08-30
updated

Provider

agentbodega.store · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xe8799C2dedA78ECcEB329D1E8FE9F110bf55E4F8",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "30000",
    "maxTimeoutSeconds": 300
  },
  {
    "scheme": "exact",
    "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
    "payTo": "4tWJRwNyhGr88QTiV2yzMoGsaxZiCSRDepf9JTdBEgyi",
    "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
    "amount": "30000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "format": "brief",
          "freshness": "week",
          "limit": 8,
          "maxSources": 5,
          "query": "best x402 paid API discovery surfaces for agents"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "success": true
        },
        "type": "json"
      }
    },
    "routeTemplate": "/api/web/research-brief",
    "schema": {
      "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"
    }
  }
}

Use it

curl

curl "https://agentbodega.store/api/web/research-brief"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://agentbodega.store/api/web/research-brief");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://agentbodega.store/api/web/research-brief")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/6370.json, and this resource appears in /discovery/resources and /discovery/search.