{
  "name": "Search Google, Bing, Yandex & extract structured results with Bright Data MCP & Google Gemini",
  "nodes": [
    {
      "id": "80b9e843-974a-4a93-871f-3ead444d1757",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -1300,
        300
      ]
    },
    {
      "id": "2debe6c6-80ef-4fba-a40d-fcfd8a09eefa",
      "name": "Bright Data MCP Client List Tools",
      "type": "n8n-nodes-mcp.mcpClient",
      "position": [
        -1080,
        300
      ]
    },
    {
      "id": "0b66f5bb-66bb-41cf-b165-552d5b169dce",
      "name": "Create a binary data",
      "type": "n8n-nodes-base.function",
      "position": [
        180,
        220
      ]
    },
    {
      "id": "8516c6d6-fcae-42ab-8921-9f1d5500f73b",
      "name": "MCP Client for Google Search",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        -720,
        600
      ]
    },
    {
      "id": "a17ff821-c508-4b61-8d35-e7f1580e5bb1",
      "name": "Set the Input Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        -860,
        300
      ]
    },
    {
      "id": "42639030-338c-4d30-a2e0-a5aaa9325191",
      "name": "MCP Client for Bing Search",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        -500,
        600
      ]
    },
    {
      "id": "18f1374e-2516-481c-9fed-3c8757a21296",
      "name": "MCP Client for Yandex Search",
      "type": "n8n-nodes-mcp.mcpClientTool",
      "position": [
        -300,
        600
      ]
    },
    {
      "id": "ff15f988-5f23-4a22-b2fb-25bdd558fce4",
      "name": "Bright Data Search AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -600,
        300
      ]
    },
    {
      "id": "cd255a57-2260-4781-a9b1-e38a4d224572",
      "name": "Google Gemini Chat Model for Search Agent",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        -900,
        600
      ]
    },
    {
      "id": "51db57ef-8626-4268-b377-cd95021537c8",
      "name": "Write the search result to disk",
      "type": "n8n-nodes-base.readWriteFile",
      "position": [
        420,
        220
      ]
    },
    {
      "id": "afa11162-6e5f-48ee-81a9-120eebf79a72",
      "name": "Webhook for clean data extractor",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        180,
        420
      ]
    },
    {
      "id": "07ea15dc-d54f-424c-bb75-27054be6996d",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -400,
        140
      ],
      "parameters": {
        "width": 440,
        "height": 120,
        "content": "## Disclaimer\nThis template is only available on n8n self-hosted as it's making use of the community node for MCP Client."
      }
    },
    {
      "id": "8ed88da4-cfd8-4c27-a737-1c718143e1a4",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -860,
        20
      ],
      "parameters": {
        "width": 440,
        "height": 240,
        "content": "## LLM Usages\n\nGoogle Gemini LLM is being utilized for the structured data extraction handling."
      }
    },
    {
      "id": "b533b59c-5007-4f87-a862-f2765be3d27b",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1320,
        -420
      ],
      "parameters": {
        "width": 440,
        "height": 360,
        "content": "## Logo\n\n\n![logo](https://images.seeklogo.com/logo-png/43/1/brightdata-logo-png_seeklogo-439974.png)\n"
      }
    },
    {
      "id": "17265f2a-5224-498c-bf50-36b87a1c3b22",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1320,
        -40
      ],
      "parameters": {
        "width": 440,
        "height": 300,
        "content": "## Note\n\nDeals with the Google, Bing, Yandex Search by leveraging the Bright Data MCP Client.\n\n**Please make sure to set the input fields with query, action, Webhook notification URL. Test using https"
      }
    },
    {
      "id": "902a8d8e-d4ad-4934-8c4d-10c7b66aac3c",
      "name": "Human Readable Data Extractor",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        -240,
        300
      ]
    },
    {
      "id": "1eca092e-da55-4025-85d1-d1d715e23f83",
      "name": "Google Gemini Chat Model for Human Readable Data Extractor",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        -120,
        500
      ]
    }
  ],
  "connections": {
    "Create a binary data": {
      "main": [
        [
          {
            "node": "Write the search result to disk",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set the Input Fields": {
      "main": [
        [
          {
            "node": "Bright Data Search AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "MCP Client for Bing Search": {
      "ai_tool": [
        [
          {
            "node": "Bright Data Search AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Bright Data Search AI Agent": {
      "main": [
        [
          {
            "node": "Human Readable Data Extractor",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "MCP Client for Google Search": {
      "ai_tool": [
        [
          {
            "node": "Bright Data Search AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "MCP Client for Yandex Search": {
      "ai_tool": [
        [
          {
            "node": "Bright Data Search AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Human Readable Data Extractor": {
      "main": [
        [
          {
            "node": "Create a binary data",
            "type": "main",
            "index": 0
          },
          {
            "node": "Webhook for clean data extractor",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Bright Data MCP Client List Tools": {
      "main": [
        [
          {
            "node": "Set the Input Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Bright Data MCP Client List Tools",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model for Search Agent": {
      "ai_languageModel": [
        [
          {
            "node": "Bright Data Search AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model for Human Readable Data Extractor": {
      "ai_languageModel": [
        [
          {
            "node": "Human Readable Data Extractor",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}