ディープ・スト Maximizerが使えるLinkedInスクレイピングでGoogle Geminiで要約し、Supabaseに保存

上級

これはAI Summarization, Multimodal AI分野の自動化ワークフローで、31個のノードを含みます。主にIf, Set, Merge, Webhook, Supabaseなどのノードを使用。 Bright Data、Google Gemini、Supabaseを使ってLinkedInのプロフィール情報を抽出し、要約する

前提条件
  • HTTP Webhookエンドポイント(n8nが自動生成)
  • Supabase URL と API Key
  • Google Gemini API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "8A9m8RyPKJZGTLQO",
  "meta": {
    "instanceId": "885b4fb4a6a9c2cb5621429a7b972df0d05bb724c20ac7dac7171b62f1c7ef40",
    "templateCredsSetupCompleted": true
  },
  "name": "LinkedIn Scraper with Deep Extract, Summarize with Google Gemini & Supabase",
  "tags": [
    {
      "id": "Kujft2FOjmOVQAmJ",
      "name": "Engineering",
      "createdAt": "2025-04-09T01:31:00.558Z",
      "updatedAt": "2025-04-09T01:31:00.558Z"
    },
    {
      "id": "ZOwtAMLepQaGW76t",
      "name": "Building Blocks",
      "createdAt": "2025-04-13T15:23:40.462Z",
      "updatedAt": "2025-04-13T15:23:40.462Z"
    },
    {
      "id": "ddPkw7Hg5dZhQu2w",
      "name": "AI",
      "createdAt": "2025-04-13T05:38:08.053Z",
      "updatedAt": "2025-04-13T05:38:08.053Z"
    }
  ],
  "nodes": [
    {
      "id": "82c4f148-6d95-46b4-8418-39624840f431",
      "name": "特定URLからデータにアクセスして抽出",
      "type": "@brightdata/n8n-nodes-brightdata.brightData",
      "position": [
        -240,
        -180
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 1,
      "alwaysOutputData": true
    },
    {
      "id": "2b6d9c05-b373-4df5-bc59-644bcab61de4",
      "name": "入力フィールドを設定",
      "type": "n8n-nodes-base.set",
      "position": [
        -460,
        -180
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "af1d49d3-e110-42ed-9887-50e9bd49225f",
      "name": "要約",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        680,
        -80
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 1.2,
      "alwaysOutputData": true
    },
    {
      "id": "51fa33d5-38f9-4a63-ab86-9a4ab552ba80",
      "name": "スキル抽出",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        680,
        620
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 1.2,
      "alwaysOutputData": true
    },
    {
      "id": "4d2265b8-902a-4b2e-b66e-f41a8806619f",
      "name": "Google Gemini チャットモデル(スキル抽出用)",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        768,
        840
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "9885d845-0268-4c31-b1b1-dd5e8d78bc6f",
      "name": "Google Gemini チャットモデル(要約用)",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        768,
        140
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "45572054-a7ef-4d77-ba90-dc2753e355fb",
      "name": "Google Gemini チャットモデル(経歴用)",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        768,
        -260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "879c26f2-a983-4804-bc78-836cb72833a2",
      "name": "Markdownコンテンツ",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        680,
        -480
      ],
      "parameters": {},
      "executeOnce": false,
      "retryOnFail": true,
      "typeVersion": 1.2,
      "alwaysOutputData": true
    },
    {
      "id": "14a25f01-7fd6-40c0-b418-a3e501245881",
      "name": "Google Gemini チャットモデル(新興役職用)",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        768,
        -660
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "76d38164-75e8-47e0-9138-a96b4b0cd527",
      "name": "新興役職",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        680,
        -880
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 1.2,
      "alwaysOutputData": true
    },
    {
      "id": "e5ce88f4-93ac-416d-916d-5866a5edf6e3",
      "name": "行を作成",
      "type": "n8n-nodes-base.supabase",
      "position": [
        1980,
        -280
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ba23d43e-bbdd-4273-a3ab-56d096481ce5",
      "name": "Google Gemini チャットモデル(基本プロフィール情報用)",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        768,
        -1060
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "fdb4dda9-9817-460f-aac9-a3c2b5e24ff8",
      "name": "基本プロフィール情報",
      "type": "@n8n/n8n-nodes-langchain.informationExtractor",
      "position": [
        680,
        -1280
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 1.2,
      "alwaysOutputData": true
    },
    {
      "id": "5c7d6311-7ace-4785-9b84-94217c9295e6",
      "name": "結合",
      "type": "n8n-nodes-base.merge",
      "position": [
        1320,
        -420
      ],
      "parameters": {},
      "typeVersion": 3.2
    },
    {
      "id": "fffe1510-ce49-4587-9100-e37484b0ca0d",
      "name": "集約",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1540,
        -380
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "b86e45ff-15b4-406c-990a-3ee2b619eb65",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -680,
        -180
      ],
      "webhookId": "b41a537d-e552-4422-90be-b8e04a77e730",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "c4b0e1b4-64f9-4d17-899d-0aebef085bc8",
      "name": "スクレイピング応答を設定",
      "type": "n8n-nodes-base.set",
      "position": [
        -20,
        -180
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "e9951244-50f8-4391-8b2b-6ac6ff1f0f2d",
      "name": "行を取得",
      "type": "n8n-nodes-base.supabase",
      "position": [
        1980,
        -480
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 1,
      "alwaysOutputData": true
    },
    {
      "id": "65f4906e-0c55-41cd-9562-b4ca3884cd2c",
      "name": "行を更新",
      "type": "n8n-nodes-base.supabase",
      "position": [
        2560,
        -500
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "8a5936d1-72b1-4527-8b4c-994c23cf4ac7",
      "name": "Webhook に応答",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        760,
        360
      ],
      "parameters": {},
      "typeVersion": 1.4
    },
    {
      "id": "7c04f360-39b2-48ab-ad01-42b1a3662fb5",
      "name": "停止とエラー",
      "type": "n8n-nodes-base.stopAndError",
      "position": [
        1040,
        360
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "0408615c-ef40-4ee2-900c-9bc3753d4c12",
      "name": "Webhook 作成に応答",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        2200,
        -280
      ],
      "parameters": {},
      "typeVersion": 1.4
    },
    {
      "id": "8b50d047-b6b5-4a47-857d-67069bb1b666",
      "name": "Webhook 更新に応答",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        2800,
        -500
      ],
      "parameters": {},
      "typeVersion": 1.4
    },
    {
      "id": "35feff34-ed9b-40e1-8f3b-ff954a652fc3",
      "name": "Webhook 未検出に応答",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        2560,
        -300
      ],
      "parameters": {},
      "typeVersion": 1.4
    },
    {
      "id": "5850d6d2-3bf0-4256-a821-30e32ebe088c",
      "name": "レコードが存在する場合",
      "type": "n8n-nodes-base.if",
      "position": [
        2220,
        -480
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "cb3bd33c-405a-4b21-ad9a-1ee30c542c7e",
      "name": "強制作成するか?",
      "type": "n8n-nodes-base.if",
      "position": [
        1760,
        -380
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "c4d8f4b8-641b-4a5c-b603-5eb861ac693f",
      "name": "ステータスコード ≠ 200 の場合",
      "type": "n8n-nodes-base.if",
      "position": [
        200,
        -180
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "a3f5097b-ad74-44b6-a570-ba3caca08fb2",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -680,
        -600
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "5adb00ca-be98-4b0e-ac06-e9649a20b12b",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -860
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "5b6aff67-3254-4509-8f5f-0c5cfa7e320e",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -600
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "47053603-6115-4fb6-8a5b-cc46cee8997e",
      "name": "付箋5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -680,
        -1000
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "93e4376a-0410-422c-b767-b95b60f2dfb1",
  "connections": {
    "5c7d6311-7ace-4785-9b84-94217c9295e6": {
      "main": [
        [
          {
            "node": "fffe1510-ce49-4587-9100-e37484b0ca0d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b86e45ff-15b4-406c-990a-3ee2b619eb65": {
      "main": [
        [
          {
            "node": "2b6d9c05-b373-4df5-bc59-644bcab61de4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "fffe1510-ce49-4587-9100-e37484b0ca0d": {
      "main": [
        [
          {
            "node": "cb3bd33c-405a-4b21-ad9a-1ee30c542c7e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e9951244-50f8-4391-8b2b-6ac6ff1f0f2d": {
      "main": [
        [
          {
            "node": "5850d6d2-3bf0-4256-a821-30e32ebe088c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "af1d49d3-e110-42ed-9887-50e9bd49225f": {
      "main": [
        [
          {
            "node": "5c7d6311-7ace-4785-9b84-94217c9295e6",
            "type": "main",
            "index": 3
          }
        ]
      ]
    },
    "65f4906e-0c55-41cd-9562-b4ca3884cd2c": {
      "main": [
        [
          {
            "node": "8b50d047-b6b5-4a47-857d-67069bb1b666",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e5ce88f4-93ac-416d-916d-5866a5edf6e3": {
      "main": [
        [
          {
            "node": "0408615c-ef40-4ee2-900c-9bc3753d4c12",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "76d38164-75e8-47e0-9138-a96b4b0cd527": {
      "main": [
        [
          {
            "node": "5c7d6311-7ace-4785-9b84-94217c9295e6",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "5850d6d2-3bf0-4256-a821-30e32ebe088c": {
      "main": [
        [
          {
            "node": "65f4906e-0c55-41cd-9562-b4ca3884cd2c",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "35feff34-ed9b-40e1-8f3b-ff954a652fc3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "cb3bd33c-405a-4b21-ad9a-1ee30c542c7e": {
      "main": [
        [
          {
            "node": "e9951244-50f8-4391-8b2b-6ac6ff1f0f2d",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "e5ce88f4-93ac-416d-916d-5866a5edf6e3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "879c26f2-a983-4804-bc78-836cb72833a2": {
      "main": [
        [
          {
            "node": "5c7d6311-7ace-4785-9b84-94217c9295e6",
            "type": "main",
            "index": 2
          }
        ]
      ]
    },
    "51fa33d5-38f9-4a63-ab86-9a4ab552ba80": {
      "main": [
        [
          {
            "node": "5c7d6311-7ace-4785-9b84-94217c9295e6",
            "type": "main",
            "index": 4
          }
        ]
      ]
    },
    "fdb4dda9-9817-460f-aac9-a3c2b5e24ff8": {
      "main": [
        [
          {
            "node": "5c7d6311-7ace-4785-9b84-94217c9295e6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8a5936d1-72b1-4527-8b4c-994c23cf4ac7": {
      "main": [
        [
          {
            "node": "7c04f360-39b2-48ab-ad01-42b1a3662fb5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2b6d9c05-b373-4df5-bc59-644bcab61de4": {
      "main": [
        [
          {
            "node": "82c4f148-6d95-46b4-8418-39624840f431",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c4d8f4b8-641b-4a5c-b603-5eb861ac693f": {
      "main": [
        [
          {
            "node": "8a5936d1-72b1-4527-8b4c-994c23cf4ac7",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "fdb4dda9-9817-460f-aac9-a3c2b5e24ff8",
            "type": "main",
            "index": 0
          },
          {
            "node": "76d38164-75e8-47e0-9138-a96b4b0cd527",
            "type": "main",
            "index": 0
          },
          {
            "node": "879c26f2-a983-4804-bc78-836cb72833a2",
            "type": "main",
            "index": 0
          },
          {
            "node": "af1d49d3-e110-42ed-9887-50e9bd49225f",
            "type": "main",
            "index": 0
          },
          {
            "node": "51fa33d5-38f9-4a63-ab86-9a4ab552ba80",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c4b0e1b4-64f9-4d17-899d-0aebef085bc8": {
      "main": [
        [
          {
            "node": "c4d8f4b8-641b-4a5c-b603-5eb861ac693f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "45572054-a7ef-4d77-ba90-dc2753e355fb": {
      "ai_languageModel": [
        [
          {
            "node": "879c26f2-a983-4804-bc78-836cb72833a2",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "9885d845-0268-4c31-b1b1-dd5e8d78bc6f": {
      "ai_languageModel": [
        [
          {
            "node": "af1d49d3-e110-42ed-9887-50e9bd49225f",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "82c4f148-6d95-46b4-8418-39624840f431": {
      "main": [
        [
          {
            "node": "c4b0e1b4-64f9-4d17-899d-0aebef085bc8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "14a25f01-7fd6-40c0-b418-a3e501245881": {
      "ai_languageModel": [
        [
          {
            "node": "76d38164-75e8-47e0-9138-a96b4b0cd527",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "4d2265b8-902a-4b2e-b66e-f41a8806619f": {
      "ai_languageModel": [
        [
          {
            "node": "51fa33d5-38f9-4a63-ab86-9a4ab552ba80",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "ba23d43e-bbdd-4273-a3ab-56d096481ce5": {
      "ai_languageModel": [
        [
          {
            "node": "fdb4dda9-9817-460f-aac9-a3c2b5e24ff8",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

上級 - AI要約, マルチモーダルAI

有料ですか?

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

ワークフロー情報
難易度
上級
ノード数31
カテゴリー2
ノードタイプ12
難易度説明

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

作成者
Ranjan Dailata

Ranjan Dailata

@ranjancse

A Professional based out of India specialized in handling AI-powered automations. Contact me at ranjancse@gmail.com

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34