# Etsy Wedding Gifts Price Monitor

**Use case:** 

Track Etsy wedding gift listings with price filters, free shipping, sale status, shops, ratings, and URLs for market research.

## Input

```json
{
  "searchQuery": "personalized wedding gift",
  "category": "wedding-and-party",
  "maxItems": 150,
  "sort": "recently_listed",
  "minPrice": 15,
  "maxPrice": 100,
  "freeShipping": true,
  "onSale": true,
  "currency": "USD",
  "locale": "en-US",
  "excludeDigitalDownloads": false,
  "excludeKeywords": [
    "digital",
    "download"
  ],
  "includeKeywords": [
    "handmade"
  ],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "US"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "string"
  },
  "originalPrice": {
    "label": "Original Price",
    "format": "string"
  },
  "onSale": {
    "label": "On Sale",
    "format": "boolean"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "shop": {
    "label": "Shop",
    "format": "string"
  },
  "rating": {
    "label": "Rating",
    "format": "number"
  },
  "freeShipping": {
    "label": "Free Shipping",
    "format": "boolean"
  },
  "isDigitalDownload": {
    "label": "Is Digital Download",
    "format": "boolean"
  },
  "hasVariations": {
    "label": "Has Variations",
    "format": "boolean"
  },
  "priceMayBeMinimumVariant": {
    "label": "Price May Be Minimum Variant",
    "format": "boolean"
  },
  "variantDetectionStatus": {
    "label": "Variant Detection Status",
    "format": "string"
  },
  "availability": {
    "label": "Availability",
    "format": "string"
  },
  "url": {
    "label": "Url",
    "format": "string"
  }
}
```

## About this Actor

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