Saga: Search Excursions
Saga via Parse · travel
Search for holiday excursions with optional destination and holiday-type filters. Returns paginated listings with full details including pricing, flights, accommodation, and excursion counts. Pagination is page-based; each result carries enough detail for display without a separate detail fetch, though get_excursion_details can retrieve a single item by code. Sorted by departure date or price. Search and retrieve holiday excursion listings from Saga UK (holiday.saga.co.uk), including detailed information about destinations, pricing, flights, meals, number of excursions, and more. Fulfilled by Parse from www.saga.co.uk.
- ecommerce
- marketplace
- parse
- platform-key
- saga
- travel
- www-saga-co-uk
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/5d2201b0-91b3-49b3-a526-b8b52619db87/search_excursions
- Interface artifact
- sha256:d3c318ba7b4a2a7f6ef265385a579b0ff94f95fe5c69d6b74b14625d86ccd870
- Manifest digest
- sha256:d97e399ce6bca85ce081d16e9371c3224214f5706504c8304aa27bb7dbdb0bcc
Request fields
- page (integer): Page number for pagination.
- sort_by (string): Sort order for results.: Allowed values: DepartureDate, Price
- per_page (integer): Results per page (max 50).
- passengers (integer): Number of passengers (1-4).
- destination (string): Filter by destination name (e.g. 'Spain', 'Italy', 'Japan'). Use get_destinations to see available options. Empty string returns all destinations.
- holiday_type (string): Filter by holiday type. Empty string returns all types.: Allowed values: Escorted Tours, Hotel Stays
Example queries
- {"page":"1","sort_by":"DepartureDate","per_page":"5","passengers":"2","destination":"Spain","holiday_type":"Escorted Tours"}