Find discounted products in a category
Discover actively-promoted discounted products in a category above a minimum discount threshold. Returns deals ranked by discount depth with price, list price, and retailer.
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.
1Country (us or ca)
us, ca Filter to a specific retailer
amazon, walmart, costco, homedepot, nordstrom, ikea Minimum discount percentage (default 10)
Max results to return (default 20, max 50)
x <= 50Body
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"
Country (us or ca)
us, ca "us"
Filter to a specific retailer
amazon, walmart, costco, homedepot, nordstrom, ikea "amazon"
Minimum discount percentage (default 10)
10
Max results to return (default 20, max 50)
x <= 5020

