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:23:55.949940+00:00",
"engine": "google",
"google_url": "https://www.google.com/travel/explore?tfs=&gl=us&hl=en&curr=USD&q=Explore+flights+from+RIC"
},
"search_parameters": {
"engine": "google_travel_explore",
"departure_id": "RIC",
"arrival_id": "ATL",
"type": 1,
"travel_class": 1,
"adults": 1,
"children": 0,
"currency": "USD",
"gl": "us",
"hl": "en"
},
"destinations": [
]
}
GET
/v1/data/google/travel/explore1 credit / run VerifiedTravel Explore
Destination ideas from a departure airport with a sample fare, flight time, stops and airline for each place.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| departure_id | string | yes | Departure airport code or location id, e.g. 'CDG' or 'JFK'. |
| Advanced filters | |||
| arrival_id | string | no | Optional arrival area or location id to narrow the map. |
| outbound_date | string | no | Outbound date, YYYY-MM-DD. |
| return_date | string | no | Return date, YYYY-MM-DD. |
| type | integer | no | Trip type: 1 round trip, 2 one way, 3 multi-city. (default: 1) |
| month | integer | no | Month of travel 1-12, or 0 for any. |
| travel_duration | integer | no | Trip length: 1 weekend, 2 one week, 3 two weeks. |
| travel_class | integer | no | Cabin: 1 economy, 2 premium economy, 3 business, 4 first. (default: 1) |
| adults | integer | no | Number of adult passengers. (default: 1) |
| children | integer | no | Number of children. (default: 0) |
| stops | integer | no | Max stops: 0 any, 1 nonstop, 2 up to 1, 3 up to 2. |
| max_price | integer | no | Maximum ticket price. |
| 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) |