{
  "name": "Scrape business data from Google Maps via SerpAPI and export to Sheets & Excel",
  "nodes": [
    {
      "id": "74f7bcf9-bf18-4b0e-b6fc-9e948a7adeed",
      "name": "Split Out SerpAPI",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        880,
        200
      ]
    },
    {
      "id": "fbc3f49e-c1dd-41f3-a375-d62f52411e63",
      "name": "Extract SerpAPI Map",
      "type": "n8n-nodes-serpapi.serpApi",
      "position": [
        660,
        200
      ]
    },
    {
      "id": "36733a03-4bcc-4636-a871-d662c76688c1",
      "name": "Prepare Data",
      "type": "n8n-nodes-base.set",
      "position": [
        1320,
        200
      ]
    },
    {
      "id": "6d77a571-70f2-4d7f-b6fe-2bb801cf789e",
      "name": "Extract Data  ",
      "type": "n8n-nodes-base.set",
      "position": [
        1100,
        200
      ]
    },
    {
      "id": "31927df8-99db-4247-998b-4c76a99b3aad",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        0,
        200
      ]
    },
    {
      "id": "a5af6a97-abcc-43b1-9aae-ecf27ccd208f",
      "name": "Initialization",
      "type": "n8n-nodes-base.set",
      "position": [
        440,
        200
      ]
    },
    {
      "id": "1c8ae9e0-a48e-4cbd-bd4e-b983b9d89dcc",
      "name": "Variables Chat",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        200
      ]
    },
    {
      "id": "8cdbccb7-ccaf-46eb-8501-94f295f5dbae",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        -180
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "ec839b1c-e78a-4214-8d40-81b882420dff",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        120
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "8d198e95-0df9-4445-9cb5-a0ad1642217e",
      "name": "Get Data in XLSX",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        1540,
        0
      ]
    },
    {
      "id": "29627301-e3c7-43c8-a571-c12966383cc6",
      "name": "Upsert Data in Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1540,
        200
      ]
    },
    {
      "id": "aa759324-fb4b-45a7-88f2-691ed63aabb8",
      "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
          }
        ]
      ]
    },
    "Extract Data  ": {
      "main": [
        [
          {
            "node": "Prepare Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Initialization": {
      "main": [
        [
          {
            "node": "Extract SerpAPI Map",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Variables Chat": {
      "main": [
        [
          {
            "node": "Initialization",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out SerpAPI": {
      "main": [
        [
          {
            "node": "Extract Data  ",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract SerpAPI Map": {
      "main": [
        [
          {
            "node": "Split Out SerpAPI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "Variables Chat",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}