The playground
Try any of 1042 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/booking/v1/hotels/reviews1 credit
Paginated, deduped guest reviews for one hotel (score, title, pros/cons text, owner reply, room type, stay info).
Parameters
The hotel's URL slug — booking.com/hotel/<country>/<page_name>.html (also returned by hotels/search items).
The 2-letter country code in the hotel URL (booking.com/hotel/<country_code>/…).
Full hotel URL (alternative to page_name+country_code).
How many reviews to fetch. Omit for ALL reviews (paged 25/page internally). (1–10000)
Advanced: reviews per internal page (Booking caps at 25). (1–25)
Advanced: Booking hotel ID.
request preview
curl -X POST https://api.reefapi.com/booking/v1/hotels/reviews \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.