Google News RSS · Capability
Google News RSS API
Google News provides RSS feeds that deliver news headlines organized by topic, location, and search query. While not an officially documented REST API, Google News exposes structured RSS/XML feeds that can be consumed programmatically to retrieve top stories, topic-based headlines, location-specific news, and search results across multiple languages and regions.
What You Can Do
GET
Gettopheadlines
— Google News RSS Get Top Headlines
/rss
GET
Gettopicheadlines
— Google News RSS Get Headlines by Topic
/rss/headlines/section/topic/{topic}
GET
Getlocationheadlines
— Google News RSS Get Headlines by Location
/rss/headlines/section/geo/{location}
GET
Searchnews
— Google News RSS Search News
/rss/search
MCP Tools
gettopheadlines
Google News RSS Get Top Headlines
read-only
idempotent
gettopicheadlines
Google News RSS Get Headlines by Topic
read-only
idempotent
getlocationheadlines
Google News RSS Get Headlines by Location
read-only
idempotent
searchnews
Google News RSS Search News
read-only
idempotent