UnifyAPI
← Back to catalog

news.latest

mock data$0.002 / call

Latest 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)

News & Mediaprovider: News#news#news

Input schema

q

Search keywords in article title and content (e.g. "AI agents", "climate change")

string
size

Number of articles to return (default 10, max 50)

integer
domain

Filter by source domain (e.g. "bbc.co.uk", "nytimes.com")

string
country

Country code filter, comma-separated (e.g. "us", "gb,de,fr"). 200+ countries supported.

string
category

Category filter, comma-separated: business, entertainment, environment, food, health, politics, science, sports, technology, top, tourism, world

string
language

Language code filter (e.g. "en", "de", "fr", "es"). 70+ languages supported.

string
timeframe

Recency filter in hours (e.g. "24" for last 24 hours, "1" for last hour)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.