πŸ“Š Multi-platform price finder: Scraping prices with Bright Data, Claude AI & Telegram

⚑ 1,214 views Β· πŸ“Š Market Research & Insights

πŸ’‘ Pro Tip β€” HTTP Request scraping tends to break when sites update their markup. If you’re scraping a major platform, check if ScraperNode covers it β€” it has maintained scrapers for LinkedIn, Instagram, TikTok, YouTube, and 20+ other platforms that return structured data.

View All Scrapers

Description

This workflow contains community nodes that are only compatible with the self-hosted version of n8n.

πŸ“¦ Multi-Platform Price Finder: Scraping Prices with Bright Data & Telegram

An intelligent n8n automation that fetches real-time product prices from marketplaces like Amazon, Wayfair, Lowe’s, and more using Bright Data’s dataset, and sends promotional messages via Telegram using AIβ€”perfect for price tracking, deal alerts, and affiliate monetization.


πŸ“‹ Overview

This automation tracks product prices across top e-commerce platforms using Bright Data and sends out alerts via Telegram based on the best available deals. The workflow is designed for affiliate marketers, resellers, and deal-hunting platforms who want real-time competitive pricing.


✨ Key Features


🎯 What This Workflow Does

Input

Processing Steps

  1. User Input via n8n form trigger (keyword-based)
  2. Bright Data API Trigger for each marketplace
  3. Status Polling: Wait until scraping snapshot is ready
  4. Data Retrieval: Fetches JSON results from Bright Data snapshot
  5. Data Cleaning & Normalization: Price, title, and URL are extracted
  6. Merging Products from all platforms
  7. Find Lowest Price Product using custom JS logic
  8. AI Prompt Generation via Claude/Anthropic
  9. Telegram Formatting and alert message creation

Output


πŸš€ Setup Instructions

Step 1: Import Workflow

  1. Open n8n > Workflows > + Add Workflow
  2. Import the provided JSON file

Step 2: Configure Bright Data

Step 3: Enable Keyword Trigger

Step 4: Telegram or AI Integration


πŸ“– Usage Guide

Adding Keywords

Understanding AI-Powered Output

Debugging Output


πŸ”§ Customization Options

Add More Marketplaces

Modify Price Logic

Change Message Format


πŸ§ͺ Test & Activation


🚨 Troubleshooting

IssueSolution
No Data ReturnedEnsure keyword matches real products
Status Not β€˜Ready’Bright Data delay; add Wait nodes
Invalid API KeyCheck Bright Data credentials
AI ErrorsAdjust prompt or validate input fields

πŸ“Š Use Cases


βœ… Quick Setup Checklist


🌐 Example Output

{
  "title": "Apple iPhone 15 Pro Max",
  "price": 1199,
  "url": "https://amazon.com/iphone-15",
  "message": "πŸ”₯ Grab the Apple iPhone 15 Pro Max for just $1199! Limited dealβ€”Check it out: https://amazon.com/iphone-15"
}

πŸ“¬For any questions or support, please contact:

πŸ“§ <info@incrementors.com>

or fill out this form: https://www.incrementors.com/contact-us/

πŸ”— Nodes Used

Google Sheets, HTTP Request, Telegram, Filter, AI Agent, Anthropic Chat Model

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup