The playground

Try any of 1540 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/amazon/v1/products_batch5 credits

Look up MANY Amazon products in ONE call by ASIN — up to 15 per request → each product's title, current price and currency, star rating with review count, image, and any clippable coupon or deal badge. ONE upstream request serves the whole list (not one per ASIN), so this is the cheap way to refresh a price list or reconcile a catalogue against Amazon. IMPORTANT — this returns the SUMMARY card for each product, which is what Amazon publishes on a multi-product surface. For features, technical specifications, variations, barcodes, A+ content or reviews, use product/detail, which reads the full product page and costs one call per ASIN.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/amazon/v1/products_batch \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"asins":"[\"B0DGHMNQ5Z\",\"B01GJOMWVA\",\"B0CKM9F15Z\"]"}'

Hit Send to run this endpoint live.

Playground · ReefAPI