Hotel search — find hotels & vacation rentals anywhere by destination with live
Hotel search — find hotels & vacation rentals anywhere by destination with live nightly rates, star class, guest ratings, amenities, photos & coordinates as clean JSON.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
598 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://hotels.use.x402atlas.com/search
| Category | Search and research |
|---|---|
| Provider host | hotels.use.x402atlas.com |
| Networks | eip155:137, eip155:42161, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 17 from 5 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 598 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"adults": 2,
"currency": "USD",
"gl": "us",
"hl": "en",
"query": "Bali Resorts"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"query": {
"description": "Destination, area or hotel name to search (e.g. \"hotels in Barcelona\", \"Bali resorts\")",
"maxLength": 200,
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"ads": {
"description": "Sponsored placements shown above the organic results",
"items": {
"properties": {
"amenities": {
"items": {
"type": "string"
},
"type": "array"
},
"details_link": {
"description": "This API's /property URL for the ad's hotel",
"type": "string"
},
"extracted_price": {
"type": "number"
},
"free_cancellation": {
"type": "boolean"
},
"gps_coordinates": {
"properties": {
"latitude": {
"type": "number"
},
"longitude": {
"type": "number"
}
},
"type": "object"
},
"hotel_class": {
"type": "integer"
},
"link": {
"type": "string"
},
"name": {
"type": "string"
},
"overall_rating": {
"type": "number"
},
"price": {
"type": "string"
},
"property_token": {
"type": "string"
},
"reviews": {
"type": "integer"
},
"source": {
"type": "string"
},
"source_icon": {
"type": "string"
},
"thumbnail": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"brands": {
"description": "Hotel brands usable as the brands filter",
"items": {
"properties": {
"children": {
"items": {
"type": "object"
},
"type": "array"
},
"id": {
"type": "integer"
},
"name": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"check_in_date": {
"description": "Stay window actually priced",
"format": "date",
"type": "string"
},
"check_out_date": {
"format": "date",
"type": "string"
},
"next_page_token": {
"description": "Pass back as next_page_token for the next page",
"type": "string"
},
"note": {
"description": "Present only on a sample response (empty/omitted query): a hint to pass real parameters. The paid request ran; no upstream call was made.",
"type": "string"
},
"properties": {
"items": {
"properties": {
"amenities": {
"items": {
"type": "string"
},
"type": "array"
},
"check_in_time": {
"type": "string"
},
"check_out_time": {
"type": "string"
},
"deal": {
"type": "string"
},
"deal_description": {
"type": "string"
},
"description": {
"type": "string"
},
"details_link": {
"description": "This API's /property URL for the hotel",
"type": "string"
},
"eco_certified": {
"type": "boolean"
},
"essential_info": {
"items": {
"type": "string"
},
"type": "array"
},
"excluded_amenities": {
"items": {
"type": "string"
},
"type": "array"
},
"extracted_hotel_class": {
"type": "integer"
},
"gps_coordinates": {
"properties": {
"latitude": {
"type": "number"
},
"longi