Google News RSS website screenshot

Google News RSS

Google News provides RSS feeds that deliver news headlines organized by topic, location, and search query. The feeds expose structured XML data that can be consumed programmatically to retrieve top stories, topic-based headlines (World, Business, Technology, Sports, etc.), location-specific news, and keyword search results across multiple languages and regions.

1 APIs 0 Features
AggregationGoogle NewsHeadlinesMediaNewsRSS

APIs

Google News RSS API

RSS feed endpoints for retrieving Google News headlines by topic, location, and search query across multiple languages and regions.

Collections

Pricing Plans

Rate Limits

Google News Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Google News Context

0 classes · 8 properties

JSON-LD

API Governance Rules

Google News RSS API Rules

13 rules · 11 errors 1 warnings 1 info

SPECTRAL

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google News RSS API
  version: 1.0.0
items:
- info:
    name: Headlines
    type: folder
  items:
  - info:
      name: Google News RSS Get Top Headlines
      type: http
    http:
      method: GET
      url: https://news.google.com/rss
      params:
      - name: hl
        value: ''
        type: query
        description: Host language (e.g., en-US).
      - name: gl
        value: ''
        type: query
        description: Geographic location (e.g., US).
      - name: ceid
        value: ''
        type: query
        description: Country and language edition identifier (e.g., US:en).
    docs: Retrieves the top news headlines as an RSS feed.
  - info:
      name: Google News RSS Get Headlines by Location
      type: http
    http:
      method: GET
      url: https://news.google.com/rss/headlines/section/geo/:location
      params:
      - name: location
        value: ''
        type: path
        description: The location name or code.
      - name: hl
        value: ''
        type: query
        description: Host language.
      - name: gl
        value: ''
        type: query
        description: Geographic location.
      - name: ceid
        value: ''
        type: query
        description: Country and language edition identifier.
    docs: Retrieves news headlines for a specific geographic location.
- info:
    name: Topics
    type: folder
  items:
  - info:
      name: Google News RSS Get Headlines by Topic
      type: http
    http:
      method: GET
      url: https://news.google.com/rss/headlines/section/topic/:topic
      params:
      - name: topic
        value: ''
        type: path
        description: The topic identifier.
      - name: hl
        value: ''
        type: query
        description: Host language.
      - name: gl
        value: ''
        type: query
        description: Geographic location.
      - name: ceid
        value: ''
        type: query
        description: Country and language edition identifier.
    docs: Retrieves news headlines for a specific topic such as WORLD, NATION, BUSINESS, TECHNOLOGY, ENTERTAINMENT, SPORTS,
      SCIENCE, or HEALTH.
- info:
    name: Search
    type: folder
  items:
  - info:
      name: Google News RSS Search News
      type: http
    http:
      method: GET
      url: https://news.google.com/rss/search
      params:
      - name: q
        value: ''
        type: query
        description: The search query string.
      - name: hl
        value: ''
        type: query
        description: Host language.
      - name: gl
        value: ''
        type: query
        description: Geographic location.
      - name: ceid
        value: ''
        type: query
        description: Country and language edition identifier.
    docs: Searches for news articles matching the provided query.
bundled: true