πŸ”§ Extract and decode Google News RSS URLs to clean article links

⚑ 14,114 views Β· πŸ”§ Miscellaneous

Description

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 additional tracking parameters. This workflow decodes those URLs and provides clean, direct links to news articles, making them easier to process, share, and analyze.

What this workflow does

  1. Fetch Google News RSS – Retrieves news articles from Google News based on predefined parameters (language, country).
  2. Limit results – Reduces the number of requests to avoid excessive API usage.
  3. Extract encoded content – Retrieves the encoded news URLs.
  4. Decode the URLs – Uses a decoding mechanism to extract clean links.
  5. Remove unwanted characters – Cleans up the decoded URLs to ensure they are properly formatted.
  6. Aggregate results – Outputs a final list of clean, readable URLs.

Setup

How to customize this workflow

This workflow efficiently processes Google News RSS, removes unnecessary encoding, and delivers clean, shareable URLs. πŸš€

πŸ”— Nodes Used

HTTP Request, RSS Read

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup