{
  "name": "Domain to email extraction using Apollo API",
  "nodes": [
    {
      "id": "02646c75-dad3-4b21-8203-e86732374a2c",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -400,
        -60
      ]
    },
    {
      "id": "69175622-b2fb-4a56-83bf-a55290f1c725",
      "name": "Loop Targets",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        40,
        -60
      ]
    },
    {
      "id": "5e6af8ff-2bc1-44b4-9523-3e55a785ee4d",
      "name": "Pull Target Domains",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -180,
        -60
      ]
    },
    {
      "id": "884b3766-8d4b-43a3-8a14-e3eee1a3d678",
      "name": "Get People By Domain",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        300,
        -60
      ]
    },
    {
      "id": "df77689b-ccd3-4638-a981-4cf13fbf8a70",
      "name": "Clean Up Results",
      "type": "n8n-nodes-base.code",
      "position": [
        480,
        -60
      ]
    },
    {
      "id": "bc0f01b0-3225-4023-9e21-0bcebab00808",
      "name": "Loop Over Results",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        680,
        -60
      ]
    },
    {
      "id": "65533eb2-a738-4cf3-9cbc-480a911e4fb2",
      "name": "Get Person Info",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        920,
        -60
      ]
    },
    {
      "id": "4c369c7e-e79b-4bf1-97d4-25abac4256db",
      "name": "Clean Up",
      "type": "n8n-nodes-base.code",
      "position": [
        1140,
        -60
      ]
    },
    {
      "id": "f0eaa1e7-299f-4ec8-ae26-90bbe1483a1e",
      "name": "Results To Results Sheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1340,
        -60
      ]
    }
  ],
  "connections": {
    "Clean Up": {
      "main": [
        [
          {
            "node": "Results To Results Sheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Targets": {
      "main": [
        [],
        [
          {
            "node": "Get People By Domain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Person Info": {
      "main": [
        [
          {
            "node": "Clean Up",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Clean Up Results": {
      "main": [
        [
          {
            "node": "Loop Over Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Results": {
      "main": [
        [
          {
            "node": "Loop Targets",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Get Person Info",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Pull Target Domains": {
      "main": [
        [
          {
            "node": "Loop Targets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get People By Domain": {
      "main": [
        [
          {
            "node": "Clean Up Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Results To Results Sheet": {
      "main": [
        [
          {
            "node": "Loop Over Results",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Pull Target Domains",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}