AutomationFlowsAI & RAG › Websearcherv2

Websearcherv2

WebSearcherV2. Uses n8n-nodes-langchain. Webhook trigger; 4 nodes.

Webhook trigger★★☆☆☆ complexityAI-powered4 nodesN8N Nodes Langchain
AI & RAG Trigger: Webhook Nodes: 4 Complexity: ★★☆☆☆ AI nodes: yes Added:

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 →

Download .json
{
  "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"
  }
}
Pro

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 →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

WebSearcher. Uses n8n-nodes-langchain. Webhook trigger; 2 nodes.

N8N Nodes Langchain
AI & RAG

HITL Slack - HattieB. Uses n8n-nodes-langchain, slack. Webhook trigger; 6 nodes.

N8N Nodes Langchain, Slack
AI & RAG

6. 회의록자동요약 (최종). Uses googleGemini, googleDrive, notion. Webhook trigger; 13 nodes.

Google Gemini, Google Drive, Notion
AI & RAG

6. 회의록자동요약 (최종). Uses googleGemini, googleDrive, notion. Webhook trigger; 13 nodes.

Google Gemini, Google Drive, Notion
AI & RAG

Webhook → Jira “Bug Suspicion” → Slack QA Escalation. Uses openAi, jira, slack. Webhook trigger; 12 nodes.

OpenAI, Jira, Slack