{
  "name": "Real estate daily deals automation with Zillow API, Google Sheets and Gmail",
  "nodes": [
    {
      "id": "fda78c84-e560-4264-8edf-d7cd288c80fa",
      "name": "9am Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        120,
        0
      ]
    },
    {
      "id": "5a688d95-8b5b-4f83-aee8-9250d9e66a57",
      "name": "Set Parameters",
      "type": "n8n-nodes-base.set",
      "position": [
        300,
        0
      ]
    },
    {
      "id": "d23f492e-1871-4044-888d-9c2996d5645e",
      "name": "Zillow Search",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        460,
        0
      ]
    },
    {
      "id": "09f0f44d-f885-4c13-9124-18d6fe7b8c85",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        620,
        0
      ]
    },
    {
      "id": "c6a476c4-ab38-4cbe-a632-35e02ece801f",
      "name": "RentZestimate",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        780,
        0
      ]
    },
    {
      "id": "b9d10667-e0e2-46cb-9871-9301f1662b0f",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1140,
        0
      ]
    },
    {
      "id": "51b8473f-8bbe-43d4-a110-aa617962d5f2",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1320,
        0
      ]
    },
    {
      "id": "34e561d4-fbd9-4608-865f-feb9205c74d7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        40,
        -380
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "e95be0d9-f954-4403-b7a2-7a9f44a6604a",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -980,
        -740
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "a7cd4b99-d195-4872-b311-0203b9538f7b",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1560,
        -380
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "5a02d10e-fe7c-4bb2-93f0-aaabffec3a15",
      "name": "Investment Calculator",
      "type": "n8n-nodes-base.code",
      "position": [
        960,
        0
      ]
    }
  ],
  "connections": {
    "Split Out": {
      "main": [
        [
          {
            "node": "RentZestimate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9am Trigger": {
      "main": [
        [
          {
            "node": "Set Parameters",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RentZestimate": {
      "main": [
        [
          {
            "node": "Investment Calculator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Zillow Search": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Parameters": {
      "main": [
        [
          {
            "node": "Zillow Search",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Investment Calculator": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}