Block 1 - Split RSS Feeds
- Type / Role
- n8n-nodes-base.splitInBatches - splitInBatches
- Config choices
- Version 3
This workflow is provided as-is. Please review and test before using in production.
Monitor RSS Feeds, Extract Full Articles, and Save to Supabase Overview This workflow solves a common problem with RSS feeds: they often only provide a short summary or snippet of the full article....
n8n-nodes-base.splitinbatches, n8n-nodes-base.httprequest, n8n-nodes-base.rssfeedread, n8n-nodes-base.wait, n8n-nodes-base.merge, n8n-nodes-base.set, n8n-nodes-base.datetime, n8n-nodes-base.scheduletrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by automedia.
Original n8n.io sourceThis workflow solves a common problem with RSS feeds: they often only provide a short summary or snippet of the full article. This template automatically monitors a list of your favorite blog RSS feeds, filters for new content, visits the article page to extract the entire blog post, and then saves the structured data into a Supabase database.
It's designed for content creators, marketers, researchers, and anyone who needs to build a personal knowledge base, conduct competitive analysis, or power a content aggregation system without manual copy-pasting.
https://r.jina.ai/) to scrape the full, clean text from the blog post's webpage. This is a free and powerful way to get past the RSS snippet limit.titlesource_url (the link to the original article)content_snippet (the full extracted article text)published_datecreator (the author)status (a static value you can set, e.g., "new")content_type (a static value you can set, e.g., "blog")You can get this template running in about 10-15 minutes.
Set Up Your RSS Feed List:
source_identifier field, replace the example URLs with the RSS feed URLs for the blogs you want to monitor. You can add as many as you like.// Example list of RSS feeds
['https://blog.n8n.io/rss', 'https://zapier.com/blog/feeds/latest/']
Configure the Content Age Filter:
value from the default 60 to your desired timeframe (e.g., 7 to only get articles from the last week).Connect Your Storage Destination:
title, source_url, content_snippet, published_date, creator, etc.).Set Your Schedule:
Activate Workflow:
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 31 workflow blocks. Download the JSON for the full node graph.
| Workflow | Monitor RSS feeds, extract full articles with Jina AI, and save to Supabase |
|---|---|
| Complexity | advanced |
| Nodes | 31 |
| Categories | Document Extraction, AI RAG |
| Author | automedia |
| Published | 14 Oct 2025 |
Use the JSON export at /data/workflows/9599/9599.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Monitor RSS Feeds, Extract Full Articles, and Save to Supabase Overview This workflow solves a common problem with RSS feeds: they often only provide a short summary or snippet of the full article....
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction, AI RAG use case.