Celebrity Cruises Scraper - Itineraries & Prices avatar

Celebrity Cruises Scraper - Itineraries & Prices

Pricing

from $4.00 / 1,000 results

Go to Apify Store
Celebrity Cruises Scraper - Itineraries & Prices

Celebrity Cruises Scraper - Itineraries & Prices

Scrape Celebrity Cruises itineraries by destination, departure port, ship, date and duration. Extract day-by-day ports of call, every sailing date and the full stateroom price grid (Inside, Veranda, Concierge, AquaClass, Retreat). Export to JSON, CSV or Excel.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

VulnV

VulnV

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Celebrity Cruises Scraper

Scrape Celebrity Cruises data at scale: itineraries, ships, day-by-day ports of call, every sailing date and the complete stateroom price grid (Inside, Ocean View, Veranda, Concierge, AquaClass, The Retreat) - exported as clean, structured JSON, CSV or Excel.

This Celebrity cruise scraper mirrors the filters on celebritycruises.com (destination, departure port, ship, ports of call, dates, duration, price) and returns one record per cruise, with every sailing date and its prices included. No login or browser needed - it reads the official cruise search data directly, so runs are fast and cheap.

๐Ÿš€ How to use

  1. Click Try for free / Start.
  2. Pick your filters - destination, departure port, ship, dates, duration, cabin type (or leave them empty to scrape all available cruises).
  3. Run the Actor and download the results as JSON, CSV, Excel, HTML or via API.

โœจ Features

  • ๐Ÿ”Ž Full search filtering - destination, departure port, ship, ports of call, departure date range, number of nights, max price and accessible staterooms.
  • ๐Ÿšข Rich per-cruise data - ship, embarkation port, ordered day-by-day ports of call, duration, destination region and every sailing date.
  • ๐Ÿ’ท Complete stateroom pricing - lowest available price per stateroom class (Inside, Ocean View, Veranda, Concierge, AquaClass, The Retreat) across all sailings, plus per-sailing pricing for each class.
  • ๐Ÿ—“๏ธ Every sailing date - each cruise lists all of its departures with their own price grid.
  • ๐Ÿ”— Detail page URL & image - a ready-to-open link to each cruise on celebritycruises.com.
  • ๐ŸŒ Any market - defaults to the GBR market (GBP); the country/currency is configurable (e.g. USA/USD, CAN/CAD, AUS/AUD).

๐Ÿงญ Input

All fields are optional. Run with no input to scrape all available cruises.

FieldTypeDescription
destinationsarrayDestination region codes, e.g. CARIB, ALCAN, GALAP.
departurePortsarrayEmbarkation port codes, e.g. FLL, STH, BCN.
shipsarrayShip codes, e.g. EG (Edge), BY (Beyond), AX (Apex).
portsOfCallarrayKeep cruises that visit these port codes (any stop).
minNights / maxNightsintegerCruise duration range, in nights.
departureDateFrom / departureDateTostring (YYYY-MM-DD)Keep cruises sailing in this range.
maxPriceintegerKeep cruises with a stateroom at or below this price (market currency).
accessiblebooleanOnly cruises with accessible staterooms available.
sortBystringRECOMMENDED, PRICE_LOW_TO_HIGH, PRICE_HIGH_TO_LOW, SAIL_DATE, DURATION_LOW_TO_HIGH, DURATION_HIGH_TO_LOW.
customarrayCurated collections, e.g. sth (from Southampton), Mediterranean.
includeSailingsbooleanEmbed full itinerary (day-by-day ports) and every sailing + price grid (default true).
maxResultsintegerMaximum number of cruises to store (default 100).
country, languagestringMarket overrides. Defaults target GBR / en (GBP).
baseUrlstringStorefront base URL. Defaults to https://www.celebritycruises.com.
proxyConfigurationobjectOptional proxy for outbound requests.

Example input

{
"destinations": ["CARIB"],
"departurePorts": ["FLL"],
"minNights": 5,
"maxNights": 7,
"departureDateFrom": "2026-11-01",
"departureDateTo": "2027-03-31",
"sortBy": "PRICE_LOW_TO_HIGH",
"maxResults": 50
}

๐Ÿ“ฆ Output

Each dataset item is one cruise. Abridged example:

{
"id": "SM05FLL-3933997433",
"cruiseName": "Grand Turk & Puerto Plata",
"packageCode": "SM05E108",
"shipCode": "SM",
"shipName": "Celebrity Summit",
"nights": 5,
"destinationCode": "CARIB",
"destination": "Caribbean",
"departurePortCode": "FLL",
"departurePort": "Fort Lauderdale",
"departureRegion": "Florida",
"portsOfCall": ["Fort Lauderdale", "Puerto Plata", "Grand Turk", "Fort Lauderdale"],
"portsOfCallText": "Fort Lauderdale -> Puerto Plata -> Grand Turk -> Fort Lauderdale",
"sailingsCount": 3,
"firstSailDate": "2028-03-09",
"lastSailDate": "2028-04-13",
"lowestPrice": 321.5,
"priceFromInside": 321.5,
"priceFromOceanview": 358.5,
"priceFromVeranda": 462,
"priceFromConcierge": 499,
"priceFromAquaClass": 573,
"priceFromRetreat": 1468.5,
"currency": "GBP",
"imageUrl": "https://www.celebritycruises.com/content/dam/celebrity/new-images/central-park-puerto-plata-2560x1440.jpg",
"detailUrl": "https://www.celebritycruises.com/gb/itinerary/5-night-grand-turk-puerto-plata-from-fort-lauderdale-on-celebrity-SM05E108?...",
"cruiseDetails": {
"itinerary": { "name": "Grand Turk & Puerto Plata", "ship": { "code": "SM", "name": "Celebrity Summit" } },
"sailings": [ { "sailDate": "2028-03-09", "stateroomClassPricing": [ { "stateroomClass": { "id": "INTERIOR", "name": "Inside" }, "price": { "value": 321.5, "currency": { "code": "GBP" } } } ] } ]
}
}

The most useful facts (ship, ports, per-cabin "from" prices, sailing dates) are flattened to the top level so they appear directly in the dataset table; the full nested itinerary and per-sailing pricing live under cruiseDetails. The dataset has two views: Overview (flat table) and Cruise details (full nested object).

๐Ÿ’ก Use cases

  • Monitor Celebrity cruise prices and deals for specific routes or ships.
  • Build a cruise comparison or price-alerting tool.
  • Analyse itineraries, ports of call and sailing durations across a season.
  • Feed structured cruise data into a travel agency or affiliate site.

๐Ÿ’ณ Pricing

This Actor is monetized on a pay-per-result + usage basis: you pay a small fee per cruise result, plus the Apify platform usage your run consumes. Runs are lightweight - direct API calls with no headless browser - so usage stays low. New users can try it on the Apify free tier (capped sample). See the Pricing tab for the current rate.

โ“ FAQ

Is scraping Celebrity Cruises data legal? The Actor collects only publicly available information shown on the Celebrity Cruises website. Use the data responsibly and in line with applicable laws and the site's terms.

Which market is scraped? It defaults to the GBR market (GBP). The country and language inputs let you target other markets (e.g. USA/en for USD).

Can I get all cabin prices and every sailing date? Yes - keep includeSailings enabled (the default). Each cruise then includes the full day-by-day itinerary and every sailing with its complete stateroom price grid.

๐Ÿ› ๏ธ Our Other Scrapers

Explore our full suite of scraping tools to power your data needs:

๐Ÿ“ฌ Need help or have a feature request? Contact us at support@vulnv.com or visit our Apify profile.