shopping_check
Tests whether AI engines recommend specific products you supply. Returns each product scored 0-100, plus rival products that replace them.
Instructions
Check whether AI engines recommend specific PRODUCTS you name (beta). Returns each product scored 0-100 on whether engines recommend it, sorted with the ones they never named first, plus the rival products filling the shelf instead. Use for SKU-level questions; use check_visibility for the brand as a whole. There is no product discovery, so the list must be supplied. COST: spends real API money and is larger than a brand check. Each product costs about 4 prompts on every engine with a key, which extrapolates from measured check runs to roughly $0.20 per product across four engines; capped at $0.20 per product by default - pass max_cost to change it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The store site, e.g. example.com | |
| engines | No | Engines to query; defaults to all with keys present | |
| max_cost | No | Hard cap on total spend in USD (default $0.20 per product) | |
| products | Yes | Up to 10 products, in any order (the order is not a ranking; it only breaks ties between identical scores). Results are ordered by what the engines did: products they answered about but never recommended lead, then the rest by visibility, then anything the run could not measure. Each item is a name, or an object with name plus optional aliases and a descriptor ("quiet home espresso machine") that rescues an opaque product name. |