Real-Time Fetch
Fetches live RSS/Atom feeds via cURL directly from the source. No cached or mock data — always the latest headlines.
Fetch, parse and explore any Google News RSS feed or any RSS/Atom URL in real time. Filter, search, sort and export results instantly — no sign-up needed.
Fetching and parsing feed…
Disclaimer: Google News™ and Google™ are trademarks of Google LLC. SEOWebChecker.com is not affiliated with or endorsed by Google LLC. This tool accesses publicly available RSS feed URLs.
Why Use This Tool
Everything you need to read, analyse and manage Google News RSS feeds in one place.
Fetches live RSS/Atom feeds via cURL directly from the source. No cached or mock data — always the latest headlines.
Supports Google News topic, search, and location-based RSS feeds. Use our presets or paste any Google News feed URL.
Instantly filter feed items by keyword across titles, descriptions, authors, and tags — no page reload needed.
Sort by newest, oldest, or alphabetically. Switch between list and grid views for your preferred reading style.
Export feed data as JSON, CSV, or quickly copy the feed URL for use in your own applications and workflows.
URL validation, private-IP blocking, rate limiting and input sanitisation protect you and the tool at every step.
See total items, feed type (RSS/Atom), last updated date, content size, and server response codes at a glance.
Parses both RSS 2.0 and Atom 1.0 feeds including media, enclosures, DC namespaces, and content:encoded fields.
Quick Start
Parse any RSS or Atom feed in three simple steps.
Paste any Google News RSS URL, a blog feed, or use one of our quick-preset topic buttons to load a feed instantly.
Click Fetch Feed. Our PHP backend retrieves the live XML data via cURL and parses every item, tag, and metadata field.
Browse headlines, search by keyword, sort by date, switch between list and grid views, then export results as JSON or CSV.
RSS — Really Simple Syndication — has been the backbone of web content distribution for over two decades, and Google has played a central role in shaping how people consume it. An RSS feed is a structured XML document that a website publishes whenever new content goes live. Instead of visiting ten different news sites each morning, a feed reader checks all of them automatically and surfaces only what is new. Google News takes this a step further by aggregating thousands of publishers into a single searchable, topic-aware RSS stream.
A Google News RSS feed is generated on demand using a straightforward URL pattern. When you search for a topic on Google News and swap the HTML view for the RSS endpoint, you receive a live XML document containing the latest headlines, publication timestamps, source names, and article links — all machine-readable and ready for any compatible reader. The URL typically follows the format https://news.google.com/rss/search?q=KEYWORD&hl=en-US&gl=US&ceid=US:en, where you simply swap the keyword for any topic that interests you.
Google Reader was once the world's most popular RSS aggregator, launched in 2005 and shuttered in 2013. Its discontinuation left millions of users searching for alternatives such as Feedly, Inoreader, and NewsBlur. Yet Google has continued to support RSS through Google News, offering both topic feeds and a broader top-stories feed that changes by region, language, and personalisation. Many content marketers and SEO professionals monitor Google News RSS feeds daily to track keyword coverage, spot trending topics, and analyse competitor mentions in real time.
Technically, a Google News RSS feed conforms to the RSS 2.0 specification. Each <item> element contains a title, a link to the original article, a publication date in RFC-822 format, a description summarising the story, and a source element identifying the originating publisher. Our tool uses PHP cURL to fetch the raw XML, then runs it through PHP's DOMDocument parser and DOMXPath queries — the same approach used by professional feed aggregators — ensuring every field, including media enclosures, Dublin Core author credits, and Google's proprietary source tags, is extracted cleanly.
For developers, RSS feed integration with Google News is straightforward. You can poll the feed URL at a chosen interval, cache results server-side to respect Google's rate expectations, and store new items in a database keyed by the GUID field. For marketers, monitoring a branded keyword feed gives near-instant awareness of media coverage. For researchers, an RSS feed from Google News provides a reliable, bias-independent sample of what major publishers are writing about any given subject. Whether you want to build a custom news dashboard, automate content curation, or simply stay on top of an industry, understanding how Google RSS feeds work — and how to read them efficiently — is an invaluable skill in today's information-driven world.
Common Questions
https://news.google.com/rss/search?q=KEYWORD&hl=en-US&gl=US&ceid=US:en — replace KEYWORD with your topic. You can also find feed links in our quick preset buttons above, which cover popular topics like Technology, AI, Business, and Science. Simply click a preset and hit Fetch Feed.
Discover our full suite of RSS tools, AI utilities, and 100+ free online tools for developers and marketers.