Search Amazon Products
ecommerce.amazon.searchSearch Amazon products across 12 marketplaces by keyword. Filter by price range and sort by relevance, price, rating, reviews, or newest to find the right product.
Instructions
Search Amazon products by keyword — filter by price range, sort by relevance/price/rating/reviews/newest. Returns title, ASIN, price, rating, Prime flag, image. 12 marketplaces: US, UK, CA, DE, FR, IT, ES, AU, IN, MX, BR, JP (Canopy API)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search keywords (e.g. "wireless headphones", "raspberry pi 5") | |
| domain | No | Amazon marketplace: US, UK, CA, DE, FR, IT, ES, AU, IN, MX, BR, JP (default US) | US |
| page | No | Page number for pagination | |
| sort | No | Sort order: relevance, price_asc, price_desc, rating, reviews, newest | |
| price_min | No | Minimum price filter (in marketplace currency) | |
| price_max | No | Maximum price filter (in marketplace currency) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |