The playground

Try any of 1868 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/dubizzle/v1/real_estate/search1 credit

Search property for sale or for rent on dubizzle:, commercial, land, multiple units, rooms and short-term rentals. Price in AED with the rent period normalised (per year and per month) and the cheque schedule kept apart, bedrooms (studio flagged), bathrooms, size in sqft and sqm, furnishing, ready or off-plan, agency and agent, verification state, featured/premium flags, emirate, community, sub-community, building and coordinates.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/dubizzle/v1/real_estate/search \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"purpose":"rent","emirate":"dubai"}'

Hit Send to run this endpoint live.

Playground · ReefAPI