watchlist_webwide
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 |
|---|---|---|---|
| asin | No | Exact ASIN match. | |
| 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 | ||
| asin_contains | No | ||
| product_brand | No | Exact product brand (case-insensitive). | |
| marketplace_id | No | Marketplace to scope the watchlist to: 1 = Amazon UK, 2 = Amazon US (default), 3 = Walmart US, 4 = Amazon CA, 5 = Amazon AU, 6 = Amazon DE, 7 = Amazon JP, 8 = Amazon IT, 9 = Amazon FR, 10 = Amazon ES, 11 = Amazon MX, 12 = Amazon BR. | |
| domain_contains | No | Substring match on the cheapest-source domain. | |
| 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. | |
| max_web_source_count | No | ||
| min_web_source_count | No | Only ASINs with at least this many distinct open-web sources. | |
| max_cheapest_web_price | No | ||
| min_cheapest_web_price | No | ||
| product_brand_contains | No | ||
| max_web_violation_count | No | ||
| min_web_violation_count | No | Only ASINs with at least this many MAP-violating web sources. |