{
  "name": "Scrape Google Maps business data with BrowserAct and Google Sheets",
  "nodes": [
    {
      "id": "db20db9a-40b7-4916-bc97-935ec22339f1",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "e8f61c7a-29ca-425e-be1b-1d87379d3e98",
      "name": "Run a workflow and wait for its result",
      "type": "n8n-nodes-browseract-workflows.browserAct",
      "position": [
        224,
        0
      ]
    },
    {
      "id": "df52dc2c-a3ee-4949-aeb7-cce58330461b",
      "name": "Extract from File",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        672,
        0
      ]
    },
    {
      "id": "0d53f558-1431-40ee-b954-5856139bf0ed",
      "name": "Append or update row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        896,
        0
      ]
    },
    {
      "id": "3117bdd9-6aba-4b0a-a720-eadc007c9083",
      "name": "Get Data",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        448,
        0
      ]
    },
    {
      "id": "a8c3cad8-e55f-4b97-96bd-8d7848ec87c1",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -48,
        -592
      ],
      "parameters": {
        "width": 416,
        "height": 512,
        "content": "## 🔥 Follow My Channels\nDon't miss out on **AI and Automation** content! Follow me on:\n🎥 **YouTube:** [@aichandre](https://www.youtube.com/@aichandre)  \n📸 **Instagram:** [@aichandre](https://www.insta"
      }
    },
    {
      "id": "5d6036a0-dde3-4d55-ae52-36a63e99bff7",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -528,
        -592
      ],
      "parameters": {
        "width": 480,
        "height": 1120,
        "content": "## 🛠️ Quick Setup Guide\n**Created by:** [Kristian Ekachandra](https://yapp.ink/aichandre)\n\n### ✅ Step 1: Install BrowserAct Community Node\nInstall [n8n BrowserAct Community Node](https://www.npmjs.com"
      }
    }
  ],
  "connections": {
    "Get Data": {
      "main": [
        [
          {
            "node": "Extract from File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract from File": {
      "main": [
        [
          {
            "node": "Append or update row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Run a workflow and wait for its result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run a workflow and wait for its result": {
      "main": [
        [
          {
            "node": "Get Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}