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/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.
Parameters
The Best Buy product SKU (7-digit, e.g. 6505727).
A full bestbuy.com /product/ URL (alternative to the SKU).
request preview
curl -X POST https://api.reefapi.com/bestbuy/v1/description \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.