global-news-intel
InactiveTool of The Stall
Searches global news coverage across 200+ languages and 100+ countries via GDELT. Returns recent articles with title, URL, publication date, source country, and language. Timeline mode returns coverage volume over time. Ideal for geopolitical risk monitoring, ESG screening, crisis detection, international market intelligence, and media trend analysis. Free upstream API, no auth required. Data window: ~3 days (artlist), ~3 months (timeline).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"mode": {
"type": "string",
"description": "artlist (default): returns matching articles. timeline: returns article count per 15-min interval over time."
},
"query": {
"type": "string",
"description": "Search query — supports quoted phrases (e.g. '\"climate change\"') and boolean operators (AND, OR, NOT). Defaults to 'world news' if omitted."
},
"maxrecords": {
"type": "integer",
"description": "Max articles to return (artlist mode only). 1–250, default 10."
},
"sourcelang": {
"type": "string",
"description": "Filter by source language (e.g. 'english', 'spanish', 'chinese'). Omit for all languages."
},
"enddatetime": {
"type": "string",
"description": "End of time range: YYYYMMDDHHMMSS."
},
"sourcecountry": {
"type": "string",
"description": "Filter by 2-letter ISO country code (e.g. 'US', 'GB', 'CN', 'DE'). Omit for all countries."
},
"startdatetime": {
"type": "string",
"description": "Start of time range: YYYYMMDDHHMMSS (e.g. '20260601000000')."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries