# Find Christmas & New Year Cruises 2024 from Florida

**Use case:** 

Discover all holiday-themed cruises departing from Florida ports for Christmas and New Year 2024. This helps travel agents target last-minute holiday travelers 

## Input

```json
{
  "departureFrom": "2024-12-15",
  "endDate": "2025-01-05",
  "cruiseLength": "any",
  "destination": "any",
  "cruiseType": "christmas-new-year",
  "departurePort": "Miami",
  "maxPrice": 10000,
  "maxResults": 60,
  "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.