Search Best Buy's product catalog
search_bestbuySearch Best Buy's US product catalog by keyword and/or category, built on Best Buy's official Products API. Returns sku, title, sale/regular price, rating, manufacturer/model, image, online/in-store availability, and UPC per product. Errors honestly until this engine is fully live upstream: currently returns not_found (route not yet redeployed on the production commerce-api), then credentials_required once deployed without BESTBUY_API_KEY provisioned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Keyword query. Required unless `category` is given. Matches across name, manufacturer, and description. | |
| page | No | Default 1. | |
| limit | No | Default 20. Best Buy caps page size at 100. | |
| category | No | Best Buy categoryPath.id to constrain the search. |