Fetch latest RSS articles and store non-duplicates in Google Sheets
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 stores the article de...
Template notes
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 stores the article details, including the article link, in Google Sheets.
Quick Implementation Steps
1. Import this JSON workflow into n8n. 2. Connect your application or RSS feed URLs to be checked. 3. Add Google Sheets API credentials to store the fetched articles. 4. Enable the workflow — done!
What It Does
1. Fetches RSS Feed URLs - Retrieves a list of URLs from an RSS feed source.
2. Checks Each URL for RSS Feed - Verifies which URLs contain a valid RSS feed.
3. Fetches Latest Articles - For URLs with valid RSS feeds, it fetches the latest articles from those feeds.