# Check Reseller Shopify Stores for MAP Violations

**Use case:** 

MAP enforcement for brands: scan reseller Shopify stores for products priced below your minimum, with price and compare-at-price evidence to act on.

## Input

```json
{
  "storeUrls": [
    "https://reseller-store-a.com/collections/your-brand",
    "https://reseller-store-b.com/collections/your-brand"
  ],
  "maxItems": 1000,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "vendor": {
    "label": "Vendor",
    "format": "text"
  },
  "priceMin": {
    "label": "Min price",
    "format": "number"
  },
  "priceMax": {
    "label": "Max price",
    "format": "number"
  },
  "available": {
    "label": "In stock",
    "format": "boolean"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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