使用AI求职信自动搜索职位
高级
这是一个Personal Productivity, Multimodal AI领域的自动化工作流,包含 17 个节点。主要使用 If, Set, Code, Merge, Aggregate 等节点。 使用 Google Jobs、RemoteOK 和 GPT-3.5 自动化带AI求职信的职位搜索
前置要求
- •可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"name": "使用AI求职信自动搜索职位",
"tags": [
"jobs",
"ai",
"automation",
"career"
],
"nodes": [
{
"name": "便签 - 概览",
"type": "n8n-nodes-base.stickyNote",
"position": [
240,
100
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "便签 - 设置",
"type": "n8n-nodes-base.stickyNote",
"position": [
680,
100
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"name": "调度",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
260,
400
],
"parameters": {},
"typeVersion": 1.2
},
{
"name": "设置",
"type": "n8n-nodes-base.set",
"position": [
460,
400
],
"parameters": {},
"typeVersion": 3.3
},
{
"name": "搜索 Google Jobs",
"type": "n8n-nodes-base.httpRequest",
"position": [
680,
340
],
"parameters": {},
"typeVersion": 4.2
},
{
"name": "搜索 RemoteOK",
"type": "n8n-nodes-base.httpRequest",
"position": [
680,
460
],
"parameters": {},
"typeVersion": 4.2
},
{
"name": "合并",
"type": "n8n-nodes-base.merge",
"position": [
900,
400
],
"parameters": {},
"typeVersion": 2.1
},
{
"name": "处理职位",
"type": "n8n-nodes-base.code",
"position": [
1100,
400
],
"parameters": {},
"typeVersion": 2
},
{
"name": "检查结果",
"type": "n8n-nodes-base.if",
"position": [
1300,
400
],
"parameters": {},
"typeVersion": 2
},
{
"name": "无结果邮件",
"type": "n8n-nodes-base.emailSend",
"position": [
1500,
300
],
"parameters": {},
"typeVersion": 2.1
},
{
"name": "拆分职位",
"type": "n8n-nodes-base.splitInBatches",
"position": [
1500,
500
],
"parameters": {},
"typeVersion": 3
},
{
"name": "提取职位",
"type": "n8n-nodes-base.code",
"position": [
1700,
500
],
"parameters": {},
"typeVersion": 2
},
{
"name": "生成求职信",
"type": "n8n-nodes-base.httpRequest",
"position": [
1900,
500
],
"parameters": {},
"typeVersion": 4.2
},
{
"name": "合并求职信",
"type": "n8n-nodes-base.code",
"position": [
2100,
500
],
"parameters": {},
"typeVersion": 2
},
{
"name": "聚合",
"type": "n8n-nodes-base.aggregate",
"position": [
2300,
500
],
"parameters": {},
"typeVersion": 1
},
{
"name": "格式化邮件",
"type": "n8n-nodes-base.code",
"position": [
2500,
500
],
"parameters": {},
"typeVersion": 2
},
{
"name": "发送邮件",
"type": "n8n-nodes-base.emailSend",
"position": [
2700,
500
],
"parameters": {},
"typeVersion": 2.1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"connections": {
"Merge": {
"main": [
[
{
"node": "Process Jobs",
"type": "main",
"index": 0
}
]
]
},
"Schedule": {
"main": [
[
{
"node": "Settings",
"type": "main",
"index": 0
}
]
]
},
"Settings": {
"main": [
[
{
"node": "Search Google Jobs",
"type": "main",
"index": 0
},
{
"node": "Search RemoteOK",
"type": "main",
"index": 0
}
]
]
},
"Aggregate": {
"main": [
[
{
"node": "Format Email",
"type": "main",
"index": 0
}
]
]
},
"Split Jobs": {
"main": [
[
{
"node": "Extract Job",
"type": "main",
"index": 0
}
]
]
},
"Extract Job": {
"main": [
[
{
"node": "Generate Letter",
"type": "main",
"index": 0
}
]
]
},
"Format Email": {
"main": [
[
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
},
"Process Jobs": {
"main": [
[
{
"node": "Check Results",
"type": "main",
"index": 0
}
]
]
},
"Check Results": {
"main": [
[
{
"node": "No Results Email",
"type": "main",
"index": 0
}
],
[
{
"node": "Split Jobs",
"type": "main",
"index": 0
}
]
]
},
"Combine Letter": {
"main": [
[
{
"node": "Aggregate",
"type": "main",
"index": 0
}
]
]
},
"Generate Letter": {
"main": [
[
{
"node": "Combine Letter",
"type": "main",
"index": 0
}
]
]
},
"Search RemoteOK": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 1
}
]
]
},
"Search Google Jobs": {
"main": [
[
{
"node": "Merge",
"type": "main",
"index": 0
}
]
]
}
},
"triggerCount": 1
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
高级 - 个人效率, 多模态 AI
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
从Notion自动执行客户培育邮件和评价收集
通过Telegram使用Google日历和Notion CRM自动化会议安排
If
Set
Code
+8
19 节点Shelly-Ann Davy
客服机器人
每日WhatsApp摘要与群组级别控制
WhatsApp群组摘要工作流
If
Set
Code
+13
39 节点Luís Philipe Trindade
个人效率
WordPress博客自动化专业版(深度研究)v2.1市场
使用GPT-4o、Perplexity AI和多语言支持自动化SEO优化的博客创建
If
Set
Xml
+27
125 节点Daniel Ng
内容创作
使用Airtable、OpenAI和Unipile的自动化LinkedIn潜在客户生成与私信触达
使用Airtable、OpenAI和Unipile的自动化LinkedIn潜在客户生成与私信触达
If
Set
Code
+15
143 节点Ruben AI
客户培育
使用AI和Freepik将Reddit商业痛点转换为病毒式LinkedIn内容
使用AI和Freepik将Reddit商业痛点转换为病毒式LinkedIn内容
If
Set
Code
+16
48 节点Daniel Lianes
内容创作
每日 WhatsApp 群组智能分析:GPT-4.1 分析与语音消息转录
每日 WhatsApp 群组智能分析:GPT-4.1 分析与语音消息转录
If
Set
Code
+20
52 节点Daniel Lianes
杂项
工作流信息
难度等级
高级
节点数量17
分类2
节点类型10
作者
Shelly-Ann Davy
@SheCodesFlowFounder 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 查看 →
分享此工作流