Skip to main content

Audit competitor Etsy catalogs and track listing changes with Etsy API

Workflow preview

Workflow preview
100%
Audit competitor Etsy catalogs and track listing changes with Etsy API preview
Open on n8n.io

1. Workflow Overview

Quick Overview This workflow runs manually or daily to audit a public Etsy shop via the Etsy API, summarize active listing metrics, and store a snapshot in n8n to detect newly added or removed list...

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.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
Audit competitor Etsy catalogs and track listing changes with Etsy API
Workflow name
Audit competitor Etsy catalogs and track listing changes with Etsy API

Quick Overview

This workflow runs manually or daily to audit a public Etsy shop via the Etsy API, summarize active listing metrics, and store a snapshot in n8n to detect newly added or removed listings between runs.

How it works

  1. Runs on a manual trigger or on a daily schedule.
  2. Reads the target Etsy shop name and listing sample size from the workflow configuration.
  3. Calls the Etsy API to resolve the shop name to a shop ID, then fetches up to 100 newest active listings including images.
  4. Calculates catalog metrics (price min/max/average/median, personalization share, and top taxonomy IDs) and saves the current listing snapshot in workflow static data for future comparisons.
  5. Compares the current snapshot to the previous run to identify new and removed listings in the monitored sample.
  6. Outputs a report message, and if changes are found, produces a change alert message with counts of added and removed listings.

Setup

  1. Create an Etsy developer app and capture the credentials needed to call the Etsy API.
  2. Add an HTTP Header Auth credential for the Etsy API in both HTTP Request steps and set the required API key header (for example, x-api-key with your Etsy app keystring, per your Etsy app settings).
  3. Update Configuration (EDIT ME) with the exact public Etsy shop_name and adjust listing_limit (1–100) to control how many newest active listings are monitored.
  4. Activate the workflow so production executions can retain the saved snapshot used for catalog change detection.

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 audit manually

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

Block 2 - Audit every day

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 shop lookup

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

Block 5 - Find public Etsy shop

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

Block 6 - Build active listings request

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

Block 7 - Fetch active shop listings

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

Block 8 - Analyze shop and compare catalog

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

Block 9 - Catalog changes found?

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

Block 10 - Catalog changes detected

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

Block 11 - Shop audit report

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

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

3. Summary Table

Workflow Audit competitor Etsy catalogs and track listing changes with Etsy API
Complexity intermediate
Nodes 14
Categories Market Research, AI Summarization
Author Pawel
Published 17 Jun 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/16449/16449.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 Audit competitor Etsy catalogs and track listing changes with Etsy API do?

Quick Overview This workflow runs manually or daily to audit a public Etsy shop via the Etsy API, summarize active listing metrics, and store a snapshot in n8n to detect newly added or removed list...

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.