Skip to main content

Monitor eBay deals with GPT-4 scoring,Decodo & Telegram notifications

Workflow preview

Workflow preview
100%
Monitor eBay deals with GPT-4 scoring,Decodo & Telegram notifications preview
Open on n8n.io

Important notice

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

1. Workflow Overview

What this workflow does This workflow automatically monitors eBay Deals and sends Telegram alerts when relevant, high quality deals are detected. It combines: Web scraping with Decodo JavaScript pr...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.code, n8n-nodes-base.telegram, n8n-nodes-base.if, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.lmchatopenai

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Monitor eBay deals with GPT-4 scoring,Decodo & Telegram notifications
Workflow name
Monitor eBay deals with GPT-4 scoring,Decodo & Telegram notifications

What this workflow does

This workflow automatically monitors eBay Deals and sends Telegram alerts when relevant, high-quality deals are detected.

It combines:

  • Web scraping with Decodo
  • JavaScript pre-processing (no raw HTML sent to the LLM)
  • AI-based product classification and deal scoring
  • Rule-based filtering using price and score

Only valuable deals reach the final notification.

How it works (overview)

  1. The workflow runs manually or on a schedule.
  2. The eBay Deals page is scraped using Decodo, which handles proxies and anti-bot protections.
    Decodo – Web Scraper for n8n
  3. JavaScript extracts only key product data (ID, title, price, URL, image).
  4. An AI Agent classifies each product and assigns a deal quality score (0–10).
  5. Price and score rules are applied.
  6. Matching deals are sent to Telegram.

How to configure it

1. Decodo

  • Add your Decodo API credentials to the Decodo node.
  • Optionally change the target eBay URL.

2. AI Agent

  • Add your LLM credentials (e.g. Google Gemini).
  • No HTML is sent to the model — only compact, structured data.

3. Telegram

  • Add your Telegram Bot Token.
  • Set your chat_id in the Telegram node.
  • Customize the alert message if needed.

4. Filtering rules

  • Adjust price limits and minimum deal score in the IF node

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 - When clicking ‘Execute workflow’

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

Block 2 - AI Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3

Block 3 - Code in JavaScript

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

Block 4 - Send a text message

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

Block 5 - If

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

Block 6 - Schedule Trigger

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

Block 7 - Sticky Note

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

Block 8 - Sticky Note1

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

Block 9 - Sticky Note2

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

Block 10 - Sticky Note3

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

Block 11 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.3

Block 12 - Code in JavaScript1

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

Block 13 - Decodo

Type / Role
@decodo/n8n-nodes-decodo.decodo - decodo
Config choices
Version 1

Block 14 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 15 - Sticky Note4

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

3. Summary Table

Workflow Monitor eBay deals with GPT-4 scoring,Decodo & Telegram notifications
Complexity advanced
Nodes 15
Categories Market Research, AI Summarization
Author Kevin Meneses
Published 18 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10959/10959.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 Monitor eBay deals with GPT-4 scoring,Decodo & Telegram notifications do?

What this workflow does This workflow automatically monitors eBay Deals and sends Telegram alerts when relevant, high quality deals are detected. It combines: Web scraping with Decodo JavaScript pr...

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.