{
  "x402Version": 2,
  "id": 4867,
  "slug": "4867",
  "resource": "https://5108-x402.community.iamstarchild.com/bazaar/web/search",
  "description": "Search the web and return ranked results",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xa709b6534f392c5F4CfB986A329B734eCDdC8c6f",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "15000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "count": 10,
            "q": "bitcoin price"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "results": [
              {
                "description": "Current BTC price and market data",
                "title": "Bitcoin Price",
                "url": "https://example.com"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "count": {
                    "default": 10,
                    "description": "Number of results (max 20)",
                    "type": "integer"
                  },
                  "country": {
                    "default": "us",
                    "description": "2-letter country code",
                    "type": "string"
                  },
                  "q": {
                    "description": "Search query",
                    "type": "string"
                  }
                },
                "required": [
                  "q"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "additionalProperties": true,
                "description": "Brave web search response: web.results[] with title, url, description",
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "5108-x402.community.iamstarchild.com",
  "lastUpdated": "2026-08-26T00:34:13.163Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-08-26T00:34:12.289Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "5108-x402.community.iamstarchild.com",
    "manifest_name": "5108-x402.community.iamstarchild.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"
  }
}