Bestbuy

Best Buy offers a suite of APIs providing access to product, store, category, and recommendation data.

8 actions Integration catalog
Request access
Connect Bestbuy once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Get CategoriesBESTBUY_GET_CATEGORIES
Tool to retrieve Best Buy product categories. Use when you need to list or filter categories in the catalog.
Get Category DetailsBESTBUY_GET_CATEGORY_DETAILS
Tool to retrieve detailed information about a Best Buy category by its ID. Use when you need enriched metadata about a specific category.
Get Product Details by SKUBESTBUY_GET_PRODUCT_DETAILS
Tool to retrieve detailed information about a specific product by SKU. Use after obtaining a valid SKU to fetch its attributes.
Get ProductsBESTBUY_GET_PRODUCTS
Tool to retrieve products from Best Buy. Use when you need to fetch product listings with optional filters and sorting. Example: 'Get products for category abcat0101000 sorted by salePrice.dsc.'
Get Review DetailsBESTBUY_GET_REVIEW_DETAILS
Tool to retrieve detailed information for a specific review by ID. Use after confirming the review ID.
Get Product ReviewsBESTBUY_GET_REVIEWS
Tool to retrieve product reviews. Use when you need customer feedback with filters or sorting. Use after obtaining product SKUs.
Get Store DetailsBESTBUY_GET_STORE_DETAILS
Tool to retrieve detailed information about a specific Best Buy store. Use when you have a valid store ID.
Get Best Buy StoresBESTBUY_GET_STORES
Tool to retrieve a list of Best Buy stores. Use when you need store listings with optional filters or geo-search after confirming your API key.