Extract And Decode Google News RSS URLs to Clean Article Links — n8n ワークフロー

複雑度 トリガー10個のノード🏷️ Miscellaneous👁 7,914回閲覧作成者:Miko

概要

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

使用ノード

HTTP RequestCodeHTML

ワークフロープレビュー

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

仕組み

  1. 1

    トリガー

    このワークフローは トリガー トリガーで開始します。

  2. 2

    処理

    データは 10 個のノードを流れます, connecting aggregate, code, html。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (10)

HT

HTTP Request

httpRequest

#1
CO

Code

code

#2
HT

HTML

html

#3

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした extract-and-decode-google-news-rss-urls-to-clean-article-links ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

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

インテグレーション

aggregatecodehtmlhttprequestlimitmanualtriggerrssfeedreadset

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード10
複雑度medium
トリガーtrigger
閲覧数7,914
カテゴリMiscellaneous

作成者

Miko

Miko

@mdmiko

タグ

aggregatecodehtmlhttprequestlimitmanualtriggerrssfeedreadset

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →

Related Miscellaneous Workflows