{
  "name": "Generate business lists from Google Maps search to Sheets or Excel with Serper",
  "nodes": [
    {
      "id": "38314052-0cbc-4318-86d6-abb004f7c465",
      "name": "Split Out Serper",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        880,
        200
      ]
    },
    {
      "id": "b7c20549-8491-45e8-a643-73ad3b6887bc",
      "name": "Extract Serper Map",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        660,
        200
      ]
    },
    {
      "id": "cee18d18-51b6-4298-be61-eb9291b062b1",
      "name": "Prepare Data",
      "type": "n8n-nodes-base.set",
      "position": [
        1320,
        200
      ]
    },
    {
      "id": "dc776d9b-eea2-4d82-bd51-9d6094d08091",
      "name": "Extract Data   ",
      "type": "n8n-nodes-base.set",
      "position": [
        1100,
        200
      ]
    },
    {
      "id": "e5040427-4763-4225-99a5-96c2d647a78a",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        0,
        200
      ]
    },
    {
      "id": "611ce212-5791-4f52-8fa7-0ac3d3e6a02c",
      "name": "Initialization",
      "type": "n8n-nodes-base.set",
      "position": [
        440,
        200
      ]
    },
    {
      "id": "369dc928-35f9-446c-9cbe-b5ea7ef2664f",
      "name": "Variables Chat",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        200
      ]
    },
    {
      "id": "e97bd437-e30f-436c-820d-a281b75e5656",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        -160
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "2df25edf-0e1e-44d0-9b8e-f2cbeff3f64b",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        140
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9aa7cdcf-6e45-40c7-8abe-e132b44339b1",
      "name": "Get Data in XLSX",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        1540,
        0
      ]
    },
    {
      "id": "67217615-f365-4a18-a28e-2d3b2ab6a933",
      "name": "Upsert Data in Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1540,
        200
      ]
    },
    {
      "id": "7a2fff63-6a4e-4c9c-9813-9ba60491069b",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1320,
        380
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Prepare Data": {
      "main": [
        [
          {
            "node": "Get Data in XLSX",
            "type": "main",
            "index": 0
          },
          {
            "node": "Upsert Data in Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Initialization": {
      "main": [
        [
          {
            "node": "Extract Serper Map",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Variables Chat": {
      "main": [
        [
          {
            "node": "Initialization",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Data   ": {
      "main": [
        [
          {
            "node": "Prepare Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out Serper": {
      "main": [
        [
          {
            "node": "Extract Data   ",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Serper Map": {
      "main": [
        [
          {
            "node": "Split Out Serper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "Variables Chat",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}