search_products
Search for products within a specific company using a query. Returns real-time data including name, price, stock status, variants, and direct product URL.
Instructions
Search for products within a specific company. Returns real-time data: name, price, stock status, variants, direct product URL. Call after discover_companies to find specific products at the matched brand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (1-50). Default 10. | |
| query | Yes | What to search for (e.g. "polarized sunglasses", "black dress") | |
| company_id | Yes | Company ID from discover_companies (e.g. "knockaround", "allbirds") |