Parses website content via webhook, extracts posts with HTML selectors, and generates a dynamic RSS feed for easy syndication.
This n8n workflow automates the creation of an RSS feed from any website lacking native feed support, using Baserow's release page as an example. It triggers on a webhook call (simulating new content publication), fetches the page via HTTP Request, extracts key post details like title, date, description, and link using HTML Extract nodes, processes dates with Date & Time node, and formats everything into valid RSS XML using Function nodes.
Benefits include effortless content monitoring without
Platform
n8n
Category
Internet of Things
Price
$14.99
Creator
Bryce Yu
RSS Feed
Web Scraping
HTML Extract
Content Aggregation
Website Monitoring
Data Extraction
Automation
Feeds
Webhook
RSS Generator
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.