Extract And Decode Google News RSS URLs to Clean Article Links — n8n Workflow

Mittel Komplexität Auslöser10 Knoten🏷️ Miscellaneous👁 7,914 Aufrufevon Miko

Übersicht

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

Verwendete Knoten

HTTP RequestCodeHTML

Workflow-Vorschau

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

So funktioniert es

  1. 1

    Auslöser

    Der Workflow startet mit einem auslöser-Auslöser.

  2. 2

    Verarbeitung

    Die Daten fließen durch 10 Knoten, connecting aggregate, code, html.

  3. 3

    Ausgabe

    Der Workflow schließt seine Automatisierung ab und liefert das Ergebnis an das konfigurierte Ziel.

Knotendetails (10)

HT

HTTP Request

httpRequest

#1
CO

Code

code

#2
HT

HTML

html

#3

So importieren Sie diesen Workflow

  1. 1Klicken Sie rechts auf die Schaltfläche JSON herunterladen, um die Workflow-Datei zu speichern.
  2. 2Öffnen Sie Ihre n8n-Instanz. Gehen Sie zu Workflows → Neu → Aus Datei importieren.
  3. 3Wählen Sie die heruntergeladene Datei extract-and-decode-google-news-rss-urls-to-clean-article-links und klicken Sie auf Importieren.
  4. 4Richten Sie Anmeldedaten für jeden Dienstknoten ein (API-Schlüssel, OAuth usw.).
  5. 5Klicken Sie auf Workflow testen, um zu überprüfen, ob alles funktioniert, und aktivieren Sie es dann.

Oder direkt in n8n → Aus JSON importieren einfügen:

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

Integrationen

aggregatecodehtmlhttprequestlimitmanualtriggerrssfeedreadset

Diesen Workflow holen

Herunterladen und mit einem Klick importieren

JSON herunterladenAuf n8n.io ansehen
Knoten10
Komplexitätmedium
Auslösertrigger
Aufrufe7,914
KategorieMiscellaneous

Erstellt von

Miko

Miko

@mdmiko

Tags

aggregatecodehtmlhttprequestlimitmanualtriggerrssfeedreadset

Neu bei n8n?

n8n ist ein kostenloses Open-Source-Workflow-Automatisierungstool. Selbst hosten oder die Cloud-Version nutzen.

n8n kostenlos holen →

Related Miscellaneous Workflows