The playground

Try any of 2165 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/wayfair/v1/product/options4 credits

Every option of a listing WITH ITS OWN PRICE. Wayfair prices each colour and size separately — one sofa measured $264.99 / $289.99 / $499.99 / $269.99 across four fabrics — and only the option's own page carries its price, so this action reads them. Costs one upstream page per option, which is why it is priced above `product/detail`.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/wayfair/v1/product/options \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"sku":"W111515578","max_options":"2"}'

Hit Send to run this endpoint live.

Playground · ReefAPI