Skip to Content

Google Flights

Google Flights icon
Arcade OptimizedBYOCPro

Arcade.dev LLM tools for getting flights via Google Flights

Author:Arcade
Version:3.1.2
Auth:No authentication required
1tools
1require secrets
PyPI VersionPython VersionsWheel StatusDownloadsLicense

The Arcade toolkit for Google Flights empowers developers to seamlessly integrate flight search capabilities into their applications, allowing for efficient retrieval of flight information.

Capabilities

  • Access comprehensive one-way flight search results from Google Flights.
  • Easily integrate with existing applications for enhanced user experience.
  • Streamlined queries for fast and relevant flight data.

OAuth

  • No OAuth requirements; utilize API key for access.

Secrets

  • Secret type: API key.
  • Example: SERP_API_KEY is necessary for utilizing the flight search tool.

Available tools(1)

1 of 1
Tool nameDescriptionSecrets
Retrieve flight search results for a one-way flight using Google Flights
1

Selected tools

No tools selected.

Click "Show all tools" to add tools.

Requirements

Select tools to see requirements

#

GoogleFlights.SearchOneWayFlights

Retrieve flight search results for a one-way flight using Google Flights

Parameters

ParameterTypeReq.Description
departure_airport_codestringRequiredThe departure airport code. An uppercase 3-letter code
arrival_airport_codestringRequiredThe arrival airport code. An uppercase 3-letter code
outbound_datestringRequiredFlight departure date in YYYY-MM-DD format
currency_codestringOptionalCurrency of the returned prices. Defaults to 'USD'
travel_classstringOptionalTravel class of the flight. Defaults to 'ECONOMY'
ECONOMYPREMIUM_ECONOMYBUSINESSFIRST
num_adultsintegerOptionalNumber of adult passengers. Defaults to 1
num_childrenintegerOptionalNumber of child passengers. Defaults to 0
max_stopsstringOptionalMaximum number of stops (layovers) for the flight. Defaults to any number of stops
ANYNONSTOPONETWO
sort_bystringOptionalThe sorting order of the results. Defaults to TOP_FLIGHTS.
TOP_FLIGHTSPRICEDEPARTURE_TIMEARRIVAL_TIMEDURATIONEMISSIONS

Requirements

Secrets:SERP_API_KEY

Output

Type:jsonFlight search results from the Google Flights API
Last updated on