{
  "name": "Automate LinkedIn job alerts with J-Search API and SMTP email notifications",
  "nodes": [
    {
      "id": "f05ac1bb-5c20-4c79-ae08-d7c582210042",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -432,
        208
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9c8848a3-47f3-4478-a78d-a7dd8a0f8630",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        640
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "fb701072-f02a-4d67-b192-76f89010c125",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "e26128cf-07ee-4d84-9f26-6bdcf4c51aae",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        304,
        624
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "1edb5458-8ad5-48ad-a8a6-14e25ad7ae54",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        528,
        0
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9ec6e262-84d6-4a31-b91a-a825ca62fa11",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        752,
        624
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "5ed26bdc-7585-4309-8b13-6fce26df01de",
      "name": "Setting Preferences",
      "type": "n8n-nodes-base.set",
      "position": [
        -64,
        464
      ]
    },
    {
      "id": "f3e847d5-f747-4504-a069-7afb120e7239",
      "name": "Sending Job Listings via Mail",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        832,
        464
      ]
    },
    {
      "id": "27fde378-8bca-43e7-9c22-2d065f64fd84",
      "name": "Drafting HTML for Mail",
      "type": "n8n-nodes-base.code",
      "position": [
        608,
        464
      ]
    },
    {
      "id": "1382c990-0123-4087-a883-92c3e1a7a270",
      "name": "Categorizing Job Listings",
      "type": "n8n-nodes-base.code",
      "position": [
        384,
        464
      ]
    },
    {
      "id": "423490bc-3de8-4f9e-a269-2d7b7cbfb21e",
      "name": "Job Listing Extraction",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        160,
        464
      ]
    },
    {
      "id": "04ba5d8c-3fd2-418c-a692-e5568fb514d7",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -288,
        464
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Setting Preferences",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Setting Preferences": {
      "main": [
        [
          {
            "node": "Job Listing Extraction",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Drafting HTML for Mail": {
      "main": [
        [
          {
            "node": "Sending Job Listings via Mail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Job Listing Extraction": {
      "main": [
        [
          {
            "node": "Categorizing Job Listings",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Categorizing Job Listings": {
      "main": [
        [
          {
            "node": "Drafting HTML for Mail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}