DELXCOMMERCE Live contract

Web and API intelligence · news

GDELT News 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.

x402newsnews-searchnews-search-apiheadlinesarticlespublisher-links

One-command purchase

Run it from an agent.

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}'
InputPOST /api/v1/x402/news-search
{
  "query": "artificial intelligence",
  "timespan": "1d",
  "sort": "datedesc",
  "max_records": 3
}
Delivered resultapplication/json
{
  "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

Inspect before paying.