AI 자기소개서를 사용한 직업 검색 자동화
고급
이것은Personal Productivity, Multimodal AI분야의자동화 워크플로우로, 17개의 노드를 포함합니다.주로 If, Set, Code, Merge, Aggregate 등의 노드를 사용하며. Google Jobs, RemoteOK 및 GPT-3.5를 사용한 AI 자기소개서 포함 채용 공고 검색 자동화
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"name": "Auto-search jobs with AI cover letters",
"tags": [
"jobs",
"ai",
"automation",
"career"
],
"nodes": [
{
"name": "메모 - 개요",
"type": "n8n-nodes-base.stickyNote",
"position": [
240,
100
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "----0"
},
{
"name": "메모 - 설정",
"type": "n8n-nodes-base.stickyNote",
"position": [
680,
100
],
"parameters": {
"content": ""
},
"typeVersion": 1,
"id": "----1"
},
{
"name": "일정",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
260,
400
],
"parameters": {},
"typeVersion": 1.2,
"id": "--2"
},
{
"name": "설정",
"type": "n8n-nodes-base.set",
"position": [
460,
400
],
"parameters": {},
"typeVersion": 3.3,
"id": "--3"
},
{
"name": "Google Jobs 검색",
"type": "n8n-nodes-base.httpRequest",
"position": [
680,
340
],
"parameters": {},
"typeVersion": 4.2,
"id": "Google-Jobs--4"
},
{
"name": "RemoteOK 검색",
"type": "n8n-nodes-base.httpRequest",
"position": [
680,
460
],
"parameters": {},
"typeVersion": 4.2,
"id": "RemoteOK--5"
},
{
"name": "병합",
"type": "n8n-nodes-base.merge",
"position": [
900,
400
],
"parameters": {},
"typeVersion": 2.1,
"id": "--6"
},
{
"name": "직무 처리",
"type": "n8n-nodes-base.code",
"position": [
1100,
400
],
"parameters": {},
"typeVersion": 2,
"id": "--7"
},
{
"name": "결과 확인",
"type": "n8n-nodes-base.if",
"position": [
1300,
400
],
"parameters": {},
"typeVersion": 2,
"id": "--8"
},
{
"name": "결과 없음 이메일",
"type": "n8n-nodes-base.emailSend",
"position": [
1500,
300
],
"parameters": {},
"typeVersion": 2.1,
"id": "--9"
},
{
"name": "직무 분할",
"type": "n8n-nodes-base.splitInBatches",
"position": [
1500,
500
],
"parameters": {},
"typeVersion": 3,
"id": "--10"
},
{
"name": "직무 추출",
"type": "n8n-nodes-base.code",
"position": [
1700,
500
],
"parameters": {},
"typeVersion": 2,
"id": "--11"
},
{
"name": "지원서 생성",
"type": "n8n-nodes-base.httpRequest",
"position": [
1900,
500
],
"parameters": {},
"typeVersion": 4.2,
"id": "--12"
},
{
"name": "지원서 결합",
"type": "n8n-nodes-base.code",
"position": [
2100,
500
],
"parameters": {},
"typeVersion": 2,
"id": "--13"
},
{
"name": "집계",
"type": "n8n-nodes-base.aggregate",
"position": [
2300,
500
],
"parameters": {},
"typeVersion": 1,
"id": "--14"
},
{
"name": "이메일 형식 지정",
"type": "n8n-nodes-base.code",
"position": [
2500,
500
],
"parameters": {},
"typeVersion": 2,
"id": "--15"
},
{
"name": "이메일 전송",
"type": "n8n-nodes-base.emailSend",
"position": [
2700,
500
],
"parameters": {},
"typeVersion": 2.1,
"id": "--16"
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"connections": {
"--6": {
"main": [
[
{
"node": "--7",
"type": "main",
"index": 0
}
]
]
},
"--2": {
"main": [
[
{
"node": "--3",
"type": "main",
"index": 0
}
]
]
},
"--3": {
"main": [
[
{
"node": "Google-Jobs--4",
"type": "main",
"index": 0
},
{
"node": "RemoteOK--5",
"type": "main",
"index": 0
}
]
]
},
"--14": {
"main": [
[
{
"node": "--15",
"type": "main",
"index": 0
}
]
]
},
"--10": {
"main": [
[
{
"node": "--11",
"type": "main",
"index": 0
}
]
]
},
"--11": {
"main": [
[
{
"node": "--12",
"type": "main",
"index": 0
}
]
]
},
"--15": {
"main": [
[
{
"node": "--16",
"type": "main",
"index": 0
}
]
]
},
"--7": {
"main": [
[
{
"node": "--8",
"type": "main",
"index": 0
}
]
]
},
"--8": {
"main": [
[
{
"node": "--9",
"type": "main",
"index": 0
}
],
[
{
"node": "--10",
"type": "main",
"index": 0
}
]
]
},
"--13": {
"main": [
[
{
"node": "--14",
"type": "main",
"index": 0
}
]
]
},
"--12": {
"main": [
[
{
"node": "--13",
"type": "main",
"index": 0
}
]
]
},
"RemoteOK--5": {
"main": [
[
{
"node": "--6",
"type": "main",
"index": 1
}
]
]
},
"Google-Jobs--4": {
"main": [
[
{
"node": "--6",
"type": "main",
"index": 0
}
]
]
}
},
"triggerCount": 1
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
고급 - 개인 생산성, 멀티모달 AI
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Notion에서 고객 육성 이메일 및 리뷰 수집 자동 실행
Telegram을 통해 Google 캘린더 및 Notion CRM을 사용한 자동화된 회의 일정 조정
If
Set
Code
+
If
Set
Code
19 노드Shelly-Ann Davy
지원 챗봇
WordPress 블로그 자동화 프로페셔널 에디션(심층 연구) v2.1 마켓
GPT-4o, Perplexity AI 및 다국어 지원을 사용한 SEO 최적화 블로그 생성 자동화
If
Set
Xml
+
If
Set
Xml
125 노드Daniel Ng
콘텐츠 제작
Airtable, OpenAI 및 Unipile을 사용한 자동화된 LinkedIn 잠재 고객 생성 및 개인 메시지 발송
Airtable, OpenAI 및 Unipile을 사용한 자동화된 LinkedIn 리드 생성 및 개인 메시지 발송
If
Set
Code
+
If
Set
Code
143 노드Ruben AI
리드 육성
AI와 Freepik을 사용하여 Reddit 비즈니스 문제를 바이러스적인 LinkedIn 콘텐츠로 변환
AI와 Freepik을 사용하여 Reddit 비즈니스 문제를 바이러스적인 LinkedIn 콘텐츠로 변환
If
Set
Code
+
If
Set
Code
48 노드Daniel Lianes
콘텐츠 제작
매일 WhatsApp 그룹 지능형 분석: GPT-4.1 분석 및 음성 메시지 변환
매일 WhatsApp 그룹 지능 분석: GPT-4.1 분석 및 음성 메시지 트랜스크립션
If
Set
Code
+
If
Set
Code
52 노드Daniel Lianes
기타
GitHub 동기화 대시보드 - V2
提交 기록과 롤백 기능을 갖춘 GitHub 워크플로우 버전 관리 대시보드
If
N8n
Set
+
If
N8n
Set
94 노드Eduard
데브옵스
워크플로우 정보
난이도
고급
노드 수17
카테고리2
노드 유형10
저자
Shelly-Ann Davy
@SheCodesFlowFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유