All sites
Data API
Google Data API
Search, news, patents and trends data from Google.
58endpointsRate Limit · recaptcha handled for you
Example (captured live)
google.com
ExampleJSON responseclick the page to trace a field
{
"search_metadata": {
"status": "Success",
"created_at": "2026-08-18T09:20:13.018471+00:00",
"engine": "google",
"google_url": "https://www.google.com/travel/hotels/best%20coffee%20makers?adults=2¤cy=USD"
},
"search_parameters": {
"engine": "google_hotels",
"q": "best coffee makers",
"adults": 2,
"currency": "USD",
"gl": "us",
"hl": "en"
},
"results": [
],
"pagination": {
"current": 1,
"next": null
}
}
GET
/v1/data/google/hotels/search1 credit / run VerifiedHotels Search
Hotel search for a destination (Google Travel): price, rating, reviews, class, thumbnail.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Destination, e.g. 'New York'. |
| Advanced filters | |||
| check_in | string | no | Check-in date, YYYY-MM-DD. |
| check_out | string | no | Check-out date, YYYY-MM-DD. |
| adults | integer | no | Number of adult guests. (default: 2) |
| currency | string | no | Currency code for prices, e.g. USD, EUR. (default: USD) |
| 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) |
| page | integer | no | Page number. (default: 1) |