This workflow corresponds to n8n.io template #4301 — we link there as the canonical source.
This workflow follows the Agent → Form Trigger 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 →
{
"id": "cgSMFc1WSbYPik7s",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Monitor SEO Keyword Rankings with AI-powered Google Search API Scraping",
"tags": [],
"nodes": [
{
"id": "f007c4e6-7570-4322-bc1c-5d55f87bb251",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
-300,
-250
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "951e1721-6961-4522-98dd-4b97270d146b",
"name": "Start",
"type": "n8n-nodes-base.formTrigger",
"position": [
-740,
-250
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "f32b7073-ff28-4602-aae5-ba083b554b34",
"name": "Localize",
"type": "n8n-nodes-base.code",
"position": [
-520,
-250
],
"parameters": {},
"typeVersion": 2
},
{
"id": "f47d5d54-9137-4cab-bc15-e00bd4a2af53",
"name": "If",
"type": "n8n-nodes-base.if",
"position": [
140,
-250
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "fd91dc31-e766-4c85-9dda-fc0f78ba8c68",
"name": "Edit Fields",
"type": "n8n-nodes-base.set",
"position": [
-80,
-250
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "d8eefd0a-9ec2-4ddf-98ca-dd61b2513a22",
"name": "Groq AI",
"type": "@n8n/n8n-nodes-langchain.lmChatGroq",
"position": [
448,
120
],
"parameters": {},
"typeVersion": 1
},
{
"id": "b6e73135-cc15-4df3-8b44-e4b8d545e375",
"name": "SEO Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
360,
-100
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "03ee1c26-e468-4211-b96f-4bdbce5953f6",
"name": "Send Feedback Email",
"type": "n8n-nodes-base.mailjet",
"position": [
740,
-100
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e9155566-7357-4f30-b019-f6f29722efbf",
"name": "Send Result Table Email",
"type": "n8n-nodes-base.mailjet",
"position": [
736,
-400
],
"parameters": {},
"typeVersion": 1
},
{
"id": "81702ad1-33cc-4600-a547-e01d88286ede",
"name": "Build Table",
"type": "n8n-nodes-base.code",
"position": [
438,
-400
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ebea3969-56fc-4795-a7cf-764b7dce0dbb",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
940,
-120
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "66dd16d4-f2d2-44a1-8b38-47656c716f4d",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
940,
-420
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "d8797243-2fa3-4bfe-811b-646d4679e944",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-880,
-760
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "f7b7f654-6da1-420d-809c-8182874a3c68",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-880,
-120
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "b4e93135-74ef-4278-b4bd-17b379aa9abd",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-520,
-60
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "d945aa6f-9256-40df-b4f6-c68970cfca3e",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
340,
240
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "6a6c9fd0-4d11-40e1-ac9c-35e77ba923a6",
"connections": {
"If": {
"main": [
[
{
"node": "Build Table",
"type": "main",
"index": 0
}
],
[
{
"node": "SEO Agent",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Localize",
"type": "main",
"index": 0
}
]
]
},
"Groq AI": {
"ai_languageModel": [
[
{
"node": "SEO Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Localize": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"SEO Agent": {
"main": [
[
{
"node": "Send Feedback Email",
"type": "main",
"index": 0
}
]
]
},
"Build Table": {
"main": [
[
{
"node": "Send Result Table Email",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields": {
"main": [
[
{
"node": "If",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This SEO Keyword Monitoring workflow template is perfect for SEO professionals, digital marketing agencies, website owners, and content strategists who need to track their search rankings and get actionable insights when they're not performing well. Whether you're managing…
Source: https://n8n.io/workflows/4301/ — 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.
📚 Learners and educators who want a fast overview of a creator’s entire catalog. 🧩 Research, SEO, and content ops teams building an intelligence layer on top of YouTube channels.
Product - SERP Analysis (Serper + Firecrawl). Uses formTrigger, httpRequest, googleSheets, openAi. Event-driven trigger; 40 nodes.
Product - SERP Analysis (Serper & Crawl4AI). Uses formTrigger, httpRequest, googleSheets, openAi. Event-driven trigger; 39 nodes.
Product - SERP Analysis (SerpAPI + Crawl4AI). Uses formTrigger, httpRequest, googleSheets, openAi. Event-driven trigger; 38 nodes.
The Recap AI - Nano Banana Static Ad Spinner. Uses formTrigger, @mendable/n8n-nodes-firecrawl, chainLlm, lmChatGoogleGemini. Event-driven trigger; 31 nodes.