royalcaribbean.com API: search_cruises
royalcaribbean.com via Parse · travel
Search for cruises with optional filters for destination, ship, and number of nights. Returns paginated results including cruise IDs, itinerary names, ship details, lowest prices, and available sailing dates. Pagination is manual via skip/limit. Each cruise includes a list of sailing IDs that encode the package code and sail date needed for get_cruise_details (format: 'packageCode_YYYY-MM-DD'). APIs to search and extract detailed cruise information from Royal Caribbean, including itineraries, port details, and sailing prices. Fulfilled by Parse from royalcaribbean.com.
- ecommerce
- maps-geo
- parse
- platform-key
- royalcaribbean-com
- 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/9c21e4c9-f0dc-44b3-a60a-8ab7756efd77/search_cruises
- Interface artifact
- sha256:35db8c183f87a88d68dad6005d62c0166f5e3435ad7aaf8afc538b2035250ff5
- Manifest digest
- sha256:ff3051214459558c482f380c53949f6ca992fa83068f4cb91c37492d1e0c70a3
Request fields
- ship (string): Ship code to filter by (e.g. 'FR' for Freedom of the Seas, 'AN' for Anthem of the Seas, 'QN' for Quantum of the Seas).
- skip (integer): Number of results to skip for pagination.
- limit (integer): Maximum number of results to return per page.
- nights (string): Number of nights to filter by. Single value (e.g. '7') or range (e.g. '5-9').
- destination (string): Destination code to filter by (e.g. 'CARIB' for Caribbean, 'ALASK' for Alaska, 'FAR.E' for Far East, 'SOPAC' for South Pacific, 'TPACI' for Transpacific, 'EUROP' for Europe).: Allowed values: CARIB, ALASK, FAR.E, SOPAC, TPACI, EUROP
Example queries
- {"ship":"FR","skip":"0","limit":"5","nights":"4-5","destination":"CARIB"}