bestbuy_category
Fetch a Best Buy category's product listing by category ID. Returns one page of up to 24 products with normalized fields like price, rating, and review count.
Instructions
Get a Best Buy category's product listing. Returns one page (up to 24) of one Best Buy category's normalized product listing (sku, title, url, image, price, rating, review count). category_id is a Best Buy category id, e.g. pcmcat138500050001, found in a category page URL's trailing .c?id= segment. page is the optional 1-indexed page number (defaults to 1); requesting a page past the last one returns an empty products list, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-indexed page number, defaults to 1 | |
| category_id | Yes | Best Buy category id |