Check for recent price drops on a product
Check whether a product’s current price is below its rolling average within a configurable lookback window. Returns current price vs. the average across the window plus the lowest-seen price and date. Response field avg_price_last_30d is a fixed name for backwards compatibility; the value is always computed across the configured lookback_days window.
Query Parameters
Search query (product name, keyword, or category term)
1Country (us or ca)
us, ca Filter to a specific retailer
amazon, walmart, costco, homedepot, nordstrom, ikea Days to look back for price drops (default 30)
Body
Query parameters as JSON (alternative to URL query string for agents that prefer body-based invocation).
Search query (product name, keyword, or category term)
1"airpods"
Country (us or ca)
us, ca "us"
Filter to a specific retailer
amazon, walmart, costco, homedepot, nordstrom, ikea "amazon"
Days to look back for price drops (default 30)
30

