{
  "x402Version": 2,
  "id": 6845,
  "slug": "6845",
  "resource": "https://search.cyberwarex.com/search",
  "description": "Web search that returns structured SERP results as JSON. Runs on a dedicated SearXNG instance aggregating multiple engines, so there is no per-engine API key, quota or HTML scraping to manage. Each result carries title, URL, snippet, the source engine and a published date where available. Choose general web, news, or image results, up to 10 per call. Use it to ground an answer in current web sources, research a topic, or monitor news on a query.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "3000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "category": "general",
            "max_results": 5,
            "q": "base l2 gas fees"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "count": 2,
            "query": "base l2 gas fees",
            "results": [
              {
                "engine": "google",
                "snippet": "Track current gas prices on Base, an Ethereum L2 built by Coinbase.",
                "title": "Base Network Gas Tracker",
                "url": "https://basescan.org/gastracker"
              },
              {
                "engine": "brave",
                "published": "2025-11-14T00:00:00",
                "snippet": "Base inherits Ethereum security while batching calldata to cut cost.",
                "title": "Why are Base fees so low?",
                "url": "https://blog.base.org/fees"
              }
            ]
          },
          "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": {
                "additionalProperties": false,
                "properties": {
                  "category": {
                    "default": "general",
                    "description": "Which result vertical to search.",
                    "enum": [
                      "general",
                      "news",
                      "images"
                    ],
                    "type": "string"
                  },
                  "lang": {
                    "default": "en",
                    "description": "Two-letter language code for results, e.g. en, de, fr.",
                    "type": "string"
                  },
                  "max_results": {
                    "default": 10,
                    "description": "Maximum results to return, capped at 10.",
                    "maximum": 10,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "q": {
                    "description": "Search query text.",
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "q"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "count": {
                    "description": "Number of results returned.",
                    "type": "integer"
                  },
                  "query": {
                    "type": "string"
                  },
                  "results": {
                    "description": "SERP results in rank order.",
                    "items": {
                      "properties": {
                        "engine": {
                          "type": "string"
                        },
                        "published": {
                          "type": "string"
                        },
                        "snippet": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "search.cyberwarex.com",
  "lastUpdated": "2026-09-18T07:35:04.617Z",
  "quality": {
    "calls30d": 44,
    "uniquePayers30d": 7,
    "lastCalledAt": "2026-09-18T07:35:04.172Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "search.cyberwarex.com",
    "manifest_name": "search.cyberwarex.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"
  }
}