AutomationFlowsSlack & Telegram › Automated Job Aggregation Bot

Automated Job Aggregation Bot

Original n8n title: 招聘信息聚合bot

招聘信息聚合Bot. Uses scheduleTrigger, httpRequest, htmlExtract, removeDuplicates. Scheduled trigger; 15 nodes.

Cron / scheduled trigger★★★★☆ complexity15 nodesHTTP RequestHtml ExtractTelegram
Slack & Telegram Trigger: Cron / scheduled Nodes: 15 Complexity: ★★★★☆ Added:

This workflow follows the HTTP Request → Telegram 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
{
  "name": "\u62db\u8058\u4fe1\u606f\u805a\u5408Bot",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "hoursInterval": 12
            }
          ]
        }
      },
      "id": "schedule-trigger",
      "name": "\u5b9a\u65f6\u89e6\u53d1\uff08\u6bcf12\u5c0f\u65f6\uff09",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -448,
        160
      ],
      "typeVersion": 1.3
    },
    {
      "parameters": {
        "method": "POST",
        "url": "=http://job-bot-backend:8000/api/v1/scrape/trigger",
        "sendBody": false,
        "options": {
          "timeout": 180000
        }
      },
      "id": "trigger-scraper",
      "name": "\u89e6\u53d1\u540e\u7aef\u722c\u866b\uff08\u7ffb\u987530+\u5c97\u4f4d\uff09",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -32,
        160
      ],
      "typeVersion": 4.4
    },
    {
      "parameters": {
        "method": "POST",
        "url": "=http://job-bot-backend:8000/api/v1/ingest/jobs",
        "sendBody": true,
        "contentType": "raw",
        "rawContentType": "=application/json",
        "body": "={{ $input.all().map(i => i.json.data || i.json) }}",
        "options": {}
      },
      "id": "ingest-fallback",
      "name": "\u5907\u7528\uff1a\u76f4\u63a5\u704c\u5165API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        160,
        160
      ],
      "typeVersion": 4.4
    }
  ],
  "connections": {
    "\u5b9a\u65f6\u89e6\u53d1\uff08\u6bcf12\u5c0f\u65f6\uff09": {
      "main": [
        [
          {
            "node": "trigger-scraper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

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

How this works

This workflow automates the collection and delivery of fresh job postings from multiple sources, saving you hours of manual searching across recruitment sites. It suits job seekers, recruiters, or teams monitoring hiring trends who want personalised updates without constant effort. The core step fetches listings via HTTP requests to scrape pages—handling over 30 positions with pagination—before extracting key details and sending a deduplicated summary straight to your Telegram chat.

Use this when you need regular, low-maintenance job alerts tailored to specific roles or locations, especially for high-volume markets like tech or finance. Avoid it for real-time needs, as the 12-hour schedule suits periodic checks rather than instant updates; for live feeds, opt for webhook triggers instead. Common variations include swapping Telegram for email notifications or filtering extra criteria like salary ranges in the extraction step.

About this workflow

招聘信息聚合Bot. Uses scheduleTrigger, httpRequest, htmlExtract, removeDuplicates. Scheduled trigger; 15 nodes.

Source: https://github.com/2p1c/job-bot/blob/b6b6febd4748cbb6ba3467fd2cede80feb570370/workflows/job-bot.json — 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

. Uses googleSheets, telegram, httpRequest, wise. Scheduled trigger; 36 nodes.

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

GNCA AI News Pipeline. Uses rssFeedRead, httpRequest, telegram, errorTrigger. Scheduled trigger; 31 nodes.

RSS Feed Read, HTTP Request, Telegram +1
Slack & Telegram

GNCA AI News Pipeline. Uses rssFeedRead, httpRequest, telegram, errorTrigger. Scheduled trigger; 29 nodes.

RSS Feed Read, HTTP Request, Telegram +1
Slack & Telegram

This workflow automates plant care reminders and records using Google Sheets, Telegram, and OpenWeather API.

Google Sheets, HTTP Request, Telegram
Slack & Telegram

Apollo Data Enrichment Using Company Id to automatically finds contacts for companies listed in your Google Sheet, enriches each person with emails and phone numbers via Apollo’s API, and writes verif

Google Sheets, HTTP Request, Error Trigger +1