Skip to main content

Telegram shopping assistant: Amazon product search with Apify & OpenRouter AI

Workflow preview

Workflow preview
100%
Telegram shopping assistant: Amazon product search with Apify & OpenRouter AI preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Automate Amazon searches to Telegram with AI powered scraping This workflow connects Amazon product lookups to Telegram using AI enhanced scraping and automation. It lets users send a product name ...

Best for

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

Tools used

n8n-nodes-base.code, @n8n/n8n-nodes-langchain.lmchatopenrouter, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote, n8n-nodes-base.telegramtrigger, n8n-nodes-base.switch, 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 Parth Pansuriya.

Original n8n.io source

1.1 Workflow description

Title
Telegram shopping assistant: Amazon product search with Apify & OpenRouter AI
Workflow name
Telegram shopping assistant: Amazon product search with Apify & OpenRouter AI

Automate Amazon searches to Telegram with AI-powered scraping

This workflow connects Amazon product lookups to Telegram using AI-enhanced scraping and automation. It lets users send a product name to a Telegram bot and instantly receive pricing, discount, and product links — all pulled dynamically from Amazon.

Who’s it for

  • Amazon affiliates
  • Telegram shopping groups
  • Product reviewers & resellers
  • Deal-focused communities
  • Anyone wanting fast price checks without browsing

How it works

  • Telegram Trigger receives messages from the user.
  • AI Classifier (via OpenRouter & LangChain) detects whether the user is asking for a product.
  • If yes, it sends the query to Apify's Amazon Scraper to fetch real product listings.
  • The scraped data (price, discount, rating, link) is formatted into a Telegram response.
  • If not a product query, an AI fallback response is sent instead.

Requirements

  • Telegram Bot Token
  • Apify API Token
  • OpenRouter API Key (or compatible LLM provider)

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 - Code

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

Block 2 - OpenRouter Chat Model2

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

Block 3 - Intent Detection

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

Block 4 - OpenRouter Chat Model

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

Block 5 - Send Post request and get datset items

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

Block 6 - Clean userInput

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

Block 7 - Sticky Note

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

Block 8 - Recieve Message

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

Block 9 - Product Vs Response

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

Block 10 - Response for General

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

Block 11 - Send Response

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

Block 12 - Send Amazone Products

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

3. Summary Table

Workflow Telegram shopping assistant: Amazon product search with Apify & OpenRouter AI
Complexity intermediate
Nodes 12
Categories Market Research, AI Chatbot
Author Parth Pansuriya
Published 23 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6319/6319.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 Telegram shopping assistant: Amazon product search with Apify & OpenRouter AI do?

Automate Amazon searches to Telegram with AI powered scraping This workflow connects Amazon product lookups to Telegram using AI enhanced scraping and automation. It lets users send a product name ...

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 Chatbot use case.