Skip to main content

Automated RSS monitoring with Gemini AI summaries and deduplication to Google Sheets

Workflow preview

Workflow preview
100%
Automated RSS monitoring with Gemini AI summaries and deduplication to Google Sheets preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Who's it for Content creators, marketers, and researchers who need to monitor multiple RSS feeds...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.rssfeedread, n8n-nodes-base.splitinbatches, n8n-nodes-base.markdown, n8n-nodes-base.set, n8n-nodes-base.if, @n8n/n8n-nodes-langchain.chainllm

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Roman Rozenberger.

Original n8n.io source

1.1 Workflow description

Title
Automated RSS monitoring with Gemini AI summaries and deduplication to Google Sheets
Workflow name
Automated RSS monitoring with Gemini AI summaries and deduplication to Google Sheets

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

Who's it for

Content creators, marketers, and researchers who need to monitor multiple RSS feeds and get AI-generated summaries without manual work.

How it works

This workflow automatically monitors RSS feeds, filters new articles from the last X days, checks for duplicates, and generates structured AI summaries. It fetches full article content, converts HTML to markdown, and uses Gemini AI to create consistent summaries with quick takeaways, key points, and practical insights. All data is saved to Google Sheets for easy access and sharing.

The system processes RSS feeds in batches, ensuring no duplicate articles are processed twice by checking existing URLs in your Google Sheets. Each new article gets a comprehensive AI summary that includes the main message, key takeaways, important points, and practical applications.

Requirements

  • Google Sheets access
  • OpenRouter API key for Gemini AI model or other language model
  • RSS feed URLs to monitor

How to set up

Copy the template Google Sheet, add your RSS feeds in the "RSS FEEDS" tab, configure Google Sheets and OpenRouter credentials in n8n, and adjust the time filter in the Settings node. The workflow can run manually or on schedule every hour.

How to customize

Modify AI prompts for different summary styles, change the time filter duration, add more data fields to Google Sheets, or switch to a different AI model in the LLM Chat Model node.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - When clicking ‘Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Get RSS Feed List

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 3 - Read RSS

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.2

Block 4 - Loop Over Rss Elements

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 5 - Get Row for URL is in Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 6 - Convert HTML to Markdown

Type / Role
n8n-nodes-base.markdown - markdown
Config choices
Version 1

Block 7 - Append Aummary to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 8 - Combine Rss with source name

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 9 - Check If Article Exists

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 10 - Summarize Content

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 11 - Format Output

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 12 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 13 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 14 - Filter Last X Days

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 15 - Settings

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 16 - LLM Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenRouter - lmChatOpenRouter
Config choices
Version 1

Block 17 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - End of worfklow

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 20 - Get Webpage HTML Content

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 21 - Extract Body Content in HTML

Type / Role
n8n-nodes-base.html - html
Config choices
Version 1.2

Block 22 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automated RSS monitoring with Gemini AI summaries and deduplication to Google Sheets
Complexity advanced
Nodes 23
Categories Market Research, AI Summarization
Author Roman Rozenberger
Published 08 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5778/5778.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Automated RSS monitoring with Gemini AI summaries and deduplication to Google Sheets do?

This workflow contains community nodes that are only compatible with the self hosted version of n8n. Who's it for Content creators, marketers, and researchers who need to monitor multiple RSS feeds...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Market Research, AI Summarization use case.