search_products
Search across tracked stores for products matching a keyword, filtered by price range and currency. Get product titles, prices, images, store domain, and vendor.
Instructions
Search the Cart product database across all tracked stores. Filter by keyword, price range, and currency. Returns product titles, prices, images, store domain, and vendor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1). Omit for the first page. | |
| sort | No | Sort field (e.g. 'price', '-price', 'added_at'). | |
| keyword | No | Search term to match against product titles (e.g. 'yoga mat', 'phone case'). | |
| currency | No | Three-letter currency code for price filters (e.g. 'USD', 'EUR', 'GBP'). | |
| per_page | No | Results per page (1-100). Defaults to 20. | |
| max_price | No | Maximum product price filter. | |
| min_price | No | Minimum product price filter. |