search_products
Search for products across discovered merchants, apply price, currency, or merchant filters, and retrieve current prices, availability, and merchant details to compare purchasing options.
Instructions
Search for products across all discovered UCP merchants (or a specific one). Returns matching products with prices, availability, and merchant info. Requires at least one merchant to be discovered first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query (e.g. 'mechanical keyboard', 'coffee grinder'). Omit to list all products. | |
| currency | No | Currency code (default: USD) | |
| maxPrice | No | Maximum price filter in dollars (e.g. 150) | |
| merchant | No | Specific merchant URL to search (searches all if omitted) | |
| minPrice | No | Minimum price filter in dollars (e.g. 50) |