
This workflow is a powerful sourcing tool that allows users to quickly find various suppliers and price points for a specific product. It uses BrowserAct to execute deep searches across major e-commerce sections, extracting initial data and then diving into product pages for alternative suppliers. The retrieved information is then cleaned, refined, and filtered by Gemini AI before being presented to the user via Telegram.
This core module handles the multi-step search and comprehensive supplier data extraction:
The Agent takes a Product Link or a Product Keyword as input.

The Agent executes a web search for the product.
It immediately navigates to the dedicated Shopping/E-commerce section (e.g., Google Shopping, Amazon results) to ensure the focus is on retailers and suppliers.

The Agent extracts overall data from the search results page, capturing initial supplier names, prices, and links.

To find even more options (often found on a product's dedicated page), the Agent clicks on the first result.
On the product page, it specifically looks for and extracts additional suppliers or price comparisons usually located in a dedicated sidebar section.
Data Consolidation: All extracted supplier information (names, prices, links, etc.) is bundled and sent to the Make.com scenario.
The Make.com scenario manages the user interaction, intelligent data cleaning, and final delivery:
The workflow starts by receiving a user's request (via Telegram or another trigger).
An initial AI node validates the user's input, ensuring it's a legitimate product query and potentially generating a clean search keyword for the BrowserAct module.
If the input is valid, the refined keyword is sent to the BrowserAct node to execute the multi-step supplier extraction.
The raw, often noisy, data extracted by BrowserAct is sent to a Gemini AI node.
Remove Irrelevant Data: Filter out non-supplier results, redundant entries, or clearly junk data.
Standardize Format: Clean up prices, currency symbols, and supplier names for consistent presentation.
Summarize: Format the clean results into a concise, readable message structure suitable for Telegram.
The refined and organized list of suppliers is sent back to the user via Telegram, providing a quick and actionable overview of sourcing options.
E-commerce Sourcing: Quickly compare prices and find alternative sellers for inventory restocking or drop-shipping.
Price Monitoring: Use the workflow to automatically check the availability and price fluctuations of a specific product across multiple retailers.
Retailer Research: Identify all major suppliers carrying a product to better understand market distribution and competitive landscapes.
Personal Shopping: Use the bot to find the best deal or most reliable seller for a high-value personal purchase.