Analyze a brand's price positioning vs competitors
Compare a brand’s average price to the category average/median and classify positioning as premium, mid-range, or value.
Query Parameters
Brand name (e.g., Sony, Samsung, Nike)
1Country (us or ca)
us, ca Product category (e.g., electronics, grocery, beauty). Fuzzy human-readable input — the resolver maps it through tier 1-4 (id → exact name → trigram → embedding kNN) to a canonical category_id. Pair with category_id if you have a deterministic id from a prior call.
1Body
Query parameters as JSON (alternative to URL query string for agents that prefer body-based invocation).
Brand name (e.g., Sony, Samsung, Nike)
1"Apple"
Country (us or ca)
us, ca "us"
Product category (e.g., electronics, grocery, beauty). Fuzzy human-readable input — the resolver maps it through tier 1-4 (id → exact name → trigram → embedding kNN) to a canonical category_id. Pair with category_id if you have a deterministic id from a prior call.
1"electronics"
Response
Price positioning data
The response is of type object.

