{
  "name": "Scrape Google Places via Dumpling AI and auto-save to Google Sheets",
  "nodes": [
    {
      "id": "191b5e95-a169-421a-b922-951055926604",
      "name": "Run Every Day at 1 PM",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -480,
        -180
      ]
    },
    {
      "id": "1738c371-415e-48cc-8449-48f2c2fc4e53",
      "name": " Scrape Google Places with Dumpling AI",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -20,
        -180
      ]
    },
    {
      "id": "70965a94-732e-4eac-b8c3-fdd3240ed9a7",
      "name": "Split Resulting Places List",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        200,
        -180
      ]
    },
    {
      "id": "c017e3c2-8d58-412e-9d5b-41d3ee079a82",
      "name": " Save Scraped Data to Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        420,
        -180
      ]
    },
    {
      "id": "93d4c184-363b-4dac-a87c-c60ec2ec91f8",
      "name": "Fetch Search Terms from Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -240,
        -180
      ]
    },
    {
      "id": "dce04c8d-5991-4ddb-86ad-faaaca388048",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -500,
        -360
      ],
      "parameters": {
        "width": 660,
        "height": 240,
        "content": "### 🗺️ Scrape and Save Google Places Listings\n\nThis workflow runs daily at 1 PM. It reads business-related search terms from a Google Sheet (Sheet1), such as \"best dentist in Houston\", and passes each"
      }
    }
  ],
  "connections": {
    "Run Every Day at 1 PM": {
      "main": [
        [
          {
            "node": "Fetch Search Terms from Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Resulting Places List": {
      "main": [
        [
          {
            "node": " Save Scraped Data to Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Search Terms from Sheet": {
      "main": [
        [
          {
            "node": " Scrape Google Places with Dumpling AI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    " Scrape Google Places with Dumpling AI": {
      "main": [
        [
          {
            "node": "Split Resulting Places List",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}