{
  "name": "Automate job search and matching with Adzuna API, GPT-3.5, and Google Sheets",
  "nodes": [
    {
      "id": "ed888fd9-38e4-4585-aa9f-09a3afba4e0c",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        320,
        -140
      ]
    },
    {
      "id": "800bc8ec-0934-4464-a3d7-b6a7c23ae429",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        -260
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "1c3748bb-4f5f-4940-9cda-e4c230535a0c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        100
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "e58b4dbe-1740-4813-b2a9-faaca338e178",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        460
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "ced0bd63-edb8-4a46-a3a6-a63801ef652f",
      "name": "Score Job",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        960,
        160
      ]
    },
    {
      "id": "e21a4adc-cd33-44cf-8e0d-03208a0752f6",
      "name": "Set Job Title1",
      "type": "n8n-nodes-base.set",
      "position": [
        560,
        -140
      ]
    },
    {
      "id": "51c4b54a-11b3-4af7-a65f-0b78fe9c3107",
      "name": "Get Jobs from Adzuna1",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        920,
        -140
      ]
    },
    {
      "id": "5b1f8c01-c56e-4563-aedf-255018be0741",
      "name": "Split Jobs1",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        340,
        160
      ]
    },
    {
      "id": "1248fb03-caaf-4291-8c11-0480e18f241b",
      "name": "Summarize Job1",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        640,
        160
      ]
    },
    {
      "id": "4c58e68b-55b1-445f-b693-cace23b21ecd",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        740,
        520
      ]
    },
    {
      "id": "7c60249d-5444-411f-9eb0-370294589f04",
      "name": "Gmail1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        940,
        520
      ]
    },
    {
      "id": "eaf4db44-4d28-4f98-87a1-b4c205c986d7",
      "name": "Write Cover Letter1",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        360,
        520
      ]
    }
  ],
  "connections": {
    "Score Job": {
      "main": [
        [
          {
            "node": "Write Cover Letter1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Jobs1": {
      "main": [
        [
          {
            "node": "Summarize Job1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "Gmail1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Job Title1": {
      "main": [
        [
          {
            "node": "Get Jobs from Adzuna1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Summarize Job1": {
      "main": [
        [
          {
            "node": "Score Job",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Set Job Title1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Write Cover Letter1": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Jobs from Adzuna1": {
      "main": [
        [
          {
            "node": "Split Jobs1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}