경쟁 모니터링 LinkedIn
중급
이것은AI분야의자동화 워크플로우로, 6개의 노드를 포함합니다.주로 Slack, Airtop, GoogleSheets, ScheduleTrigger 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Airtop을 사용하여 경쟁자 LinkedIn를 모니터링합니다.
사전 요구사항
- •Slack Bot Token 또는 Webhook URL
- •Google Sheets API 인증 정보
카테고리
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "mC3v7Zbzt2kofF7p",
"meta": {
"instanceId": "28a947b92b197fc2524eaba16e57560338657b2b0b5796300b2f1cedc1d0d355",
"templateCredsSetupCompleted": true
},
"name": "Competitive monitoring Linkedin",
"tags": [],
"nodes": [
{
"id": "13a5909c-94b7-41f6-8936-7fe3093a4224",
"name": "스케줄 트리거",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-280,
-20
],
"parameters": {
"rule": {
"interval": [
{
"field": "weeks",
"triggerAtHour": 18
}
]
}
},
"typeVersion": 1.2
},
{
"id": "ecccaebc-645f-489e-a4cc-28079d040214",
"name": "스티커 메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
80,
-200
],
"parameters": {
"color": 2,
"width": 260,
"height": 340,
"content": "## Enter [Airtop Profile](https://portal.airtop.ai/browser-profiles) authenticated to LinkedIn in the \"Profile Name\" field\n"
},
"typeVersion": 1
},
{
"id": "5d2caa2f-e333-4dd8-b879-1eb11b3a4eb7",
"name": "경쟁사 가져오기",
"type": "n8n-nodes-base.googleSheets",
"position": [
-60,
-20
],
"parameters": {
"options": {},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1TknyHS8ie0KONgF4-KFGR76I74egHLt7-M9sIxjQXGY/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1TknyHS8ie0KONgF4-KFGR76I74egHLt7-M9sIxjQXGY",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1TknyHS8ie0KONgF4-KFGR76I74egHLt7-M9sIxjQXGY/edit?usp=drivesdk",
"cachedResultName": "Competitive Momnitoring Linkedin - Template"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "mKIgXkTtIA0lomyT",
"name": "Google Sheets account 2"
}
},
"typeVersion": 4.6
},
{
"id": "f75b0ab2-2e32-4074-a468-3c30bcca9962",
"name": "요약 전송",
"type": "n8n-nodes-base.slack",
"position": [
380,
-20
],
"webhookId": "cdacb1c9-3ed4-4608-aa91-ceae7813233d",
"parameters": {
"text": "=SUMMARY OF POSTS - {{ $('Get Competitors').item.json['Name and Title '] }}\n{{ $json.data.modelResponse }}",
"select": "channel",
"channelId": {
"__rl": true,
"mode": "list",
"value": "C092P1RRX4L",
"cachedResultName": "competitive-monitoring"
},
"otherOptions": {
"mrkdwn": true,
"botProfile": {
"imageValues": {
"icon_emoji": "❗",
"profilePhotoType": "emoji"
}
}
}
},
"credentials": {
"slackApi": {
"id": "1wIPovOH73YpxhJX",
"name": "n8n bot"
}
},
"typeVersion": 2.3
},
{
"id": "65fe9b89-c790-4b4e-bc48-2c1f62613841",
"name": "게시물 분석",
"type": "n8n-nodes-base.airtop",
"position": [
160,
-20
],
"parameters": {
"url": "={{ $json['Post lists to watch'] }}",
"prompt": "This is a list of posts.\n\nPerform the following steps:\n1. Extract the text of up to 5 posts that were published no more than 1 week ago.\n2. Summarize the selected posts and highlight:\nNumber of posts published in the last week\nMain topics covered in the posts\nLevel of user engagement with the posts",
"resource": "extraction",
"profileName": "[ENTER AIRTOP PROFILE NAME HERE]",
"sessionMode": "new",
"additionalFields": {}
},
"credentials": {
"airtopApi": {
"id": "Yi4YPNnovLVUjFn5",
"name": "Airtop Official Org"
}
},
"typeVersion": 1
},
{
"id": "3ca59ee5-382b-42ca-bc65-7a5952489ff6",
"name": "스티커 메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-620,
-1040
],
"parameters": {
"color": 5,
"width": 1260,
"height": 1220,
"content": "README\n\n# Automating LinkedIn Competitive Monitoring\n\n## Use Case\n\nMonitoring competitors on LinkedIn helps organizations stay updated on rival strategies, hiring trends, and engagement activities. Automating this process saves time and provides structured summaries to your team regularly.\n\n## What This Automation Does\n\nThis automation monitors and summarizes LinkedIn posts from competitor profiles and shares the results on Slack. It uses the following input parameters:\n\n* **Airtop Profile**: A browser profile authenticated to LinkedIn. [Create one](https://portal.airtop.ai/browser-profiles)\n* **Google Sheet**: A document listing LinkedIn profile URLs of competitors.\n* **Slack Channel**: The destination for sharing summarized post insights.\n\n## How It Works\n\n1. **Trigger**: The workflow is scheduled to run weekly at a specific time.\n2. **Data Collection**: Retrieves the list of competitor LinkedIn URLs from a Google Sheet.\n3. **Browser Automation**: Uses Airtop to navigate to each LinkedIn profile and analyze up to 5 recent posts.\n4. **Summarization**: Summarizes number of recent posts, main topics, and engagement levels using Airtop’s AI.\n5. **Slack Notification**: Posts a formatted summary to a predefined Slack channel.\n\n## Setup Requirements\n\n1. [Airtop API Key](https://portal.airtop.ai/api-keys) — free to generate.\n2. An [Airtop Profile](https://portal.airtop.ai/browser-profiles) authenticated to LinkedIn.\n3. Google Sheet with competitor post URLs., [copy this one](https://docs.google.com/spreadsheets/d/1TknyHS8ie0KONgF4-KFGR76I74egHLt7-M9sIxjQXGY/edit?usp=sharing)\n4. Slack Bot credentials with access to the target channel.\n\n## Next Steps\n\n* **Expand Coverage**: Add more competitor profiles to the Google Sheet to scale monitoring.\n* **Integrate with CRM**: Feed summarized insights into your CRM for competitor tracking.\n* **Enhance Analysis**: Include post-level engagement metrics over time for trend analysis.\n"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "98d3d851-7f8a-4ce5-b0ce-500b29857b6c",
"connections": {
"65fe9b89-c790-4b4e-bc48-2c1f62613841": {
"main": [
[
{
"node": "f75b0ab2-2e32-4074-a468-3c30bcca9962",
"type": "main",
"index": 0
}
]
]
},
"5d2caa2f-e333-4dd8-b879-1eb11b3a4eb7": {
"main": [
[
{
"node": "65fe9b89-c790-4b4e-bc48-2c1f62613841",
"type": "main",
"index": 0
}
]
]
},
"13a5909c-94b7-41f6-8936-7fe3093a4224": {
"main": [
[
{
"node": "5d2caa2f-e333-4dd8-b879-1eb11b3a4eb7",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
ProductHunt 모니터링
Airtop 및 Slack을 사용한 Product Hunt 발견 자동화
If
Set
Slack
+
If
Set
Slack
5 노드Cesar @ Airtop AI
제품
Airtop 웹 프록시
Claude 3.5 Haiku 및 Airtop 브라우저 에이전트를 사용한 웹 상호작용 자동화
Set
Slack
Airtop
+
Set
Slack
Airtop
18 노드Cesar @ Airtop AI
인공지능
경쟁사 가격 모니터링
Airtop과 Slack을 사용하여 경쟁사가 가격을 변경할 때 알림 받기
Code
Merge
Slack
+
Code
Merge
Slack
8 노드Cesar @ Airtop AI
제품
트럼프 지수 계산 템플릿
Airtop과 Slack을 사용하여 Truth Social 게시물이 주식에 미치는 영향 분석
Slack
Airtop
Filter
+
Slack
Airtop
Filter
11 노드Airtop
암호화폐 거래
LinkedIn 프로필 발견
Airtop 및 Google 검색을 사용한 LinkedIn 프로필 자동 발견
Code
Airtop
Google Sheets
+
Code
Airtop
Google Sheets
5 노드Cesar @ Airtop AI
영업
X - 스레드 내 응답
Airtop 브라우저 자동화를 사용한 X 스레드 자동 응답
Set
Wait
Airtop
+
Set
Wait
Airtop
11 노드Airtop
인공지능
워크플로우 정보
난이도
중급
노드 수6
카테고리1
노드 유형5
저자
Airtop
@cesar-at-airtopAirtop provides an intelligent browser automation API for AI agents, enabling seamless web interaction, including login, navigation, and data extraction from any site, even those with complex authentication - all with natural language instructions.In simple terms, we allow you to automate anything humans can do online, on any site with just words
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유