Developer & DevOps

Extract and clean Google News RSS headlines with decoded links

20 nodes 305 153 Automatic trigger
Download

Workflow Description

Automates the retrieval of news headlines from Google News RSS feed and removes tracking parameters and URL encoding, delivering a structured list of clean article links ready for display, analysis, or integration with external systems.

How it works

  1. 1.Trigger the workflow manually or via schedule to initiate RSS feed processing
  2. 2.Fetch headlines and article links directly from the Google News RSS stream
  3. 3.Execute code-based decoding to strip tracking parameters and normalize URLs
  4. 4.Aggregate cleaned data into a consistent structured format
  5. 5.Convert results to HTML or forward to downstream applications

Use cases

  • Build a curated news feed for specific industries or topics with verified links
  • Extract and archive Google News articles with clean URLs for internal systems
  • Automatically sync formatted headlines to dashboards or email subscriptions

Requirements

  • Active access to Google News RSS feed (public or custom)
  • Basic understanding of URL parameter handling and text processing
  • Optional: external system or dashboard to consume cleaned article data

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

Rss Feed Read

Details

Trigger Automatic trigger
Nodes 20
Apps 1
Views 305
Downloads 153

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (20)

/

When clicking ‘Test workflow’

Manual Trigger

#1

Limit

Limit

#2

Reading Google News RSS

Rss Feed Read

#3

Decoded url

Set

#4

Call decoding URL

HTTP Request

#5

Prepare decoding variables

Code

#6

Get encoded news URL

HTTP Request

#7

Sticky Note1

Sticky Note

#8

Sticky Note2

Sticky Note

#9

Sticky Note3

Sticky Note

#10

Sticky Note4

Sticky Note

#11

Map needed keys

Set

#12

Extract decoding keys

HTML Page

#13

Sticky Note5

Sticky Note

#14

Sticky Note6

Sticky Note

#15

Sticky Note7

Sticky Note

#16

Sticky Note8

Sticky Note

#17

Sticky Note9

Sticky Note

#18

Sticky Note10

Sticky Note

#19

Aggregate results in a single object

Aggregate

#20