{
  "x402Version": 2,
  "id": 9078,
  "slug": "9078",
  "resource": "https://soren.com/v1/web/search",
  "description": "Live web search for agents: up to 10 results with title, URL and snippet. Use it when your agent needs to find current pages and has a wallet instead of a search API key. Charged ONLY if the search succeeds. Results pair with /v1/web/read, which returns any of them as clean markdown.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xaDc3A47EFbD82Ed724a0E9A3D08D5A1A8e6586fd",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "base",
      "payTo": "0xaDc3A47EFbD82Ed724a0E9A3D08D5A1A8e6586fd",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "q": "x402 payment protocol adoption"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 10,
            "query": "<q>",
            "results": [
              {
                "snippet": "<snippet>",
                "title": "<title>",
                "url": "<url>"
              }
            ],
            "searched_at": "<ISO-8601 UTC>",
            "settlement": "<tx hash>"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/web/search",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "q": {
                    "description": "What to search for. Up to 400 characters.",
                    "examples": [
                      "x402 payment protocol adoption"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "q"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          }
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "soren.com",
  "lastUpdated": "2026-09-07T23:08:34.718Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-07T23:08:34.366Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "soren.com",
    "manifest_name": "soren.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}