The playground

Try any of 1465 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/store_availability1 credit

Check whether a Best Buy product (by SKU) is available to buy for a given ZIP code (and optionally a specific store) → an available flag plus the live buy-button status (e.g. Add to Cart / Sold Out / Pre-Order). Useful for retail-arbitrage and local-stock checks.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/bestbuy/v1/store_availability \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"sku":"6505727","zip":"10001"}'

Hit Send to run this endpoint live.

Playground · ReefAPI