Ranked news brief for any topic, refreshed every 15 minutes: the most-corroborated recent
Ranked news brief for any topic, refreshed every 15 minutes: the most-corroborated recent headlines, each with source, URL, published time, age in minutes and an importance score computed from how many independent news engines surfaced it and how fresh it is. Zero-LLM, deterministic, no API key. Use it for a market or crypto morning brief, monitoring a company or keyword, or grounding a summary in dated sources.
1000 (raw units)
price
13
calls / 30d
3
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": "1000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"max_results": 10,
"topic": "crypto"
},
"type": "http"
},
"output": {
"example": {
"cached": false,
"count": 2,
"generated_at": "2026-09-11T12:00:00Z",
"items": [
{
"age_minutes": 68,
"engines": [
"reuters",
"bing news"
],
"importance": 0.91,
"published": "2026-09-10T12:51:00",
"rank": 1,
"snippet": "The EU's markets watchdog said...",
"source": "reuters.com",
"title": "EU watchdog flags risk of abrupt market correction",
"url": "https://www.reuters.com/..."
}
],
"topic": "crypto",
"window": "day"
},
"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": {
"lang": {
"default": "en",
"description": "Two-letter language code.",
"type": "string"
},
"max_results": {
"default": 10,
"maximum": 20,
"minimum": 1,
"type": "integer"
},
"topic": {
"description": "Topic or keyword, e.g. crypto, ethereum, AI agents, Tesla.",
"minLength": 1,
"type": "string"
},
"window": {
"default": "day",
"description": "Recency window.",
"enum": [
"day",
"week"
],
"type": "string"
}
},
"required": [
"topic"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"cached": {
"type": "boolean"
},
"count": {
"type": "integer"
},
"generated_at": {
"type": "string"
},
"items": {
"items": {
"properties": {
"age_minutes": {
"type": [
"integer",
"null"
]
},
"engines": {
"type": "array"
},
"importance": {
"type": "number"
},
"published": {
"type": [
"string",
"null"
]
},
"rank": {
"type": "integer"
},
"snippet": {
"type": "string"
},
"source": {
"type": "string"
},
"title": {
"type": "string"
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"topic": {
"type": "string"
},
"window": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://search.cyberwarex.com/news" # -> 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/news");
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/news")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/6844.json, and this resource appears in /discovery/resources and /discovery/search.