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/ChkQ-richmond?checkin=2026-09-10&checkout=2026-09-12"
},
"search_parameters": {
"engine": "google_hotels",
"hotel_id": "ChkQ-richmond",
"check_in_date": "2026-09-10",
"check_out_date": "2026-09-12",
"gl": "us",
"hl": "en"
},
"type": "hotel",
"hotel_id": "ChkQ-richmond",
"name": "The Jefferson Hotel Richmond",
"location": {
"address": "101 W Franklin St, Richmond, VA 23220"
},
"check_in_date": "2026-09-10",
"check_out_date": "2026-09-12",
"rate_per_night": {
"lowest": "$389",
"extracted_lowest": 389
},
"hotel_class": "5-star hotel",
"overall_rating": 4.7,
"reviews": 512,
"amenities": [
"Free Wi-Fi",
"Spa",
"Fitness center",
"Bar",
"Room service",
"Restaurant",
"Air conditioning",
"Pet-friendly"
],
"images": [
{
"thumbnail": "https://lh3.googleusercontent.com/hotels/jefferson-1"
},
{
"thumbnail": "https://lh3.googleusercontent.com/hotels/jefferson-2"
},
{
"thumbnail": "https://lh3.googleusercontent.com/hotels/jefferson-3"
}
],
"description": "Historic landmark hotel in downtown Richmond with a grand marble lobby, a spa and Southern fine dining near Jackson Ward and the Fan District.",
"prices": [
{
"source": "The Jefferson Hotel",
"rate_per_night": {
"lowest": "$389",
"extracted_lowest": 389
}
},
{
"source": "Booking.com",
"rate_per_night": {
"lowest": "$412",
"extracted_lowest": 412
}
}
],
"nearby_places": [
{
"name": "Virginia Museum of Fine Arts",
"category": "Art museum"
},
{
"name": "Monroe Park",
"category": "Park"
}
]
}
GET
/v1/data/google/hotels/details1 credit / runHotel Details
Detailed property information: rating, reviews, address, class, price and amenities.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| hotel_id | string | yes | Google Travel hotel entity id/slug. |
| Advanced filters | |||
| check_in | string | no | Check-in date, YYYY-MM-DD. |
| check_out | string | no | Check-out date, YYYY-MM-DD. |
| gl | string | no | Two-letter country code, e.g. us, gb, de. (default: us) |
| hl | string | no | UI language, e.g. en, es, fr. (default: en) |