What This Workflow Does
This n8n workflow solves the challenge of manually tracking multiple RSS feeds by automatically collecting and organizing content from your subscribed feeds into Google Sheets. It specifically focuses on retrieving only the most recent content (from the last 3 days), ensuring your spreadsheet stays current without becoming cluttered with outdated information.
The automation saves hours of manual work for content curators, researchers, and marketers who need to monitor industry news, competitor updates, or trending topics across multiple sources. By centralizing all feeds in Google Sheets, you can easily analyze, share, or further process the collected content with your team.
How It Works
1. Retrieving Feed URLs
The workflow starts by reading a list of RSS feed URLs from your designated Google Sheet. This allows you to easily manage and update your feed sources without modifying the workflow itself.
2. Fetching Recent Content
For each RSS feed URL, the workflow fetches the content and filters to only include items published within the last 3 days. This ensures your spreadsheet remains focused on fresh, relevant content.
3. Organizing Data
The workflow extracts key information from each feed item including titles, publication dates, descriptions, and links. This structured data makes it easy to scan and analyze the collected content.
4. Saving to Google Sheets
Finally, the workflow writes all the filtered RSS feed items to your specified Google Sheet, organizing them in a clean, readable format with consistent columns for each data point.
Who This Is For
This workflow is ideal for content marketers, researchers, journalists, and business intelligence professionals who need to:
- Monitor industry news and trends
- Track competitor content and announcements
- Collect research materials from multiple sources
- Maintain a centralized content repository
- Create automated content digests
What You'll Need
- An n8n instance (cloud or self-hosted)
- A Google Sheets document with your RSS feed URLs
- Google Sheets API credentials configured in n8n
- Basic understanding of RSS feed URLs
Quick Setup Guide
- Download the JSON template file
- Import it into your n8n instance
- Configure your Google Sheets connection
- Update the spreadsheet ID and sheet name
- Add your RSS feed URLs to the source sheet
- Test and activate the workflow
Key Benefits
Save hours each week by automating RSS feed collection instead of manually checking multiple sources.
Never miss important updates with reliable daily checks of all your subscribed feeds.
Maintain organized archives with all content automatically timestamped and categorized in Google Sheets.
Easy sharing and collaboration through Google Sheets, allowing team members to access the collected content.
Flexible analysis with spreadsheet tools to filter, sort, and analyze the collected feed data.