8
n8n 한국어amn8n.com

깊이 추출된 LinkedIn 크롤러를 사용하여 Google Gemini를 통해 요약하고 Supabase에 저장

고급

이것은AI Summarization, Multimodal AI분야의자동화 워크플로우로, 31개의 노드를 포함합니다.주로 If, Set, Merge, Webhook, Supabase 등의 노드를 사용하며. Bright Data와 Google Gemini를 사용하여 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": "마크다운 콘텐츠",
      "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