Start here—this one-line trick works on millions of sites.
Before diving into source code or automation tools, try this: go to the homepage of the site and add /feed
to the end of the URL. For example:
https://example.com/feed
This works on a huge number of WordPress-powered websites (which make up over 40% of the internet). You might be surprised how often this works, especially for blogs, niche publications, and portfolio sites.
If it doesn’t work, don’t worry—we’ve got more advanced ways to uncover the feed.
Each major blogging platform has its own RSS format—and they’re easy to guess.
Even if a website doesn’t directly advertise its RSS feed, most blogging platforms follow standard patterns. Here’s how to find them:
WordPress: Add /feed
to the end of any blog or category URL.
https://justinpot.com/feed
YouTube: Paste a channel URL directly into your RSS reader. Most readers will convert it automatically. You can also export all your subscriptions via an OPML file.
Medium:
https://medium.com/feed/example-site
https://example.medium.com/feed
Tumblr: Add /rss
at the end of the site URL.
https://example.tumblr.com/rss
Blogger: Add /feeds/posts/default
to the blog’s homepage.
https://example.blogspot.com/feeds/posts/default
Try these shortcuts before diving into more technical methods—they work more often than you’d think.
If all else fails, the site’s HTML might hold the RSS feed URL you need.
Here’s how to find it in the source code:
rss
, atom
, or xml
.Look for <link>
tags with a type like "application/rss+xml"
or "application/atom+xml"
. The href
attribute is usually the feed URL.
Example:
Copy that link and paste it into your RSS reader. Voilà—you’re subscribed.
When a site refuses to give you a feed, make your own in minutes with Zapier.
Not all websites publish RSS feeds anymore. But with Zapier’s RSS by Zapier, you can create feeds from scratch using automation triggers. Some powerful use cases include:
Each Zap can feed into a custom RSS URL Zapier generates. Then, use that feed in any RSS reader, or trigger additional automations (like sending updates to email or posting to Slack).
This method is particularly useful for tracking data from internal tools, private databases, or social platforms without native RSS support.
Once you’ve found (or created) a feed, make it actually work for you.
And remember, you can build workflows where RSS is the trigger, not just the output. It’s an incredibly flexible format once you harness it properly.