{
  "x402Version": 2,
  "id": 12854,
  "slug": "12854",
  "resource": "https://api.signalfuse.co/v1/gateway/search",
  "description": "",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xf080a1Aab08650946acDa41410a7eDC14f7Be035",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "15000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "POST",
          "schema": {
            "properties": {
              "max_results": {
                "default": 10,
                "maximum": 20,
                "type": "integer"
              },
              "query": {
                "description": "Search query",
                "type": "string"
              }
            },
            "required": [
              "query"
            ],
            "type": "object"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "deduplicated": 3,
            "query": "bitcoin ETF approval",
            "results": [
              {
                "confirmed_by": "both",
                "score": 0.92,
                "snippet": "...",
                "source": "tavily",
                "title": "SEC approves spot Bitcoin ETF",
                "url": "https://example.com/article"
              }
            ],
            "sources_queried": [
              "brave",
              "tavily"
            ],
            "total": 12
          },
          "type": "json"
        }
      },
      "schema": {
        "output": {
          "properties": {
            "deduplicated": {
              "type": "integer"
            },
            "query": {
              "type": "string"
            },
            "results": {
              "items": {
                "properties": {
                  "confirmed_by": {
                    "enum": [
                      "both"
                    ],
                    "type": "string"
                  },
                  "score": {
                    "type": "number"
                  },
                  "snippet": {
                    "type": "string"
                  },
                  "source": {
                    "enum": [
                      "brave",
                      "tavily"
                    ],
                    "type": "string"
                  },
                  "title": {
                    "type": "string"
                  },
                  "url": {
                    "format": "uri",
                    "type": "string"
                  }
                },
                "required": [
                  "title",
                  "url",
                  "source"
                ],
                "type": "object"
              },
              "type": "array"
            },
            "sources_queried": {
              "items": {
                "type": "string"
              },
              "type": "array"
            },
            "total": {
              "type": "integer"
            }
          },
          "required": [
            "query",
            "results",
            "total"
          ]
        }
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.signalfuse.co",
  "lastUpdated": "2026-09-15T16:01:19.343Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-15T16:01:19.153Z"
  },
  "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"
  }
}