工作搜索自动化
中级
这是一个Other, AI领域的自动化工作流,包含 12 个节点。主要使用 Set, Gmail, SplitOut, HttpRequest, GoogleSheets 等节点,结合人工智能技术实现智能自动化。 使用 Adzuna API、GPT-3.5 和 Google Sheets 自动化职位搜索与匹配
前置要求
- •Google 账号和 Gmail API 凭证
- •可能需要目标 API 的认证凭证
- •Google Sheets API 凭证
- •OpenAI API Key
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "oGkubBx7vHlnSxdU",
"meta": {
"instanceId": "f2cf6301a998e16084609c8635767c7f2fe71603e7ba21b5457aa517ce5164cb",
"templateCredsSetupCompleted": true
},
"name": "工作搜索自动化",
"tags": [],
"nodes": [
{
"id": "ed888fd9-38e4-4585-aa9f-09a3afba4e0c",
"name": "计划触发器",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
320,
-140
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "800bc8ec-0934-4464-a3d7-b6a7c23ae429",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
260,
-260
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "1c3748bb-4f5f-4940-9cda-e4c230535a0c",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
260,
100
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e58b4dbe-1740-4813-b2a9-faaca338e178",
"name": "便签2",
"type": "n8n-nodes-base.stickyNote",
"position": [
260,
460
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "ced0bd63-edb8-4a46-a3a6-a63801ef652f",
"name": "评分工作",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
960,
160
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "e21a4adc-cd33-44cf-8e0d-03208a0752f6",
"name": "设置职位标题1",
"type": "n8n-nodes-base.set",
"position": [
560,
-140
],
"parameters": {},
"typeVersion": 1
},
{
"id": "51c4b54a-11b3-4af7-a65f-0b78fe9c3107",
"name": "从 Adzuna 获取工作1",
"type": "n8n-nodes-base.httpRequest",
"position": [
920,
-140
],
"parameters": {},
"typeVersion": 4
},
{
"id": "5b1f8c01-c56e-4563-aedf-255018be0741",
"name": "拆分工作1",
"type": "n8n-nodes-base.splitOut",
"position": [
340,
160
],
"parameters": {},
"typeVersion": 1
},
{
"id": "1248fb03-caaf-4291-8c11-0480e18f241b",
"name": "总结工作1",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
640,
160
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "4c58e68b-55b1-445f-b693-cace23b21ecd",
"name": "Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"position": [
740,
520
],
"parameters": {},
"typeVersion": 4.5
},
{
"id": "7c60249d-5444-411f-9eb0-370294589f04",
"name": "Gmail1",
"type": "n8n-nodes-base.gmail",
"position": [
940,
520
],
"webhookId": "c4aa81ae-e4ee-478f-bfc4-723c40abdcdd",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "eaf4db44-4d28-4f98-87a1-b4c205c986d7",
"name": "撰写求职信1",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
360,
520
],
"parameters": {},
"typeVersion": 1.8
}
],
"active": false,
"pinData": {},
"settings": {
"timezone": "Africa/Lagos",
"callerPolicy": "workflowsFromSameOwner",
"executionOrder": "v1"
},
"versionId": "ca622bc3-731a-4a1b-b807-5bc5e5983a11",
"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
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 其他, 人工智能
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
从Google趋势和Perplexity自动生成社交媒体帖子副本
基于Google趋势和Perplexity AI的AI驱动多社交媒体帖子自动化
Set
Code
Wait
+9
18 节点Gerald Denor
人工智能
在可视化参考库中探索n8n节点
在可视化参考库中探索n8n节点
If
Ftp
Set
+93
113 节点I versus AI
其他
Upwork 职位聚合与通知器
自动化职位搜索:Upwork 机会聚合与 AI 驱动通知器
Set
Gmail
Http Request
+6
13 节点Yaron Been
其他
YT睡前故事 - 短视频 - N8N市场
使用OpenAI生成YouTube睡前故事
Set
Code
Wait
+10
43 节点Samautomation.work
其他
YogiAI
通过LINE获取每日锻炼计划和富媒体消息
Set
Code
Split Out
+10
31 节点lin@davoy.tech
其他
Upwork职位聚合与通知器
Upwork职位聚合器,含OpenAI摘要和多渠道通知
Set
Gmail
Http Request
+6
13 节点Yaron Been
其他
工作流信息
难度等级
中级
节点数量12
分类2
节点类型8
作者
Gerald Denor
@dominixaiGerald Akhidenor is an AI Automation Lead Creative with 5 years of experience in AI automation consultancy. He specializes in n8n and API integrations, driving innovative automation solutions. As founder of DominixAI, Gerald combines creative vision and technical expertise to streamline processes and boost efficiency through cutting-edge AI technologies.
外部链接
在 n8n.io 查看 →
分享此工作流