LinkedIn 프로필 발견
초급
이것은Sales, HR, Product, AI, Marketing분야의자동화 워크플로우로, 5개의 노드를 포함합니다.주로 Code, Airtop, GoogleSheets, ManualTrigger 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Airtop 및 Google 검색을 사용한 LinkedIn 프로필 자동 발견
사전 요구사항
- •Google Sheets API 인증 정보
사용된 노드 (5)
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "lifB7iUXlDzr5dmI",
"meta": {
"instanceId": "660cf2c29eb19fa42319afac3bd2a4a74c6354b7c006403f6cba388968b63f5d",
"templateCredsSetupCompleted": true
},
"name": "LinkedIn Profile Discovery",
"tags": [
{
"id": "a8B9vqj0vNLXcKVQ",
"name": "template",
"createdAt": "2025-04-04T15:38:37.785Z",
"updatedAt": "2025-04-04T15:38:37.785Z"
}
],
"nodes": [
{
"id": "9ae64a3a-c7e7-45ca-88ee-ebf6144f3197",
"name": "'워크플로 테스트' 클릭 시",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "a22416bb-ef9e-422f-b480-cd52d8c93bfa",
"name": "개인 정보",
"type": "n8n-nodes-base.googleSheets",
"position": [
220,
0
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1rjlKzphEbknNh_ToS9pR_dP_Tw93FsxDte5AI4LH5_E/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1rjlKzphEbknNh_ToS9pR_dP_Tw93FsxDte5AI4LH5_E",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1rjlKzphEbknNh_ToS9pR_dP_Tw93FsxDte5AI4LH5_E/edit?usp=drivesdk",
"cachedResultName": "Linkedin Profile URLs"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "CwpCAR1HwgHZpRtJ",
"name": "Google Drive"
}
},
"typeVersion": 4.5
},
{
"id": "a4699dd8-54ef-478e-9ff8-2c2046ad6ea8",
"name": "프로파일 검색",
"type": "n8n-nodes-base.airtop",
"notes": "This could take a few minutes depending on the number of rows",
"position": [
440,
0
],
"parameters": {
"url": "=https://www.google.com/search?q={{ encodeURI($json['Person Info']) }}",
"prompt": "=This is Google Search results. the first results should be the Linkedin Page of {{ $json['Person Info'] }} \nReturn the Linkedin URL and nothing else.\nIf you cannot find the Linkedin URL, return an empty string. \nA valid Linkedin profile URL starts with \"https://www.linkedin.com/in/\"",
"resource": "extraction",
"operation": "query",
"sessionMode": "new",
"additionalFields": {}
},
"credentials": {
"airtopApi": {
"id": "byhouJF8RLH5DkmY",
"name": "Airtop"
}
},
"notesInFlow": true,
"typeVersion": 1
},
{
"id": "2dd4d350-743e-48a7-ab69-d0996bc46f49",
"name": "응답 파싱",
"type": "n8n-nodes-base.code",
"position": [
660,
0
],
"parameters": {
"mode": "runOnceForEachItem",
"jsCode": "const linkedInProfile = $json.data.modelResponse\nconst rowData = $('Person info').item.json\n\nreturn { json: {\n ...rowData,\n 'LinkedIn URL': linkedInProfile\n}};"
},
"typeVersion": 2
},
{
"id": "3efc182a-8707-4c8d-8263-a2aebe62b0a7",
"name": "행 업데이트",
"type": "n8n-nodes-base.googleSheets",
"position": [
880,
0
],
"parameters": {
"columns": {
"value": {},
"schema": [
{
"id": "Person Info",
"type": "string",
"display": true,
"required": false,
"displayName": "Person Info",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Linkedin URL",
"type": "string",
"display": true,
"required": false,
"displayName": "Linkedin URL",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "Validated",
"type": "string",
"display": true,
"required": false,
"displayName": "Validated",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "string",
"display": true,
"removed": false,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "autoMapInputData",
"matchingColumns": [
"row_number"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1rjlKzphEbknNh_ToS9pR_dP_Tw93FsxDte5AI4LH5_E/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1rjlKzphEbknNh_ToS9pR_dP_Tw93FsxDte5AI4LH5_E",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1rjlKzphEbknNh_ToS9pR_dP_Tw93FsxDte5AI4LH5_E/edit?usp=drivesdk",
"cachedResultName": "Linkedin Profile URLs"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "CwpCAR1HwgHZpRtJ",
"name": "Google Drive"
}
},
"typeVersion": 4.5
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "97cd5141-63d5-4ece-83eb-e544455097d3",
"connections": {
"a22416bb-ef9e-422f-b480-cd52d8c93bfa": {
"main": [
[
{
"node": "a4699dd8-54ef-478e-9ff8-2c2046ad6ea8",
"type": "main",
"index": 0
}
]
]
},
"2dd4d350-743e-48a7-ab69-d0996bc46f49": {
"main": [
[
{
"node": "3efc182a-8707-4c8d-8263-a2aebe62b0a7",
"type": "main",
"index": 0
}
]
]
},
"a4699dd8-54ef-478e-9ff8-2c2046ad6ea8": {
"main": [
[
{
"node": "2dd4d350-743e-48a7-ab69-d0996bc46f49",
"type": "main",
"index": 0
}
]
]
},
"9ae64a3a-c7e7-45ca-88ee-ebf6144f3197": {
"main": [
[
{
"node": "a22416bb-ef9e-422f-b480-cd52d8c93bfa",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
초급 - 영업, 인사, 제품, 인공지능, 마케팅
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
리스트 구축 도구
사용법 Airtop과 Google Sheets를 사용하여 모든 플랫폼에서 프로필 목록을 구축
Set
Code
Airtop
+
Set
Code
Airtop
7 노드Cesar @ Airtop AI
영업
경쟁사 가격 모니터링
Airtop과 Slack을 사용하여 경쟁사가 가격을 변경할 때 알림 받기
Code
Merge
Slack
+
Code
Merge
Slack
8 노드Cesar @ Airtop AI
제품
ICP 회사 평점
LinkedIn 회사 ICP 점수 자동화, Airtop과 Google Sheets 통합
Code
Airtop
Google Sheets
+
Code
Airtop
Google Sheets
5 노드Cesar @ Airtop AI
영업
LinkedIn 개인 ICP 점수 자동화 (Airtop과 Google Sheets)
LinkedIn 개인 ICP 점수 자동화 (Airtop과 Google Sheets)
Code
Airtop
Google Sheets
+
Code
Airtop
Google Sheets
5 노드Cesar @ Airtop AI
제품
HDW 리드 베이비
AI 에이전트를 사용한 자동화된 LinkedIn 리드 생성, 점수 매기기 및 소통
If
Code
Sort
+
If
Code
Sort
86 노드Andrey
영업
OpenAI, Google Sheets, Jina AI 및 Slack을 활용한 AI 기반 정보 모니터링
AI 기반 정보 모니터링 워크플로우로 OpenAI, Google Sheets, Jina AI 및 Slack을 통합합니다
If
Set
Code
+
If
Set
Code
31 노드Dataki
영업