{"uid":"cap_7G2bkrQNLnIbZVqBiUYsB","slug":"gdelt-news-intelligence-api-recent-news-search-81d87d24","name":"GDELT News Intelligence API — Recent News Search","description":"AI-friendly JSON API for global news intelligence. Built on GDELT (free public source), optimized for AI agents — clean responses, 5 use-case endpoints, parallel-aggregated entity graphs, no rate limits, no API keys. Pay-per-query in USDC on Base mainnet via x402.","url":"https://news-x402.com/news/recent","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["topic"],"properties":{"hours":{"type":"integer","maximum":72,"minimum":1,"description":"Lookback window in hours (default 24, max 72)"},"topic":{"type":"string","description":"Search query — keyword or phrase"},"language":{"type":"string","description":"Source language filter (default: english). e.g. spanish, french, arabic, chinese"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["topic","timespan_hours","total_found","articles"],"properties":{"topic":{"type":"string"},"articles":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"title":{"type":"string"},"source":{"type":"string"},"language":{"type":"string"},"image_url":{"type":["string","null"]},"published_at":{"type":["string","null"]},"first_seen_at":{"type":["string","null"]},"source_country":{"type":"string"},"sentiment_score":{"type":["number","null"]}}}},"total_found":{"type":"integer"},"timespan_hours":{"type":"integer"}}}}}}},"responseSchema":{"type":"json","example":{"topic":"bitcoin","articles":[{"url":"https://cointelegraph.com/news/...","title":"Bitcoin Posts Strongest Monthly Gain","source":"cointelegraph.com","language":"English","image_url":"https://...","published_at":"2026-05-03T06:45:00Z","source_country":"United States","sentiment_score":1.2}],"total_found":1,"timespan_hours":24}},"example":{"request":{"input":{"type":"http","method":"GET","queryParams":{"hours":24,"topic":"artificial intelligence","language":"english"}}},"response":{"topic":"artificial intelligence","articles":[],"total_found":0,"timespan_hours":24}},"exampleRequest":{"hours":24,"topic":"artificial intelligence","language":"english"},"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_nlUUrlpt_glREWCK-auKz","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Fetches recent global news articles matching a keyword or phrase from the GDELT dataset, with sentiment scores and source metadata","exampleAgentPrompt":"Search global news for 'Federal Reserve interest rates' over the past 48 hours and show me recent articles in English — I want titles, sources, and sentiment scores.","exampleUseCases":null,"resultDescription":"A JSON object containing the search topic, the lookback window in hours, the total number of matching articles found, and an array of article objects each with title, URL, source domain, source country, language, publication timestamp, image URL, and a numeric sentiment score.","failureModes":["Missing required 'topic' query parameter returns an error","Hours value exceeding 72 is rejected with a validation error","No articles found for obscure or misspelled topics returns empty articles array with total_found=0","Payment not received or invalid USDC transaction results in 402 Payment Required","Invalid language filter string may return no results or default to English"],"whenToPreferThis":"Choose this endpoint when you need recent global news articles for a specific keyword or phrase, especially when you want sentiment scores, multilingual coverage, or source-country metadata. Prefer this over general web search when you specifically need structured news data with publication timestamps and sentiment in a clean JSON format suitable for downstream agent processing. Best for monitoring news volume around topics over a 1–72 hour window.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:40:15.870Z","isFirstParty":false}