agoda_flights_search
Find bookable one-way flights on Agoda by origin, destination, and departure date. Get per-segment details: flight number, airline, times, layovers, aircraft type, and price.
Instructions
Search Agoda one-way flights. Returns bookable one-way flight itineraries between two IATA airport codes for a departure date, including per-segment flight number, airline, times, layovers, aircraft type, and price. Resolve free-text city/airport names to codes first via the flight destination search endpoint. Credential-free public data from Agoda's own flight search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-indexed result page, defaults to 1 | |
| adults | No | Adult passengers (age 12+), defaults to 1 | |
| origin | Yes | Origin IATA airport code | |
| infants | No | Infant passengers (under age 2), defaults to 0 | |
| children | No | Child passengers (age 2-11), defaults to 0 | |
| cabin_class | No | Cabin class, defaults to Economy | |
| destination | Yes | Destination IATA airport code | |
| departure_date | Yes | Departure date, YYYY-MM-DD |