Use this powerful n8n workflow to automatically read and aggregate data from multiple RSS feed sources using core logic n8n nodes and the Split In Batches n8n node.
Download this n8n workflow template and start using it instantly.
Content curators who need to centralize news from various sources.
Users looking for a foundational n8n template demonstrating batch processing.
Developers needing to monitor updates across multiple company blogs or project feeds.
Anyone seeking an efficient way to handle repetitive data extraction tasks within an n8n workflow.
Managing updates from multiple RSS sources manually can be time-consuming. This n8n workflow solves this by providing a clean, scalable method for batch processing RSS feeds. Instead of creating redundant RSS reader n8n nodes for every URL, this automation uses a dynamic looping mechanism powered by the Split In Batches n8n node. This approach makes the n8n workflow highly efficient and easy to maintain. It is a fantastic example of using core n8n logic to handle iterative tasks, setting a solid foundation for more complex data aggregation n8n templates. The overall design starts with a simple n8n trigger and systematically processes a list of feed URLs defined within a Code n8n node.
This efficient n8n workflow follows a clear, four-step process designed for reliable, iterative data extraction:
url property pointing to a unique n8n-related feed (e.g., Medium and dev.to). This list provides the inputs for the rest of the n8n workflow.={{ $json.url }}. This n8n node fetches the content for the specific feed, extracts the articles, and returns them back to the loop structure for aggregation, completing the core function of this n8n workflow.To deploy this n8n template, follow these steps:
url values within the array to reflect the specific RSS feeds you wish to monitor. When clicking "Execute Workflow" (Manual Trigger):
Function: Serves as the starting point, acting as the primary n8n trigger for immediate execution of the n8n workflow. Ideal for development and testing.
Key Configuration: Standard manual trigger setup.
Code (Code n8n Node):
Function: Generates the input data structure for the loop. It creates an array of objects, specifying the exact RSS URLs to be read.
Key Configuration: Defines the data array:
return [
{ json: { url: 'https://medium.com/feed/n8n-io' } },
{ json: { url: 'https://dev.to/feed/n8n' } }
]; Loop Over Items (Split In Batches n8n Node):={{ $json.url }}, ensuring it reads a different feed in each iteration of the n8n workflow loop.Deploy a powerful n8n workflow to revive cold leads using a multi-week, multi-channel SMS and Email sequence, leveraging OpenAI to generate instant, intelligent replies.

Use this advanced n8n workflow to automate raw materials inventory. It integrates Google Sheets and Supabase for stock updates and uses Gmail for approval-based material issue requests, complete with low stock alerts.

Automate SEO optimization for WordPress using this n8n workflow. Bulk rewrite Rank Math titles and meta descriptions using OpenRouter and LangChain AI integration.

Learn how to use this essential n8n workflow to read multiple binary files (like JPGs) from a local disk directory using wildcards. Essential core logic n8n templates.

Automate the export, naming, and environment-specific staging of your n8n workflows for robust CI/CD using Docker and the n8n CLI. Perfect for generating reliable n8n templates.








































