Skywings: Search Flights
Skywings via Parse · travel
Search for available flights between two airports. Returns all matching flight options with pricing, segment details (carrier, times, stops, baggage), and search parameters. Each flight result includes outbound and (for round trips) inbound segments with per-leg detail. The upstream API returns all matching results in a single response; there is no pagination. A search with no matching flights returns an empty flights array with total_results=0. Search for flights on Skywings.co.uk by route, date, cabin class, and trip type. Returns available flight options with pricing, segments, and baggage information. Fulfilled by Parse from skywings.co.uk.
- marketplace
- parse
- platform-key
- skywings
- skywings-co-uk
- travel
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/caf1d00e-e085-4cd9-90c6-c3ce78ee9add/search_flights
- Interface artifact
- sha256:2419313931370aed2b654a9c181aee9fe233f7b5a05ea0a6a527e41d84f5a71c
- Manifest digest
- sha256:aef6cd42f6b2073eebca0e52d348a60538055ccdce24146e51656e13005dfeb8
Request fields
- adults (string): Number of adult passengers (1-9).
- origin (string, required): Origin airport or city IATA code (3 letters, e.g. LON for all London airports, LHR for Heathrow, JFK for New York JFK).
- infants (string): Number of infant passengers (0-9).
- children (string): Number of child passengers (0-9).
- trip_type (string): Type of trip.
- cabin_class (string): Cabin class for the flight.
- destination (string, required): Destination airport or city IATA code (3 letters, e.g. DXB for Dubai International, JFK for New York JFK).
- direct_only (boolean): When true, only return direct (non-stop) flights.
- return_date (string): Return date in ISO format YYYY-MM-DD. Required when trip_type is round_trip.
- departure_date (string, required): Departure date in ISO format YYYY-MM-DD.
Example queries
- {"origin":"LON","trip_type":"round_trip","cabin_class":"economy","destination":"DXB","return_date":"2026-09-25","departure_date":"2026-09-18"}