Block 1 - google_news_trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
AI News Scraping System This n8n workflow automates the process of pulling in breaking AI related headlines from curated RSS feeds, scraping their full content, and saving readable Markdown version...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.splitout, n8n-nodes-base.googledrive, n8n-nodes-base.converttofile, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Lucas Walter.
Original n8n.io sourceThis n8n workflow automates the process of pulling in breaking AI-related headlines from curated RSS feeds, scraping their full content, and saving readable Markdown versions directly to Google Drive.
Use cases include:
Scheduled Triggers
The workflow runs every 3–4 hours using multiple Schedule Trigger nodes. Each trigger targets a different news source (e.g., Google News, OpenAI Blog, Hugging Face, etc.).
Fetch and Parse Feeds
RSS feeds are fetched via the HTTP Request node. Items from the feed are split into individual entries using the Split Out node.
Scrape Article Content
Each article URL is sent to the Firecrawl API with a prompt to extract only the main content in Markdown. The scraping skips navigation, headers, footers, and ads.
Convert and Save
The extracted Markdown is converted into a .md file using the Convert to File node. The file is then uploaded to a Google Drive folder.
Schedule Trigger + HTTP Request pairs to extend this workflow to additional feeds.| Feed Name | URL |
|---|---|
| Google News (AI) | https://rss.app/feeds/v1.1/AkOariu1C7YyUUMv.json |
| OpenAI Blog | https://rss.app/feeds/v1.1/xNVg2hbY14Z7Gpva.json |
| Hugging Face | https://rss.app/feeds/v1.1/sgHcE2ehHQMTWhrL.json |
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.
| Workflow | Scrape AI news from multiple sources to Markdown & Google Drive with RSS.app |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Market Research, Multimodal AI |
| Author | Lucas Walter |
| Published | 27 Jun 2025 |
Use the JSON export at /data/workflows/5416/5416.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.
AI News Scraping System This n8n workflow automates the process of pulling in breaking AI related headlines from curated RSS feeds, scraping their full content, and saving readable Markdown version...
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, Multimodal AI use case.