Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
RSS Feed Latest Article Fetcher Workflow This n8n workflow fetches URLs from an RSS feed, checks which URLs have a valid RSS feed and if true, fetches the latest articles from those URLs. It then s...
n8n-nodes-base.manualtrigger, n8n-nodes-base.rssfeedread, n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.stopanderror, n8n-nodes-base.googlesheets, n8n-nodes-base.httprequest
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis n8n workflow fetches URLs from an RSS feed, checks which URLs have a valid RSS feed and if true, fetches the latest articles from those URLs. It then stores the article details, including the article link, in Google Sheets.
This workflow is ideal for:
| Step | Node Description |
|---|---|
| 1. Trigger | Execute Workflow: Initiates the workflow process when triggered. The workflow begins when you manually execute it. |
| 2. Fetch RSS URLs | RSS Feed: Retrieves a list of RSS URLs from Google Sheets. |
| 3. Check for RSS Feed | Check RSS URLs: Verifies whether each URL has a valid RSS feed using an HTTP Request node. |
| 4. Fetch Latest Articles | Fetch Each URL: Fetches the latest articles from valid RSS feeds using the RSS Feed Read node. |
| 5. Fetch Existing Titles | Fetch Existing Title: Retrieves stored titles from Google Sheets for comparison. |
| 6. Check for Duplicates | Check if Title Exists: Compares new titles with existing ones. Duplicates are skipped; new ones proceed. |
| 7. Store Only Non-Duplicate Titles | Append Row in Sheets: Stores new (non-duplicate) articles in Google Sheets. |
| 8. Optional Message Node | Message: Logs duplicate events (e.g., "Data already exists"). |
| 9. Stop if No Articles Found | Stop: Halts workflow if no new articles are found or added. |
If you need help setting up, customizing or extending this workflow, WeblineIndia can assist with full n8n development, workflow automation, content fetching systems and custom integrations.
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 32 workflow blocks. Download the JSON for the full node graph.
| Workflow | Fetch latest RSS articles and store non-duplicates in Google Sheets |
|---|---|
| Complexity | advanced |
| Nodes | 32 |
| Categories | Market Research |
| Author | WeblineIndia |
| Published | 04 Apr 2026 |
Use the JSON export at /data/workflows/14704/14704.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.
RSS Feed Latest Article Fetcher Workflow This n8n workflow fetches URLs from an RSS feed, checks which URLs have a valid RSS feed and if true, fetches the latest articles from those URLs. It then s...
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 Market Research use case.