Expedia: Search Flights
Expedia via Parse · travel
Generate a flight search URL for Expedia. Actual flight results are client-side rendered and cannot be extracted via server-side scraping. Returns the constructed search URL for use in a browser. API for searching hotels, retrieving property details, and generating flight search URLs on Expedia. Fulfilled by Parse from expedia.com.
- expedia
- expedia-com
- maps-geo
- parse
- platform-key
- reviews-ratings
- travel
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/a8253ddf-ea1b-46b0-b3c1-5628b90f1aac/search_flights
- Interface artifact
- sha256:a24616f9ab5895b04647d524297aa5263e1ff3e840b8fa99c1da9ac0b1353583
- Manifest digest
- sha256:4510e9444d57854d5b69a8dcda9b37e943068b8fcfea66e1e12065e9de61a560
Request fields
- date (string): Departure date in YYYY-MM-DD format. Omitting defaults to 14 days from today.
- origin (string, required): Origin airport code (e.g. 'JFK', 'LAX', 'ORD')
- destination (string, required): Destination airport code (e.g. 'DFW', 'LAS', 'MIA')
Example queries
- {"date":"2026-09-09","origin":"JFK","destination":"LAS"}