ToolAssay

Web search that returns structured SERP results as JSON

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.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
11319 msmedian answer time
$0.003listed price per call
$0.003price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://search.cyberwarex.com/search

CategoryImage and media
Provider hostsearch.cyberwarex.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days47 from 7 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.003 11319 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "category": "general",
    "max_results": 5,
    "q": "base l2 gas fees"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$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"
}

This page as JSON