mirrored listing x402 eip155:8453

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.

Do you run search.cyberwarex.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
3000 (raw units)
price
44
calls / 30d
7
unique payers
2026-09-18
updated

Provider

search.cyberwarex.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0x058D0Cc5CC97e61e8A9f38D6d6365bce525921B2",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "3000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

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

Use it

curl

curl "https://search.cyberwarex.com/search"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://search.cyberwarex.com/search");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://search.cyberwarex.com/search")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/6845.json, and this resource appears in /discovery/resources and /discovery/search.