---
title: "Detect unauthorized sellers of your products"
slug: "unauthorized-seller-detection"
type: "apify-task-example"
url: "https://automationbyexperts.com/apify/examples/unauthorized-seller-detection"
actor: "MAP Violation Monitor - Unauthorized Sellers & Price Cuts"
actor_url: "https://automationbyexperts.com/apify/map-violation-monitor"
apify_url: "https://apify.com/fayoussef/map-violation-monitor/examples/unauthorized-seller-detection?fpr=youssef&fp_sid=abe_ex_unauthorized-seller-detection"
price: "$0.015"
price_unit: "per product checked"
---

# Detect unauthorized sellers of your products

Lists every seller offering your product on Amazon and eBay and flags any not on your authorized reseller list, with their price relative to MAP. The sellers view groups offers by seller so you can see who is diverting stock and how much of the market they hold.

**Run it:** [Detect unauthorized sellers of your products on Apify](https://apify.com/fayoussef/map-violation-monitor/examples/unauthorized-seller-detection?fpr=youssef&fp_sid=abe_ex_unauthorized-seller-detection)  
**Actor:** [MAP Violation Monitor - Unauthorized Sellers & Price Cuts](https://automationbyexperts.com/apify/map-violation-monitor)  
**Pricing:** $0.015 per product checked

## The input this task runs with

```json
{
  "products": [
    "Sony WH-1000XM5, 349.99"
  ],
  "authorizedSellers": [
    "Amazon.com",
    "Best Buy"
  ],
  "marketplaces": [
    "Amazon",
    "eBay"
  ],
  "onlyViolations": false
}
```

## What every run returns

- `Product & MAP price`
- `Violating offer price`
- `Discount below MAP (% and $)`
- `Severity grade`
- `Marketplace`
- `Seller name & storefront`
- `Authorized / unauthorized flag`
- `AI match confidence`
- `Evidence link`
- `Detected timestamp`

## How to run it

1. Open the task on Apify. New accounts get $5 of free credit.
2. Check the pre-filled input above and change anything you need.
3. Click Run. Pagination, proxies and anti-bot handling are automatic.
4. Export CSV, JSON or Excel, or save it as your own task and schedule it.

## Other MAP Violation Monitor - Unauthorized Sellers & Price Cuts tasks

- [Check Amazon and eBay for MAP violations](https://automationbyexperts.com/apify/examples/amazon-ebay-map-violation-check): Takes your products with their minimum advertised price, searches Amazon, eBay, Best Buy and Newegg for every public offer, runs an AI exact match check so a cable or a refurbished unit is never counted, and returns only the offers advertised below MAP with seller, price and link.

---

Part of [AutomationByExperts](https://automationbyexperts.com) - see [all example tasks](https://automationbyexperts.com/apify/examples) or [request a new one](https://automationbyexperts.com/suggest).
