PhantomBusterとGPT-4を用いたLinkedInプロフィールスクレイピングと構造化データ抽出

上級

これはLead Generation, AI Summarization分野の自動化ワークフローで、16個のノードを含みます。主にWait, HttpRequest, GoogleSheets, Agent, ScheduleTriggerなどのノードを使用。 LinkedInスクレイピング、構造化、メッセージ送信(PhantomBusterとGPT-4)

前提条件
  • ターゲットAPIの認証情報が必要な場合あり
  • Google Sheets API認証情報
  • OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "Bo012Ve1xjb2UvGz",
  "meta": {
    "instanceId": "70da30c32dfca2c8fe2d688fa1f6bf834f1145a963b1dca87ba81a3c249f0060"
  },
  "name": "LinkedIn Profile Scraping & Structured Data Extraction with PhantomBuster & GPT-4",
  "tags": [],
  "nodes": [
    {
      "id": "050b23e5-af76-4600-b9a6-340a8667f875",
      "name": "Azure OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
      "position": [
        608,
        140
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "c5ff6d93-f560-494e-9f39-443abec422f0",
      "name": "構造化出力パーサー",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        728,
        140
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "075cc15d-7388-4a6b-9957-584389e6e89b",
      "name": "待機",
      "type": "n8n-nodes-base.wait",
      "position": [
        140,
        -80
      ],
      "webhookId": "e9f0b9cc-f051-49fb-95bb-c20b9ef762f9",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "dd6d3271-327d-4de7-a26f-cfd54b97d897",
      "name": "Azure OpenAI Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
      "position": [
        1204,
        140
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "0e2b6b76-a5eb-4dc1-a712-167ce2488953",
      "name": "構造化出力パーサー1",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "notes": "\\n\\n should break line ",
      "position": [
        1324,
        140
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "8d6235f1-a8b8-47db-bfc5-908b90dbde94",
      "name": "スケジュールトリガー",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -740,
        -80
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "cc856530-a323-4499-a0ea-c7b8cf6b5f18",
      "name": "Fetch URL from Spreadsheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -520,
        -80
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "a3d3306f-9f50-4d62-bf63-01aedcb4f122",
      "name": "Temp URL Storage",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -300,
        -80
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "fbb23c68-eb57-4e62-8082-25de044d9e13",
      "name": "POST to Phantombuster API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -80,
        -80
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "7a2fd291-012c-4fb4-820a-2c56e5a9dda5",
      "name": "GET from Phantombuster API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        360,
        -80
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "95917eb0-1770-409f-8e21-ed31ad2c5414",
      "name": "Extract URL from Output using GPT-4",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        580,
        -80
      ],
      "parameters": {},
      "typeVersion": 1.9
    },
    {
      "id": "78f58ded-7c90-4963-a9b0-b37baa191187",
      "name": "GET LinkedIn Data from URL",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        956,
        -80
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 4.2
    },
    {
      "id": "cfdda7bf-5671-4217-8c3e-b810ec7014f8",
      "name": "Create Personalised Messages using a Template",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        1176,
        -80
      ],
      "parameters": {},
      "typeVersion": 1.6
    },
    {
      "id": "05f7e20a-12b8-42c5-aff4-d32cb1e8308f",
      "name": "Update Personalised Messages to Spreadsheet",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1552,
        -80
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 4.5
    },
    {
      "id": "8082d646-86ae-48e1-8dd0-bef1dfbe977a",
      "name": "Delete Temp URL Storage",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1772,
        -80
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "c09ea986-7593-4797-ad96-d639b463efb3",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1520,
        -260
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "7aaed66f-b64b-416c-b023-e629aee84c38",
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "7a2fd291-012c-4fb4-820a-2c56e5a9dda5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "cc856530-a323-4499-a0ea-c7b8cf6b5f18",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a3d3306f-9f50-4d62-bf63-01aedcb4f122": {
      "main": [
        [
          {
            "node": "fbb23c68-eb57-4e62-8082-25de044d9e13",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "050b23e5-af76-4600-b9a6-340a8667f875": {
      "ai_languageModel": [
        [
          {
            "node": "95917eb0-1770-409f-8e21-ed31ad2c5414",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "dd6d3271-327d-4de7-a26f-cfd54b97d897": {
      "ai_languageModel": [
        [
          {
            "node": "cfdda7bf-5671-4217-8c3e-b810ec7014f8",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "95917eb0-1770-409f-8e21-ed31ad2c5414",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "fbb23c68-eb57-4e62-8082-25de044d9e13": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser1": {
      "ai_outputParser": [
        [
          {
            "node": "cfdda7bf-5671-4217-8c3e-b810ec7014f8",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    },
    "cc856530-a323-4499-a0ea-c7b8cf6b5f18": {
      "main": [
        [
          {
            "node": "a3d3306f-9f50-4d62-bf63-01aedcb4f122",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "78f58ded-7c90-4963-a9b0-b37baa191187": {
      "main": [
        [
          {
            "node": "cfdda7bf-5671-4217-8c3e-b810ec7014f8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7a2fd291-012c-4fb4-820a-2c56e5a9dda5": {
      "main": [
        [
          {
            "node": "95917eb0-1770-409f-8e21-ed31ad2c5414",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "95917eb0-1770-409f-8e21-ed31ad2c5414": {
      "main": [
        [
          {
            "node": "78f58ded-7c90-4963-a9b0-b37baa191187",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "05f7e20a-12b8-42c5-aff4-d32cb1e8308f": {
      "main": [
        [
          {
            "node": "8082d646-86ae-48e1-8dd0-bef1dfbe977a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "cfdda7bf-5671-4217-8c3e-b810ec7014f8": {
      "main": [
        [
          {
            "node": "05f7e20a-12b8-42c5-aff4-d32cb1e8308f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

上級 - リード獲得, AI要約

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

関連ワークフロー

Apollo.io かつ Google スプレッドシートを使用した LinkedIn のリード豊富化パイプラインの自動化
Apollo.ioとGoogleスプレッドシートを使用した自動LinkedInリード豊富化パイプライン
If
Code
Wait
+
If
Code
Wait
33 ノードRahi Uppal
リード獲得
プロスペクトの意図分類と自動タスク作成ツール
Azure GPT-4 を使って Google Sheets から ClickUp にリード意図分類を自動化
Set
Switch
Click Up
+
Set
Switch
Click Up
32 ノードRahul Joshi
コンテンツ作成
Stripe決済から自動テンプレートを顧客に配送
Stripe、GPT-4o、Gmailを使った自動テンプレート配信システム
If
Code
Gmail
+
If
Code
Gmail
44 ノードRahul Joshi
顧客管理
毎日の WhatsApp グループ スマート分析:GPT-4.1 による分析と音声メッセージの transcrição
毎日の WhatsApp グループ インタラクティブ分析:GPT-4.1 分析と音声メッセージ文字起こし
If
Set
Code
+
If
Set
Code
52 ノードDaniel Lianes
その他
AI駆動のGoogle Mapsビジネスデータスクレイピングとスプレッドシート出力
AIを基盤としたGoogle Mapsビジネスデータの収集、データの充実化、スプレッドシートへのエクスポートをサポート
If
Code
Wait
+
If
Code
Wait
25 ノードMsaid Mohamed el hadi
リード獲得
GPT-4o-miniとGmailを使ってYouTubeチャンネルを分析し、パフォーマンスレポートを送信
GPT-4o-miniとGmailを使ってYouTubeチャンネルを分析し、パフォーマンスレポートを送信する
Code
Email Send
Http Request
+
Code
Email Send
Http Request
20 ノードRahul Joshi
市場調査
ワークフロー情報
難易度
上級
ノード数16
カテゴリー2
ノードタイプ9
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

作成者
Rahul Joshi

Rahul Joshi

@rahul08

Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34