Skip to main content

Monitor Amazon product prices with Bright Data and Google Sheets

Workflow preview

Workflow preview
100%
Monitor Amazon product prices with Bright Data and Google Sheets preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Amazon Price Monitoring Workflow This workflow enables you to monitor the prices of Amazon product listings directly from a Google Sheet, using data provided by Bright Data’s Amazon Scraper API. It...

Best for

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

Tools used

n8n-nodes-base.wait, n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, n8n-nodes-base.splitinbatches, n8n-nodes-base.aggregate, n8n-nodes-base.switch, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Cyril Nicko Gaspar.

Original n8n.io source

1.1 Workflow description

Title
Monitor Amazon product prices with Bright Data and Google Sheets
Workflow name
Monitor Amazon product prices with Bright Data and Google Sheets

Amazon Price Monitoring Workflow

This workflow enables you to monitor the prices of Amazon product listings directly from a Google Sheet, using data provided by Bright Data’s Amazon Scraper API. It automates the retrieval of price data for specified products and is ideal for market research, competitor analysis, or personal price tracking.

✅ Requirements

Before using this template, ensure you have the following:

  • A Bright Data account and access to the Amazon Scraper API.
  • An active API key from Bright Data.
  • A Google Sheet set up with the required columns.
  • N8N account (self-host or cloud version)

⚙️ Setup

1. Create a Google Sheet with the following columns:
  • Product URL
  • ZIP Code (used for regional price variations)
  • ASIN (Amazon Standard Identification Number)
2. Extract ASIN Automatically using the following formula in the ASIN column:
=REGEXEXTRACT(A2, "/(?:dp|gp/product|product)/([A-Z0-9]{10})")
  • Replace A2 with the appropriate cell reference
3. Obtain an API Key:
  • Sign in to your Bright Data account.
  • Go to the API section to generate an API key.
  • Create a Bearer Authentication Credential using this key in your automation tool.
4. Configure the Workflow:
  • Use a node (e.g., “Google Sheets”) to read data from your sheet.
  • Use an HTTP Request node to send a query to Bright Data’s Amazon API with the ASIN and ZIP code.
  • Parse the returned JSON response to extract product price and other relevant data.
  • Optionally write the output (e.g., current price, timestamp) back into the sheet or another data store.

Workflow Functionality

  • The workflow is triggered periodically (or manually) and reads product details from your Google Sheet.
  • For each row, it extracts the Product URL and ZIP code and sends a request to the Bright Data API.
  • The API returns product price information, which is then logged or updated back into the sheet using ASIN.
  • You can also map the product URL to the product URL, but ensure that the URL has no parameters. If the URL has appended parameters, refer to the input field from the Bright Data snapshot result.

💡 Use Cases

  • E-commerce sellers monitoring competitors’ prices.
  • Consumers tracking price drops on wishlist items.
  • Market researchers collecting pricing data across ZIP codes.
  • Affiliate marketers ensuring accurate product pricing on their platforms.

🛠️ Customization

  • Add columns for additional product data such as rating, seller, or stock availability.
  • Schedule the workflow to run hourly, daily, or weekly depending on your needs.
  • Implement email or Slack alerts for significant price changes.
  • Filter by product category or brand to narrow your tracking focus.

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 - Wait

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

Block 2 - Schedule Trigger

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

Block 3 - Check Status by Snapshot ID

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

Block 4 - Get the data

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

Block 5 - Initiate request from URLs

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

Block 6 - Read data from Google Sheet

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 7 - Process URLs by batch of 10s

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

Block 8 - Combine the batch

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

Block 9 - Update the records by ASIN

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 10 - Check the status of snapshot

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

Block 11 - Space the request by 1 second

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

Block 12 - Sticky Note

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

Block 13 - Sticky Note1

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

Block 14 - Sticky Note2

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

Block 15 - Sticky Note3

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

3. Summary Table

Workflow Monitor Amazon product prices with Bright Data and Google Sheets
Complexity advanced
Nodes 15
Categories Market Research
Author Cyril Nicko Gaspar
Published 05 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/3878/3878.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 Monitor Amazon product prices with Bright Data and Google Sheets do?

Amazon Price Monitoring Workflow This workflow enables you to monitor the prices of Amazon product listings directly from a Google Sheet, using data provided by Bright Data’s Amazon Scraper API. It...

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