Skip to main content

Automate Etsy data mining with Bright Data Scrape & Google Gemini

Workflow preview

Workflow preview
100%
Automate Etsy data mining with Bright Data Scrape & Google Gemini preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Who this is for? The Automate Etsy Data Mining with Bright Data Scrape & Google Gemini workflow is designed for eCommerce analysts, product researchers, and AI developers seeking to extract actiona...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.set, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.splitinbatches, @n8n/n8n-nodes-langchain.informationextractor, n8n-nodes-base.readwritefile

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ranjan Dailata.

Original n8n.io source

1.1 Workflow description

Title
Automate Etsy data mining with Bright Data Scrape & Google Gemini
Workflow name
Automate Etsy data mining with Bright Data Scrape & Google Gemini

Who this is for?

The Automate Etsy Data Mining with Bright Data Scrape & Google Gemini workflow is designed for eCommerce analysts, product researchers, and AI developers seeking to extract actionable insights from Etsy listings at scale.

It is ideal for:

  • eCommerce Entrepreneurs - Researching product demand and competition.

  • Market Analysts - Tracking pricing, reviews, and trends across Etsy categories.

  • Product Managers - Identifying niche opportunities and design inspirations.

  • Data Scientists & AI Engineers - Automating product intelligence pipelines.

  • Growth Hackers - Leveraging Etsy insights to refine product-market fit.

What problem is this workflow solving?

Manually browsing Etsy to analyze product listings, pricing, reviews, and seller activity is slow, inconsistent, and unscalable. Scraping Etsy requires unlocking JavaScript-heavy content and structuring noisy data for analysis.

This workflow solves:

  • Automated and scalable scraping of Etsy product listings using Bright Data’s infrastructure.

  • A fully paginated data structured Estry production data extraction via the Google Gemini LLM.

  • Enables faster decision-making for product research and competitive analysis via the fully automated paginated data extraction.

What this workflow does

  • Receives input: Sets the Esty URL for the data extraction and analysis.

  • Uses Bright Data's Web Unlocker to extract content from relevant sites.

  • Cleans and preprocesses the scraped content for readability.

  • Sends the content to Google Gemini for:

    • Enriched results including:

      • Data persistence over the disk.

      • Sends the response to a target system via Webhook notification.

Setup

  • Sign up at Bright Data.
  • Navigate to Proxies & Scraping and create a new Web Unlocker zone by selecting Web Unlocker API under Scraping Solutions.
  • In n8n, configure the Header Auth account under Credentials (Generic Auth Type: Header Authentication). The Value field should be set with the Bearer XXXXXXXXXXXXXX. The XXXXXXXXXXXXXX should be replaced by the Web Unlocker Token.
  • A Google Gemini API key (or access through Vertex AI or proxy).
  • Update the Set Esty Search Query for setting the brand content URL and the Bright Data Zone name.
  • Update the Webhook HTTP Request node with the Webhook endpoint of your choice.

How to customize this workflow to your needs

  • Input Sources : Replace the static URL with dynamic input from Google Sheets, Webhook, or Airtable to research multiple niches.

  • Prompt Customization : Adjust Gemini prompts to extract specific insights for example:

    • List key features of the product

    • Summarization of the review themes

  • Data Output Options : Update the Webhook notification to save data to:

    • Google Sheets
    • Notion or Airtable
    • SQL/NoSQL
    • Slack/Email

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 - When clicking ‘Test workflow’

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

Block 2 - Sticky Note

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

Block 3 - Sticky Note1

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

Block 4 - Set Esty Search Query

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

Block 5 - Perform Esty Web Request

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

Block 6 - Google Gemini Chat Model

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

Block 7 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 8 - Perform Esty web request over the loop

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

Block 9 - Initiate a Webhook Notification for the extracted data

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

Block 10 - Extract Item List with the Product Info

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

Block 11 - Google Gemini Chat Model for product info

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

Block 12 - Extract Paginated Resultset

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

Block 13 - Sticky Note2

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

Block 14 - Write the scraped content to disk

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

Block 15 - Create a binary data

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

Block 16 - Split Out

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

Block 17 - Extract Paginated Resultset With OpenAI

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

Block 18 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 19 - Sticky Note3

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

3. Summary Table

Workflow Automate Etsy data mining with Bright Data Scrape & Google Gemini
Complexity advanced
Nodes 19
Categories Market Research, AI Summarization
Author Ranjan Dailata
Published 03 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3851/3851.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 Automate Etsy data mining with Bright Data Scrape & Google Gemini do?

Who this is for? The Automate Etsy Data Mining with Bright Data Scrape & Google Gemini workflow is designed for eCommerce analysts, product researchers, and AI developers seeking to extract actiona...

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