{
  "name": "Effortless job hunting: Let this automation find your next role",
  "nodes": [
    {
      "id": "e5442c6a-ef95-4b78-b09a-35dee425d6f6",
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "527cc819-c439-4353-a247-c3e832485ff0",
      "name": "Read PDF",
      "type": "n8n-nodes-base.readPDF",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "da9591a1-87fd-4b4e-bcae-ec2fc5264b9a",
      "name": "Download Resume (PDF File)",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "2534a95b-7c65-4c3b-b927-9cdbfbb400a7",
      "name": "Filter Relevant Information",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "79a1858d-a405-4e09-8375-538550323cea",
      "name": "Analyse Resume",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        880,
        0
      ]
    },
    {
      "id": "fa7e3279-b59d-4c65-bb94-9910f47ec315",
      "name": "Find Suitable Job Offers ",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1240,
        0
      ]
    },
    {
      "id": "f85c66f9-08a7-472f-9cf2-8049ccf62ac4",
      "name": "Organise the Job Posts",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1460,
        0
      ]
    },
    {
      "id": "5fb3753e-b5b9-4a8f-942b-986cd571764d",
      "name": "Upload Job Posts Organised in a Spreadsheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1700,
        0
      ]
    },
    {
      "id": "2a7c8960-b9ec-4114-bc5e-0d878d7485ed",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        -180
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "Read PDF": {
      "main": [
        [
          {
            "node": "Filter Relevant Information",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Analyse Resume": {
      "main": [
        [
          {
            "node": "Find Suitable Job Offers ",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Download Resume (PDF File)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Organise the Job Posts": {
      "main": [
        [
          {
            "node": "Upload Job Posts Organised in a Spreadsheet",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Find Suitable Job Offers ": {
      "main": [
        [
          {
            "node": "Organise the Job Posts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Download Resume (PDF File)": {
      "main": [
        [
          {
            "node": "Read PDF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter Relevant Information": {
      "main": [
        [
          {
            "node": "Analyse Resume",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}