Skip to content
capzy
All sites
Data API

Google Data API

Search, news, patents and trends data from Google.

58endpointsRate Limit · recaptcha handled for you
google.comGET/google/adsGET/google/ads/tr…GET/google/ai-mod…{ } JSON
Example
google.com
Example
JSON 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 / run

Hotels 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
NameTypeReqDescription
property_tokenstringyesProperty token that identifies the hotel (from Hotels Search).
Advanced filters
category_idstringnoFilter photos to a single category id.
next_page_tokenstringnoPage cursor returned by a previous call.
hlstringnoUI language, e.g. en, es, fr. (default: en)
glstringnoTwo-letter country code, e.g. us, gb, de. (default: us)