# Buyer-Intent Etsy Keywords – What Shoppers Mean

**Use case:** 

Find Etsy keywords by buyer intent — see which searches are broad browsing vs ready-to-buy, each scored on real cart demand so you target terms that sell.

## Input

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

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "intent": {
    "label": "Buyer intent"
  },
  "demand_score": {
    "label": "Demand /100",
    "format": "number"
  },
  "avg_carts": {
    "label": "Avg carts",
    "format": "number"
  },
  "with_carts_pct": {
    "label": "% w/ carts",
    "format": "number"
  },
  "recent_sales_pct": {
    "label": "Sold <90d %",
    "format": "number"
  },
  "autosuggest_rank": {
    "label": "Suggest rank",
    "format": "number"
  },
  "trending": {
    "label": "Trending",
    "format": "boolean"
  },
  "listings": {
    "label": "Listings",
    "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.