Interact with Google Flights data to search for one-way, round-trip, and date range flight options between airports.
10K+
3 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
| Name | Description |
|---|---|
find_all_flights_in_range | Finds available round-trip flights within a specified date range. Can optionally return only the cheapest flight found for each date pair. |
get_flights_on_date | Fetches available one-way flights for a specific date between two airports. Can optionally return only the cheapest flight found. |
get_round_trip_flights | Fetches available round-trip flights for specific departure and return dates. Can optionally return only the cheapest flight found. |