Skip to main content

Extract Amazon best seller electronic info with Bright Data and Google Gemini

Workflow preview

Workflow preview
100%
Extract Amazon best seller electronic info with Bright Data and 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? Extract Amazon Best Seller Electronic Info is an automated workflow that extracts best seller data from Amazon's Electronics section using Bright Data Web Unlocker, transform it in...

Best for

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

Tools used

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

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
Extract Amazon best seller electronic info with Bright Data and Google Gemini
Workflow name
Extract Amazon best seller electronic info with Bright Data and Google Gemini

Who this is for?

Extract Amazon Best Seller Electronic Info is an automated workflow that extracts best seller data from Amazon's Electronics section using Bright Data Web Unlocker, transform it into structured JSON using Google Gemini's LLM, and forwards a fully structured JSON response to a specified webhook for downstream use.

This workflow is tailored for:

  • eCommerce Analysts Who need to monitor Amazon best-seller trends in the Electronics category and track changes in real-time or on a schedule.

  • Product Intelligence Teams Who want structured insights on competitor offerings, including rankings, prices, ratings, and promotions.

  • AI-powered Chatbot Developers Who are building assistants capable of answering product-related queries with fresh, structured data from Amazon.

  • Growth Hackers & Marketers Looking to automate competitive research and surface trending product data to inform pricing strategies.

  • Data Aggregators and Price Trackers Who need reliable and smart scraping of Amazon data enriched with AI-driven parsing.

What problem is this workflow solving?

Keeping up with Amazon's best sellers in Electronics is a time-consuming, error-prone task when done manually.This workflow automates the process, ensuring:​

  • Automating Data Extraction from Amazon Best Sellers using Bright Data, ensuring reliable access to real-time, structured data.

  • Enhancing Raw Data with Google Gemini, turning product lists into structured JSON using the Google Gemini LLM.

  • Sending Results to a Webhook, enabling seamless integration into dashboards, databases, or chatbots.

What this workflow does

The workflow performs the following steps:​

  • Extracts Amazon Best Seller Electronics page info using Bright Data's Web Unlocker API.

  • Processes the unstructured content using Google Gemini's Flash Exp model to extract structured product data.

  • Sends the structured information to a webhook endpoint.

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.
  • In n8n, configure the Google Gemini(PaLM) Api account with the Google Gemini API key (or access through Vertex AI or proxy).
  • Update the Amazon URL with the Bright Data zone by navigating to the Amazon URL with the Bright Data Zone node.
  • Update the Webhook HTTP Request node with the Webhook endpoint of your choice.

How to customize this workflow to your needs

This workflow is built to be flexible - whether you're a market researcher, e-commerce entrepreneur, or data analyst. Here's how you can adapt it to fit your specific use case:

  • Change the Amazon Category Update the Amazon URL with the topic of your interest such as Computers & Accessories, Home Audio, etc.

  • Customize the Gemini Prompt Update the Gemini prompt to get different styles of output — comparison tables, summaries, feature highlights, etc.

  • Send Output to Other Destinations Replace the Webhook URL to forward output to:

  1. Google Sheets
  2. Airtable
  3. Slack or Discord
  4. Custom API endpoints

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 Note1

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

Block 3 - Google Gemini Chat Model

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

Block 4 - HTTP Request to fetch the Amazon Best Seller Products

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

Block 5 - Structured Data Extractor

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

Block 6 - Set Amazon URL with the Bright Data Zone

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

Block 7 - Sticky Note

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

Block 8 - Webhook Notifier for structured data extractor

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

3. Summary Table

Workflow Extract Amazon best seller electronic info with Bright Data and Google Gemini
Complexity intermediate
Nodes 8
Categories Market Research, AI Summarization
Author Ranjan Dailata
Published 23 Apr 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3681/3681.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 Extract Amazon best seller electronic info with Bright Data and Google Gemini do?

Who this is for? Extract Amazon Best Seller Electronic Info is an automated workflow that extracts best seller data from Amazon's Electronics section using Bright Data Web Unlocker, transform it in...

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.