Skip to main content

LinkedIn job monitor: smart filtering + Google Sheets + Telegram/WhatsApp alerts

Workflow preview

Workflow preview
100%
LinkedIn job monitor: smart filtering + Google Sheets + Telegram/WhatsApp alerts preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Automated LinkedIn Job Monitoring with AI Filtering, Google Sheets & Telegram Alerts Description Automates LinkedIn job searches across multiple countries and categories, filters results with AI...

Best for

  • Personal Productivity automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.telegramtrigger, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.itemlists, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.googlesheets

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by papcy.

Original n8n.io source

1.1 Workflow description

Title
LinkedIn job monitor: smart filtering + Google Sheets + Telegram/WhatsApp alerts
Workflow name
LinkedIn job monitor: smart filtering + Google Sheets + Telegram/WhatsApp alerts

Automated LinkedIn Job Monitoring with AI Filtering, Google Sheets & Telegram Alerts

πŸ“‹ Description

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 marketing.

Workflow Process: Weekly scheduler triggers SerpAPI searches β†’ AI processes and filters jobs β†’ Saves to Google Sheets β†’ Sends country-by-country analytics via Telegram/WhatsApp.

πŸ› οΈ Prerequisites

  • SerpAPI Account (free 100 searches/month) - Get API key from serpapi.com
  • Telegram Bot Token - Create via @BotFather
  • Google Sheets - OAuth2 credentials + shareable spreadsheet
  • WhatsApp Business Cloud (optional)

πŸ“‹ Setup Instructions

1. Create Google Spreadsheet

Set column headers: job_title | company_name | location | salary_raw | salary_numeric | remote_status | description | application_url | date_posted | country | timestamp_added | job_id | source

2. Replace Placeholders

  • YOUR_SERPAPI_KEY_HERE β†’ Your SerpAPI key
  • YOUR_GOOGLE_SHEET_ID_HERE β†’ Spreadsheet ID from URL
  • YOUR_TELEGRAM_CHAT_ID_HERE β†’ Your Telegram chat ID
  • YOUR_PHONE_NUMBER_HERE β†’ WhatsApp number (optional)

3. Configure Search Parameters

Modify "Initialize Variables" node:

  • job_types: "software development,web development,digital marketing"
  • countries: "qatar,uae,saudi arabia"

4. Set Credentials

  • Add SerpAPI HTTP credentials
  • Configure Telegram bot credentials
  • Set up Google OAuth2 credentials

Column Requirements: Ensure Google Sheets has exact column names as specified above for proper data mapping.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Telegram Trigger

Type / Role
n8n-nodes-base.telegramTrigger - telegramTrigger
Config choices
Version 1.2

Block 2 - Weekly Schedule

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.1

Block 3 - Initialize Variables

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3

Block 4 - Split Countries

Type / Role
n8n-nodes-base.itemLists - itemLists
Config choices
Version 3

Block 5 - Split Job Types

Type / Role
n8n-nodes-base.itemLists - itemLists
Config choices
Version 3

Block 6 - Search LinkedIn Jobs

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.1

Block 7 - Check if Jobs Found

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 8 - Process & Filter Jobs

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 9 - Check Processed Jobs

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 10 - Save to Google Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4

Block 11 - Aggregate All Jobs

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 12 - Create Enhanced Summary

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Format Enhanced Message

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 14 - Send Telegram Notification

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 15 - No Jobs Found

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3

Block 16 - Create No Jobs Summary

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 17 - Send No Jobs Notification

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 18 - WhatsApp Business Cloud

Type / Role
n8n-nodes-base.whatsApp - whatsApp
Config choices
Version 1

Block 19 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 21 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 22 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 24 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow LinkedIn job monitor: smart filtering + Google Sheets + Telegram/WhatsApp alerts
Complexity advanced
Nodes 29
Categories Personal Productivity, AI Summarization
Author papcy
Published 08 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4780/4780.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does LinkedIn job monitor: smart filtering + Google Sheets + Telegram/WhatsApp alerts do?

Automated LinkedIn Job Monitoring with AI Filtering, Google Sheets & Telegram Alerts Description Automates LinkedIn job searches across multiple countries and categories, filters results with AI...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Summarization use case.