Skip to main content

Import Faire products to Shopify using BrowserAct, Gemini, and Telegram

Workflow preview

Workflow preview
100%
Import Faire products to Shopify using BrowserAct, Gemini, and Telegram preview
Open on n8n.io

1. Workflow Overview

Import products from Faire to Shopify using BrowserAct, Gemini and Telegram This workflow acts as an automated dropshipping assistant. It allows you to send product links from Faire.com to a Telegr...

Best for

  • Content Creation automation workflows
  • AI Chatbot automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.shopify, n8n-nodes-base.switch, n8n-nodes-base.telegramtrigger, n8n-nodes-base.telegram, n8n-nodes-browseract.browseract

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Madame AI Team | Kai.

Original n8n.io source

1.1 Workflow description

Title
Import Faire products to Shopify using BrowserAct, Gemini, and Telegram
Workflow name
Import Faire products to Shopify using BrowserAct, Gemini, and Telegram

Import products from Faire to Shopify using BrowserAct, Gemini and Telegram

This workflow acts as an automated dropshipping assistant. It allows you to send product links from Faire.com to a Telegram bot, which then scrapes the product data, rewrites it for SEO using AI, and imports it directly into your Shopify store—handling images, pricing, and descriptions automatically.

Target Audience

Dropshippers, e-commerce store owners, and inventory managers sourcing products from Faire.

How it works

  1. Receive Link: You send a Faire product URL to your Telegram bot.
  2. Analyze Input: An AI Agent classifies your message to determine if it's a product import request or just a chat.
  3. Scrape Product: BrowserAct executes a background task to scrape the product's title, description, price, and images from the provided URL.
  4. Human Verification (CAPTCHA): If the scraper hits a CAPTCHA, the workflow pauses and alerts you on Telegram. Once you solve it, the workflow resumes automatically.
  5. AI Enhancement: A second AI Agent (using Google Gemini) rewrites the product title and description to be SEO-friendly and sales-oriented, formatting it in HTML.
  6. Sync to Shopify: The workflow creates the product in Shopify, adds the correct variant pricing/SKU, and uploads all scraped images.

How to set up

  1. Configure Credentials: Connect your Telegram, Shopify, BrowserAct, and Google Gemini accounts in n8n.
  2. Prepare BrowserAct: Ensure the Product Importer Bot for Shopify template is saved in your BrowserAct account.
  3. Configure Telegram: Ensure your bot is created via BotFather and the API token is added to the Telegram credentials.
  4. Activate: Turn on the workflow.
  5. Test: Send a Faire product link to your bot to start the import process.

Requirements

  • BrowserAct account with the Product Importer Bot for Shopify template.
  • Shopify account (Access Token with write_products permission).
  • Telegram account (Bot Token).
  • Google Gemini account.

How to customize the workflow

  1. Change Pricing Logic: Add a Set node before the "Add Price" node to increase the scraped price by a percentage (markup) before importing.
  2. Translate Content: Modify the system prompt in the Analyzing Products agent to translate the description into another language during the rewrite.
  3. Add More Fields: Update the Analyzing Products agent to extract additional data like "Material" or "Dimensions" and map them to Shopify Metafields.

Need Help?


Workflow Guidance and Showcase Video

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 - Validate user Input

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

Block 2 - Google Gemini

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

Block 3 - Structured Output

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

Block 4 - Create a product

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

Block 5 - Structured Output Parser

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

Block 6 - Human verification Switch

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

Block 7 - User Sends Message to Bot

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

Block 8 - Validation Type Switch

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

Block 9 - Process Initialization Alert

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

Block 10 - Scrape Product Data

Type / Role
n8n-nodes-browseract.browserAct - browserAct
Config choices
Version 1

Block 11 - Send Failure Alert

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

Block 12 - Ask User for Verification

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

Block 13 - Give Time to Complete Verification

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 14 - Get Data From BrowserAct

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

Block 15 - Analyze Products and Generate Data

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

Block 16 - Add Price to Product

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

Block 17 - Wait for All Inputs

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

Block 18 - Split Out Images

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

Block 19 - Add Images to Product

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

Block 20 - Google Gemini3

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

Block 21 - Google Gemini2

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

Block 22 - Answering Agent

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

Block 23 - Answer the User

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

Block 24 - Documentation

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

Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Import Faire products to Shopify using BrowserAct, Gemini, and Telegram
Complexity advanced
Nodes 29
Categories Content Creation, AI Chatbot
Author Madame AI Team | Kai
Published 01 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12358/12358.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 Import Faire products to Shopify using BrowserAct, Gemini, and Telegram do?

Import products from Faire to Shopify using BrowserAct, Gemini and Telegram This workflow acts as an automated dropshipping assistant. It allows you to send product links from Faire.com to a Telegr...

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 Content Creation, AI Chatbot use case.