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 (captured live)
google.com
Example
JSON 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 Verified

Travel 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
NameTypeReqDescription
departure_idstringyesDeparture airport code or location id, e.g. 'CDG' or 'JFK'.
Advanced filters
arrival_idstringnoOptional arrival area or location id to narrow the map.
outbound_datestringnoOutbound date, YYYY-MM-DD.
return_datestringnoReturn date, YYYY-MM-DD.
typeintegernoTrip type: 1 round trip, 2 one way, 3 multi-city. (default: 1)
monthintegernoMonth of travel 1-12, or 0 for any.
travel_durationintegernoTrip length: 1 weekend, 2 one week, 3 two weeks.
travel_classintegernoCabin: 1 economy, 2 premium economy, 3 business, 4 first. (default: 1)
adultsintegernoNumber of adult passengers. (default: 1)
childrenintegernoNumber of children. (default: 0)
stopsintegernoMax stops: 0 any, 1 nonstop, 2 up to 1, 3 up to 2.
max_priceintegernoMaximum ticket price.
currencystringnoCurrency code for prices, e.g. USD, EUR. (default: USD)
glstringnoTwo-letter country code, e.g. us, gb, de. (default: us)
hlstringnoUI language, e.g. en, es, fr. (default: en)