{
  "name": "Monitoring job changes on LinkedIn with Airtop",
  "nodes": [
    {
      "id": "bfd83cbd-7be1-4421-8f28-97033f8d1704",
      "name": "When clicking ‘Test workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "f9795893-2bd8-47f6-8778-a73a86b33b20",
      "name": "Extract Job Changes",
      "type": "n8n-nodes-base.airtop",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "a85288fd-4dd5-4b50-9c65-9d1d62204614",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "22291d03-b195-4d52-81e9-6d1d39d42955",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -820,
        -440
      ],
      "parameters": {
        "width": 740,
        "height": 920,
        "content": "README\n# Monitoring Job Changes on LinkedIn\n## Use Case\nThis automation tracks job changes among your LinkedIn connections and extracts relevant details. It's ideal for triggering timely outreach, upd"
      }
    }
  ],
  "connections": {
    "Extract Job Changes": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Test workflow’": {
      "main": [
        [
          {
            "node": "Extract Job Changes",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}