{
  "format": "delx/discovery-pack/v1",
  "id": "research-recent-news",
  "title": "Research recent news with attributed links",
  "description": "A bounded news-research path that returns recent GDELT Project metadata and publisher links with explicit attribution, without reselling article bodies.",
  "audience": "Research, monitoring and editorial agents",
  "query": "find recent news headlines and publisher links for an agent",
  "keywords": [
    "news research API",
    "recent headlines",
    "publisher links",
    "GDELT Project",
    "attributed research"
  ],
  "updated_at": "2026-08-01",
  "canonical_url": "https://commerce.delx.ai/packs/research-recent-news",
  "machine_url": "https://commerce.delx.ai/packs/research-recent-news.json",
  "entrypoints": {
    "human": "https://commerce.delx.ai/?q=find%20recent%20news%20headlines%20and%20publisher%20links%20for%20an%20agent",
    "intent_search": "https://api.delx.ai/api/v1/x402/start?q=find%20recent%20news%20headlines%20and%20publisher%20links%20for%20an%20agent",
    "graph": "https://commerce.delx.ai/discovery.json"
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "discovery-pack-research-recent-news"
  },
  "products": [
    {
      "tool_name": "search_news_gdelt",
      "service_name": "Delx GDELT News Search",
      "category": "news",
      "price_usdc": "0.001",
      "method": "POST",
      "route": "/api/v1/x402/news-search",
      "product_url": "https://commerce.delx.ai/products/search-news-gdelt",
      "intent_url": "https://commerce.delx.ai/intents/news-search-api",
      "machine_url": "https://commerce.delx.ai/intents/news-search-api.json",
      "example_input": {
        "query": "artificial intelligence",
        "timespan": "1d",
        "sort": "datedesc",
        "max_records": 3
      },
      "agentcash_buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/news-search -m POST -H 'x-delx-source: discovery-pack-research-recent-news' --max-amount 0.001 -b '{\"query\":\"artificial intelligence\",\"timespan\":\"1d\",\"sort\":\"datedesc\",\"max_records\":3}'"
    }
  ]
}
