find_nearby_airports
Find alternative airports near a given airport within a specified radius to discover cheaper flight options from nearby cities.
Instructions
Find alternative airports near a given airport within a radius. Useful for finding cheaper flights from nearby cities.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| airport | Yes | IATA code of the airport to search around | |
| radiusKm | No | Search radius in kilometers (default: 200) |