news.latest
mock data$0.002 / callLatest Global News
Latest news from 180,000+ sources across 200+ countries in 70+ languages. Filter by keyword, country, category, language, domain, and recency. Returns title, link, description, source, sentiment, keywords (NewsData.io)
Input schema
Search keywords in article title and content (e.g. "AI agents", "climate change")
Number of articles to return (default 10, max 50)
Filter by source domain (e.g. "bbc.co.uk", "nytimes.com")
Country code filter, comma-separated (e.g. "us", "gb,de,fr"). 200+ countries supported.
Category filter, comma-separated: business, entertainment, environment, food, health, politics, science, sports, technology, top, tourism, world
Language code filter (e.g. "en", "de", "fr", "es"). 70+ languages supported.
Recency filter in hours (e.g. "24" for last 24 hours, "1" for last hour)
Call via REST
curl -X POST https://unifyapi.pro/api/call/news.latest \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"q":"<q>","size":0,"domain":"<domain>","country":"<country>","category":"<category>","language":"<language>","timeframe":"<timeframe>"}'