ES | EN
Document Extraction

Create an RSS feed based on a website's content

Date TimeFunctionItem ListsHtml Extract
Nodes 12
Complexity Expert
Category Document Extraction
n8n popularity 26,940 views in n8n library

This workflow parses content from a website (for this example, Baserow's release page) and creates an RSS feed based on the extracted data. Prerequisites Some familiarity with HTML and CSS selectors Nodes Webhook node triggers the workflow when new content (a new Baserow release) is published on a website. Set nodes set the required URLs and links for the RSS feed. HTTP Request node fetches data from a specified website page. HTML Extract nodes extract the posts and their fields (such as date, title, description, and link) from the website. Item Lists node iterates over each post on the page. Date & Time node converts the date of the post to a different format. Function Item node creates RSS items for each post. Function node creates the response code for the RSS feed. Respond to Webhook node returns the RSS feed in response to the Webhook node. The result of this workflow would look like this:

Apps and nodes included

Step-by-Step Implementation Guide

Crea un Feed RSS para tu Sitio Web

Este workflow crea un feed RSS a partir del contenido de un sitio web. Requiere conocimientos de HTML y CSS para extraer la información.

Nodos Utilizados

  • HTTP Request: Para obtener el contenido del sitio web.

Pasos de Configuración

  • Paso 1: Ingresa la URL del sitio web.
  • Paso 2: Usa el nodo HTML Extract (si está disponible) o el campo XPath/CSS selector dentro del nodo HTTP Request para extraer la información.
  • Paso 3: Configura el resto de los nodos para transformar los datos y generar el feed RSS.
  • Paso 4: Revisa el output del workflow para verificar el feed RSS.
⚡ Open and edit in Scriflow ← Browse all n8n templates

Scriflow builds and adapts n8n workflows with AI. Open this template in the editor to get the import-ready JSON.