/bestbuy/products/questions
Get customer questions and answers for a Best Buy product by SKU (or product URL): question text, author, date, answer count and the answers (each with text, author, date, helpful votes, badges and images).
Price: 5 credits per 100 results
💡 AI Hint: Fetch customer Q&A for a Best Buy product by SKU (numeric) or product URL. Returns a list of questions, each with text (the question), author, created_at, answer_count, helpful_count, is_ai_generated, images and answers (each with text, author, created_at, helpful_count, badges and images). Set count to control how many questions to return.
⚠️ Common errors: 412: Product not found (well-formed but nonexistent SKU, or product has no Q&A)
Authorizations
API token from the dashboard
Headers
Body
Best Buy product SKU or a product URL containing it
1"6612977"
"https://www.bestbuy.com/site/-/6612977.p?skuId=6612977"
Max number of questions to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500