Track price inflation trends in a category or department
Track category-level price inflation with configurable daily, weekly, or monthly granularity. Returns period-over-period change and overall change.
Query Parameters
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.
1Country (us or ca)
us, ca Start date (ISO 8601, defaults to 30 days ago)
End date (ISO 8601, defaults to now)
Time granularity for the series
daily, weekly, monthly Body
Query parameters as JSON (alternative to URL query string for agents that prefer body-based invocation).
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"
Country (us or ca)
us, ca "us"
Start date (ISO 8601, defaults to 30 days ago)
"2026-04-01"
End date (ISO 8601, defaults to now)
"2026-05-01"
Time granularity for the series
daily, weekly, monthly "weekly"
Response
Inflation data
The response is of type object.

