# Minimum Advertised Price Monitoring — Automated MAP Alerts

**Use case:** 

Paste your product list with MAP prices and get automated alerts when any retailer advertises below them. Works on Shopify, WooCommerce, Magento and more.

## Input

```json
{
  "products": [
    {
      "url": "https://www.clarionsafety.com/products/safety-signs/hazardous-material-signs/chemical-hazard-signs/warning-corrosive-materials-sign-f1243",
      "mapPrice": 5,
      "currency": "USD",
      "label": "Demo — Warning sign F1243 (demo MAP $5)"
    },
    {
      "url": "https://jococups.com/usa/product/12oz-joco-cup/",
      "mapPrice": 19,
      "currency": "USD",
      "label": "Demo — JOCO Cup 12oz (demo MAP $19)"
    },
    {
      "url": "https://monin.com/us/vanilla-syrup",
      "mapPrice": 10,
      "currency": "USD",
      "label": "Demo — Monin Vanilla 750 ml (demo MAP $10)"
    }
  ],
  "alertOn": "violations",
  "emitBaseline": true,
  "resetState": false,
  "maxItems": 500,
  "stateStoreName": "map-monitor-state",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "label": {
    "label": "Product",
    "format": "string"
  },
  "retailer": {
    "label": "Retailer",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "advertisedPrice": {
    "label": "Advertised",
    "format": "number"
  },
  "mapPrice": {
    "label": "MAP",
    "format": "number"
  },
  "deltaPct": {
    "label": "Δ %",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "availability": {
    "label": "Stock",
    "format": "string"
  },
  "isBaseline": {
    "label": "Is baseline",
    "format": "boolean"
  },
  "checkedAt": {
    "label": "Checked",
    "format": "string"
  },
  "productUrl": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [MAP Price Violation Monitor & Alerts](https://apify.com/lowlanddata/map-price-violation-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lowlanddata/map-price-violation-monitor) to learn more, explore other use cases, and run it yourself.