# Why Isn't My Etsy Listing Selling? Find Out

**Use case:** 

Paste your Etsy listing and see what's holding it back — live cart demand, SEO gaps, photo issues and how competitors beat you, from real data.

## Input

```json
{
  "listings": [
    "https://www.etsy.com/listing/1890186322/dainty-cat-name-necklace-cat-lover"
  ],
  "shopName": [
    "MyhandcraftGoods"
  ],
  "maxShopListings": 10,
  "listTitlesOnly": false,
  "includeCompetitors": true
}
```

## Output

```json
{
  "primary_image": {
    "label": "Primary photo",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "shop_name": {
    "label": "Shop name",
    "format": "string"
  },
  "price_min": {
    "label": "Min price",
    "format": "number"
  },
  "quantity_available": {
    "label": "Quantity",
    "format": "integer"
  },
  "last_sale_date": {
    "label": "Last sale",
    "format": "string"
  },
  "listing_url": {
    "label": "Listing URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Etsy Listing Scraper – Live Carts, Pricing & Competitors](https://apify.com/yumitori/etsy-listing-inspector) with a specific input configuration. Visit the [Actor detail page](https://apify.com/yumitori/etsy-listing-inspector) to learn more, explore other use cases, and run it yourself.