# Royal Caribbean Scraper - Star of the Seas 2027

**Use case:** 

Star of the Seas 2027 cruise scraper. Instantly extract live Royal Caribbean prices, cabin availability, and hidden itineraries using this automated API tool.

## Input

```json
{
  "startDate": "2026-10-01",
  "endDate": "2026-12-31",
  "departurePorts": [
    "MIA",
    "FLL",
    "PCN"
  ],
  "ships": [
    "AN",
    "WN",
    "LE",
    "FR",
    "IC",
    "AL",
    "HE"
  ],
  "nights": [
    "6~8"
  ],
  "maxResults": 500
}
```

## Output

```json
{
  "shipName": {
    "label": "Ship name"
  },
  "sailDate": {
    "label": "Sail date"
  },
  "nights": {
    "label": "Nights"
  },
  "departurePort": {
    "label": "Departure port"
  },
  "priceInterior": {
    "label": "Price interior"
  },
  "priceBalcony": {
    "label": "Price balcony"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Royal Caribbean Scraper](https://apify.com/intelscrape/royal-caribbean-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/intelscrape/royal-caribbean-scraper) to learn more, explore other use cases, and run it yourself.