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
사용된 노드 (16)
{
"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)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Rahul Joshi
@rahul08Rahul 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.
이 워크플로우 공유