Cruisemapper Cruises Scraper avatar
Cruisemapper Cruises Scraper

Pricing

$1.90 / 1,000 results

Go to Store
Cruisemapper Cruises Scraper

Cruisemapper Cruises Scraper

Developed by

VulnV

VulnV

Maintained by Community

The Cruisemapper Cruises Scraper extracts detailed cruise data, including ship names, itineraries, departure dates, prices, and more. Receive structured data in JSON, CSV, or Excel formats for travel planning, market research, or integration into applications.

0.0 (0)

Pricing

$1.90 / 1,000 results

3

Total users

43

Monthly users

12

Runs succeeded

83%

Response time

13 days

Last modified

a month ago

RN

Multiple ships and future dates

Closed

ARnocode81 opened this issue
2 months ago

Hello,

I wanted to make a search for multiple cruises but not sure it's possible. further more, I want to do it once a month for the past month, but it's not working.

is there any way to do it?

Thanks, Assaf

vulnv avatar

VulnV (vulnv)

a month ago

Currently, it's not possible to search for multiple cruise lines at the same time. However, you have two options:

  • Leave the cruise_line field empty to see results from all cruise lines.
  • Run a separate search for each cruise line individually.

If you're looking for past cruises, you can set the date range accordingly. For example:

1{
2  "end_date": "2024-12-31",
3  "max_number_of_pages": -1,
4  "start_date": "2024-12-01",
5  "cruise_length": "0",
6  "ship_name": "",
7  "cruise_line": "",
8  "departure_port": "",
9  "destination": "0",
10  "ship_type": "0",
11  "port_of_call": ""
12}

Let me know if you need any further assistance! 😊