# Etsy Competition Analysis – Real Live Data

**Use case:** 

Analyze Etsy competition for any keyword: bestseller density, star-sellers, promos and supply scored from live data, so you see what's winnable.

## Input

```json
{
  "seeds": [
    "personalized gift"
  ],
  "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": "Top category"
  },
  "category_focus_pct": {
    "label": "Category focus %",
    "format": "number"
  },
  "competition_score": {
    "label": "Competition /100",
    "format": "number"
  },
  "margin_score": {
    "label": "Margin /100",
    "format": "number"
  },
  "listings": {
    "label": "Listings",
    "format": "number"
  },
  "recent_listings_pct": {
    "label": "Fresh <1yr %",
    "format": "number"
  },
  "bestseller_pct": {
    "label": "Bestseller %",
    "format": "number"
  },
  "starseller_pct": {
    "label": "Star-seller %",
    "format": "number"
  },
  "on_sale_pct": {
    "label": "On sale %",
    "format": "number"
  },
  "digital_pct": {
    "label": "Digital %",
    "format": "number"
  },
  "avg_price": {
    "label": "Avg price",
    "format": "number"
  }
}
```

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