# Find Caribbean Cruise Deals for 2024

**Use case:** 

Discover upcoming Caribbean cruise itineraries and their starting prices for 2024 departures. This helps travel agencies identify competitive offerings and prom

## Input

```json
{
  "departureFrom": "2024-01-01",
  "endDate": "2024-12-31",
  "cruiseLength": "any",
  "destination": "bahamas-caribbean-bermuda",
  "cruiseType": "any",
  "maxPrice": 1500,
  "maxResults": 100,
  "enrichWithShipData": false,
  "startUrls": [],
  "pageConcurrency": 1
}
```

## Output

```json
{
  "departureDate": {
    "label": "Date",
    "format": "date"
  },
  "shipName": {
    "label": "Ship",
    "format": "text"
  },
  "duration": {
    "label": "Days",
    "format": "number"
  },
  "routeType": {
    "label": "Route",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "priceFrom": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Cur",
    "format": "text"
  },
  "shipUrl": {
    "label": "Ship URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [CruiseMapper Cruises Scraper](https://apify.com/crawlerbros/cruisemapper-cruises-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/cruisemapper-cruises-scraper) to learn more, explore other use cases, and run it yourself.