All sites
Data API
Google Data API
Search, news, patents and trends data from Google.
58endpointsRate Limit · recaptcha handled for you
Example
google.com
ExampleJSON responseclick the page to trace a field
{
"search_metadata": {
"status": "Success",
"created_at": "2026-08-17T12:00:00+00:00",
"engine": "google",
"google_url": "https://www.google.com/travel/hotels/entity/ChoQ_richmond_jefferson/photos?gl=us&hl=en"
},
"search_parameters": {
"engine": "google_hotels_photos",
"property_token": "ChoQ_richmond_jefferson",
"hl": "en",
"gl": "us"
},
"categories": [
{
"id": "0",
"name": "All"
},
{
"id": "1",
"name": "Rooms"
},
{
"id": "2",
"name": "Dining"
},
{
"id": "3",
"name": "Property"
}
],
"photos": [
{
"position": 1,
"thumbnail": "https://lh3.googleusercontent.com/hotels/photo-1=w300-h200",
"original_image": "https://lh3.googleusercontent.com/hotels/photo-1",
"category": "Rooms",
"caption": "Deluxe king room at The Jefferson Richmond"
},
{
"position": 2,
"thumbnail": "https://lh3.googleusercontent.com/hotels/photo-2=w300-h200",
"original_image": "https://lh3.googleusercontent.com/hotels/photo-2",
"category": "Property",
"caption": "Grand Rotonda lobby on W Franklin St"
},
{
"position": 3,
"thumbnail": "https://lh3.googleusercontent.com/hotels/photo-3=w300-h200",
"original_image": "https://lh3.googleusercontent.com/hotels/photo-3",
"category": "Dining",
"caption": "Lemaire dining room in downtown Richmond, VA"
}
],
"next_page_token": "CAESY0NBRVFDQm..."
}
GET
/v1/data/google/hotels/photos1 credit / runHotels Photos
Photos for a hotel property with a thumbnail, the full-size image and a category for each shot.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| property_token | string | yes | Property token that identifies the hotel (from Hotels Search). |
| Advanced filters | |||
| category_id | string | no | Filter photos to a single category id. |
| next_page_token | string | no | Page cursor returned by a previous call. |
| hl | string | no | UI language, e.g. en, es, fr. (default: en) |
| gl | string | no | Two-letter country code, e.g. us, gb, de. (default: us) |