Ranked news brief for any topic, refreshed every 15 minutes
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.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
687 msmedian answer time
$0.001listed price per call
$0.001price 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/news
| Category | Company and compliance |
|---|---|
| Provider host | search.cyberwarex.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 17 from 3 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.001 | 687 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"max_results": 10,
"topic": "crypto"
},
"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": {
"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"
}