Schema explorer
Type any website. See what Everfetch can return.
Preview supported sources, inspect cached responses, and run fresh results with an API key.
Preview mode — every result below shows cached output. Fresh calls require signup and an API key.
Showing 19 of 19 cached examples
3 tags · booking.com
Booking hotel search
Public hotel search result cards with normalized pricing, review, and availability fields.
Parameters
destinationTokyo
checkin2026-07-15
checkout2026-07-17
adults2
Cached example. Use an API key for fresh calls and saved logs.
booking.com · json
{
"mode": "fixture",
"cached": true,
"request": {
"site": "booking.com",
"endpoint": "hotel_search",
"params": {
"destination": "Tokyo",
"checkin": "2026-07-15",
"checkout": "2026-07-17",
"adults": "2"
}
},
"data": {
"title": "Tokyo hotel search",
"source": "Public Booking.com property pages",
"items": [
{
"name": "Comfort Inn Tokyo Roppongi",
"city": "Tokyo",
"country": "Japan",
"area": "Roppongi",
"property_type": "Hotel"
},
{
"name": "Hotel Metropolitan Tokyo Marunouchi",
"city": "Tokyo",
"country": "Japan",
"area": "Marunouchi",
"property_type": "Hotel"
}
]
}
}