AI-Powered Amazon Product Scraper Telegram Bot
detail.loadingPreview
This n8n workflow creates an intelligent Telegram bot that acts as your personal shopping assistant. Simply send a product query, and the bot will scrape Amazon for relevant items, providing you with titles, URLs, and prices. It even intelligently differentiates between product searches and general chat.
About This Workflow
Revolutionize your online shopping experience with this n8n workflow, transforming a Telegram bot into a smart Amazon product finder. Users can effortlessly send product requests, and the bot intelligently processes the input, cleansing it of extraneous information. Leveraging AI via OpenRouter, it accurately detects user intent—whether it's a product search or a casual query—and responds accordingly. For product requests, it efficiently scrapes Amazon for up to five top results, delivering essential details like product titles, direct URLs, and current prices. This powerful automation streamlines product discovery, saving time and enhancing user interaction.
Key Features
- Intelligent Intent Detection: Utilizes AI (GPT-3.5-turbo via OpenRouter) to distinguish between product search queries and general conversation, routing messages appropriately.
- Automated Amazon Product Scraping: Fetches up to 5 relevant product details (title, URL, price) directly from Amazon based on user input using a scraping API.
- Smart Input Cleaning: Automatically processes user messages, removing platform mentions (e.g., "in amazon", "on flipkart") and punctuation for accurate search queries.
- Telegram Bot Integration: Seamlessly interacts with users through a Telegram bot interface, making product searches as easy as sending a message.
- Conversational AI Fallback: Provides intelligent, conversational responses for non-product-related queries, maintaining an engaging user experience.
How To Use
- Configure Telegram Bot: In the
Recieve Messagenode, select or add your Telegram API credentials. Create a bot via BotFather on Telegram and obtain its token. - Add OpenRouter Credentials: For the
OpenRouter Chat ModelandIntent Detectionnodes, ensure your OpenRouter API credentials are configured to enable AI processing. - Scraping API Setup: The
Send Post request and get datset itemsnode is pre-configured to send a POST request to an external scraping service (e.g., Apify for Amazon scraping, as suggested in the workflow notes). Ensure this service is accessible and configured to handle the request for Amazon search URLs. - Customize AI Behavior: Modify the
systemMessageparameter within theIntent Detectionnode if you wish to fine-tune the AI's intent classification or conversational responses. - Adjust Product Quantity: Edit the
maxItemsPerStartUrlparameter in theSend Post request and get datset itemsnode to specify how many products should be retrieved per search query (default is 5). - Activate Workflow: Save and activate the workflow in n8n. Your Telegram bot will now be ready to receive messages and process product searches.
Apps Used
Workflow JSON
{
"id": "60faba4e-c0e2-479b-a3c9-fd5e4560ec80",
"name": "AI-Powered Amazon Product Scraper Telegram Bot",
"nodes": 15,
"category": "Personal",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 60faba4e-c0e2...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Related Workflows
Discover more workflows you might like
Automate Your Daily Briefing: News, Emails, and Tasks
Streamline your day by automatically fetching the latest news from Times of India, important emails from your Gmail, and your upcoming Todoist tasks. Get a consolidated, beautifully formatted daily digest delivered straight to your inbox.
AI Music Generator with Suno V3.5 (KIE.ai)
This n8n workflow automates AI music generation using the KIE.ai API, powered by the Suno V3.5 model. Users simply submit music prompts, styles, and titles via a web form, and the system handles real-time generation and delivery of the final audio output. It's perfect for quickly creating custom music for various needs.
Smart Expense Tracking with Telegram & AI
Automate your personal finance management by turning your Telegram chat into an intelligent expense tracker. Simply send a photo of a receipt or a text message, and this workflow uses AI to categorize your spending, extract crucial details, and provide instant summaries.