Ryanair: Search Flights
Ryanair via Parse · travel
Search for available flights between two airports on a given date. Returns all flights for the requested date plus surrounding flex days (default ±2 days), with fare prices, departure/arrival times, flight numbers, duration, and seat availability. Each result includes fare breakdowns per passenger type. The API returns one-way flights only; currency is determined by the departure country. Makes one warmup request to establish session cookies before fetching availability. Search for available Ryanair flights between airports with pricing information. Fulfilled by Parse from www.ryanair.com.
- ecommerce
- marketplace
- parse
- platform-key
- ryanair
- travel
- www-ryanair-com
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8923004a-5b41-453b-a85b-c015b33996e6/search_flights
- Interface artifact
- sha256:efee68feeea04dbbb4802ffde79e4188c033164ecf0085c7c9bfbc5ebcc59770
- Manifest digest
- sha256:3b523a629f42d5bf5cc22b7a17d4eaa81a2dfa32ba9c75dcce219442d0d998ef
Request fields
- teens (integer): Number of teen passengers (12-15 years).
- adults (integer): Number of adult passengers (16+ years).
- origin (string, required): 3-letter IATA airport code for departure (e.g. DUB for Dublin, STN for London Stansted).
- infants (integer): Number of infant passengers (under 2 years).
- children (integer): Number of child passengers (2-11 years).
- date_out (string, required): Departure date in ISO format YYYY-MM-DD.
- flex_days (integer): Number of days before and after the departure date to include in results.
- destination (string, required): 3-letter IATA airport code for arrival (e.g. STN for London Stansted, BCN for Barcelona).
Example queries
- {"origin":"DUB","date_out":"2026-09-11","destination":"STN"}