find_cheapest_arrival_airport
Compare all airports near your destination to find the cheapest arrival airport for your departure and travel dates. Save money by selecting a cost-effective airport to fly into.
Instructions
Find the cheapest airport to fly into at a destination by comparing all airports near a location in parallel. The arrival-side counterpart to compare_airport_prices.
Answers "Which Tokyo airport is cheapest to fly into from London?" or "Should I fly into EZE or AEP in Buenos Aires?". Uses one API credit per airport (default 5, max 10). Results sorted by cheapest price.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gl | No | Country code | |
| hl | No | Language code | |
| type | No | 1=Round trip, 2=One way (default) | |
| stops | No | 0=Any, 1=Nonstop only, 2=1 stop or fewer, 3=2 stops or fewer | |
| adults | No | Number of adults | |
| currency | No | Currency code (e.g. GBP, EUR, USD) | |
| max_price | No | Maximum ticket price | |
| return_date | No | Return date for round-trips (YYYY-MM-DD) | |
| departure_id | Yes | Fixed departure airport IATA code (e.g. LHR). Comma-separate for multiple. | |
| max_airports | No | How many destination airports to compare (default 5) | |
| travel_class | No | 1=Economy, 2=Premium economy, 3=Business, 4=First | |
| outbound_date | Yes | Outbound date (YYYY-MM-DD) | |
| arrival_location | Yes | Destination city, region, or country to compare airports for (e.g. 'Tokyo', 'Patagonia', 'New York') |