I’d like to take a news feed from Google. eg Climate change - Latest - Google News
And clean it up so that the links go to the orignal news article, not Google.
Has anyone got a workflow that could help with that?
I’d like to take a news feed from Google. eg Climate change - Latest - Google News
And clean it up so that the links go to the orignal news article, not Google.
Has anyone got a workflow that could help with that?
Hi @samuk, it seems the original link isn’t part of the feed itself. So you would have to visit each URL and take a look at the redirect.
For some services this can be automated easily, but it seems Google would expect user interactions to acknowledge some cookie consent before actually redirecting a user, making this rather tough. You could try using a headless browser such as GitHub - minhlucvan/n8n-nodes-browserless: n8n node to interact with browserless instance to automate this process but it’d be a rather cumbersome process and somewhat fragile.
So perhaps you want to consider an alternative approach not relying on Google? Possible approaches I could think of would be: