LinkedIn个人资料发现与验证
中级
这是一个Sales领域的自动化工作流,包含 9 个节点。主要使用 Set, Airtop, Filter, FormTrigger, ExecuteWorkflowTrigger 等节点。 使用Airtop查找并验证LinkedIn个人资料
前置要求
- •无特殊前置要求,导入即可使用
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "BTxosiCF2PaCkBWJ",
"meta": {
"instanceId": "28a947b92b197fc2524eaba16e57560338657b2b0b5796300b2f1cedc1d0d355",
"templateId": "3477"
},
"name": "LinkedIn 个人资料发现与验证",
"tags": [
{
"id": "gNiDOCnjqCXR7phD",
"name": "Marketing",
"createdAt": "2025-04-15T01:08:25.516Z",
"updatedAt": "2025-04-15T01:08:25.516Z"
},
{
"id": "zKNO4Omjzfu6J25M",
"name": "Demo",
"createdAt": "2025-04-15T18:59:57.364Z",
"updatedAt": "2025-04-15T18:59:57.364Z"
}
],
"nodes": [
{
"id": "9e79490c-16c6-40ed-a732-6e2b45a9dfe9",
"name": "表单提交时",
"type": "n8n-nodes-base.formTrigger",
"position": [
540,
240
],
"webhookId": "578979b3-39f8-46cf-89a0-61e8871a468e",
"parameters": {
"options": {},
"formTitle": "Linkedin Profile Extractor",
"formFields": {
"values": [
{
"fieldLabel": "Person Info",
"requiredField": true
},
{
"fieldLabel": "Airtop Profile (connected to Linkedin)",
"requiredField": true
}
]
},
"formDescription": "<h2>Find LinkedIn Profile URLs</h2>\n<p>This automation simplifies take whatever you have about a person (name, title, email etc) and returns a verified linkedin profile URL</p>\n<p>For verification provide Enter an Airtop Profile name that is authenticated on Linkedin. Don't have one? Create a free Profile and log-in to X at - <a href=\"https://portal.airtop.ai/browser-profiles\">https://portal.airtop.ai/browser-profiles</a></p>\n<p>If no Airtop Profile provided, the verification will be skipped</p>"
},
"typeVersion": 2.2
},
{
"id": "aca747c1-6a71-4b7f-b654-c7e7cad379da",
"name": "当被另一个工作流执行时",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"position": [
540,
440
],
"parameters": {
"workflowInputs": {
"values": [
{
"name": "Person_info"
},
{
"name": "Airtop_profile"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "15461964-1a8b-43fe-9f0f-2817e727be83",
"name": "搜索个人资料 URL",
"type": "n8n-nodes-base.airtop",
"notes": "This could take a few minutes depending on the number of rows",
"position": [
1000,
340
],
"parameters": {
"url": "=https://www.google.com/search?q={{ encodeURI($json['Person_info']+' Linkedin') }}",
"prompt": "=This is Google Search results. one of the first results should be the Linkedin Page of {{ $json['Person_info'] }} \nReturn the Linkedin URL of the most likely page and nothing else.\nIf you cannot find the Linkedin URL, return NA. ",
"resource": "extraction",
"operation": "query",
"sessionMode": "new",
"additionalFields": {}
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"notesInFlow": true,
"typeVersion": 1
},
{
"id": "0a491a72-67f0-4676-988f-01736e30208c",
"name": "验证个人资料 URL",
"type": "n8n-nodes-base.airtop",
"notes": "This could take a few minutes depending on the number of rows",
"position": [
1420,
340
],
"parameters": {
"url": "={{ $('Search Profile URL').item.json.data.modelResponse }}",
"prompt": "=Review the page in details, analyze the experience history and determine whether this the Linkedin Profile Page of {{ $('Unify Parameters').item.json.Person_info }} ? \nIf yes, return just the Profile URL: {{ $json.data.modelResponse }}\nIf no, return: NA\nDon't return anything else",
"resource": "extraction",
"operation": "query",
"profileName": "={{ $('Unify Parameters').item.json.Airtop_profile }}",
"sessionMode": "new",
"additionalFields": {}
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"notesInFlow": true,
"typeVersion": 1
},
{
"id": "f4f5bb51-b322-4506-bdea-e71d93f4f62d",
"name": "统一参数",
"type": "n8n-nodes-base.set",
"position": [
760,
340
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "e612bf63-72bd-4b61-82c9-786a90b58b7b",
"name": "Person_info",
"type": "string",
"value": "={{ $json[\"Person Info\"] || $json.Person_info }}"
},
{
"id": "567e5e7d-4efd-4d0a-a93c-6c7aed02c305",
"name": "Airtop_profile",
"type": "string",
"value": "={{ $json[\"Airtop Profile (connected to Linkedin)\"] || $json.Airtop_profile }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "1f230961-53e6-46b8-b1cf-5caa5a1a3861",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
500,
120
],
"parameters": {
"width": 420,
"height": 480,
"content": "## 输入参数"
},
"typeVersion": 1
},
{
"id": "9be6a60f-9476-44f8-8a59-af516c5fe495",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
940,
120
],
"parameters": {
"color": 4,
"width": 700,
"height": 480,
"content": "## 搜索 LinkedIn"
},
"typeVersion": 1
},
{
"id": "47faf136-4f70-461c-9bf7-eda7aaf8bf8b",
"name": "是有效的 LinkedIn 链接吗?",
"type": "n8n-nodes-base.filter",
"position": [
1200,
340
],
"parameters": {
"options": {
"ignoreCase": true
},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": false,
"typeValidation": "strict"
},
"combinator": "and",
"conditions": [
{
"id": "ec6588d2-7404-4a06-a141-d368aa2748f0",
"operator": {
"type": "string",
"operation": "notEmpty",
"singleValue": true
},
"leftValue": "={{ $('Unify Parameters').item.json.Airtop_profile }}",
"rightValue": ""
},
{
"id": "28a66f63-fdda-413f-be42-913a2da1e37c",
"operator": {
"type": "string",
"operation": "notStartsWith"
},
"leftValue": "={{ $json.data.modelResponse }}",
"rightValue": "NA"
},
{
"id": "9d0ffa4a-79c2-4113-926e-c2f2233a1c03",
"operator": {
"type": "string",
"operation": "contains"
},
"leftValue": "={{ $json.data.modelResponse }}",
"rightValue": "linkedin.com/in"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "4cd8ecb5-df56-44f9-8480-745fa755b321",
"name": "便签7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-220,
-120
],
"parameters": {
"width": 700,
"height": 1000,
"content": "自述文件"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {},
"versionId": "f3699b6b-de11-4294-84cd-892b79727436",
"connections": {
"Unify Parameters": {
"main": [
[
{
"node": "Search Profile URL",
"type": "main",
"index": 0
}
]
]
},
"On form submission": {
"main": [
[
{
"node": "Unify Parameters",
"type": "main",
"index": 0
}
]
]
},
"Search Profile URL": {
"main": [
[
{
"node": "Is valid Linkedin link?",
"type": "main",
"index": 0
}
]
]
},
"Verify Profile URL": {
"main": [
[]
]
},
"Is valid Linkedin link?": {
"main": [
[
{
"node": "Verify Profile URL",
"type": "main",
"index": 0
}
]
]
},
"When Executed by Another Workflow": {
"main": [
[
{
"node": "Unify Parameters",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级 - 销售
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
获取公司 LinkedIn 页面
使用 Airtop 查找公司 LinkedIn 页面
If
Set
Airtop
+5
16 节点Airtop
销售
通过域名验证公司 LinkedIn 页面
使用 Airtop 通过域名验证 LinkedIn 公司页面
Set
Airtop
Filter
+3
9 节点Airtop
销售
丰富公司数据
使用Airtop和Hubspot丰富公司数据
Set
Filter
Aggregate
+4
13 节点Airtop
销售
提取公司数据并计算ICP
使用Airtop提取公司数据并计算ICP评分
If
Set
Merge
+5
13 节点Airtop
销售
提取人员数据并计算ICP
使用Airtop提取人员数据并计算ICP分数
Set
Merge
Filter
+4
12 节点Airtop
销售
提取LinkedIn个人资料信息
使用Airtop和AI解析提取结构化LinkedIn个人资料数据
Set
Airtop
Form Trigger
+2
6 节点Airtop
销售
工作流信息
难度等级
中级
节点数量9
分类1
节点类型6
作者
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 查看 →
分享此工作流