轻松求职:自动化寻找下一份工作
中级
这是一个HR, AI领域的自动化工作流,包含 9 个节点。主要使用 ReadPDF, SplitOut, GoogleDrive, HttpRequest, GoogleSheets 等节点,结合人工智能技术实现智能自动化。 轻松求职:自动化寻找下一份工作
前置要求
- •Google Drive API 凭证
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "lN9uOQVOTZqFlVsj",
"meta": {
"instanceId": "143d2ab55c8bffb06f8b9c7ad30335764fdc48bbbacecbe2218dadb998a32213",
"templateCredsSetupCompleted": true
},
"name": "我的工作流 3",
"tags": [],
"nodes": [
{
"id": "e5442c6a-ef95-4b78-b09a-35dee425d6f6",
"name": "点击“执行”时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "527cc819-c439-4353-a247-c3e832485ff0",
"name": "读取 PDF",
"type": "n8n-nodes-base.readPDF",
"position": [
440,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "da9591a1-87fd-4b4e-bcae-ec2fc5264b9a",
"name": "下载简历(PDF 文件)",
"type": "n8n-nodes-base.googleDrive",
"position": [
220,
0
],
"parameters": {},
"typeVersion": 3
},
{
"id": "2534a95b-7c65-4c3b-b927-9cdbfbb400a7",
"name": "筛选相关信息",
"type": "n8n-nodes-base.splitOut",
"position": [
660,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "79a1858d-a405-4e09-8375-538550323cea",
"name": "分析简历",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
880,
0
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "fa7e3279-b59d-4c65-bb94-9910f47ec315",
"name": "寻找合适的工作机会",
"type": "n8n-nodes-base.httpRequest",
"position": [
1240,
0
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "f85c66f9-08a7-472f-9cf2-8049ccf62ac4",
"name": "整理招聘信息",
"type": "n8n-nodes-base.splitOut",
"position": [
1460,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "5fb3753e-b5b9-4a8f-942b-986cd571764d",
"name": "上传整理到电子表格中的招聘信息",
"type": "n8n-nodes-base.googleSheets",
"position": [
1700,
0
],
"parameters": {},
"typeVersion": 4.5
},
{
"id": "2a7c8960-b9ec-4114-bc5e-0d878d7485ed",
"name": "### 需要帮助?",
"type": "n8n-nodes-base.stickyNote",
"position": [
-840,
-180
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "aa3dddb1-e084-448d-befc-dc430ad6bb48",
"connections": {
"527cc819-c439-4353-a247-c3e832485ff0": {
"main": [
[
{
"node": "2534a95b-7c65-4c3b-b927-9cdbfbb400a7",
"type": "main",
"index": 0
}
]
]
},
"79a1858d-a405-4e09-8375-538550323cea": {
"main": [
[
{
"node": "fa7e3279-b59d-4c65-bb94-9910f47ec315",
"type": "main",
"index": 0
}
]
]
},
"e5442c6a-ef95-4b78-b09a-35dee425d6f6": {
"main": [
[
{
"node": "da9591a1-87fd-4b4e-bcae-ec2fc5264b9a",
"type": "main",
"index": 0
}
]
]
},
"f85c66f9-08a7-472f-9cf2-8049ccf62ac4": {
"main": [
[
{
"node": "5fb3753e-b5b9-4a8f-942b-986cd571764d",
"type": "main",
"index": 0
}
]
]
},
"fa7e3279-b59d-4c65-bb94-9910f47ec315": {
"main": [
[
{
"node": "f85c66f9-08a7-472f-9cf2-8049ccf62ac4",
"type": "main",
"index": 0
}
]
]
},
"da9591a1-87fd-4b4e-bcae-ec2fc5264b9a": {
"main": [
[
{
"node": "527cc819-c439-4353-a247-c3e832485ff0",
"type": "main",
"index": 0
}
]
]
},
"2534a95b-7c65-4c3b-b927-9cdbfbb400a7": {
"main": [
[
{
"node": "79a1858d-a405-4e09-8375-538550323cea",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 人力资源, 人工智能
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用 Browserflow 和 Google Sheets 自动化 LinkedIn
使用 Browserflow 和 Google Sheets 自动化 LinkedIn 请求与破冰消息
If
Set
Sort
+
If
Set
Sort
44 节点PollupAI
销售
LinkedIn人才管道:AI驱动的候选人搜索与排名(GPT-4o)
LinkedIn人才管道:AI驱动的候选人搜索与排名(GPT-4o)
If
Set
Code
+
If
Set
Code
24 节点Badr
人力资源
AI新闻简报构建器:使用Dumpling AI抓取网站,GPT-4o摘要
AI新闻简报构建器:Dumpling AI抓取网站,GPT-4o摘要
Set
Code
Gmail
+
Set
Code
Gmail
10 节点Yang
人工智能
AI房地产经纪人:端到端运营自动化(网络、数据、语音)
AI房地产经纪人:端到端运营自动化(网络、数据、语音)
If
Set
Code
+
If
Set
Code
45 节点Sam Yassine
销售
API架构提取器
API架构提取器
If
Set
Code
+
If
Set
Code
88 节点Polina Medvedieva
工程
使用GPT-4o和Google Drive自动化PDF图片提取与分析
使用GPT-4o和Google Drive自动化PDF图片提取与分析
Set
Code
Split Out
+
Set
Code
Split Out
12 节点merfy
人工智能
工作流信息
难度等级
中级
节点数量9
分类2
节点类型8
作者
Mateo Fiorito Rocha
@lemolexPassionate about AI-driven automation, LLMs, and intelligent systems that enhance efficiency and engagement. Let’s build smarter workflows, send me a message!
外部链接
在 n8n.io 查看 →
分享此工作流