watchlist_webwide
Retrieve open-web price and MAP compliance data for every ASIN in your watchlist. Compare cheapest off-Amazon prices, violations, and savings against Amazon buy box in a single call.
Instructions
Bulk web-wide (open-web / off-Amazon) price + MAP findings across your whole watchlist, in one call — reads already-collected results, does not run a live scan. Returns every tracked ASIN with its open-web source count, cheapest off-Amazon price (+ the domain), how many web sources violate MAP, how many are unauthorized sellers, the Amazon buy-box anchor price, and how much cheaper the web is vs Amazon. ASINs not yet scanned show 0 sources / never-scanned. Use for 'where is my whole watchlist cheaper off Amazon', 'web-wide MAP across everything I track', or 'which tracked products are undercut on the open web'. For a live single-product cross-retailer check use find_product_across_web instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marketplace_id | No | Marketplace to scope the watchlist to: 1 = Amazon UK, 2 = Amazon US (default), 3 = Walmart US. | |
| sort | No | Order: web_violations (most MAP breaches first), cheapest_web_price, web_savings_vs_amazon (biggest off-Amazon discount first), last_scan. | |
| limit | No | ||
| min_web_source_count | No | Only ASINs with at least this many distinct open-web sources. | |
| max_web_source_count | No | ||
| min_web_violation_count | No | Only ASINs with at least this many MAP-violating web sources. | |
| max_web_violation_count | No | ||
| min_cheapest_web_price | No | ||
| max_cheapest_web_price | No | ||
| violations_only | No | Keep only ASINs with one or more web MAP violations. | |
| unauthorized_only | No | Keep only ASINs with one or more unauthorized web sellers. | |
| domain_contains | No | Substring match on the cheapest-source domain. | |
| asin | No | Exact ASIN match. | |
| asin_contains | No | ||
| product_brand | No | Exact product brand (case-insensitive). | |
| product_brand_contains | No |