Cruisemapper Cruise Scraper
Pay $2.00 for 1,000 results
Cruisemapper Cruise Scraper
Pay $2.00 for 1,000 results
Unlock the world of cruise data with our CruiseMapper Scraper! Perfect for travel agencies, researchers, and cruise enthusiasts, it effortlessly gathers detailed itineraries, ship specs, and pricing. Automate your data collection and stay ahead in the cruise industry with ease.
This actor scrapes cruise data from CruiseMapper, providing detailed information about cruise itineraries, ships, and pricing. It's designed to help travel agencies, researchers, and cruise enthusiasts gather comprehensive cruise-related data efficiently.
👨💻 Features
- Scrapes detailed cruise itineraries
- Extracts ship information and specifications
- Collects pricing data for different cabin types
- Provides comprehensive port and destination details
- Handles pagination automatically
- Supports filtering by cruise line, destination, and date range
🛠️ Input Parameters
This actor only has 1 optional input parameter:
startUrls
: List of CruiseMapper search URLs to start scraping from
The startUrls parameter is optional and will accept any CruiseMapper search URL (starting with https://www.cruisemapper.com/cruise-search
). If you don't provide a startUrls
parameter, the actor will scrape all the cruise listings on CruiseMapper.
Example input
1{ 2 "startUrls": [ 3 "https://www.cruisemapper.com/cruise-search?portRegion=22&shipType=0&portDeparture=&portOfCall=&ship=&line=&departureFrom=09-Feb-2023&departureTo=27-Dec-2030&duration=0&type=24&price=0%2C2000&priceByNight=0%2C100" 4 ] 5}
📊 Output Format
The actor outputs data in JSON format with the following fields:
date
: The date of the cruisecruiseLine
: The cruise lineshipName
: The name of the shipitinerary
: The itinerary of the cruiseprice
: The price of the cruisecruiseType
: The type of the cruiseisFlyCruise
: Whether the cruise is a fly cruise
Example output
1{ 2 "date": "2026-04-04", 3 "cruiseLine": "Holland America", 4 "shipName": "ms Eurodam", 5 "itinerary": "19 days, one-way from Fort Lauderdale to Vancouver", 6 "price": 2944, 7 "cruiseType": "Easter", 8 "isFlyCruise": false 9}
Actor Metrics
1 monthly user
-
1 star
>99% runs succeeded
Created in Dec 2024
Modified 2 days ago