{
  "name": "🏠 Find your home with Real Estate Agent and Bright Data",
  "nodes": [
    {
      "id": "d9e07286-a8be-4c28-8519-acf7cd35ad86",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -900,
        -40
      ]
    },
    {
      "id": "7ca48714-3c65-4f32-9491-7b7b621aaa00",
      "name": "Simple Memory1",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -420,
        140
      ]
    },
    {
      "id": "79bea812-5a33-40a1-aa74-fe202d39dded",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -580,
        140
      ]
    },
    {
      "id": "30ef3cfc-56db-4092-af0d-304afdad94f0",
      "name": "Filter Dataset",
      "type": "n8n-nodes-brightdata.brightDataTool",
      "position": [
        -260,
        140
      ]
    },
    {
      "id": "6c4c4338-e4d2-40ee-89c0-89e1dd1dc330",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -660,
        -340
      ]
    },
    {
      "id": "9db2680e-8bad-4b91-9cd6-8240f53081a0",
      "name": "Snapshot is ready?",
      "type": "n8n-nodes-base.if",
      "position": [
        -120,
        -340
      ]
    },
    {
      "id": "75f66a3a-7738-4a1c-af8a-29385ad41749",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        100,
        -260
      ]
    },
    {
      "id": "19beba9e-6089-443f-a384-4be3ec821423",
      "name": "Real Estate AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -460,
        -40
      ]
    },
    {
      "id": "679e5b92-7b52-4230-a395-f3840d167756",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -960,
        -600
      ],
      "parameters": {
        "width": 1260,
        "height": 880,
        "content": "# Real Estate AI Agent with Bright Data\n\n## TODO\n- After pasting this workflow, update node \"Get Snapshot Content\" tool and add current Workflow ID (for instance, if your workflow in n8n has the next "
      }
    },
    {
      "id": "118c60c3-3a46-4ca2-be84-997218949bde",
      "name": "Recover Snapshot Content",
      "type": "n8n-nodes-brightdata.brightData",
      "position": [
        -340,
        -340
      ]
    },
    {
      "id": "5cc00806-6995-4d82-a832-f3159a66e31a",
      "name": "Get Snapshot Content",
      "type": "@n8n/n8n-nodes-langchain.toolWorkflow",
      "position": [
        -100,
        140
      ]
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Recover Snapshot Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Dataset": {
      "ai_tool": [
        [
          {
            "node": "Real Estate AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory1": {
      "ai_memory": [
        [
          {
            "node": "Real Estate AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Real Estate AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Snapshot is ready?": {
      "main": [
        [],
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Snapshot Content": {
      "ai_tool": [
        [
          {
            "node": "Real Estate AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Recover Snapshot Content": {
      "main": [
        [
          {
            "node": "Snapshot is ready?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "Real Estate AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Recover Snapshot Content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}