# Scrape Etsy Category Data for Seasonal Trends

**Use case:** 

Download thousands of listings from specific holiday categories to forecast upcoming seasonal demand. Use historical pricing and badge data to plan your invento

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.etsy.com/c/holidays/christmas"
    }
  ],
  "maxItems": 1000,
  "includeDetails": false,
  "country": "US"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "text"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "shopName": {
    "label": "Shop",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "favorites": {
    "label": "Favorites",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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