8
n8n 中文网amn8n.com

使用AI求职信自动搜索职位

高级

这是一个Personal Productivity, Multimodal AI领域的自动化工作流,包含 17 个节点。主要使用 If, Set, Code, Merge, Aggregate 等节点。 使用 Google Jobs、RemoteOK 和 GPT-3.5 自动化带AI求职信的职位搜索

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "name": "Auto-search jobs with AI cover letters",
  "tags": [
    "jobs",
    "ai",
    "automation",
    "career"
  ],
  "nodes": [
    {
      "name": "Sticky Note - Overview",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky-Note---Overview-0"
    },
    {
      "name": "Sticky Note - Setup",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        680,
        100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1,
      "id": "Sticky-Note---Setup-1"
    },
    {
      "name": "Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        260,
        400
      ],
      "parameters": {},
      "typeVersion": 1.2,
      "id": "Schedule-2"
    },
    {
      "name": "Settings",
      "type": "n8n-nodes-base.set",
      "position": [
        460,
        400
      ],
      "parameters": {},
      "typeVersion": 3.3,
      "id": "Settings-3"
    },
    {
      "name": "Search Google Jobs",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        680,
        340
      ],
      "parameters": {},
      "typeVersion": 4.2,
      "id": "Search-Google-Jobs-4"
    },
    {
      "name": "Search RemoteOK",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        680,
        460
      ],
      "parameters": {},
      "typeVersion": 4.2,
      "id": "Search-RemoteOK-5"
    },
    {
      "name": "Merge",
      "type": "n8n-nodes-base.merge",
      "position": [
        900,
        400
      ],
      "parameters": {},
      "typeVersion": 2.1,
      "id": "Merge-6"
    },
    {
      "name": "Process Jobs",
      "type": "n8n-nodes-base.code",
      "position": [
        1100,
        400
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "Process-Jobs-7"
    },
    {
      "name": "Check Results",
      "type": "n8n-nodes-base.if",
      "position": [
        1300,
        400
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "Check-Results-8"
    },
    {
      "name": "No Results Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1500,
        300
      ],
      "parameters": {},
      "typeVersion": 2.1,
      "id": "No-Results-Email-9"
    },
    {
      "name": "Split Jobs",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        1500,
        500
      ],
      "parameters": {},
      "typeVersion": 3,
      "id": "Split-Jobs-10"
    },
    {
      "name": "Extract Job",
      "type": "n8n-nodes-base.code",
      "position": [
        1700,
        500
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "Extract-Job-11"
    },
    {
      "name": "Generate Letter",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1900,
        500
      ],
      "parameters": {},
      "typeVersion": 4.2,
      "id": "Generate-Letter-12"
    },
    {
      "name": "Combine Letter",
      "type": "n8n-nodes-base.code",
      "position": [
        2100,
        500
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "Combine-Letter-13"
    },
    {
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        2300,
        500
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "Aggregate-14"
    },
    {
      "name": "Format Email",
      "type": "n8n-nodes-base.code",
      "position": [
        2500,
        500
      ],
      "parameters": {},
      "typeVersion": 2,
      "id": "Format-Email-15"
    },
    {
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2700,
        500
      ],
      "parameters": {},
      "typeVersion": 2.1,
      "id": "Send-Email-16"
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "connections": {
    "Merge-6": {
      "main": [
        [
          {
            "node": "Process-Jobs-7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule-2": {
      "main": [
        [
          {
            "node": "Settings-3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Settings-3": {
      "main": [
        [
          {
            "node": "Search-Google-Jobs-4",
            "type": "main",
            "index": 0
          },
          {
            "node": "Search-RemoteOK-5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate-14": {
      "main": [
        [
          {
            "node": "Format-Email-15",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split-Jobs-10": {
      "main": [
        [
          {
            "node": "Extract-Job-11",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract-Job-11": {
      "main": [
        [
          {
            "node": "Generate-Letter-12",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format-Email-15": {
      "main": [
        [
          {
            "node": "Send-Email-16",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process-Jobs-7": {
      "main": [
        [
          {
            "node": "Check-Results-8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check-Results-8": {
      "main": [
        [
          {
            "node": "No-Results-Email-9",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Split-Jobs-10",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Combine-Letter-13": {
      "main": [
        [
          {
            "node": "Aggregate-14",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate-Letter-12": {
      "main": [
        [
          {
            "node": "Combine-Letter-13",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search-RemoteOK-5": {
      "main": [
        [
          {
            "node": "Merge-6",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Search-Google-Jobs-4": {
      "main": [
        [
          {
            "node": "Merge-6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "triggerCount": 1
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

高级 - 个人效率, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
高级
节点数量17
分类2
节点类型10
难度说明

适合高级用户,包含 16+ 个节点的复杂工作流

作者
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

Founder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”

外部链接
在 n8n.io 查看

分享此工作流

分类

分类: 34