Skip to main content

Track Etsy competitor listing prices with Etsy Open API alerts

Workflow preview

Workflow preview
100%
Track Etsy competitor listing prices with Etsy Open API alerts preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow runs on a schedule (or manually) to fetch public Etsy listing details in a single batch request, stores a baseline snapshot in n8n, and alerts you when listing prices c...

Best for

  • Automation automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.if, 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 Pawel.

Original n8n.io source

1.1 Workflow description

Title
Track Etsy competitor listing prices with Etsy Open API alerts
Workflow name
Track Etsy competitor listing prices with Etsy Open API alerts

Quick Overview

This workflow runs on a schedule (or manually) to fetch public Etsy listing details in a single batch request, stores a baseline snapshot in n8n, and alerts you when listing prices change beyond a configurable percentage threshold.

How it works

  1. Runs either manually or every 6 hours on a schedule.
  2. Reads your configured Etsy listing IDs and minimum percentage change threshold, then builds a batch URL for the Etsy Open API.
  3. Calls the Etsy API to fetch the latest public data for up to 100 listings.
  4. Compares current listing prices to the previous saved snapshot in n8n workflow static data and also flags listings that have become unavailable.
  5. Outputs an alert message when any changes are detected, otherwise outputs a baseline/no-change summary message.

Setup

  1. Create an Etsy developer app and obtain your keystring and shared secret for the Etsy API.
  2. In the HTTP Request step, configure Header Auth with header name x-api-key and value KEYSTRING:SHARED_SECRET.
  3. Update the configuration values with a comma-separated list of numeric Etsy listing IDs and an optional minimum_change_percent threshold.
  4. Activate the workflow (or run it once in production) to create the baseline snapshot, then rely on the scheduled runs for ongoing comparisons.

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 - Run tracker manually

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

Block 2 - Check every 6 hours

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

Block 3 - Configuration (EDIT ME)

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

Block 4 - Build Etsy batch request

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 5 - Fetch public Etsy listings

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

Block 6 - Compare prices with previous run

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 7 - Changes found?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 8 - Price change alerts

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

Block 9 - Baseline or no changes

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

Block 10 - Sticky Note

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

Block 11 - Sticky Note1

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

Block 12 - Sticky Note2

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

3. Summary Table

Workflow Track Etsy competitor listing prices with Etsy Open API alerts
Complexity intermediate
Nodes 12
Categories Automation
Author Pawel
Published 16 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16420/16420.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 Track Etsy competitor listing prices with Etsy Open API alerts do?

Quick Overview This workflow runs on a schedule (or manually) to fetch public Etsy listing details in a single batch request, stores a baseline snapshot in n8n, and alerts you when listing prices c...

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