Travel
NCL logo

NCL API

ncl.com

Norwegian Cruise Line - itineraries, destinations, ships, sailings, and cabin pricing.

Actions
5
Category
Travel
Login
Not required
Output
JSON

Call the NCL API

Submit a task, then poll the job until it settles. This example runs act_ncl_com_cruise_itinerary_listing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_ncl_com_cruise_itinerary_listing",
    "params": {
      "guests": "2",
      "v": "-1509647887-1779906973509"
    }
  }'

5 actions on ncl.com

Read

  • Cruise Itinerary Listing

    act_ncl_com_cruise_itinerary_listingread2 credits / call

    Returns all cruise itineraries with ships, ports, durations, sailings, and starting prices.

    guests
    string · required
    v
    string · required
  • Filter Facets

    act_ncl_com_filter_facetsread1 credit / call

    Returns available cruise search filters for ships, destinations, embarkation ports, and durations.

    v
    string
  • Filter Mappings

    act_ncl_com_filter_mappingsread1 credit / call

    Returns filter value to internal ID mappings for destinations, guests, durations, and ports.

    v
    string
  • Itinerary Detail Pricing

    act_ncl_com_itinerary_detail_pricingread2 credits / call

    Returns itinerary detail and per-cabin pricing for a specific voyage and guest count.

    itinerary_code
    string · required
    guests
    string · required
    v
    string · required
  • Itinerary Details

    act_ncl_com_itinerary_detail_ssrread2 credits / call

    Returns voyage detail with title, description, ports of call, and per-cabin pricing.

    itinerary_code
    string · required
    seo_slug
    string · required
    destinations
    string · required
    numberOfGuests
    string · required
    sortBy
    string
    autoPopulate
    string
    from
    string

NCL API questions

Is there an API for NCL?
NCL does not offer a public data API for this, but Anakin Wire provides 5 maintained endpoints for ncl.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape NCL data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when ncl.com changes its markup, Anakin updates the action.
Do I need a NCL account?
No. Every NCL action listed here runs anonymously — no account and no credentials required.
What does the NCL API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Travel APIs

All Travel sites