AutomationFlowsSlack & Telegram › Linkedin Job Monitor: Smart Filtering + Google Sheets + Telegram/whatsapp Alerts

Linkedin Job Monitor: Smart Filtering + Google Sheets + Telegram/whatsapp Alerts

Bypapcy @papcy on n8n.io

Automates LinkedIn job searches across multiple countries and categories, filters results with AI, stores data in Google Sheets, and sends weekly Telegram notifications. Perfect for professionals seeking opportunities in software development, web development, and digital…

Event trigger★★★★☆ complexity29 nodesTelegram TriggerItem ListsHTTP RequestGoogle SheetsTelegramWhatsApp
Slack & Telegram Trigger: Event Nodes: 29 Complexity: ★★★★☆ Added:

This workflow corresponds to n8n.io template #4780 — we link there as the canonical source.

This workflow follows the Google Sheets → HTTP Request recipe pattern — see all workflows that pair these two integrations.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "id": "ad2d11df-2f33-4ed2-80d5-169eef60705d",
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -1840,
        400
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "c7ce4d9a-2320-444d-8f56-750dd4ff68e1",
      "name": "Weekly Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1840,
        200
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "ada68632-e966-43a1-b22e-c3c14f9f4883",
      "name": "Initialize Variables",
      "type": "n8n-nodes-base.set",
      "position": [
        -1620,
        300
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "ab057db9-ed26-45e6-a1a1-39c24f0b3503",
      "name": "Split Countries",
      "type": "n8n-nodes-base.itemLists",
      "position": [
        -1400,
        300
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "39c68aba-08f5-4941-8da0-c9836d97b0c9",
      "name": "Split Job Types",
      "type": "n8n-nodes-base.itemLists",
      "position": [
        -1180,
        300
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "9e5c39df-24f4-4463-aca0-b32577dc34ef",
      "name": "Search LinkedIn Jobs",
      "type": "n8n-nodes-base.httpRequest",
      "maxTries": 3,
      "position": [
        -960,
        300
      ],
      "parameters": {},
      "retryOnFail": true,
      "typeVersion": 4.1,
      "continueOnFail": true
    },
    {
      "id": "ab8d763b-3ffe-4a61-bbf2-0d2bd8910c35",
      "name": "Check if Jobs Found",
      "type": "n8n-nodes-base.if",
      "position": [
        -740,
        300
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "88bcfcd1-f10e-41d6-8945-16aa208fa090",
      "name": "Process & Filter Jobs",
      "type": "n8n-nodes-base.code",
      "position": [
        -520,
        200
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ac03abd2-97fc-48a1-b211-19e084e9b1ae",
      "name": "Check Processed Jobs",
      "type": "n8n-nodes-base.if",
      "position": [
        -300,
        200
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "c7216dad-0680-42ff-813c-f972758e44ec",
      "name": "Save to Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -80,
        140
      ],
      "parameters": {},
      "typeVersion": 4
    },
    {
      "id": "84f3d46d-b96f-42dd-b24a-453fb5b5aa94",
      "name": "Aggregate All Jobs",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        140,
        140
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f148a8f4-1b49-4ca1-9d4b-7780501c2a39",
      "name": "Create Enhanced Summary",
      "type": "n8n-nodes-base.code",
      "position": [
        360,
        140
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "40c4fd77-50a8-4dd4-adf8-da1f54f9949e",
      "name": "Format Enhanced Message",
      "type": "n8n-nodes-base.code",
      "position": [
        580,
        140
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ca4fa88b-9e2e-4a8c-9b03-78553f2ba34f",
      "name": "Send Telegram Notification",
      "type": "n8n-nodes-base.telegram",
      "position": [
        800,
        240
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "9fb2d885-d69a-4bb5-882d-40a6ac841676",
      "name": "No Jobs Found",
      "type": "n8n-nodes-base.set",
      "position": [
        -300,
        440
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "f20b2efa-3f2f-454f-9438-37750349c390",
      "name": "Create No Jobs Summary",
      "type": "n8n-nodes-base.code",
      "position": [
        -80,
        400
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "b7651fb7-e242-4f8f-8f69-15bc20cd7b46",
      "name": "Send No Jobs Notification",
      "type": "n8n-nodes-base.telegram",
      "position": [
        140,
        400
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "34730352-fe08-48ca-80c5-1eeeeb672491",
      "name": "WhatsApp Business Cloud",
      "type": "n8n-nodes-base.whatsApp",
      "position": [
        800,
        40
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "8d24ea10-8e15-48de-9da5-0cb03a3a4550",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1820,
        -40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "fa76b240-8065-4dc0-a6f4-e85eb5ecfedc",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1540,
        160
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c26bd5d8-9964-4216-b215-ad1d95ff4cf3",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -960,
        500
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "39173edf-2e34-4f6d-9017-79d92083e14a",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -480,
        -20
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c789468f-aace-49c2-8f87-358b73a3cd41",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        120
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "2040c287-6d49-4e9c-8e17-8126c4290389",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        -60
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "969ef5da-ce14-4b99-b68b-b333339a9461",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        440,
        -20
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "b6eec828-3e12-425a-aefd-b07367f11029",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        820,
        440
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "0bee380a-5384-45c9-a098-ab075e1dcc2f",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -100,
        540
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "6ec138d7-cb28-4b01-8431-5fb7bba431d7",
      "name": "Sticky Note10",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2220,
        200
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "9f6dab88-d470-4024-8a20-f245f5b9ac4c",
      "name": "Sticky Note11",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1880,
        700
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "No Jobs Found": {
      "main": [
        [
          {
            "node": "Create No Jobs Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Countries": {
      "main": [
        [
          {
            "node": "Split Job Types",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Job Types": {
      "main": [
        [
          {
            "node": "Search LinkedIn Jobs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Weekly Schedule": {
      "main": [
        [
          {
            "node": "Initialize Variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Telegram Trigger": {
      "main": [
        [
          {
            "node": "Initialize Variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate All Jobs": {
      "main": [
        [
          {
            "node": "Create Enhanced Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check if Jobs Found": {
      "main": [
        [
          {
            "node": "Process & Filter Jobs",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "No Jobs Found",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Processed Jobs": {
      "main": [
        [
          {
            "node": "Save to Google Sheets",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Create No Jobs Summary",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Initialize Variables": {
      "main": [
        [
          {
            "node": "Split Countries",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Search LinkedIn Jobs": {
      "main": [
        [
          {
            "node": "Check if Jobs Found",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Process & Filter Jobs": {
      "main": [
        [
          {
            "node": "Check Processed Jobs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save to Google Sheets": {
      "main": [
        [
          {
            "node": "Aggregate All Jobs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create No Jobs Summary": {
      "main": [
        [
          {
            "node": "Send No Jobs Notification",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Enhanced Summary": {
      "main": [
        [
          {
            "node": "Format Enhanced Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Format Enhanced Message": {
      "main": [
        [
          {
            "node": "Send Telegram Notification",
            "type": "main",
            "index": 0
          },
          {
            "node": "WhatsApp Business Cloud",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Automates LinkedIn job searches across multiple countries and categories, filters results with AI, stores data in Google Sheets, and sends weekly Telegram notifications. Perfect for professionals seeking opportunities in software development, web development, and digital…

Source: https://n8n.io/workflows/4780/ — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

checkProcess(old). Uses googleSheets, httpRequest, telegram, @n-octo-n/n8n-nodes-json-database. Event-driven trigger; 40 nodes.

Google Sheets, HTTP Request, Telegram +3
Slack & Telegram

This workflow provides a complete solution for handling Telegram Stars payments, invoicing and refunds using n8n. It automates the process of sending invoices, managing pre-checkout approvals, recordi

HTTP Request, Execute Workflow Trigger, Google Sheets +2
Slack & Telegram

clients kept booking meetings during my prayer times. i'd either miss a prayer or scramble to reschedule. the problem wasn't the clients — it was that my calendar had no blocked windows for salah. i n

Telegram Trigger, HTTP Request, Google Calendar +3
Slack & Telegram

Generate 360° product videos from a single photo using Google Veo 3 and Telegram

Telegram, Telegram Trigger, HTTP Request +1
Slack & Telegram

02b — Article callback. Uses telegramTrigger, googleSheets, telegram, httpRequest. Event-driven trigger; 30 nodes.

Telegram Trigger, Google Sheets, Telegram +1