All tools

GDELT

Global news monitoring across 100+ languages: recent articles mentioning a topic, company or person from thousands of outlets, updated every 15 minutes.

gdelt1 endpointNewswww.gdeltproject.org

Search recent news

/newssync
$0.01 / call

Articles from the world's news outlets matching a query within the last N days (default 7). Returns title, URL, outlet, country, language and time. Best for monitoring a company or topic; use quotes for phrases.

Input

FieldTypeRequiredDescription
querystringyesSearch terms; quote phrases: "Stripe" fintech.
daysintegerLook back this many days (default 7).
limitintegerMax articles (default 25).
languagestringRestrict to a language, e.g. "english".

Run it

curl -s https://www.sooma.dev/v1/run \ -H "Authorization: Bearer $SOOMA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"provider":"gdelt","endpoint":"/news","input":{"query":"\"Anthropic\"","days":3,"limit":5}}'