Price index for a specific retailer over time
Compute a normalized price index (retailer avg / category avg) for a specific retailer day-by-day versus its category baseline.
Query Parameters
Retailer name (e.g., amazon, walmart)
Country (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.
1Deterministic category id. When set, bypasses the fuzzy resolver cascade and uses tier 1 (id lookup) directly. Agents that learned a canonical id from a prior call's resolved.category_id should pin it here for round-trip stability.
x >= 1Coarse depth-1 BrowseNodes department label (e.g., 'Electronics', 'Grocery', 'Toys & Games'). Exact-match, case-sensitive Title Case. Optional alongside category; either parameter alone or both together are accepted. Use this for stable cross-agent queries where the leaf-level category is too noisy.
1Start date (ISO 8601, defaults to 30 days ago)
End date (ISO 8601, defaults to now)
Body
Query parameters as JSON (alternative to URL query string for agents that prefer body-based invocation).
Retailer name (e.g., amazon, walmart)
"amazon"
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"
Deterministic category id. When set, bypasses the fuzzy resolver cascade and uses tier 1 (id lookup) directly. Agents that learned a canonical id from a prior call's resolved.category_id should pin it here for round-trip stability.
x >= 11
Coarse depth-1 BrowseNodes department label (e.g., 'Electronics', 'Grocery', 'Toys & Games'). Exact-match, case-sensitive Title Case. Optional alongside category; either parameter alone or both together are accepted. Use this for stable cross-agent queries where the leaf-level category is too noisy.
1"Electronics"
Start date (ISO 8601, defaults to 30 days ago)
"2026-04-01"
End date (ISO 8601, defaults to now)
"2026-05-01"
Response
Retailer index data
The response is of type object.

