# TripAdvisor Cruises API (https://www.socialcrawl.dev/platforms/tripadvisor/cruises) > Searches TripAdvisor cruise sailings for a destination, with filters for departure month, cabin type, and trip length. Returns a unified PlaceList: each sailing carries the ship name, its rating and review count, the departure port, and the `url_path` you pass to /v1/tripadvisor/cruise or /v1/tripadvisor/cruise/reviews. TL;DR: `GET /v1/tripadvisor/cruises` costs 1 credit per call and returns SocialCrawl's unified JSON schema. Single x-api-key auth, 100 free credits on signup. ## Parameters | Parameter | Required | Description | | --- | --- | --- | | `destination` | yes | Cruise destination, e.g. 'Caribbean'. | | `depth` | no | Number of sailings to retrieve (default 20, max 100). | | `departure_month` | no | Departure month in YYYY-MM format, e.g. '2026-07'. | | `cabin_type` | no | Cabin type: any \| inside \| oceanview \| balcony \| suite. (any \| inside \| oceanview \| balcony \| suite) | | `length` | no | Trip length in nights: any \| 1-2 \| 3-5 \| 6-9 \| 10-14 \| 15+. (any \| 1-2 \| 3-5 \| 6-9 \| 10-14 \| 15+) | | `currency` | no | Optional 3-letter currency code, e.g. 'USD'. | | `language` | no | Optional locale, e.g. 'en_US'. | ## Code example ```bash curl "https://www.socialcrawl.dev/v1/tripadvisor/cruises?destination=Caribbean" \ -H "x-api-key: sc_YOUR_API_KEY" ``` See the full TripAdvisor API: https://www.socialcrawl.dev/platforms/tripadvisor ## Pricing - Standard endpoints: 1 credit per call - Advanced endpoints: 5 credits per call - Premium endpoints: 10 credits per call - 100 free credits on signup, no credit card required. Cached responses cost 0 credits. Credit packs never expire. - Full pricing: https://www.socialcrawl.dev/pricing