Google Flights
Arcade OptimizedBYOCPro
Arcade.dev LLM tools for getting flights via Google Flights
Author:Arcade
Version:
3.1.2Auth:No authentication required
1tools
1require secrets
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 name | Description | Secrets | |
|---|---|---|---|
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
| Parameter | Type | Req. | Description |
|---|---|---|---|
departure_airport_code | string | Required | The departure airport code. An uppercase 3-letter code |
arrival_airport_code | string | Required | The arrival airport code. An uppercase 3-letter code |
outbound_date | string | Required | Flight departure date in YYYY-MM-DD format |
currency_code | string | Optional | Currency of the returned prices. Defaults to 'USD' |
travel_class | string | Optional | Travel class of the flight. Defaults to 'ECONOMY'ECONOMYPREMIUM_ECONOMYBUSINESSFIRST |
num_adults | integer | Optional | Number of adult passengers. Defaults to 1 |
num_children | integer | Optional | Number of child passengers. Defaults to 0 |
max_stops | string | Optional | Maximum number of stops (layovers) for the flight. Defaults to any number of stopsANYNONSTOPONETWO |
sort_by | string | Optional | The sorting order of the results. Defaults to TOP_FLIGHTS.TOP_FLIGHTSPRICEDEPARTURE_TIMEARRIVAL_TIMEDURATIONEMISSIONS |
Requirements
Secrets:SERP_API_KEY
Output
Type:
json— Flight search results from the Google Flights APILast updated on