The playground
Try any of 817 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/flipkart/v1/product1 credit
full product page facts (title/price/mrp/rating/specs/highlights/images/seller/similar)
Working example
Parameters
Full Flipkart product URL.
Flipkart item id (the itmXXXX in a /p/ URL).
request preview
curl -X POST https://api.reefapi.com/flipkart/v1/product \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"url":"https://www.flipkart.com/asus-chromebook-cx14-intel-celeron-dual-core-n50-4-gb-64-gb-emmc-storage-chrome-os-cx1405cta-s60620-laptop/p/itm5a14f3731bf15"}'Hit Send to run this endpoint live.