Search hotels via Google Hotels (SerpApi)
Search hotels via Google Hotels (SerpApi). Returns properties with prices, ratings, and amenities.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
186 msmedian answer time
$0.02listed price per call
$0.02price 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://x402engine.app/api/travel/hotels
| Category | Market data |
|---|---|
| Provider host | x402engine.app |
| Networks | eip155:4326, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 8 from 3 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.02 | 186 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"adults": "2",
"checkInDate": "2026-04-15",
"checkOutDate": "2026-04-18",
"currency": "USD",
"q": "hotels in Paris"
},
"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": {
"additionalProperties": false,
"properties": {
"adults": {
"default": "2",
"description": "Number of adults",
"type": "string"
},
"checkInDate": {
"description": "Check-in date (YYYY-MM-DD)",
"example": "2026-04-15",
"type": "string"
},
"checkOutDate": {
"description": "Check-out date (YYYY-MM-DD)",
"example": "2026-04-18",
"type": "string"
},
"children": {
"description": "Number of children",
"type": "string"
},
"currency": {
"default": "USD",
"description": "Currency code (e.g. USD, EUR)",
"type": "string"
},
"hotelClass": {
"description": "Star rating (2-5)",
"type": "string"
},
"maxPrice": {
"description": "Maximum price per night",
"type": "string"
},
"minPrice": {
"description": "Minimum price per night",
"type": "string"
},
"q": {
"description": "Search query \u2014 city name or hotel name",
"example": "hotels in Paris",
"type": "string"
},
"sortBy": {
"description": "3=Lowest price, 8=Highest rating, 13=Most reviewed",
"type": "string"
}
},
"required": [
"q",
"checkInDate",
"checkOutDate"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}