{
  "name": "Perform a domain search  with Icypeas (single)",
  "nodes": [
    {
      "id": "a8be94cc-c695-4a24-b045-d6716fe6f043",
      "name": "When clicking \"Execute Workflow\"",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        4360,
        1720
      ]
    },
    {
      "id": "c636d4ed-6310-4f2a-876e-c24d54dc9349",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        4200,
        1460
      ],
      "parameters": {
        "width": null,
        "height": 243.6494382022472,
        "content": "## Perform a domain search (single) with Icypeas\n\nThis workflow demonstrates how to perform a domain scan using Icypeas. Visit https://icypeas.com to create your account.\n\n\n"
      }
    },
    {
      "id": "a6f4dbe2-478d-426c-b544-60cd97c84901",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        4507,
        1536
      ],
      "parameters": {
        "width": 506,
        "height": 1041.5303370786517,
        "content": "## Authenticates to your Icypeas account\n\nThis code node utilizes your API key, API secret, and User ID to establish a connection with your Icypeas account.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nOpen this node and insert "
      }
    },
    {
      "id": "c42e5f50-93dd-48c6-8cfc-c37aefc609a5",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        5013,
        1540
      ],
      "parameters": {
        "width": 492,
        "height": 748,
        "content": "## Performs a domain/company scan on your Icypeas account\n\n\nThis node executes an HTTP request (POST) to scan the domain/company you have provided in the body section, using Icypeas.\n\n\n\n\n\n\n\n\n\n\n\n\n\n### "
      }
    },
    {
      "id": "cdee270f-b6c0-4f60-ba41-f2ee9e091eaa",
      "name": "Run domain scan (single)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        5080,
        1720
      ]
    },
    {
      "id": "b066f965-a3a7-45cb-96c2-ca3bdf2bb231",
      "name": "Authenticates to your Icypeas account",
      "type": "n8n-nodes-base.code",
      "position": [
        4700,
        1720
      ]
    }
  ],
  "connections": {
    "When clicking \"Execute Workflow\"": {
      "main": [
        [
          {
            "node": "Authenticates to your Icypeas account",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Authenticates to your Icypeas account": {
      "main": [
        [
          {
            "node": "Run domain scan (single)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}