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

Średnia złożoność Wyzwalacz10 węzłów🏷️ Miscellaneous👁 7,914 wyświetleńautor: Miko

Przegląd

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

Użyte węzły

HTTP RequestCodeHTML

Podgląd workflow

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

Jak to działa

  1. 1

    Wyzwalacz

    Workflow uruchamia się wyzwalaczem wyzwalacz.

  2. 2

    Przetwarzanie

    Dane przepływają przez 10 węzłów, connecting aggregate, code, html.

  3. 3

    Wyjście

    Workflow kończy automatyzację i dostarcza wynik do skonfigurowanego miejsca docelowego.

Szczegóły węzłów (10)

HT

HTTP Request

httpRequest

#1
CO

Code

code

#2
HT

HTML

html

#3

Jak zaimportować ten workflow

  1. 1Kliknij przycisk Pobierz JSON po prawej stronie, aby zapisać plik workflow.
  2. 2Otwórz swoją instancję n8n. Przejdź do Workflow → Nowy → Importuj z pliku.
  3. 3Wybierz pobrany plik extract-and-decode-google-news-rss-urls-to-clean-article-links i kliknij Importuj.
  4. 4Skonfiguruj dane uwierzytelniające dla każdego węzła usługi (klucze API, OAuth itp.).
  5. 5Kliknij Testuj workflow, aby sprawdzić, czy wszystko działa, a następnie aktywuj go.

Lub wklej bezpośrednio w n8n → Importuj z JSON:

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

Integracje

aggregatecodehtmlhttprequestlimitmanualtriggerrssfeedreadset

Pobierz ten workflow

Pobierz i zaimportuj jednym kliknięciem

Pobierz JSONZobacz na n8n.io
Węzły10
Złożonośćmedium
Wyzwalacztrigger
Wyświetlenia7,914
KategoriaMiscellaneous

Autor

Miko

Miko

@mdmiko

Tagi

aggregatecodehtmlhttprequestlimitmanualtriggerrssfeedreadset

Nowy w n8n?

n8n to darmowe narzędzie open-source do automatyzacji workflow. Hostuj samodzielnie lub użyj wersji chmurowej.

Pobierz n8n za darmo →

Related Miscellaneous Workflows