{
  "name": "Scrape Google Maps leads to Google Sheets via Apify",
  "nodes": [
    {
      "id": "144c8ee1-7ea5-4adc-ab30-374f975e911c",
      "name": "Append row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        464,
        544
      ]
    },
    {
      "id": "00556def-df1a-4e1b-9e0d-0a7862ca4234",
      "name": "Run task",
      "type": "@apify/n8n-nodes-apify.apify",
      "position": [
        -432,
        544
      ]
    },
    {
      "id": "e37c1706-912c-4759-a679-7561f0de84eb",
      "name": "Get dataset items",
      "type": "@apify/n8n-nodes-apify.apify",
      "position": [
        240,
        544
      ]
    },
    {
      "id": "f12daca5-492c-456a-8730-675c7bde0ac2",
      "name": "Get last run",
      "type": "@apify/n8n-nodes-apify.apify",
      "position": [
        16,
        544
      ]
    },
    {
      "id": "54151400-6732-4a68-b804-cd6390ec2d78",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        -208,
        544
      ]
    },
    {
      "id": "20f7ac73-ea65-448b-a566-7bc9349cc9e2",
      "name": "Start workflow",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -656,
        544
      ]
    },
    {
      "id": "7a74069c-1724-429b-8db6-e91ed60c1a78",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -720,
        -432
      ],
      "parameters": {
        "width": 1344,
        "height": 928,
        "content": "## Get leads from Google Maps with Apify updated in your Google Sheets\n## Who's it for\nThis workflow is ideal for marketers, sales professionals, and solo entrepreneurs who want to collect local leads"
      }
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Get last run",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Run task": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get last run": {
      "main": [
        [
          {
            "node": "Get dataset items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start workflow": {
      "main": [
        [
          {
            "node": "Run task",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get dataset items": {
      "main": [
        [
          {
            "node": "Append row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Append row in sheet": {
      "main": [
        []
      ]
    }
  }
}