LinkedInプロフィール発見と検証
中級
これはSales分野の自動化ワークフローで、9個のノードを含みます。主にSet, Airtop, Filter, FormTrigger, ExecuteWorkflowTriggerなどのノードを使用。 AirtopでLinkedInプロフィールを検索し、検証
前提条件
- •特別な前提条件なし、インポートしてすぐに使用可能
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "BTxosiCF2PaCkBWJ",
"meta": {
"instanceId": "28a947b92b197fc2524eaba16e57560338657b2b0b5796300b2f1cedc1d0d355",
"templateId": "3477"
},
"name": "LinkedIn Profile Discovery w Verification",
"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": "## Input Parameters\n** Run this workflow using a form or from another workflow"
},
"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": "## Search LinkedIn\nSearch for the LinkedIn profile using Google. If a link is found, verify that the profile belongs to the correct person.\n\n"
},
"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": "README\n\n# Automating LinkedIn Profile Discovery with Verification\n\n## Use Case\n\nAccurately identifying and verifying a person’s LinkedIn profile is essential for prospecting, recruiting, or contact enrichment. This automation ensures high accuracy by combining search logic with optional profile validation.\n\n## What This Automation Does\n\nThis automation locates and verifies a LinkedIn profile using the following inputs:\n\n- **Person_info**: Any identifying information about the person (e.g., name, company, email).\n- **Airtop_profile**: Your [Airtop Profile](https://portal.airtop.ai/browser-profiles) authenticated on LinkedIn, used for verifying the profile.\n\n## How It Works\n\n1. Extracts a likely LinkedIn URL by performing a Google search using the provided person info.\n2. Validates the result (if Airtop Profile is provided):\n - Visits the LinkedIn profile.\n - Verifies match by checking the content (e.g., experience, role) against the person info.\n3. Returns a verified LinkedIn profile URL or \"NA\" if not found or not valid.\n\n## Setup Requirements\n\n1. [Airtop API Key](https://portal.airtop.ai/api-keys)\n2. Optional but recommended: an [Airtop Profile](https://portal.airtop.ai/browser-profiles) authenticated on LinkedIn.\n\n## Next Steps\n\n- **Combine with Email Lookup**: Use email-to-profile tools upstream to gather inputs.\n- **CRM Integration**: Automatically append LinkedIn profiles to contact records.\n- **Automate Outreach**: Use the verified URLs for personalized LinkedIn engagement workflows."
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {},
"versionId": "f3699b6b-de11-4294-84cd-892b79727436",
"connections": {
"f4f5bb51-b322-4506-bdea-e71d93f4f62d": {
"main": [
[
{
"node": "15461964-1a8b-43fe-9f0f-2817e727be83",
"type": "main",
"index": 0
}
]
]
},
"9e79490c-16c6-40ed-a732-6e2b45a9dfe9": {
"main": [
[
{
"node": "f4f5bb51-b322-4506-bdea-e71d93f4f62d",
"type": "main",
"index": 0
}
]
]
},
"15461964-1a8b-43fe-9f0f-2817e727be83": {
"main": [
[
{
"node": "47faf136-4f70-461c-9bf7-eda7aaf8bf8b",
"type": "main",
"index": 0
}
]
]
},
"0a491a72-67f0-4676-988f-01736e30208c": {
"main": [
[]
]
},
"47faf136-4f70-461c-9bf7-eda7aaf8bf8b": {
"main": [
[
{
"node": "0a491a72-67f0-4676-988f-01736e30208c",
"type": "main",
"index": 0
}
]
]
},
"aca747c1-6a71-4b7f-b654-c7e7cad379da": {
"main": [
[
{
"node": "f4f5bb51-b322-4506-bdea-e71d93f4f62d",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - 営業
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
会社のLinkedInページの情報を取得
Airtop を使って企業の LinkedIn ページを検索
If
Set
Airtop
+
If
Set
Airtop
16 ノードAirtop
営業
企業データを充実させる
AirtopとHubspotを使って会社データを補完する
Set
Filter
Aggregate
+
Set
Filter
Aggregate
13 ノードAirtop
営業
企業データを抽出し、ICPを計算
Airtop を使用して企業データを抽出し、ICP スコアを計算する
If
Set
Merge
+
If
Set
Merge
13 ノードAirtop
営業
アウトプットデータから従業員データを抽出・ICPを算出
Airtopを使って人員データを抽出し、ICPスコアを計算
Set
Merge
Filter
+
Set
Merge
Filter
12 ノードAirtop
営業
人物データを豊富にする
AirtopとHubspotを使って人物データを豊富にし、CRMを更新する
Set
Aggregate
Form Trigger
+
Set
Aggregate
Form Trigger
11 ノードAirtop
営業
Airtopウェブエージェント
Claude 3.5 Haiku と Airtop ブラウザーエージェントを使ったウェブインタラクションの自動化
Set
Slack
Airtop
+
Set
Slack
Airtop
18 ノードCesar @ Airtop AI
人工知能
ワークフロー情報
難易度
中級
ノード数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で表示 →
このワークフローを共有