Try any of 2074 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.
Search one Daraz storefront and get the product grid: the price actually charged in local currency, the strikethrough price, the real discount, rating and review count, units sold, the seller's id and name, the shipping region, the brand and both ids needed to read the product. Narrow by price band, minimum rating or shipping region — every filter offered here was measured to bite. 🔴 Daraz matches the words in a product title and does not do fuzzy multi-word matching: measured, `Samsung Galaxy S23 Ultra 512GB` returns 4 results while `iPhone 15 Pro Max 256GB Natural Titanium` returns ZERO. Search the way a shopper types, in two or three words.
curl -X POST https://api.reefapi.com/daraz/v1/search \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.