Automates reading RSS feeds from multiple sources like Medium and Dev.to using a simple loop, triggered manually for easy data extraction.
This n8n workflow efficiently aggregates RSS feeds from two different sources—Medium's n8n-io feed and Dev.to's n8n feed—using a manual trigger to start the process. A Code node generates the list of RSS URLs as separate items. The SplitInBatches node (Loop Over Items) iterates over each URL, feeding it into the RSS Feed Read node which fetches and parses the feed content for each source.
The workflow's looped structure makes it scalable; simply edit the Code node to add more URLs for additiona
Platform
n8n
Category
Finance
Price
$9.99
Creator
Fred Garcia
RSS
Feed Reader
Loop Automation
Data Extraction
Medium
Dev.to
n8n
Content Aggregation
Monitoring
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.