仕事探しの自動化
中級
これはOther, AI分野の自動化ワークフローで、12個のノードを含みます。主にSet, Gmail, SplitOut, HttpRequest, GoogleSheetsなどのノードを使用、AI技術を活用したスマート自動化を実現。 Adzuna API、GPT-3.5、Google Sheets を使って求人検索とマッチングを自動化
前提条件
- •Googleアカウント + Gmail API認証情報
- •ターゲットAPIの認証情報が必要な場合あり
- •Google Sheets API認証情報
- •OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "oGkubBx7vHlnSxdU",
"meta": {
"instanceId": "f2cf6301a998e16084609c8635767c7f2fe71603e7ba21b5457aa517ce5164cb",
"templateCredsSetupCompleted": true
},
"name": "Job_Search_Automation",
"tags": [],
"nodes": [
{
"id": "ed888fd9-38e4-4585-aa9f-09a3afba4e0c",
"name": "スケジュールトリガー",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
320,
-140
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "800bc8ec-0934-4464-a3d7-b6a7c23ae429",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
260,
-260
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "1c3748bb-4f5f-4940-9cda-e4c230535a0c",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
260,
100
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e58b4dbe-1740-4813-b2a9-faaca338e178",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
260,
460
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "ced0bd63-edb8-4a46-a3a6-a63801ef652f",
"name": "職務スコアリング",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
960,
160
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "e21a4adc-cd33-44cf-8e0d-03208a0752f6",
"name": "職種設定1",
"type": "n8n-nodes-base.set",
"position": [
560,
-140
],
"parameters": {},
"typeVersion": 1
},
{
"id": "51c4b54a-11b3-4af7-a65f-0b78fe9c3107",
"name": "Adzunaから求人情報取得1",
"type": "n8n-nodes-base.httpRequest",
"position": [
920,
-140
],
"parameters": {},
"typeVersion": 4
},
{
"id": "5b1f8c01-c56e-4563-aedf-255018be0741",
"name": "求人情報分割1",
"type": "n8n-nodes-base.splitOut",
"position": [
340,
160
],
"parameters": {},
"typeVersion": 1
},
{
"id": "1248fb03-caaf-4291-8c11-0480e18f241b",
"name": "求人情報要約1",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
640,
160
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "4c58e68b-55b1-445f-b693-cace23b21ecd",
"name": "Googleスプレッドシート",
"type": "n8n-nodes-base.googleSheets",
"position": [
740,
520
],
"parameters": {},
"typeVersion": 4.5
},
{
"id": "7c60249d-5444-411f-9eb0-370294589f04",
"name": "Gmail1",
"type": "n8n-nodes-base.gmail",
"position": [
940,
520
],
"webhookId": "c4aa81ae-e4ee-478f-bfc4-723c40abdcdd",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "eaf4db44-4d28-4f98-87a1-b4c205c986d7",
"name": "カバーレター作成1",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
360,
520
],
"parameters": {},
"typeVersion": 1.8
}
],
"active": false,
"pinData": {},
"settings": {
"timezone": "Africa/Lagos",
"callerPolicy": "workflowsFromSameOwner",
"executionOrder": "v1"
},
"versionId": "ca622bc3-731a-4a1b-b807-5bc5e5983a11",
"connections": {
"ced0bd63-edb8-4a46-a3a6-a63801ef652f": {
"main": [
[
{
"node": "eaf4db44-4d28-4f98-87a1-b4c205c986d7",
"type": "main",
"index": 0
}
]
]
},
"5b1f8c01-c56e-4563-aedf-255018be0741": {
"main": [
[
{
"node": "1248fb03-caaf-4291-8c11-0480e18f241b",
"type": "main",
"index": 0
}
]
]
},
"4c58e68b-55b1-445f-b693-cace23b21ecd": {
"main": [
[
{
"node": "7c60249d-5444-411f-9eb0-370294589f04",
"type": "main",
"index": 0
}
]
]
},
"e21a4adc-cd33-44cf-8e0d-03208a0752f6": {
"main": [
[
{
"node": "51c4b54a-11b3-4af7-a65f-0b78fe9c3107",
"type": "main",
"index": 0
}
]
]
},
"1248fb03-caaf-4291-8c11-0480e18f241b": {
"main": [
[
{
"node": "ced0bd63-edb8-4a46-a3a6-a63801ef652f",
"type": "main",
"index": 0
}
]
]
},
"ed888fd9-38e4-4585-aa9f-09a3afba4e0c": {
"main": [
[
{
"node": "e21a4adc-cd33-44cf-8e0d-03208a0752f6",
"type": "main",
"index": 0
}
]
]
},
"eaf4db44-4d28-4f98-87a1-b4c205c986d7": {
"main": [
[
{
"node": "4c58e68b-55b1-445f-b693-cace23b21ecd",
"type": "main",
"index": 0
}
]
]
},
"51c4b54a-11b3-4af7-a65f-0b78fe9c3107": {
"main": [
[
{
"node": "5b1f8c01-c56e-4563-aedf-255018be0741",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - その他, 人工知能
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
GoogleトレンドとPerplexityを活用したソーシャルメディア投稿の自動生成
GoogleトレンドとPerplexity AIを基にしたAI駆動型のマルチソーシャルメディア投稿自動化ワークフロー
Set
Code
Wait
+
Set
Code
Wait
18 ノードGerald Denor
人工知能
n8nノードの探索(可視化リファレンスライブラリ内)
n8nノードを可視化リファレンスライブラリで探索
If
Ftp
Set
+
If
Ftp
Set
113 ノードI versus AI
その他
Upwork 求人の集約と通知
自動職缺検索:Upwork機会の集約とAI駆動型通知器
Set
Gmail
Http Request
+
Set
Gmail
Http Request
13 ノードYaron Been
その他
YT寝る前のおはなし - ショート動画 - N8Nマーケットプレイス
OpenAIを使ってYouTube用の寝る前の物語を生成する
Set
Code
Wait
+
Set
Code
Wait
43 ノードSamautomation.work
その他
YogiAI
LINE で毎日の運動プランとマルチメディアメッセージを取得
Set
Code
Split Out
+
Set
Code
Split Out
31 ノードlin@davoy.tech
その他
Firecrawl Extraction - Quiver Q
Firecrawl + OpenAI + Gmailを通じて米国議員の株式取引日報を生成
If
Set
Code
+
If
Set
Code
19 ノードAutomate With Marc
その他
ワークフロー情報
難易度
中級
ノード数12
カテゴリー2
ノードタイプ8
作成者
Gerald Denor
@dominixaiGerald Akhidenor is an AI Automation Lead Creative with 5 years of experience in AI automation consultancy. He specializes in n8n and API integrations, driving innovative automation solutions. As founder of DominixAI, Gerald combines creative vision and technical expertise to streamline processes and boost efficiency through cutting-edge AI technologies.
外部リンク
n8n.ioで表示 →
このワークフローを共有