UnifyAPI
← Back to catalog

gdelt.search

mock data$0.001 / call

Search Global News

Search global news articles across 65 languages from 300K+ sources worldwide. Filter by time, language, tone. Returns title, URL, domain, country. 100% free, no auth (GDELT Project)

News & Mediaprovider: Gdelt#gdelt#news

Input schema

sort

Sort order: DateDesc (newest), ToneDesc (most positive), HybridRel (relevance)

string
limit

Number of articles (default 10, max 75)

integer
queryrequired

Search query — keywords, phrases, or boolean (e.g. "climate change", "AI regulation"). Min 3 chars.

string
language

Source language filter (e.g. "english", "spanish", "chinese")

string
timespan

Time window: "15min", "1h", "4h", "1d", "7d", "30d", "3m" (default: all recent)

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/gdelt.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"sort":"<sort>","limit":0,"query":"<query>","language":"<language>","timespan":"<timespan>"}'

Try it

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