监控职位变更
初级
这是一个Sales, HR领域的自动化工作流,包含 4 个节点。主要使用 Set, Airtop, ManualTrigger 等节点。 使用Airtop监控LinkedIn上的职位变更
前置要求
- •无特殊前置要求,导入即可使用
使用的节点 (4)
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "ywYDhP2qPDpTI4o8",
"meta": {
"instanceId": "28a947b92b197fc2524eaba16e57560338657b2b0b5796300b2f1cedc1d0d355",
"templateCredsSetupCompleted": true
},
"name": "监控职位变更",
"tags": [],
"nodes": [
{
"id": "bfd83cbd-7be1-4421-8f28-97033f8d1704",
"name": "当点击\"测试工作流\"时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "f9795893-2bd8-47f6-8778-a73a86b33b20",
"name": "提取职位变更",
"type": "n8n-nodes-base.airtop",
"position": [
220,
0
],
"parameters": {
"url": "https://www.linkedin.com/mynetwork/catch-up/job_changes/",
"prompt": "This is a list of job changes. Extract 5 job changes. For each job change, extract the name of the person, the new position, and the person's LinkedIn profile URL of the person.\n\nAlso, classify every new position to a function like marketing, sales, HR, executive, and so on. ",
"resource": "extraction",
"operation": "query",
"profileName": "AmirLinkedin",
"sessionMode": "new",
"additionalFields": {
"outputSchema": "{\n \"type\": \"object\",\n \"properties\": {\n \"job_changes\": {\n \"type\": \"array\",\n \"items\": {\n \"type\": \"object\",\n \"properties\": {\n \"name\": {\n \"type\": \"string\",\n \"description\": \"The name of the person who has a job change.\"\n },\n \"new_position\": {\n \"type\": \"string\",\n \"description\": \"The new position title of the person.\"\n },\n \"linkedin_profile_url\": {\n \"type\": \"string\",\n \"description\": \"The LinkedIn profile URL of the person.\"\n },\n \"position_function\": {\n \"type\": \"string\",\n \"description\": \"The function classification of the new position, such as marketing, sales, HR, executive, etc.\"\n }\n },\n \"required\": [\n \"name\",\n \"new_position\",\n \"linkedin_profile_url\",\n \"position_function\"\n ],\n \"additionalProperties\": false\n },\n \"description\": \"A list of job changes with details about the person, their new position, and classification of the position.\"\n }\n },\n \"required\": [\n \"job_changes\"\n ],\n \"additionalProperties\": false,\n \"$schema\": \"http://json-schema.org/draft-07/schema#\"\n}"
}
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "a85288fd-4dd5-4b50-9c65-9d1d62204614",
"name": "编辑字段",
"type": "n8n-nodes-base.set",
"position": [
440,
0
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "1f2d018f-b2bb-4065-8201-a72b16aa2aa9",
"name": "data.modelResponse",
"type": "object",
"value": "={{ $json.data.modelResponse }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "22291d03-b195-4d52-81e9-6d1d39d42955",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-820,
-440
],
"parameters": {
"width": 740,
"height": 920,
"content": "README"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "f0962f18-31a3-4830-b50e-b2b388db31a0",
"connections": {
"Extract Job Changes": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"When clicking ‘Test workflow’": {
"main": [
[
{
"node": "Extract Job Changes",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 销售, 人力资源
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
LinkedIn 个人资料发现
使用 Airtop 和 Google 搜索自动发现 LinkedIn 个人资料
Code
Airtop
Google Sheets
+1
5 节点Cesar @ Airtop AI
销售
列表构建器
使用Airtop和Google Sheets从任何平台构建个人资料列表
Set
Code
Airtop
+2
7 节点Cesar @ Airtop AI
销售
提取LinkedIn个人资料信息
使用Airtop和AI解析提取结构化LinkedIn个人资料数据
Set
Airtop
Form Trigger
+2
6 节点Airtop
销售
获取公司 LinkedIn 页面
使用 Airtop 查找公司 LinkedIn 页面
If
Set
Airtop
+5
16 节点Airtop
销售
LinkedIn个人资料发现与验证
使用Airtop查找并验证LinkedIn个人资料
Set
Airtop
Filter
+3
9 节点Airtop
销售
公司 ICP 评分
使用 Airtop 评估公司理想客户画像
Set
Airtop
Form Trigger
+2
9 节点Airtop
销售
工作流信息
难度等级
初级
节点数量4
分类2
节点类型4
作者
Airtop
@cesar-at-airtopAirtop provides an intelligent browser automation API for AI agents, enabling seamless web interaction, including login, navigation, and data extraction from any site, even those with complex authentication - all with natural language instructions.In simple terms, we allow you to automate anything humans can do online, on any site with just words
外部链接
在 n8n.io 查看 →
分享此工作流