News search API with publisher links for agents
News search API with publisher links for agents: search recent GDELT Project news metadata for $0.001 USDC. Returns attributed publisher links and bounded headline metadata—never article bodies or arbitrary URL fetches.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1350 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
POST https://api.delx.ai/api/v1/x402/news-search
| Category | Search and research |
|---|---|
| Provider host | api.delx.ai |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 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 | 1350 ms |
Example input (from the provider)
{
"body": {
"max_records": 3,
"query": "artificial intelligence",
"sort": "datedesc",
"timespan": "1d"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"max_records": {
"default": 10,
"maximum": 10,
"minimum": 1,
"type": "integer"
},
"query": {
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"sort": {
"default": "datedesc",
"enum": [
"datedesc",
"rel",
"hybridrel"
],
"type": "string"
},
"timeout": {
"default": 8,
"maximum": 8,
"minimum": 2,
"type": "integer"
},
"timespan": {
"default": "1d",
"enum": [
"1h",
"3h",
"6h",
"12h",
"1d",
"3d",
"7d",
"30d"
],
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"result": {
"articles": [
{
"domain": "example.com",
"seendate": "20260801T120000Z",
"title": "Example headline",
"url": "https://example.com/story"
}
],
"attribution": "News metadata supplied by the GDELT Project; article rights remain with each publisher.",
"cache": "miss",
"count": 1,
"max_records": 3,
"provider": "GDELT Project",
"provider_url": "https://www.gdeltproject.org/",
"query": "artificial intelligence",
"schema": "delx/news-search/v1",
"sort": "datedesc",
"timespan": "1d"
},
"tool_name": "search_news_gdelt"
},
"type": {
"const": "json",
"type": "string"
}
},
"required": [
"type",
"example"
],
"type": "object"
}
},
"required": [
"input",
"output"
],
"type": "object"
}