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
- Fetch Google News RSS – Retrieves news articles from Google News based on predefined parameters (language, country).
- Limit results – Reduces the number of requests to avoid excessive API usage.
- Extract encoded content – Retrieves the encoded news URLs.
- Decode the URLs – Uses a decoding mechanism to extract clean links.
- Remove unwanted characters – Cleans up the decoded URLs to ensure they are properly formatted.
- Aggregate results – Outputs a final list of clean, readable URLs.
Setup
- Modify RSS parameters (hl, gl) to match your target region.
- Adjust the result limit to control the number of processed articles.
How to customize this workflow
- To customize this workflow, you can add an HTTP Request node to retrieve the article's text, an HTML Extract node to process the text, an AI node to generate new content, and a WordPress node to publish it
- Another option is to use an AI Agent node to classify articles by category based on the title or through HTML Extract. You can then save the classified articles using a Google Sheets node, organizing them by category and creating an high quality editorial plan
This workflow efficiently processes Google News RSS, removes unnecessary encoding, and delivers clean, shareable URLs. 🚀