LinkedInタレントパイプライン:AI駆動候補者検索とランキング(GPT-4o)
上級
これはHR, AI分野の自動化ワークフローで、24個のノードを含みます。主にIf, Set, Code, Wait, Limitなどのノードを使用、AI技術を活用したスマート自動化を実現。 LinkedInタレントパイプライン:AI駆動の候補者検索とランキング(GPT-4o)
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
- •Google Sheets API認証情報
- •OpenAI API Key
使用ノード (24)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"instanceId": "4786bf0f18c0e8e92c361de5a158cabf4eb0bb3b9c113091b054ff26e359a029"
},
"nodes": [
{
"id": "22e89311-cf71-4ac2-9863-86d5ecea8e27",
"name": "求人内容入力",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"position": [
880,
320
],
"webhookId": "job-desc-webhook",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "faf1b39a-2d82-443b-a635-e713a2785a80",
"name": "求人詳細抽出",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
1140,
320
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "e09c41f5-5e4e-47a3-8e2e-2e24ec74403a",
"name": "OpenAI チャットモデル",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
1100,
540
],
"parameters": {},
"typeVersion": 1
},
{
"id": "358e5c6d-a2fd-46f2-9f7a-c489d97f4733",
"name": "ウィンドウバッファメモリ",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
1220,
540
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "5434c8a3-960e-45fa-a35b-d64d74f666b2",
"name": "検索ページ数設定",
"type": "n8n-nodes-base.set",
"position": [
1540,
320
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "be49661f-2eed-40b8-b443-0b556fab29ad",
"name": "検索ページ分割",
"type": "n8n-nodes-base.splitOut",
"position": [
1760,
320
],
"parameters": {},
"typeVersion": 1
},
{
"id": "9e062b99-8ba1-4bf1-9897-75389bd21119",
"name": "Google カスタム検索 API リクエスト",
"type": "n8n-nodes-base.httpRequest",
"position": [
1980,
320
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "3baccbf7-f435-47b5-b43e-1d505d01cf31",
"name": "LinkedIn プロフィールフィルタリング",
"type": "n8n-nodes-base.function",
"position": [
2200,
320
],
"parameters": {},
"typeVersion": 1
},
{
"id": "83f477e8-33f2-48a9-a0fa-d5933eb5291b",
"name": "Apify 入力準備",
"type": "n8n-nodes-base.function",
"position": [
2420,
320
],
"parameters": {},
"typeVersion": 1
},
{
"id": "7f0c20da-d3a7-4715-a6ee-8fcaca274bc0",
"name": "LLMスコアリング",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
2960,
960
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "6234ddcf-3e0b-40e2-b5a0-3a7056aa9bbd",
"name": "LLM結果解析",
"type": "n8n-nodes-base.code",
"position": [
3340,
960
],
"parameters": {},
"typeVersion": 2
},
{
"id": "0b3863b1-e360-4e9f-a230-66978a42de73",
"name": "Google シートへ保存",
"type": "n8n-nodes-base.googleSheets",
"position": [
3560,
1040
],
"parameters": {},
"typeVersion": 4.5
},
{
"id": "ecb23196-a5f5-4f58-8c40-e9c6660bc8b5",
"name": "ワークフロー文書化",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "a0a65e86-7ab2-455d-b3f0-5db24603b2b1",
"name": "構造化出力パーサー",
"type": "@n8n/n8n-nodes-langchain.outputParserStructured",
"position": [
1340,
540
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "144e0ddf-0d8d-4df4-ae79-0cf71b4be99b",
"name": "Apify スクレイパー実行",
"type": "n8n-nodes-base.httpRequest",
"position": [
1880,
960
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "506fc90f-776d-4d71-8978-e9e8ae44c57e",
"name": "プロフィールURL抽出",
"type": "n8n-nodes-base.code",
"position": [
2640,
320
],
"parameters": {},
"typeVersion": 2
},
{
"id": "cd875e17-6fce-43c1-851b-97134069fb7f",
"name": "リミット",
"type": "n8n-nodes-base.limit",
"position": [
2900,
320
],
"parameters": {},
"typeVersion": 1
},
{
"id": "1b1bb113-effa-4414-9a78-837f93ee54a0",
"name": "アイテムループ処理",
"type": "n8n-nodes-base.splitInBatches",
"position": [
1500,
940
],
"parameters": {},
"typeVersion": 3
},
{
"id": "6ab01d47-532f-49a8-8938-c4d5c5d3f52f",
"name": "スクレイピング待機",
"type": "n8n-nodes-base.wait",
"position": [
2080,
960
],
"webhookId": "e238029e-e85d-46a0-8c30-aef3ddeeef77",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "5e6356b4-590d-445e-a07a-d7e2bfc066fe",
"name": "スクレイピング状態確認",
"type": "n8n-nodes-base.httpRequest",
"position": [
2300,
880
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "c506cd9e-aae1-4481-ac83-fc9e047ebdfd",
"name": "完了確認",
"type": "n8n-nodes-base.if",
"position": [
2520,
960
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "49fb6044-4ba0-4fe3-afdf-0417b26fda5b",
"name": "LinkedIn データ取得",
"type": "n8n-nodes-base.httpRequest",
"position": [
2740,
960
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "564192fc-3f7a-4837-b1c1-d60b2183c174",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
1460,
720
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "a5526f40-c47c-490f-aedf-46fc334d22a5",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
800,
180
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"cd875e17-6fce-43c1-851b-97134069fb7f": {
"main": [
[
{
"node": "1b1bb113-effa-4414-9a78-837f93ee54a0",
"type": "main",
"index": 0
}
]
]
},
"7f0c20da-d3a7-4715-a6ee-8fcaca274bc0": {
"main": [
[
{
"node": "6234ddcf-3e0b-40e2-b5a0-3a7056aa9bbd",
"type": "main",
"index": 0
}
]
]
},
"1b1bb113-effa-4414-9a78-837f93ee54a0": {
"main": [
[],
[
{
"node": "144e0ddf-0d8d-4df4-ae79-0cf71b4be99b",
"type": "main",
"index": 0
}
]
]
},
"6234ddcf-3e0b-40e2-b5a0-3a7056aa9bbd": {
"main": [
[
{
"node": "0b3863b1-e360-4e9f-a230-66978a42de73",
"type": "main",
"index": 0
}
]
]
},
"49fb6044-4ba0-4fe3-afdf-0417b26fda5b": {
"main": [
[
{
"node": "7f0c20da-d3a7-4715-a6ee-8fcaca274bc0",
"type": "main",
"index": 0
}
]
]
},
"e09c41f5-5e4e-47a3-8e2e-2e24ec74403a": {
"ai_languageModel": [
[
{
"node": "faf1b39a-2d82-443b-a635-e713a2785a80",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"144e0ddf-0d8d-4df4-ae79-0cf71b4be99b": {
"main": [
[
{
"node": "6ab01d47-532f-49a8-8938-c4d5c5d3f52f",
"type": "main",
"index": 0
}
]
]
},
"c506cd9e-aae1-4481-ac83-fc9e047ebdfd": {
"main": [
[
{
"node": "49fb6044-4ba0-4fe3-afdf-0417b26fda5b",
"type": "main",
"index": 0
}
],
[
{
"node": "6ab01d47-532f-49a8-8938-c4d5c5d3f52f",
"type": "main",
"index": 0
}
]
]
},
"6ab01d47-532f-49a8-8938-c4d5c5d3f52f": {
"main": [
[
{
"node": "5e6356b4-590d-445e-a07a-d7e2bfc066fe",
"type": "main",
"index": 0
}
]
]
},
"be49661f-2eed-40b8-b443-0b556fab29ad": {
"main": [
[
{
"node": "9e062b99-8ba1-4bf1-9897-75389bd21119",
"type": "main",
"index": 0
}
]
]
},
"faf1b39a-2d82-443b-a635-e713a2785a80": {
"main": [
[
{
"node": "5434c8a3-960e-45fa-a35b-d64d74f666b2",
"type": "main",
"index": 0
}
]
]
},
"83f477e8-33f2-48a9-a0fa-d5933eb5291b": {
"main": [
[
{
"node": "506fc90f-776d-4d71-8978-e9e8ae44c57e",
"type": "main",
"index": 0
}
]
]
},
"506fc90f-776d-4d71-8978-e9e8ae44c57e": {
"main": [
[
{
"node": "cd875e17-6fce-43c1-851b-97134069fb7f",
"type": "main",
"index": 0
}
]
]
},
"358e5c6d-a2fd-46f2-9f7a-c489d97f4733": {
"ai_memory": [
[
{
"node": "faf1b39a-2d82-443b-a635-e713a2785a80",
"type": "ai_memory",
"index": 0
}
]
]
},
"5e6356b4-590d-445e-a07a-d7e2bfc066fe": {
"main": [
[
{
"node": "c506cd9e-aae1-4481-ac83-fc9e047ebdfd",
"type": "main",
"index": 0
}
]
]
},
"22e89311-cf71-4ac2-9863-86d5ecea8e27": {
"main": [
[
{
"node": "faf1b39a-2d82-443b-a635-e713a2785a80",
"type": "main",
"index": 0
}
]
]
},
"0b3863b1-e360-4e9f-a230-66978a42de73": {
"main": [
[
{
"node": "1b1bb113-effa-4414-9a78-837f93ee54a0",
"type": "main",
"index": 0
}
]
]
},
"5434c8a3-960e-45fa-a35b-d64d74f666b2": {
"main": [
[
{
"node": "be49661f-2eed-40b8-b443-0b556fab29ad",
"type": "main",
"index": 0
}
]
]
},
"3baccbf7-f435-47b5-b43e-1d505d01cf31": {
"main": [
[
{
"node": "83f477e8-33f2-48a9-a0fa-d5933eb5291b",
"type": "main",
"index": 0
}
]
]
},
"a0a65e86-7ab2-455d-b3f0-5db24603b2b1": {
"ai_outputParser": [
[
{
"node": "faf1b39a-2d82-443b-a635-e713a2785a80",
"type": "ai_outputParser",
"index": 0
}
]
]
},
"9e062b99-8ba1-4bf1-9897-75389bd21119": {
"main": [
[
{
"node": "3baccbf7-f435-47b5-b43e-1d505d01cf31",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - 人事, 人工知能
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
n8nノードの探索(可視化リファレンスライブラリ内)
n8nノードを可視化リファレンスライブラリで探索
If
Ftp
Set
+
If
Ftp
Set
113 ノードI versus AI
その他
[テンプレート] AIペットショップ v8
AIペットショップアシスタント - GPT-4o、Googleカレンダー、WhatsApp/Instagram/Facebookを統合
If
N8n
Set
+
If
N8n
Set
244 ノードAmanda Benks
営業
AI エージェント レストラン [テンプレート]
🤖 WhatsApp、Instagram、MessengerのAIレストランアシスタント
If
N8n
Set
+
If
N8n
Set
239 ノードAmanda Benks
その他
AIエージェント:LinkedIn人脈を数秒で高精度でマッチング
AIエージェント:LinkedInビジネスネットワークを数秒で正確にマッチング
Set
Code
Split Out
+
Set
Code
Split Out
15 ノードBadr
人工知能
AI个性化多製品メールマーケティング
基于SMTP轮换のAI个性化多製品メールマーケティング(GPT-4o/o3-mini)
If
Code
Wait
+
If
Code
Wait
41 ノードBadr
営業
GPT-4o、WordPress、LinkedInを使ってRSSから自動でブログ記事を投稿
GPT-4o、WordPress、LinkedInを使ってRSSコンテンツを自動のにブログ記事へ公開
If
Set
Code
+
If
Set
Code
40 ノードImmanuel
人工知能