# Long-Tail Etsy Keywords That Actually Convert

**Use case:** 

Turn one seed into hundreds of long-tail Etsy keywords — the specific buyer-intent phrases shoppers really search, scored by live demand and competition.

## Input

```json
{
  "seeds": [
    "ceramic mug"
  ],
  "depth": 2,
  "maxKeywords": 40,
  "reverseListingUrls": [
    "https://www.etsy.com/listing/1112702820/personalized-name-necklace"
  ],
  "shopName": "MuwatiUK",
  "maxShopListings": 50
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "category": {
    "label": "Category"
  },
  "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"
  },
  "on_sale_pct": {
    "label": "On sale %",
    "format": "number"
  },
  "avg_price": {
    "label": "Avg price",
    "format": "number"
  },
  "verdict": {
    "label": "Verdict"
  }
}
```

## 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.