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 →
{
"name": "SEO Keyword Research Workflow",
"nodes": [
{
"parameters": {
"triggerOn": "webhook"
},
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"authentication": "none",
"requestMethod": "POST",
"url": "http://localhost:8000/seo-agent",
"jsonParameters": true,
"options": {},
"sendBody": true,
"bodyParametersJson": "={ \"seed\": {{$json.body.seed || $json.body.keyword || $json.seed}} }",
"headerParametersJson": "={ \"x-webhook-secret\": \"{{ $json.headers['x-webhook-secret'] || $json.secret || '' }}\" }",
"responseFormat": "json"
},
"name": "Call SEO Agent API",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
470,
300
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ $json.body }}"
},
"name": "Return Results",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
690,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Call SEO Agent API",
"type": "main",
"index": 0
}
]
]
},
"Call SEO Agent API": {
"main": [
[
{
"node": "Return Results",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"saveExecutionProgress": true,
"saveManualExecutions": true
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
SEO Keyword Research Workflow. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/Madhukar04012/seo-keyword-agent/blob/33db625efca8bdcd549d62d19f765838c1f7d022/n8n/workflow.json — 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.
This is a specific use case. The ElevenLabs guide for Cal.com bookings is comprehensive but I was having trouble with the booking API request. So I built a simple workflow to validate the request and
Lifecycle Email Orchestrator. Uses airtable, emailSend, httpRequest. Webhook trigger; 4 nodes.
<Workflow Display Name>. Uses httpRequest. Webhook trigger; 3 nodes.
ROI Automated Tracking Pipeline. Uses httpRequest, googleSheets. Webhook trigger; 3 nodes.
Jigsaw API key for image processing, I use this as a gatekeeper/second pair of eyes. LINK to their website https://jigsawstack.com/ SECOND A postgress DATABASE (I use Supabase) LlamaCloud for the pars