//Source · Marketplaces
Best Buy API — The Whole Shelf, One Call Away
Full specs, current prices, Open-Box grades, customer reviews, and Q&A for any product — pass a SKU or URL and get clean JSON back. No Best Buy developer account, no affiliate agreement.
Start for free7-day free trial
What You Can Pull From Best Buy
/api/bestbuy/categoriesCategory details by ID or URL: name, total product count, breadcrumb path, and child categories (each with ID, name, URL)
/api/bestbuy/productsFull product details by SKU or URL: title, brand, model, color, price, list price, rating, review count, question count, images, specifications, availability, condition, and all current offers
/api/bestbuy/products/offersAll buying options for a product: New plus available Open-Box grades (Excellent, Good, Fair) and Refurbished — each with condition, grade, price, currency, and purchase URL
/api/bestbuy/products/questionsCustomer Q&A for a product: question text, author, date, answer count, helpfulness votes, and full answer threads with author and badges
/api/bestbuy/products/reviewsCustomer reviews for a product: rating, title, body text, author, submission date, helpful and unhelpful counts, recommendation flag, reviewer badges, and any seller responses
/api/bestbuy/products/searchKeyword product search: product cards with SKU, title, brand, model, price, list price, currency, discount percent, rating, review count, image, condition, and product URL
What Comes Back
{
"@type": "BestBuyProduct",
"id": "6612977",
"title": "Sony WH-1000XM5 Wireless Headphones",
"brand": "Sony",
"price": 279.99,
"list_price": 349.99,
"rating": 4.8,
"review_count": 4821,
"offers": [
{ "condition": "New", "price": 279.99 },
{ "condition": "Open-Box", "grade": "Excellent", "price": 223.99 }
]
}Built for These Jobs
Start Pulling Best Buy Data
Six endpoints cover search, product detail, offers, reviews, Q&A, and the category tree — part of 500+ sources on one key. 7-day free trial.
Common Questions
No. Requests authenticate with your Anysite access token only — no Best Buy developer account, no affiliate credentials, no agreement with the retailer.