ES | EN
Miscellaneous

Extract And Decode Google News RSS URLs to Clean Article Links

Html
Nodes 3
Complexity Intermediate
Category Miscellaneous
n8n popularity 7,914 views in n8n library

The workflow performs tasks that would normally require human intervention on Google News links, transforming the RSS feeds into data that can be used by an automated system like n8n, thus creating a solid foundation for further applications Who is this for? This workflow is ideal for developers, journalists, and content aggregators who need to extract and clean Google News URLs from its RSS feed. What problem does this workflow solve? Google News RSS provides encoded URLs that contain additional tracking parameters. This workflow decodes those URLs and provides clean, direct links to news articles, making them easier to process, share, and analyze. What this workflow does Fetch Google News RSS – Retrieves news articles from Google News based on predefined parameters (language, country). Limit results – Reduces the number of requests to avoid excessive API usage. Extract encoded content – Retrieves the encoded news URLs. Decode the URLs – Uses a decoding mechanism to extract clean

Apps and nodes included

Step-by-Step Implementation Guide

Extraer y Decodificar URLs de Google News en n8n

Transforma los feeds RSS de Google News en datos utilizables, decodificando URLs con parámetros de seguimiento y proporcionando enlaces limpios a los artículos. Ideal para desarrolladores y agregadores de contenido.

Nodos Utilizados

  • HTTP Request: Para obtener el feed RSS de Google News.
  • Code: Para decodificar y limpiar las URLs.
  • HTML: Para procesar y extraer información.

Pasos de Configuración

  • Paso 1: Configura el nodo 'HTTP Request' con la URL del feed RSS de Google News.
  • Paso 2: Usa el nodo 'Code' para analizar y decodificar las URLs.
  • Paso 3: Configura el nodo 'HTML' para extraer información específica.
  • Paso 4: Conecta los nodos y ejecuta el workflow. Obtendrás enlaces directos y limpios a los artículos de noticias.
⚡ 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.