This workflow provides a powerful yet simple foundation for monitoring blogs using RSS feeds. It automatically fetches articles from a list of your favorite blogs and filters them based on their publication date, separating new content from old. It is the perfect starting point for anyone looking to build a custom content aggregation or notification system without needing any API keys.
This template is designed for developers , hobbyists , and marketers who want a reliable way to track new blog posts and then decide what to do with them. Instead of including a specific final step, this workflow intentionally ends with a filter, giving you complete freedom to add your own integrations.
Why would you need to monitor and filter blog posts?
true path of the "Filter Out Old Blogs" node.false path.true path empty so you can add your desired next steps.This workflow requires minimal setup and is designed for easy customization.
Add Your Blog Feeds:
Find the "blogs to track" node.
In the source_identifier field, replace the example URLs with the RSS feeds you want to monitor.
// Add your target RSS feed URLs in this array ['https://blog.n8n.io/rss', 'https://zapier.com/blog/feeds/latest/']
Set the Time Filter:
60 to your desired number of days. For example, use 7 to only get articles published in the last week.Customize Your Output (Required Next Step):
true output of the "Filter Out Old Blogs" node.