πŸ“Š Scrape AI news from multiple sources to Markdown & Google Drive with RSS.app

⚑ 3,838 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” Since TikTok doesn’t have a public API, getting data usually means fragile HTTP scraping. ScraperNode is a community node that gives you clean JSON for TikTok profiles, videos, and comments β€” drop it into your workflow and skip the parsing.

View All Scrapers

Description

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 versions directly to Google Drive.

Use cases include:


How it Works

  1. 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.).

  2. 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.

  3. 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.

  4. 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.


Good to Know


Requirements


Customization Ideas


Example Feeds

Feed NameURL
Google News (AI)https://rss.app/feeds/v1.1/AkOariu1C7YyUUMv.json
OpenAI Bloghttps://rss.app/feeds/v1.1/xNVg2hbY14Z7Gpva.json
Hugging Facehttps://rss.app/feeds/v1.1/sgHcE2ehHQMTWhrL.json

πŸ”— Nodes Used

HTTP Request, Google Drive, Schedule Trigger, Convert to File

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup