{
  "name": "Send LinkedIn connection requests to competitor post commenters via ConnectSafely.ai",
  "nodes": [
    {
      "id": "trigger",
      "name": "Form Trigger",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        368,
        -96
      ]
    },
    {
      "id": "set-config",
      "name": "Set Config",
      "type": "n8n-nodes-base.set",
      "position": [
        592,
        -96
      ]
    },
    {
      "id": "get-comments",
      "name": "Get Comments",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        816,
        -96
      ]
    },
    {
      "id": "extract-profiles",
      "name": "Extract Profiles",
      "type": "n8n-nodes-base.code",
      "position": [
        1040,
        -96
      ]
    },
    {
      "id": "loop",
      "name": "Loop",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        1264,
        -96
      ]
    },
    {
      "id": "check-limit",
      "name": "Check Limit",
      "type": "n8n-nodes-base.code",
      "position": [
        1504,
        -96
      ]
    },
    {
      "id": "if-limit",
      "name": "Limit Reached?",
      "type": "n8n-nodes-base.if",
      "position": [
        1712,
        -96
      ]
    },
    {
      "id": "wait-tomorrow",
      "name": "Wait Until Tomorrow",
      "type": "n8n-nodes-base.code",
      "position": [
        1936,
        -176
      ]
    },
    {
      "id": "wait-node",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        2160,
        -176
      ]
    },
    {
      "id": "get-profile",
      "name": "Get Profile",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        2336,
        -32
      ]
    },
    {
      "id": "prepare-send",
      "name": "Prepare & Filter",
      "type": "n8n-nodes-base.code",
      "position": [
        1408,
        304
      ]
    },
    {
      "id": "if-skip",
      "name": "Should Send?",
      "type": "n8n-nodes-base.if",
      "position": [
        1664,
        304
      ]
    },
    {
      "id": "send-connection",
      "name": "Send Connection",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1952,
        208
      ]
    },
    {
      "id": "log-increment",
      "name": "Log & Increment",
      "type": "n8n-nodes-base.code",
      "position": [
        2160,
        208
      ]
    },
    {
      "id": "wait-3s",
      "name": "Wait 3s",
      "type": "n8n-nodes-base.wait",
      "position": [
        2320,
        400
      ]
    },
    {
      "id": "aggregate",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1952,
        -448
      ]
    },
    {
      "id": "summary",
      "name": "Summary",
      "type": "n8n-nodes-base.code",
      "position": [
        2224,
        -448
      ]
    },
    {
      "id": "sticky-overview",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -336,
        -464
      ],
      "parameters": {
        "width": 594,
        "height": 854,
        "content": "## Competitor Poach - Auto Daily Limit\n\nAutomatically scrape LinkedIn post commenters and send connection requests with built-in daily limits and auto-scheduling.\n\n### Who is this for?\n- Sales teams t"
      }
    },
    {
      "id": "sticky-section1",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        304,
        -192
      ],
      "parameters": {
        "width": 702,
        "height": 262,
        "content": "## 1. Setup & Data Collection"
      }
    },
    {
      "id": "sticky-section2",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1168,
        -240
      ],
      "parameters": {
        "width": 1358,
        "height": 876,
        "content": "## 2. Processing Loop with Daily Limit"
      }
    },
    {
      "id": "sticky-section3",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1856,
        -560
      ],
      "parameters": {
        "width": 650,
        "height": 278,
        "content": "## 3. Results & Response"
      }
    }
  ],
  "connections": {
    "Loop": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Check Limit",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait": {
      "main": [
        [
          {
            "node": "Get Profile",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Summary": {
      "main": [
        []
      ]
    },
    "Wait 3s": {
      "main": [
        [
          {
            "node": "Loop",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Config": {
      "main": [
        [
          {
            "node": "Get Comments",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Limit": {
      "main": [
        [
          {
            "node": "Limit Reached?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Profile": {
      "main": [
        [
          {
            "node": "Prepare & Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Form Trigger": {
      "main": [
        [
          {
            "node": "Set Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Comments": {
      "main": [
        [
          {
            "node": "Extract Profiles",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Should Send?": {
      "main": [
        [
          {
            "node": "Send Connection",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait 3s",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Limit Reached?": {
      "main": [
        [
          {
            "node": "Wait Until Tomorrow",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Get Profile",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Log & Increment": {
      "main": [
        [
          {
            "node": "Wait 3s",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Connection": {
      "main": [
        [
          {
            "node": "Log & Increment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Profiles": {
      "main": [
        [
          {
            "node": "Loop",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare & Filter": {
      "main": [
        [
          {
            "node": "Should Send?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait Until Tomorrow": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}