{
  "nodes": [
    {
      "id": "553252d2-cb15-4482-be4b-9f96cd10e9af",
      "name": "Append or update row in sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        304,
        -48
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "6974c88a-9db0-4fc3-ba60-f16474b2e17b",
      "name": "Manual Execution",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -608,
        -32
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c7516244-3e86-4036-a76a-4e9cad693f03",
      "name": "Array to individual properties",
      "type": "n8n-nodes-base.code",
      "position": [
        -192,
        -32
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "527cde8b-0ab0-447a-b9d4-c9e39f1ec5a3",
      "name": "Filter properties by our buying budget",
      "type": "n8n-nodes-base.if",
      "position": [
        16,
        -32
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "f091d1f8-c220-409f-aaaa-b60bf946b8b1",
      "name": "Get Zillow Properties",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -400,
        -32
      ],
      "parameters": {},
      "typeVersion": 4.2
    }
  ],
  "connections": {
    "Manual Execution": {
      "main": [
        [
          {
            "node": "Get Zillow Properties",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Zillow Properties": {
      "main": [
        [
          {
            "node": "Array to individual properties",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Array to individual properties": {
      "main": [
        [
          {
            "node": "Filter properties by our buying budget",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter properties by our buying budget": {
      "main": [
        [
          {
            "node": "Append or update row in sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}