{
  "x402Version": 2,
  "id": 12817,
  "slug": "12817",
  "resource": "https://api.signalfuse.co/v1/gateway/search/brave",
  "description": "Web search via Brave Search API",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf080a1Aab08650946acDa41410a7eDC14f7Be035",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "8000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "count": {
              "default": 10,
              "description": "Number of results (max 20)",
              "type": "integer"
            },
            "q": {
              "description": "Search query",
              "required": true,
              "type": "string"
            }
          },
          "type": "http"
        },
        "output": {
          "example": {
            "web": {
              "results": [
                {
                  "description": "...",
                  "title": "Bitcoin Price...",
                  "url": "https://example.com"
                }
              ]
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "output": {
          "properties": {
            "web": {
              "properties": {
                "results": {
                  "items": {
                    "properties": {
                      "description": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "url": {
                        "format": "uri",
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "type": "array"
                }
              },
              "type": "object"
            }
          },
          "required": [
            "web"
          ]
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.signalfuse.co",
  "lastUpdated": "2026-09-18T19:56:49.162Z",
  "quality": {
    "calls30d": 42,
    "uniquePayers30d": 5,
    "lastCalledAt": "2026-09-18T19:56:48.854Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.signalfuse.co",
    "manifest_name": "api.signalfuse.co",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}