Extract And Decode Google News RSS URLs to Clean Article Links — Flujo de trabajo n8n

Media complejidad Disparador10 nodos🏷️ Miscellaneous👁 7,914 vistaspor Miko

Descripción general

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 additi

Nodos utilizados

HTTP RequestCodeHTML

Vista previa del flujo de trabajo

Get Google News
Change the language parameters on ISO639-1 standard
1. hl=it
2. gl=IT
3. ceid=IT:it
Limit result
I suggest limiting the results to a maximum of 3 becaus
INFO
Disclaimer:
You can add a cron trigger but... don't do too often: G
This workflow works until works: the decoding procedure
Get encoded content
Here we retrieve HTML content
Decoding Keys
The HTML content extracted contains the necessary varia
+ signature
+ timestamp
+ base64string (already in the URL)
Clean output
Mapping variables for easy utilization
Preparing Request
Decoding the request requires specific body content. He
This is decoding step
Sending a request to a specific Google decoding URL
Cleaning URL
Google adds some unwanted and random characters at the
OUTPUT
A lot of requests are made before getting clean News UR
You can add an HttpRequest and get News text with jina.
W
When clicking ‘Test work…
L
Limit
R
Reading Google News RSS
D
Decoded url
Call decoding URL
Prepare decoding variables
Get encoded news URL
M
Map needed keys
Extract decoding keys
A
Aggregate results in a s…
10 nodes9 edges

Cómo funciona

  1. 1

    Disparador

    El flujo de trabajo comienza con un disparador disparador.

  2. 2

    Procesamiento

    Los datos fluyen a través de 10 nodos, connecting aggregate, code, html.

  3. 3

    Salida

    El flujo de trabajo completa su automatización y entrega el resultado al destino configurado.

Detalles de nodos (10)

HT

HTTP Request

httpRequest

#1
CO

Code

code

#2
HT

HTML

html

#3

Cómo importar este flujo de trabajo

  1. 1Haz clic en el botón Descargar JSON a la derecha para guardar el archivo del flujo de trabajo.
  2. 2Abre tu instancia de n8n. Ve a Flujos de trabajo → Nuevo → Importar desde archivo.
  3. 3Selecciona el archivo extract-and-decode-google-news-rss-urls-to-clean-article-links descargado y haz clic en Importar.
  4. 4Configura las credenciales para cada nodo de servicio (claves API, OAuth, etc.).
  5. 5Haz clic en Probar flujo de trabajo para verificar que todo funcione, luego actívalo.

O pega directamente en n8n → Importar desde JSON:

{ "name": "Extract And Decode Google News RSS URLs to Clean Article Links", "nodes": [...], ...}

Integraciones

aggregatecodehtmlhttprequestlimitmanualtriggerrssfeedreadset

Obtener este flujo de trabajo

Descarga e importa con un solo clic

Descargar JSONVer en n8n.io
Nodos10
Complejidadmedium
Disparadortrigger
Vistas7,914
CategoríaMiscellaneous

Creado por

Miko

Miko

@mdmiko

Etiquetas

aggregatecodehtmlhttprequestlimitmanualtriggerrssfeedreadset

¿Nuevo en n8n?

n8n es una herramienta de automatización de flujos de trabajo gratuita y de código abierto. Alójala tú mismo o usa la versión en la nube.

Obtener n8n gratis →

Related Miscellaneous Workflows