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.
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
| Field | Type | Required | Description |
|---|---|---|---|
| query | string | yes | Search terms; quote phrases: "Stripe" fintech. |
| days | integer | — | Look back this many days (default 7). |
| limit | integer | — | Max articles (default 25). |
| language | string | — | Restrict to a language, e.g. "english". |
Run it
curl -s https://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}}'