# Death Wish Coffee Product Catalog Monitor

**Use case:** 

Scrape the product catalog and prices from Death Wish Coffee. Get detailed product data and pricing insights in CSV or JSON format.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.deathwishcoffee.com"
    }
  ],
  "maxItems": 200,
  "updatedSince": "",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "vendor": {
    "label": "Vendor",
    "format": "string"
  },
  "productType": {
    "label": "Product Type",
    "format": "string"
  },
  "minPrice": {
    "label": "Min Price",
    "format": "number"
  },
  "maxPrice": {
    "label": "Max Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "variantCount": {
    "label": "Variant Count",
    "format": "integer"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "updatedAt": {
    "label": "Updated At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Competitor Spy - Product & Price Scraper](https://apify.com/logiover/shopify-competitor-spy) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/shopify-competitor-spy) to learn more, explore other use cases, and run it yourself.