Search products
search_productsSearch a catalog of over 5,600 products using free-text, category, caliber, brand, price, stock, and sale filters. Caliber and brand expand from everyday spellings to catalog terms.
Instructions
Search the Rangeview Sports catalog (~5,600 products). Combine free-text with category, caliber, brand, price range, stock and sale filters. Caliber and brand accept everyday spellings ('223', '6.5 Creedmoor') and are expanded to every matching catalog term. Returns compact records; call get_product for full detail. Note only ~34% of the catalog is in stock — pass in_stock_only for buyable items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-based | |
| sort | No | Default: relevance with a query, popularity without | |
| brand | No | Brand name, e.g. 'Tikka', 'Sig Sauer' | |
| limit | No | Results per page (1-50, default 10) | |
| query | No | Free-text search, e.g. 'Tikka T3x' or 'red dot' | |
| caliber | No | Caliber, e.g. '223', '6.5 Creedmoor', '12 gauge' | |
| category | No | Category name, slug, or id. Use list_categories to browse. | |
| max_price | No | Maximum price in CAD dollars | |
| min_price | No | Minimum price in CAD dollars | |
| attributes | No | Other attribute filters, e.g. {"Action":"Bolt Action"}. See list_filter_values. | |
| on_sale_only | No | Only items on sale | |
| in_stock_only | No | Only currently in-stock items | |
| include_test_products | No | Include internal $0.01 test rows, hidden by default |