# Monitor Waitrose Price Drops Daily

**Use case:** 

Track Waitrose price changes automatically. The first run is a baseline; later runs return only new, changed, or reappeared products.

## Input

```json
{
  "searchTerms": [
    "butter",
    "cheese",
    "yoghurt"
  ],
  "startUrls": [],
  "scrapeOffers": false,
  "maxResults": 200,
  "descendCategories": true,
  "maxCategoryDepth": 6,
  "maxConcurrency": 8,
  "incremental": true,
  "stateKey": "waitrose-dairy-monitor",
  "emitUnchanged": false,
  "emitExpired": false,
  "skipReposts": false,
  "notify": {},
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ],
    "apifyProxyCountry": "GB"
  }
}
```

## Output

```json
{
  "name": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "size": {
    "label": "Size",
    "format": "text"
  },
  "displayPrice": {
    "label": "Price",
    "format": "text"
  },
  "onOffer": {
    "label": "On Offer",
    "format": "boolean"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  }
}
```

## About this Actor

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