casper
back to apps
Bestbuy

Bestbuy

to use bestbuy with casper, just text and ask — casper will handle the connection from your thread.


description

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

what casper can do

  • Get CategoriesTool to retrieve best buy product categories. use when you need to list or filter categories in the catalog.
  • Get Category DetailsTool 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 SKUTool to retrieve detailed information about a specific product by sku. use after obtaining a valid sku to fetch its attributes.
  • Get ProductsTool 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 DetailsTool to retrieve detailed information for a specific review by id. use after confirming the review id.
  • Get Product ReviewsTool to retrieve product reviews. use when you need customer feedback with filters or sorting. use after obtaining product skus.

often used together