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/ChkQ-example/reviews?gl=us&hl=en"
},
"search_parameters": {
"engine": "google_hotels_reviews",
"property_token": "ChkQ-example",
"sort_by": 2,
"gl": "us",
"hl": "en"
},
"place": {
"name": "The Jefferson Hotel Richmond",
"overall_rating": 4.7,
"reviews": 512,
"ratings_breakdown": [
{
"name": "Location",
"rating": 4.8
},
{
"name": "Rooms",
"rating": 4.7
},
{
"name": "Service",
"rating": 4.9
}
]
},
"reviews": [
{
"author": "Jane D.",
"link": "https://www.google.com/maps/contrib/1029384756",
"thumbnail": "https://lh3.googleusercontent.com/a/reviewer-jane",
"source": "Google",
"rating": 5,
"best_rating": 5,
"likes": 14,
"review_date": "August 2026",
"review_title": "Perfect base for exploring downtown Richmond",
"review_snippet": "Perfect base for exploring downtown Richmond. Walked to Carytown and the Fan District in minutes, and the staff on W Franklin St were attentive. The room was spotless, would stay again.",
"property_response": {
"date": "August 2026",
"snippet": "Thank you for the kind words, we hope to host you again on your next visit to Richmond."
}
},
{
"author": "Mark T.",
"link": "https://www.google.com/maps/contrib/5647382910",
"thumbnail": "https://lh3.googleusercontent.com/a/reviewer-mark",
"source": "Google",
"rating": 4,
"best_rating": 5,
"likes": 5,
"review_date": "July 2026",
"review_title": null,
"review_snippet": "Comfortable stay overall and an easy drive from RIC airport. Close to Shockoe Slip restaurants and the Capitol. Breakfast could be better but the beds were very comfortable.",
"property_response": null
}
],
"next_page_token": null
}
GET/v1/data/google/hotels/reviews1 credit / run

Hotels Reviews

Guest reviews for a hotel property with author, rating, date, title, text, likes and the property response, under a place header.

Handled for you:Rate Limitrecaptcha
Parameters
NameTypeReqDescription
property_tokenstringyesProperty token that identifies the hotel (from Hotels Search).
Advanced filters
sort_byintegernoSort: 1 most helpful, 2 most recent, 3 highest, 4 lowest.
ratingintegernoFilter to reviews with this star rating, 1-5.
category_tokenstringnoFilter reviews by a review category token.
source_numberintegernoFilter by review source: 0 all, -1 Google, or a source 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)