RSS Feed Reader
Fetch an RSS or Atom feed by URL and preview its title, description, and items.
Input
Protected by Cloudflare Turnstile
Output
Readme
What is an RSS feed?
RSS (Really Simple Syndication) and Atom are XML formats that websites publish so readers, apps, and other services can follow new content without visiting the site directly. A feed lists recent articles, episodes, or updates, each with a title, link, publish date, and a short description. Podcast apps, news readers, and automation tools all rely on the same underlying format to pull in fresh content.
Most blogs, news sites, and podcasts still publish a feed even if there's no visible link on the page, usually at a URL like /feed, /rss.xml, or /atom.xml. Opening one in a browser just shows raw XML, which is hard to read without a dedicated reader.
Tool description
RSS Feed Reader fetches an RSS or Atom feed by URL and renders it as a readable list. Paste in a feed URL and the tool shows the feed's title and description, then lists each item with its title, publish date, author (when available), and a short excerpt. Titles link straight to the original article or episode.
Features
- Works with both RSS 2.0 and Atom feeds, the two formats almost every feed uses.
- Shows publish dates in your local time and links each item to its source.
- Caps output at 50 items per feed and flags when a feed has more, so huge feeds stay fast to load.
Tips
- If a site doesn't advertise its feed, try common paths like
/feed,/rss, or/feed.xmlbefore assuming it doesn't have one. - Item descriptions are trimmed to a few lines here. Click through to the original link for the full article or show notes.
- Some feeds only include a handful of the most recent items by design, that's a limit set by the publisher, not by this tool.