search_date_range
Compare flight prices across multiple dates and trip lengths. Find the cheapest normalized offer for each combination of outbound date and stay length.
Instructions
Search multiple outbound dates and stay lengths, returning the cheapest normalized offer for each date pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cabin | No | economy | |
| adults | No | ||
| origin | Yes | Origin IATA airport or city code | |
| endDate | Yes | ||
| currency | No | ISO 4217 currency | |
| maxStops | No | ||
| maxNights | No | ||
| minNights | No | ||
| providers | No | Provider IDs to query | |
| startDate | Yes | ||
| timeoutMs | No | ||
| maxResults | No | ||
| destination | Yes | Destination IATA airport or city code |