{
  "name": "Domain extractor",
  "nodes": [
    {
      "id": "d7a1694e-5101-4413-9bed-4f00018bed51",
      "name": "Extract domain",
      "type": "n8n-nodes-base.code",
      "position": [
        220,
        -420
      ]
    },
    {
      "id": "5f8dcfaa-acfd-40ea-afe5-bac549f4d7c2",
      "name": "Execute Workflow Trigger",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -180,
        -420
      ]
    },
    {
      "id": "e7478800-0984-47e1-9551-8dd675316244",
      "name": "Prepare data before function",
      "type": "n8n-nodes-base.set",
      "position": [
        20,
        -420
      ]
    },
    {
      "id": "9ff955ab-0744-48fb-a079-9971b1f7e94e",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -720,
        -660
      ],
      "parameters": {
        "width": 469.046875,
        "height": 728.140625,
        "content": "## Read Me\n\nThis node is designed to cleanse URLs and extract their domain names efficiently. \n\nIt effectively handles a wide range of URL formats, including those with unconventional or complex top-l"
      }
    }
  ],
  "connections": {
    "Execute Workflow Trigger": {
      "main": [
        [
          {
            "node": "Prepare data before function",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare data before function": {
      "main": [
        [
          {
            "node": "Extract domain",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}