Skip to main content

Automated Web Scraper: Niche Job/Product Monitor With Telegram Alert

Workflow preview

Workflow preview
100%
Automated Web Scraper: Niche Job/Product Monitor With Telegram Alert preview
Open on n8n.io

Important notice

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

1. Workflow Overview

How it works This workflow is your personal digital assistant for tracking specific information on websites that lack APIs or RSS feeds. It's perfect for keeping an eye on: Niche job postings on sp...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.cron, n8n-nodes-base.httprequest, n8n-nodes-base.htmlextract, n8n-nodes-base.if, n8n-nodes-base.function, n8n-nodes-base.telegram

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automated Web Scraper: Niche Job/Product Monitor With Telegram Alert
Workflow name
Automated Web Scraper: Niche Job/Product Monitor With Telegram Alert

How it works

This workflow is your personal digital assistant for tracking specific information on websites that lack APIs or RSS feeds. It's perfect for keeping an eye on:

  • Niche job postings on specialized forums or company career pages.

  • Product availability or price changes on smaller e-commerce sites.

  • Any specific text or data appearing on a public webpage.

It automatically:

  • Visits a specified webpage on a schedule (e.g., hourly, daily).

  • Intelligently extracts specific data points (like job titles, links, product names, or stock status) from the page's HTML using advanced selectors.

  • Notifies you via Telegram when new relevant information is found or if a change occurs.

Stop manually refreshing pages and let automation bring the critical updates directly to you!

Set up steps

Setting up this workflow is more involved than basic automations due to the web scraping aspect, typically taking around 20-40 minutes. You'll need to:

  • Identify the exact URL of the webpage you want to monitor.

  • Learn how to find CSS Selectors or XPath for the specific data elements you want to extract from the webpage (a browser's developer tools are essential here).

  • Authenticate your Telegram account to receive notifications.

  • Optionally, set up an AI service (like OpenAI) if you want to summarize extracted content.

All detailed setup instructions and specific configuration guidance, including how to find CSS selectors, are provided within the workflow itself using sticky notes.

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 - Hourly Monitor Trigger

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

Block 2 - Fetch Webpage Content

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

Block 3 - Extract Job/Product Info

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

Block 4 - If Items Found

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

Block 5 - Format Notification Message

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

Block 6 - Send Telegram Alert

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

3. Summary Table

Workflow Automated Web Scraper: Niche Job/Product Monitor With Telegram Alert
Complexity intermediate
Nodes 6
Categories Market Research, AI Summarization
Author Piotr Sobolewski
Published 29 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6663/6663.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 Automated Web Scraper: Niche Job/Product Monitor With Telegram Alert do?

How it works This workflow is your personal digital assistant for tracking specific information on websites that lack APIs or RSS feeds. It's perfect for keeping an eye on: Niche job postings on sp...

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 Market Research, AI Summarization use case.