View all products and pricing in a category
View every product and its current pricing within a category across retailers. Sortable by price, rating, or review count for competitive benchmarking. Cursor-paginated.
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 Sort order
price_asc, price_desc, rating, reviews 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"
Sort order
price_asc, price_desc, rating, reviews "price_asc"
Max results to return (default 20, max 50)
x <= 5020
Response
Competitive landscape
The response is of type object.

