docs / bestbuy

Best Buy

Electronics products, prices and availability.

base /bestbuy/v112 endpoints
post/bestbuy/v1/product_detail1 credit

Get the full product card for one Best Buy item by its product number, URL, or product-id → name, brand, model, current/regular price + savings, clearance/sale flags & special offers, stock status, star rating with a 5★-to-1★ breakdown, what customers like/dislike, image gallery, color/storage/carrier variants, and the category breadcrumb.

ParameterAllowed / rangeDescription
skuoptionalBest Buy product number. Accepts the 7-digit SKU (e.g. 6565837), OR the product-id from the page URL (the code like JJGCQ8VCFQ), OR a full bestbuy.com product link — any of the three works.
urloptionalA full bestbuy.com product page URL (alternative to the product number).
Try in playground →
post/bestbuy/v1/reviews1 credit

Get customer reviews for a Best Buy product → each review's star rating, title, full text, author, date, pros & cons, verified-purchase / incentivized flags, how long they've owned it, helpful-vote counts, and any customer photos. Paginated.

ParameterAllowed / rangeDescription
skuoptionalBest Buy product number. Accepts the 7-digit SKU (e.g. 6565837), OR the product-id from the page URL (the code like JJGCQ8VCFQ), OR a full bestbuy.com product link — any of the three works.
urloptionalA full bestbuy.com product page URL (alternative to the product number).
page = 1optional1–Page of reviews to return.
page_size = 20optional1–100Reviews per page (max 100).
sort = MOST_RECENToptionalMOST_RECENT · MOST_HELPFUL · HIGHEST_RATING · LOWEST_RATINGHow to order the reviews.
Try in playground →
post/bestbuy/v1/review_summary1 credit

Get the review snapshot for a Best Buy product → average rating, total review count, verified-purchase count, the full 5★-to-1★ rating breakdown, and a 'what customers say' summary of the most-mentioned pros and cons — in a single call.

ParameterAllowed / rangeDescription
skuoptionalBest Buy product number. Accepts the 7-digit SKU (e.g. 6565837), OR the product-id from the page URL (the code like JJGCQ8VCFQ), OR a full bestbuy.com product link — any of the three works.
urloptionalA full bestbuy.com product page URL (alternative to the product number).
Try in playground →
post/bestbuy/v1/search_suggestions1 credit

Get Best Buy search autocomplete suggestions for a partial query → the suggested search terms (with spell-correction), just like the dropdown under the search box.

ParameterAllowed / rangeDescription
queryrequiredThe partial search text to autocomplete (e.g. 'lapt').
limit = 11optional1–40How many suggestions to return (1–40).
Try in playground →
post/bestbuy/v1/price1 credit

Get the live pricing for a Best Buy product by SKU → current price, regular price, savings, clearance/sale flags and special offers (from Best Buy's pricing API).

ParameterAllowed / rangeDescription
skurequiredThe Best Buy product SKU (7-digit number, e.g. 6565837).
Try in playground →
post/bestbuy/v1/gifts1 credit

Get the Gift-With-Purchase offers for a Best Buy product by SKU → each promotional offer (e.g. 'Apple TV Up to 1 Month GWP') and the free gift SKUs that come with it.

ParameterAllowed / rangeDescription
skurequiredThe Best Buy product SKU to check for gift-with-purchase.
Try in playground →
post/bestbuy/v1/description1 credit

Get a Best Buy product's full description and complete technical specifications by SKU → the marketing description plus every spec (name/value pairs: connectivity, dimensions, features, etc.). The deep product detail that lives on the product page.

ParameterAllowed / rangeDescription
skuoptionalThe Best Buy product SKU (7-digit, e.g. 6505727).
urloptionalA full bestbuy.com /product/ URL (alternative to the SKU).
Try in playground →
post/bestbuy/v1/similar1 credit

Get the products Best Buy recommends as similar to a given product (by SKU) → each recommended product's SKU, name, current price and link.

ParameterAllowed / rangeDescription
skuoptionalThe Best Buy product SKU to find similar products for.
urloptionalA full bestbuy.com /product/ URL (alternative to the SKU).
limit = 20optional1–40How many similar products to return (1–40).
Try in playground →
post/bestbuy/v1/deals1 credit

Browse Best Buy's current deals — on-sale and clearance products site-wide, sorted by biggest discount by default → each product's name, brand, current & regular price, the amount and percent saved, star rating, stock status, image and link. Great for a 'today's best deals' / price-drop feed. (To find deals within a category, use search with sort=best_discount.)

ParameterAllowed / rangeDescription
sort = best_discountoptionalbest_discount · best_selling · price_low · price_high · rating · newestHow to order the deals (default: biggest discount).
max_results = 24optional1–240How many deal products to return (1–240; ~24/page).
page = 1optional1–Result page to start from (1-based; ~24/page).
Try in playground →