{
  "name": "Extract business data from Google Maps via chat to Excel & Google Sheets",
  "nodes": [
    {
      "id": "ebf2a54d-61b9-4efd-ad37-8b25e642b239",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        380
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "7b515f36-19d2-4ae0-be03-c9bc61c280ca",
      "name": "Tariffs",
      "type": "n8n-nodes-base.set",
      "position": [
        660,
        200
      ]
    },
    {
      "id": "bc6963f3-c9da-4468-bf9c-9832b87ca34a",
      "name": "Split Out Maps NEW",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1100,
        200
      ]
    },
    {
      "id": "af4291c6-65bb-4f4a-b9d6-6814e1b8bab3",
      "name": "Extract Data",
      "type": "n8n-nodes-base.set",
      "position": [
        1320,
        200
      ]
    },
    {
      "id": "f2f20b15-c1cf-440d-8714-da592ea6d115",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        0,
        200
      ]
    },
    {
      "id": "dc966dd0-23e3-4f4a-9713-e846e230a938",
      "name": "Initialization",
      "type": "n8n-nodes-base.set",
      "position": [
        440,
        200
      ]
    },
    {
      "id": "d994641d-2774-4818-bc2f-303f20cd1e67",
      "name": "Variables Chat",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        200
      ]
    },
    {
      "id": "7fe48b56-7683-4d5a-9580-be7cd93a12dd",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        -160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "d3e192cd-93a4-426e-b8f7-3c5524da9ac9",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "546569c2-c598-47a0-a6a9-a084d6d0c922",
      "name": "Get Data in XLSX",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        1760,
        0
      ]
    },
    {
      "id": "28c0f5dd-23c1-485e-9a50-89d9b208fd17",
      "name": "Upsert Data in Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1760,
        200
      ]
    },
    {
      "id": "9f063a5e-fdf1-4120-940e-19c253cead62",
      "name": "Prepare Data",
      "type": "n8n-nodes-base.set",
      "position": [
        1540,
        200
      ]
    },
    {
      "id": "a9769fd3-9a14-4851-9578-a783e4d82f16",
      "name": "Extract Google Map",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        880,
        200
      ]
    },
    {
      "id": "2eabbd24-fdc7-44c1-9034-fdb30c530a10",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        660,
        380
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "632a6f60-0b08-4cf7-b521-acffbd39539b",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1540,
        380
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Tariffs": {
      "main": [
        [
          {
            "node": "Extract Google Map",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Data": {
      "main": [
        [
          {
            "node": "Prepare Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Data": {
      "main": [
        [
          {
            "node": "Upsert Data in Sheets",
            "type": "main",
            "index": 0
          },
          {
            "node": "Get Data in XLSX",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Initialization": {
      "main": [
        [
          {
            "node": "Tariffs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Variables Chat": {
      "main": [
        [
          {
            "node": "Initialization",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Google Map": {
      "main": [
        [
          {
            "node": "Split Out Maps NEW",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out Maps NEW": {
      "main": [
        [
          {
            "node": "Extract Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "Variables Chat",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}