The playground
Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
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.
Working example
Parameters
Best 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.
A full bestbuy.com product page URL (alternative to the product number).
request preview
curl -X POST https://api.reefapi.com/bestbuy/v1/review_summary \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"sku":"6565837"}'Hit Send to run this endpoint live.