This workflow corresponds to n8n.io template #4074 — we link there as the canonical source.
This workflow follows the Agent → HTTP Request recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"meta": {
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "37ef1af1-135b-43f5-b461-eaaa0e5398d3",
"name": "Get financial news online",
"type": "n8n-nodes-base.httpRequest",
"notes": "Url : https://www.ft.com/",
"position": [
800,
120
],
"parameters": {},
"notesInFlow": true,
"typeVersion": 4.2
},
{
"id": "28e3610c-088b-441a-a878-a622d481f8a5",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-80,
220
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "07495fc9-4c23-4afd-a613-c6c9c4afb8e4",
"name": "Google Gemini Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
1420,
280
],
"parameters": {},
"typeVersion": 1
},
{
"id": "505775ac-b8c2-47cb-b52e-0d672defc7e8",
"name": "Gather the elements",
"type": "n8n-nodes-base.set",
"position": [
1020,
120
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "dcd60db4-d081-4bd8-adbd-9b5f1fe9daca",
"name": "AI Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
1460,
120
],
"parameters": {},
"typeVersion": 1.6
},
{
"id": "dd48f047-5afd-4328-be43-c4e273678335",
"name": "Send the summary by e-mail",
"type": "n8n-nodes-base.microsoftOutlook",
"position": [
1400,
-160
],
"parameters": {},
"typeVersion": 2
},
{
"id": "b839af50-9de4-4e4b-bf2a-908162cf1673",
"name": "When clicking \u2018Test workflow\u2019",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-80,
20
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0f98ba27-1a2f-49c4-8dcd-17b3f143e458",
"name": "Edit Fields",
"type": "n8n-nodes-base.set",
"position": [
1240,
120
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "93ba87ad-038d-46d2-bdb2-6541bb168438",
"name": "Item List Output Parser",
"type": "@n8n/n8n-nodes-langchain.outputParserItemList",
"position": [
1608,
340
],
"parameters": {},
"typeVersion": 1
},
{
"id": "a756e116-60e4-43c3-8009-8795f1db0f4f",
"name": "AI Agent1",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
2056,
245
],
"parameters": {},
"typeVersion": 1.9
},
{
"id": "654de85f-47a7-4cc3-b2cb-aa46172f9bcd",
"name": "Google Gemini Chat Model1",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
2144,
465
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c3200eee-d9c9-4b4c-a4f7-3b5d04e712c4",
"name": "Edit Fields1",
"type": "n8n-nodes-base.set",
"position": [
140,
120
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "39fef131-fc55-49dc-af2b-7adad8307b12",
"name": "Aggregate",
"type": "n8n-nodes-base.aggregate",
"position": [
1180,
-160
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e17d16e5-ef89-4e99-9336-cd39a1a7442f",
"name": "Code",
"type": "n8n-nodes-base.code",
"position": [
360,
120
],
"parameters": {},
"typeVersion": 2
},
{
"id": "5fdd6257-bca4-42dd-b2cf-5511abe1bfaa",
"name": "Loop Over Items",
"type": "n8n-nodes-base.splitInBatches",
"position": [
580,
120
],
"parameters": {},
"typeVersion": 3
},
{
"id": "584a32f9-115b-450c-bc4e-4bca605e9e44",
"name": "Edit Fields2",
"type": "n8n-nodes-base.set",
"position": [
1836,
120
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "fc82325d-e873-41a1-a710-31b6ac3d761f",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
80,
-180
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "dc18ae32-1396-4a89-84a4-53181405c2fd",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
960,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"connections": {
"Code": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"AI Agent": {
"main": [
[
{
"node": "Edit Fields2",
"type": "main",
"index": 0
}
]
]
},
"AI Agent1": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Aggregate": {
"main": [
[
{
"node": "Send the summary by e-mail",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields": {
"main": [
[
{
"node": "AI Agent",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields1": {
"main": [
[
{
"node": "Code",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields2": {
"main": [
[
{
"node": "AI Agent1",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items": {
"main": [
[
{
"node": "Aggregate",
"type": "main",
"index": 0
}
],
[
{
"node": "Get financial news online",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "Edit Fields1",
"type": "main",
"index": 0
}
]
]
},
"Gather the elements": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"Item List Output Parser": {
"ai_outputParser": [
[
{
"node": "AI Agent",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"Google Gemini Chat Model": {
"ai_languageModel": [
[
{
"node": "AI Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Get financial news online": {
"main": [
[
{
"node": "Gather the elements",
"type": "main",
"index": 0
}
]
]
},
"Google Gemini Chat Model1": {
"ai_languageModel": [
[
{
"node": "AI Agent1",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"When clicking \u2018Test workflow\u2019": {
"main": [
[
{
"node": "Edit Fields1",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Looping source scraping: Collects content from news sites you have selected (it might not work for all of them however) HTML extraction & cleaning: Parses, cleans, and filters messy website data to isolate only the most relevant content. AI-powered synthesis: Uses Google Gemini…
Source: https://n8n.io/workflows/4074/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
🌟 Overview: Never miss a job offer again! This n8n workflow automates daily job scraping from LinkedIn, Indeed, Welcome to the Jungle, and more, using Google Dorks and SerpAPI. It filters offers with
Schedule Http. Uses html, httpRequest, scheduleTrigger, lmChatGoogleGemini. Scheduled trigger; 8 nodes.
This workflow automates the process of collecting, organizing, and delivering a daily summary of financial news by following these key steps: Scheduled Activation The workflow starts at 7:00 AM each d
LinkedIn_Job_Hunt_and_Cover_Letter. Uses outputParserStructured, outputParserAutofixing, googleDrive, agent. Scheduled trigger; 85 nodes.
Automatically scan major financial newswires for biotech catalyst events, score them with AI sentiment analysis, and surface ranked trade candidates — all without manual monitoring.