{
  "name": "Competitor LinkedIn monitor with Airtop",
  "nodes": [
    {
      "id": "13a5909c-94b7-41f6-8936-7fe3093a4224",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -280,
        -20
      ]
    },
    {
      "id": "ecccaebc-645f-489e-a4cc-28079d040214",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        -200
      ],
      "parameters": {
        "width": 260,
        "height": 340,
        "content": "## Enter [Airtop Profile](https://portal.airtop.ai/browser-profiles) authenticated to LinkedIn in the \"Profile Name\" field\n"
      }
    },
    {
      "id": "5d2caa2f-e333-4dd8-b879-1eb11b3a4eb7",
      "name": "Get Competitors",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -60,
        -20
      ]
    },
    {
      "id": "f75b0ab2-2e32-4074-a468-3c30bcca9962",
      "name": "Send Summary",
      "type": "n8n-nodes-base.slack",
      "position": [
        380,
        -20
      ]
    },
    {
      "id": "65fe9b89-c790-4b4e-bc48-2c1f62613841",
      "name": "Analyze Posts",
      "type": "n8n-nodes-base.airtop",
      "position": [
        160,
        -20
      ]
    },
    {
      "id": "3ca59ee5-382b-42ca-bc65-7a5952489ff6",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -620,
        -1040
      ],
      "parameters": {
        "width": 1260,
        "height": 1220,
        "content": "README\n\n# Automating LinkedIn Competitive Monitoring\n\n## Use Case\n\nMonitoring competitors on LinkedIn helps organizations stay updated on rival strategies, hiring trends, and engagement activities. Au"
      }
    }
  ],
  "connections": {
    "Analyze Posts": {
      "main": [
        [
          {
            "node": "Send Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Competitors": {
      "main": [
        [
          {
            "node": "Analyze Posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Get Competitors",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}