InputPOST /api/v1/x402/news-search
{
"query": "artificial intelligence",
"timespan": "1d",
"sort": "datedesc",
"max_records": 3
}
Web and API intelligence · news
Search recent news metadata through the public GDELT Project DOC API; returns links and publisher metadata, not article bodies (x402)
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/news-search -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"query":"artificial intelligence","timespan":"1d","sort":"datedesc","max_records":3}'
{
"query": "artificial intelligence",
"timespan": "1d",
"sort": "datedesc",
"max_records": 3
}
{
"tool_name": "search_news_gdelt",
"result": {
"schema": "delx/news-search/v1",
"query": "artificial intelligence",
"timespan": "1d",
"sort": "datedesc",
"max_records": 3,
"count": 1,
"articles": [
{
"title": "Example headline",
"url": "https://example.com/story",
"seendate": "20260801T120000Z",
"domain": "example.com"
}
],
"provider": "GDELT Project",
"provider_url": "https://www.gdeltproject.org/",
"attribution": "News metadata supplied by the GDELT Project; article rights remain with each publisher.",
"cache": "miss"
}
}
Machine-readable evidence