# Spy on Etsy Competitor Listings – Real Data

**Use case:** 

See how a competitor's Etsy listing really performs — live carts, pricing, photos and the rival listings beating it, all from live 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"
  },
  "competitor_count": {
    "label": "Competitor count",
    "format": "integer"
  },
  "competitor_avg_carts": {
    "label": "Avg carts",
    "format": "number"
  },
  "competitors": {
    "label": "Competitors",
    "format": "array"
  },
  "photo_audit": {
    "label": "Photo audit",
    "format": "object"
  }
}
```

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