AIを使った求人情報の自動検索

上級

これはPersonal Productivity, Multimodal AI分野の自動化ワークフローで、17個のノードを含みます。主にIf, Set, Code, Merge, Aggregateなどのノードを使用。 Google Jobs、RemoteOK、GPT-3.5 を使ってAIの求人情報に基づく自動求人検索を行い、AI採用情報に基づく自動求人検索と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リード生成とInMail投稿
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 による分析と音声メッセージの transcrição
毎日の WhatsApp グループ インタラクティブ分析:GPT-4.1 分析と音声メッセージ文字起こし
If
Set
Code
+
If
Set
Code
52 ノードDaniel Lianes
その他
GitHub 同期ダッシュボード - V2
コミット履歴とロールバック機能を備えた GitHub ワークフロー バージョン管理ダッシュボード
If
N8n
Set
+
If
N8n
Set
94 ノードEduard
DevOps
ワークフロー情報
難易度
上級
ノード数17
カテゴリー2
ノードタイプ10
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

作成者
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

Founder 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で表示

このワークフローを共有

カテゴリー

カテゴリー: 34