tool_cheap_anywhere_from
Find the cheapest destinations from any origin airport. Filter by month, price, region, and round-trip days to discover affordable travel options.
Instructions
INSPIRATION: Find cheapest destinations from origin airport.
"Show me cheap flights from NYC anywhere in March" - returns ranked destinations by price. Set round_trip_days for realistic round-trip budgeting.
Args: origin: IATA airport code (e.g., "JFK") month: YYYY-MM constraint (optional) max_price: Filter out above this price (per-person) max_results: Max destinations currency: USD, EUR, etc. regions: Comma-separated (europe, asia, americas, oceania, africa, middle_east) round_trip_days: Days at destination for round-trip price (omit for one-way)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin | Yes | ||
| month | No | ||
| max_price | No | ||
| max_results | No | ||
| currency | No | USD | |
| regions | No | ||
| round_trip_days | No |