CrushRewards Category Inflation Tracker is a paid API for AI agents from api.crushrewards.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).
Tracks category-level retail price inflation over time with configurable daily, weekly, or monthly granularity, returning period-over-period and overall percentage change.
Real-time pricing, promotions, and competitive intelligence across US and Canadian retailers — exposed as paid API endpoints and MCP tools that AI agents can call directly, with x402 and MPP micropayments per query.
Returns a JSON object containing the queried category, country, currency, and granularity, plus a time_series array where each entry has a period date, avg_price, median_price, product_count, observation_count, and change_pct versus the prior period. Also includes an overall_change_pct summarizing the full date range.
GEThttps://api.crushrewards.dev/v1/analyst/inflationUse this endpoint when you need to understand how prices in a specific product category have changed over time at a configurable granularity. It is ideal for inflation trend analysis, market research, and monitoring retail price movements. Prefer this over point-in-time pricing endpoints when the goal is to see directional change across periods rather than current prices. It complements the retailer price index endpoint (which normalizes by retailer) by providing raw category-level inflation data.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"to": "2024-03-31",
"from": "2024-01-01",
"country": "us",
"category": "grocery",
"retailer": "walmart",
"granularity": "weekly"
}
}
}{
"meta": {
"served_from": "live",
"schema_version": "v2",
"freshness_seconds": 777664
},
"country": "us",
"category": "grocery",
"currency": "USD",
"resolved": {
"alternates": [],
"category_id": "27280",
"match_source": "exact",
"category_path": "grocery",
"match_confidence": 1
},
"department": null,
"granularity": "weekly",
"time_series": [],
"overall_change_pct": null
}{
"type": "json"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"