find_product_across_web
Compare product prices across the web, anchored to the Amazon buy-box. Enter an ASIN or title to find cheaper retailers, dropship margins, or wholesale suppliers.
Instructions
Find where one product sits across the open web — a live cross-retailer price check — with every price anchored to Webotee's independently-observed Amazon buy-box. Give ONE identifier (asin, upc, gtin, or title + brand) and a mode: price_compare (default, all retailers vs the Amazon buy-box), cheaper (only sources below the buy-box), dropship (net margin after estimated Amazon fees), or supplier (wholesale-class sources). Returns each source's price, class, spread vs the buy-box, and a durability read from our 16-month history. The Amazon anchor also carries the product brand, title, and price (or price range) plus its fulfillment (FBA/FBM/AMZ + amz/fba pct). One product per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | No | Amazon ASIN (the strongest anchor). | |
| upc | No | UPC code. | |
| gtin | No | GTIN code. | |
| title | No | Product title (use with brand to resolve the ASIN). | |
| brand | No | Brand (with title). | |
| mode | No | price_compare (default) | cheaper | dropship | supplier. | |
| marketplace_id | No | Marketplace (2 = Amazon US). Default 2. | |
| source | No | Exact merchant/source name (case-insensitive). | |
| source_contains | No | ||
| currency_in | No | Comma-separated currencies to keep (e.g. USD). | |
| source_class_in | No | Comma-separated source classes to keep (retailer/marketplace/wholesale). | |
| min_price | No | Only web sources priced >= this. | |
| max_price | No | ||
| min_spread_vs_buybox | No | ||
| max_spread_vs_buybox | No | ||
| min_dropship_net_margin | No | ||
| max_dropship_net_margin | No |