# Etsy Listing Audit – SEO, Photos & Demand

**Use case:** 

Audit any Etsy listing: SEO and content gaps, photo quality, seller-trust signals and live cart demand — a full teardown 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
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "materials": {
    "label": "Materials",
    "format": "array"
  },
  "taxonomy_path": {
    "label": "Category path",
    "format": "string"
  },
  "ai_alt_text": {
    "label": "AI alt-text (EN)",
    "format": "string"
  },
  "ai_alt_text_language_count": {
    "label": "Langs",
    "format": "number"
  },
  "available_languages": {
    "label": "Locales"
  },
  "image_count": {
    "label": "Image count",
    "format": "integer"
  }
}
```

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