Most websites still have RSS feeds—you just need to know where to look.
Before diving into advanced techniques, try the simplest trick in the book: add /feed
to the end of a site’s URL. For example:
https://example.com/feed
Surprisingly, this works on a wide variety of sites, especially if they’re powered by WordPress or other popular CMS platforms. If that doesn’t work, don’t give up—many major platforms have their own RSS patterns.
Here are a few specific shortcuts:
example.com/feed
medium.com/feed/publication-name
or example.medium.com/feed
example.tumblr.com/rss
example.blogspot.com/feeds/posts/default
It takes only a few seconds to test, and when it works, you’ll have instant updates from your favorite sources in your RSS reader of choice.
When URL tricks fail, the website’s HTML usually has what you need.
If the site doesn’t follow conventional RSS patterns, it may still include a feed—just hidden in the page’s code.
To find it:
Right-click anywhere on the page and choose View Page Source.
Use Ctrl+F
(Windows/Linux) or Cmd+F
(Mac) and search for:
rss
atom
application/rss+xml
You’re looking for lines like this:
<link rel="alternate" type="application/rss+xml" href="https://example.com/feed/" />
Copy the href
value and paste it into your RSS reader. Boom—you’ve got a working feed, even if it wasn’t visible on the page.
Modern RSS readers are smart enough to detect feeds for you.
Before going full hacker mode, try this: paste the homepage URL into your RSS reader and let it scan for any feeds automatically. Many apps, including Feedly, Inoreader, and The Old Reader, will detect embedded RSS feeds in the background—even if they’re not advertised.
In Feedly, for example, just click Follow and enter the website URL. If a feed exists, Feedly will find it. This method is ideal for users who want simplicity and speed.
But what if the site genuinely doesn’t offer an RSS feed?
No RSS feed? No problem. Zapier can create one for you.
Some sites or platforms simply don't support RSS. That’s where Zapier’s RSS by Zapier tool comes in. You can turn virtually any app, form, or content stream into a custom RSS feed with just a few clicks.
Here are just a few examples:
You can even build a feed from Instagram for Business, which many tools no longer support directly via RSS.
And best of all, once you've set up a Zap, you can pipe that feed to your reader—or trigger automations that email, archive, or even post that content elsewhere.
Once you have your RSS feeds set up, here’s how to make them work harder for you.
Whether you're following breaking crypto news or monitoring your own content performance, RSS is still one of the most powerful—and underrated—tools for staying ahead.