# Trending Halloween Decor on Etsy — Live 2026 Data

**Use case:** 

See exactly what Halloween decor is selling on Etsy right now — ranked by live cart demand, with prices, running ads and bestseller badges.

## Input

```json
{
  "queries": [
    "halloween decor"
  ],
  "maxPages": 5,
  "sort": "carts",
  "country": "US",
  "onSaleOnly": false,
  "freeShippingOnly": false,
  "digitalOnly": false,
  "handmadeOnly": false,
  "includeAds": true,
  "dedupeAcrossQueries": true,
  "concurrentQueries": 2
}
```

## Output

```json
{
  "image": {
    "label": "📸",
    "format": "image"
  },
  "title": {
    "label": "Title"
  },
  "listingUrl": {
    "label": "🔗",
    "format": "link"
  },
  "shopName": {
    "label": "Shop"
  },
  "sellerLocation": {
    "label": "From"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "discountedPrice": {
    "label": "Sale",
    "format": "number"
  },
  "inCartCount": {
    "label": "🛒 Carts",
    "format": "number"
  },
  "isBestseller": {
    "label": "Best",
    "format": "boolean"
  },
  "isStarSeller": {
    "label": "★",
    "format": "boolean"
  },
  "runningAds": {
    "label": "Ad",
    "format": "boolean"
  },
  "sourceQuery": {
    "label": "Query"
  }
}
```

## About this Actor

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