# Etsy Competitor Keyword Research Tool

**Use case:** 

Paste a competitor's Etsy listing and uncover the exact keywords and tags driving its traffic — scored by real buyer demand so you target what works.

## Input

```json
{
  "seeds": [
    "ceramic mug",
    "dog bandana"
  ],
  "depth": 2,
  "maxKeywords": 40,
  "reverseListingUrls": [
    "https://www.etsy.com/listing/1890186322/dainty-cat-name-necklace-cat-lover"
  ],
  "shopName": "MuwatiUK",
  "maxShopListings": 50
}
```

## Output

```json
{
  "source_shop": {
    "label": "Shop"
  },
  "source_listing_title": {
    "label": "Competitor listing"
  },
  "keyword": {
    "label": "Related search (their keyword)"
  },
  "grade": {
    "label": "Grade"
  },
  "opportunity": {
    "label": "Opportunity /100",
    "format": "number"
  },
  "demand_score": {
    "label": "Demand",
    "format": "number"
  },
  "competition_score": {
    "label": "Competition",
    "format": "number"
  },
  "margin_score": {
    "label": "Margin",
    "format": "number"
  },
  "listings": {
    "label": "Listings",
    "format": "number"
  },
  "avg_carts": {
    "label": "Avg carts",
    "format": "number"
  },
  "verdict": {
    "label": "Verdict"
  },
  "source_listing_id": {
    "label": "Listing ID"
  }
}
```

## About this Actor

This example demonstrates how to use [Etsy Keyword Research + Reverse Keyword Tool](https://apify.com/yumitori/etsy-keyword-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/yumitori/etsy-keyword-tool) to learn more, explore other use cases, and run it yourself.