Omio: Search Trips
Omio via Parse · travel
Search for available trips between two locations on a given date. Polls the upstream search engine until results are complete. Returns a list of trip options with price, duration, departure/arrival times, and IDs needed for get_trip_details. The search_id expires within minutes. Search and compare train, bus, flight, and ferry tickets across Europe and beyond via Omio. Fulfilled by Parse from omio.com.
- maps-geo
- marketplace
- omio
- omio-com
- parse
- platform-key
- 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
- POST /scraper/b6eb475f-3bd9-47ad-b7bc-66a60f5e53ce/search_trips
- Interface artifact
- sha256:e83f202efeae510ab3a6d5cf4acc75f41e6479668acd5cb6515ab5941be7f0fb
- Manifest digest
- sha256:0ea9d221abf5071b2c54e91c2274b5184328b85417b04d73774480e91f89a325
Request fields
- origin_id (string, required): Origin position ID (from search_location_autocomplete)
- travel_mode (string): Comma-separated travel mode filter. Accepted individual values: train, bus, flight, ferry. Combine with commas for multi-mode search (e.g. 'train,bus'): Allowed values: train, bus, flight, ferry
- departure_date (string, required): Departure date in YYYY-MM-DD format
- destination_id (string, required): Destination position ID (from search_location_autocomplete or get_popular_destinations)
Example queries
- {"origin_id":"376217","travel_mode":"train","departure_date":"2026-06-26","destination_id":"376367"}