Local & Regional Filtering
Narrow down coverage by specific countries, languages, or regional news editions globally.
Fetch real-time and historical Google News data for publisher coverage and regional sentiment analysis to JSON results automatically.
Core Features
Structured JSON data with the precision and flexibility developers need.
Narrow down coverage by specific countries, languages, or regional news editions globally.
Access fresh, live breaking news articles or pull historical archives stretching back decades.
Track structured stories across publishers using natural language processing to group related articles.
Efficiently extract large volumes of headlines, timestamps, and publisher data for bulk analysis.
Use Cases
Identify breaking stories and fast-moving narratives. Pivot your editorial calendar instantly to inject your brand's expertise into highly visible, trending news cycles.
Monitor competitor press coverage, executive announcements, and media mentions. Benchmark how frequently your brand appears in top stories relative to industry rivals.
Track shifting public perception, regulatory updates, and emerging industry pain points. Gauge consumer sentiment toward product categories through the lens of mainstream journalism.
Analyze global and regional press coverage to anticipate market movements. Use media volume and publication velocity as early indicators of supply chain shifts or geopolitical risk.
curl --request GET \
--url 'https://google-news29.p.rapidapi.com/getGoogleNewsSearch?q=trump&geo=US&hl=en' \
--header 'Content-Type: application/json' \
--header 'x-rapidapi-host: google-news29.p.rapidapi.com' \
--header 'x-rapidapi-key: YOUR_API_KEY'{
"status": "success",
"query": "trump",
"results": 100,
"newsResults": [
{
"title": "Iran War Live Updates: U.S.-Iran Peace Deal Nearer, But Could Take Days to Nail Down, U.S. Official Says - The New York Times",
"url": "https://news.google.com/rss/articles/CBMibEFVX3lxTE44WGtYZU03RHcwd1NxdmQyeHVZUnpQaXk3cDl4Vzd2ZlNjV2V5S2g2RlI1aHQ2VlFuTTZMNmdzS1NXM3gzbkYwTFNsaHVGZTRVZVlkMjlFSVo0YzcwUm5lOTNtZUJlcXlJR2VKag?oc=5",
"timeStamp": "Mon, 25 May 2026 01:01:00 GMT",
"source": {
"name": "The New York Times",
"url": "https://www.nytimes.com"
}
},
{
"title": "Trump Says He Is in No Rush for an Iran Deal That Is Far From Finished - WSJ",
"url": "https://news.google.com/rss/articles/CBMisgFBVV95cUxQZzhqdWc2V3BRNEhtbGtIR19Fdk0xSmlwU0tDLWkzZ0tCdXh0MU1qaHMyU3pETkx6WVBqUV9xSDE2blhYREdqeFJ3dGgzTFBZNHVFYjBQSWNLS1pYellJWmhMaTZJS0Nuc18yMzR1QWxQV25XaHQ2TXpKQU53QVpMWVNvU05JVk51R0JmbWVZUTd2MDZqZEdGQl9XdWR6VlZoQW5hN2lqVVVFam4tb0M5OTJB?oc=5",
"timeStamp": "Sun, 24 May 2026 18:04:00 GMT",
"source": {
"name": "WSJ",
"url": "https://www.wsj.com"
}
},
{
"title": "U.S. close to reaching an Iran deal as Trump says not to rush - PBS",
"url": "https://news.google.com/rss/articles/CBMimwFBVV95cUxNMzFiS0g0ckdCT1VrQzBBZDVURE1MSUdwcGtjWjd0VDlzeTVSMmJNQTlVaEhFZjZQNVZGdFprWjhYUzV0MWp3c0RYbVhEODhRbFZuODBQVUFFRVV3UC1KVDVhOEJQNU9ZaVBscEZUczJiT09JbmVtbE42TDNvX0phcnRRa3NqcW84eVZDY0lQTVdTblFaYlF4NnFnZ9IBoAFBVV95cUxNekkyZkd2QmtQU282RHlyYmprZWpkQy1IVVdXOVBkUlk4Zkx5UnB4c2twZG5mVnpoOGlMQlRTRm0yemxReEhScEhqY1pTS0djUlpIWTlmRExVRkJLWkR2TWJTRGlhNDAwY3o3cGdBY0tteEdjOUNBTDFMT2FMbzVpU0xDdGk5QllMMi05RjIyVDhYdmhadXYxZkx2STBWRjVy?oc=5",
"timeStamp": "Sun, 24 May 2026 19:18:12 GMT",
"source": {
"name": "PBS",
"url": "https://www.pbs.org"
}
}
]
}