GET
Google Travel Similar Hotels API
Build a nearby comparison set around one Google Travel property.
Overview
Get similar hotels and nearby vacation rentals, including a reusable entity_token for each result.
Contract note
Every neighboring hotel or rental can carry its own entity_token. Feed that token into any property-level Google Travel endpoint to pivot.
Endpoint URL
GET https://api.stayapi.com/v1/google_travel/similar
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| entity_token | string | Required | Durable Google Travel token returned by Resolve or Search. Use this token, not hotel_id, for property drilldowns. |
| hl | string | Optional | UI language code. Default: en. |
| gl | string | Optional | Region or country code. Default: us. |
Response schema
| Field | Type | Description |
|---|---|---|
| similar_hotels | array | Nearby hotel matches with token, rating, class, distance, price, comparison copy, and photo. |
| vacation_rentals | array | Nearby rentals with identity, token, and available price. |
Identifier workflow
Resolve once, reuse the token
Resolve a hotel name or run Search to get an entity_token. Cache that token and use it for Summary, Info, Photos, Prices, Similar, and Nearby requests.