通过域名验证公司 LinkedIn 页面
中级
这是一个Sales领域的自动化工作流,包含 9 个节点。主要使用 Set, Airtop, Filter, FormTrigger, ExecuteWorkflowTrigger 等节点。 使用 Airtop 通过域名验证 LinkedIn 公司页面
前置要求
- •无特殊前置要求,导入即可使用
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "5oytfka3VbKglzBE",
"meta": {
"instanceId": "28a947b92b197fc2524eaba16e57560338657b2b0b5796300b2f1cedc1d0d355",
"templateCredsSetupCompleted": true
},
"name": "通过域名验证公司 LinkedIn 页面",
"tags": [],
"nodes": [
{
"id": "cbc4f998-7754-402a-90b4-70326c123b0e",
"name": "表单提交时",
"type": "n8n-nodes-base.formTrigger",
"position": [
0,
-40
],
"webhookId": "a18a3cd8-fa6f-40d3-80cb-93bfbdd43e4c",
"parameters": {
"options": {},
"formTitle": "Verify the company LinkedIn",
"formFields": {
"values": [
{
"fieldLabel": "Company LinkedIn",
"requiredField": true
},
{
"fieldLabel": "Company Domain",
"requiredField": true
},
{
"fieldLabel": "Airtop Profile (connected to Linkedin)",
"requiredField": true
}
]
},
"formDescription": "This automation verifies whether a LinkedIn URL belongs to a company, based on its domain"
},
"typeVersion": 2.2
},
{
"id": "9d42c793-854a-4a72-b0c2-792ef4330ba5",
"name": "当被其他工作流执行时",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"position": [
0,
160
],
"parameters": {
"workflowInputs": {
"values": [
{
"name": "Company LinkedIn"
},
{
"name": "Company Domain"
},
{
"name": "Airtop Profile (connected to Linkedin)"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "ee8e44e6-6aa6-4277-bbcd-1d432d2d9847",
"name": "过滤器",
"type": "n8n-nodes-base.filter",
"position": [
660,
60
],
"parameters": {
"options": {},
"conditions": {
"options": {
"version": 2,
"leftValue": "",
"caseSensitive": true,
"typeValidation": "strict"
},
"combinator": "or",
"conditions": [
{
"id": "18a468c4-69f5-4469-b8ca-0b1d1eb4c34e",
"operator": {
"type": "string",
"operation": "contains"
},
"leftValue": "={{ $json.data.modelResponse }}",
"rightValue": "={{ $('Unify Params').item.json.domain }}"
}
]
}
},
"typeVersion": 2.2
},
{
"id": "6d17f2b6-18da-4d4f-adb7-0aad58cf7062",
"name": "统一参数",
"type": "n8n-nodes-base.set",
"position": [
220,
60
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "df28d6f1-57b4-441d-a99d-fdff5f57db60",
"name": "linkedin",
"type": "string",
"value": "={{ $json[\"Company LinkedIn\"] }}"
},
{
"id": "f5b18da1-18df-4009-922a-0bb08604181a",
"name": "domain",
"type": "string",
"value": "={{ $json[\"Company Domain\"] }}"
},
{
"id": "3447b968-e255-42c2-9c94-9f4896210915",
"name": "airtop_profile",
"type": "string",
"value": "={{ $json[\"Airtop Profile (connected to Linkedin)\"] }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "a5314839-ef59-4192-a3e5-59ea19212354",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-40,
-140
],
"parameters": {
"width": 400,
"height": 460,
"content": "## 输入参数"
},
"typeVersion": 1
},
{
"id": "8d7e5acf-be4e-4937-bf6c-4b87ab3e5fef",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
380,
-140
],
"parameters": {
"color": 4,
"width": 700,
"height": 460,
"content": "## 验证 LinkedIn URL"
},
"typeVersion": 1
},
{
"id": "120ac1b5-c7c3-4788-a42f-59359a1da8ce",
"name": "映射响应",
"type": "n8n-nodes-base.set",
"position": [
880,
60
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "7bb2b195-7c87-4654-895f-2c4a7b7be25d",
"name": "company_linkedin",
"type": "string",
"value": "={{ $('Unify Params').item.json.linkedin }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "6875ffa6-868c-4ec8-a51a-cb0b274b6690",
"name": "从 LinkedIn 个人资料获取公司网站",
"type": "n8n-nodes-base.airtop",
"position": [
440,
60
],
"parameters": {
"url": "={{ $json.linkedin }}",
"prompt": "This is a Company's LinkedIn profile page, extract the URL for the website.",
"resource": "extraction",
"operation": "query",
"profileName": "={{ $json.airtop_profile }}",
"sessionMode": "new",
"additionalFields": {},
"autoTerminateSession": false
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "fb9d7f84-1ae2-4f10-87a7-0491cf80e67f",
"name": "便签 7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-760,
-500
],
"parameters": {
"width": 700,
"height": 1160,
"content": "自述文件"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "6f7eeec1-e025-4664-a590-bd473697c15c",
"connections": {
"Filter": {
"main": [
[
{
"node": "Map response",
"type": "main",
"index": 0
}
]
]
},
"Unify Params": {
"main": [
[
{
"node": "Get company website from LinkedIn profile",
"type": "main",
"index": 0
}
]
]
},
"On form submission": {
"main": [
[
{
"node": "Unify Params",
"type": "main",
"index": 0
}
]
]
},
"When Executed by Another Workflow": {
"main": [
[
{
"node": "Unify Params",
"type": "main",
"index": 0
}
]
]
},
"Get company website from LinkedIn profile": {
"main": [
[
{
"node": "Filter",
"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 查看 →
分享此工作流