This workflow corresponds to n8n.io template #nexus-architect-gen — we link there as the canonical source.
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": "WebSearcherV2",
"nodes": [
{
"parameters": {
"path": "websearcherv2",
"options": {}
},
"id": "webhook",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
0,
300
]
},
{
"parameters": {
"agent": "conversational",
"promptSystem": "You are an AI agent that uses the Google Search tool to answer user queries.",
"options": {}
},
"id": "websearcherv2",
"name": "WebSearcherV2",
"type": "n8n-nodes-langchain.agent",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"model": "qwen3:8b",
"options": {}
},
"id": "ollama_model",
"name": "Ollama Model",
"type": "n8n-nodes-langchain.lmChatOllama",
"typeVersion": 1,
"position": [
100,
500
]
},
{
"parameters": {},
"id": "search_tool_0",
"name": "Search Tool 0",
"type": "n8n-nodes-langchain.toolGoogleSearch",
"typeVersion": 1,
"position": [
400,
500
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "WebSearcherV2",
"type": "main",
"index": 0
}
]
]
},
"Ollama Model": {
"ai_languageModel": [
[
{
"node": "WebSearcherV2",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Search Tool 0": {
"ai_tool": [
[
{
"node": "WebSearcherV2",
"type": "ai_tool",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"active": true,
"meta": {
"templateId": "nexus-architect-gen"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
WebSearcherV2. Uses n8n-nodes-langchain. Webhook trigger; 4 nodes.
Source: https://github.com/Acehfhd/nexus-command/blob/main/backend/workflows/architect_generated/websearcherv2.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.
HITL Slack - HattieB. Uses n8n-nodes-langchain, slack. Webhook trigger; 6 nodes.
6. 회의록자동요약 (최종). Uses googleGemini, googleDrive, notion. Webhook trigger; 13 nodes.
6. 회의록자동요약 (최종). Uses googleGemini, googleDrive, notion. Webhook trigger; 13 nodes.
Webhook → Jira “Bug Suspicion” → Slack QA Escalation. Uses openAi, jira, slack. Webhook trigger; 12 nodes.