# UK PPE shelf monitor - price moves and delistings

**Use case:** 

Track 14,000+ UK PPE SKUs on a schedule. A daily scan returns only what moved: price up or down, new listings, and products delisted from the shelf.

## Input

```json
{
  "brands": [
    "3M",
    "ARCO"
  ],
  "filterExpression": "product_lifecycle:\"4 EXIT1\"",
  "maxProducts": 20000,
  "includeUnpriceableRows": false,
  "deltaMode": true,
  "returnChangesOnly": true,
  "deltaStateKey": "uk-shelf",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "sku": {
    "label": "SKU",
    "format": "text"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "netPriceExVat": {
    "label": "Trade £ (ex VAT)",
    "format": "number"
  },
  "grossPriceIncVat": {
    "label": "£ inc VAT",
    "format": "number"
  },
  "productLifecycle": {
    "label": "Lifecycle",
    "format": "text"
  },
  "minOrderQuantity": {
    "label": "MOQ",
    "format": "number"
  },
  "orderQuantityInterval": {
    "label": "Interval",
    "format": "number"
  },
  "unit": {
    "label": "Unit",
    "format": "text"
  },
  "promotion": {
    "label": "Promo",
    "format": "text"
  },
  "changeType": {
    "label": "Change",
    "format": "text"
  },
  "previousNetPrice": {
    "label": "Prev £",
    "format": "number"
  },
  "priceChange": {
    "label": "Δ £",
    "format": "number"
  },
  "priceChangePct": {
    "label": "Δ %",
    "format": "number"
  },
  "previousLifecycle": {
    "label": "Prev lifecycle",
    "format": "text"
  },
  "suspiciousPrice": {
    "label": "Placeholder?",
    "format": "boolean"
  },
  "isPriceable": {
    "label": "Priceable",
    "format": "boolean"
  },
  "productUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [UK PPE & Safety Equipment Shelf Monitor](https://apify.com/zhorex/ppe-shelf-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zhorex/ppe-shelf-monitor) to learn more, explore other use cases, and run it yourself.