
Booking Cruises Scraper
Pricing
$4.00 / 1,000 results

Booking Cruises Scraper
Efficiently extract cruise deals, prices, itineraries, and availability from Booking.com. Stay updated with the latest cruise offerings, streamline your data collection process, and enhance travel planning with accurate and up-to-date information.
0.0 (0)
Pricing
$4.00 / 1,000 results
1
Monthly users
4
Runs succeeded
>99%
Last modified
2 months ago
You can access the Booking Cruises Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1{
2 "openapi": "3.0.1",
3 "info": {
4 "version": "1.0",
5 "x-build-id": "t36c8xgG0bCC8QafK"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/vulnv~booking-cruises-scraper/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-vulnv-booking-cruises-scraper",
16 "x-openai-isConsequential": false,
17 "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18 "tags": [
19 "Run Actor"
20 ],
21 "requestBody": {
22 "required": true,
23 "content": {
24 "application/json": {
25 "schema": {
26 "$ref": "#/components/schemas/inputSchema"
27 }
28 }
29 }
30 },
31 "parameters": [
32 {
33 "name": "token",
34 "in": "query",
35 "required": true,
36 "schema": {
37 "type": "string"
38 },
39 "description": "Enter your Apify token here"
40 }
41 ],
42 "responses": {
43 "200": {
44 "description": "OK"
45 }
46 }
47 }
48 },
49 "/acts/vulnv~booking-cruises-scraper/runs": {
50 "post": {
51 "operationId": "runs-sync-vulnv-booking-cruises-scraper",
52 "x-openai-isConsequential": false,
53 "summary": "Executes an Actor and returns information about the initiated run in response.",
54 "tags": [
55 "Run Actor"
56 ],
57 "requestBody": {
58 "required": true,
59 "content": {
60 "application/json": {
61 "schema": {
62 "$ref": "#/components/schemas/inputSchema"
63 }
64 }
65 }
66 },
67 "parameters": [
68 {
69 "name": "token",
70 "in": "query",
71 "required": true,
72 "schema": {
73 "type": "string"
74 },
75 "description": "Enter your Apify token here"
76 }
77 ],
78 "responses": {
79 "200": {
80 "description": "OK",
81 "content": {
82 "application/json": {
83 "schema": {
84 "$ref": "#/components/schemas/runsResponseSchema"
85 }
86 }
87 }
88 }
89 }
90 }
91 },
92 "/acts/vulnv~booking-cruises-scraper/run-sync": {
93 "post": {
94 "operationId": "run-sync-vulnv-booking-cruises-scraper",
95 "x-openai-isConsequential": false,
96 "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97 "tags": [
98 "Run Actor"
99 ],
100 "requestBody": {
101 "required": true,
102 "content": {
103 "application/json": {
104 "schema": {
105 "$ref": "#/components/schemas/inputSchema"
106 }
107 }
108 }
109 },
110 "parameters": [
111 {
112 "name": "token",
113 "in": "query",
114 "required": true,
115 "schema": {
116 "type": "string"
117 },
118 "description": "Enter your Apify token here"
119 }
120 ],
121 "responses": {
122 "200": {
123 "description": "OK"
124 }
125 }
126 }
127 }
128 },
129 "components": {
130 "schemas": {
131 "inputSchema": {
132 "type": "object",
133 "required": [
134 "start_date",
135 "end_date"
136 ],
137 "properties": {
138 "start_date": {
139 "title": "Start Date",
140 "type": "string",
141 "description": "The start date for the cruise search (format: YYYY-MM-DD).",
142 "default": ""
143 },
144 "end_date": {
145 "title": "End Date",
146 "type": "string",
147 "description": "The end date for the cruise search (format: YYYY-MM-DD).",
148 "default": ""
149 },
150 "cruise_length": {
151 "title": "Cruise Length",
152 "enum": [
153 "ALL",
154 "1",
155 "2",
156 "3",
157 "4",
158 "5"
159 ],
160 "type": "string",
161 "description": "Filter by cruise length.",
162 "default": "ALL"
163 },
164 "cruise_line": {
165 "title": "Cruise Line",
166 "enum": [
167 "ALL",
168 "92",
169 "323",
170 "329",
171 "325",
172 "1",
173 "11",
174 "14",
175 "369",
176 "18",
177 "20",
178 "368",
179 "24",
180 "377",
181 "71",
182 "34",
183 "67",
184 "333",
185 "344",
186 "40",
187 "41",
188 "363",
189 "44",
190 "48",
191 "324",
192 "50",
193 "66",
194 "354",
195 "78",
196 "364",
197 "64"
198 ],
199 "type": "string",
200 "description": "Filter by cruise line.",
201 "default": "ALL"
202 },
203 "departure_port": {
204 "title": "Departure Port",
205 "enum": [
206 "ALL",
207 "SWD",
208 "WHIAK",
209 "MOB",
210 "LNBUS",
211 "SPDUS",
212 "SAN",
213 "SFO",
214 "FLL",
215 "JAX",
216 "MIA",
217 "PCV",
218 "TPA",
219 "HNL",
220 "MSY",
221 "BOS",
222 "BWI",
223 "BNJUS",
224 "BLNUS",
225 "NYC",
226 "PHL",
227 "CHS",
228 "GAL",
229 "ORF",
230 "SEA",
231 "BUE",
232 "BGI",
233 "YUL",
234 "YQB",
235 "YVR",
236 "VAP",
237 "LARDO",
238 "CPH",
239 "QQD",
240 "LHR",
241 "STN",
242 "PARFR",
243 "ZWD",
244 "MCHDE",
245 "NURDE",
246 "PIR",
247 "HKG",
248 "BUDHU",
249 "KEF",
250 "CIVIT",
251 "VCE",
252 "VLT",
253 "MCM",
254 "AMS",
255 "BGO",
256 "LIS",
257 "SJU",
258 "BCN",
259 "SXM",
260 "SKM",
261 "BASCH",
262 "PPT",
263 "IST",
264 "DXB"
265 ],
266 "type": "string",
267 "description": "Filter by departure port.",
268 "default": "ALL"
269 },
270 "destination": {
271 "title": "Destination",
272 "enum": [
273 "ALL",
274 "A",
275 "AG",
276 "AR",
277 "AB",
278 "UN",
279 "BH",
280 "BM",
281 "NN",
282 "C",
283 "CE",
284 "CS",
285 "CW",
286 "E",
287 "EE",
288 "R",
289 "N",
290 "EW",
291 "W",
292 "O",
293 "GPS",
294 "H",
295 "M",
296 "L",
297 "T",
298 "RA",
299 "RC",
300 "RO",
301 "RE",
302 "RS",
303 "RU",
304 "S",
305 "I",
306 "TH",
307 "ET",
308 "TP",
309 "NA",
310 "WW"
311 ],
312 "type": "string",
313 "description": "Filter by destination.",
314 "default": "ALL"
315 },
316 "max_number_of_pages": {
317 "title": "Maximum Number of Pages",
318 "type": "integer",
319 "description": "Maximum number of pages to scrape. Use -1 to scrape all available pages.",
320 "default": -1
321 },
322 "max_number_of_parallel_requests": {
323 "title": "Maximum Number of Parallel Requests",
324 "type": "integer",
325 "description": "Maximum number of parallel requests to make.",
326 "default": 1
327 }
328 }
329 },
330 "runsResponseSchema": {
331 "type": "object",
332 "properties": {
333 "data": {
334 "type": "object",
335 "properties": {
336 "id": {
337 "type": "string"
338 },
339 "actId": {
340 "type": "string"
341 },
342 "userId": {
343 "type": "string"
344 },
345 "startedAt": {
346 "type": "string",
347 "format": "date-time",
348 "example": "2025-01-08T00:00:00.000Z"
349 },
350 "finishedAt": {
351 "type": "string",
352 "format": "date-time",
353 "example": "2025-01-08T00:00:00.000Z"
354 },
355 "status": {
356 "type": "string",
357 "example": "READY"
358 },
359 "meta": {
360 "type": "object",
361 "properties": {
362 "origin": {
363 "type": "string",
364 "example": "API"
365 },
366 "userAgent": {
367 "type": "string"
368 }
369 }
370 },
371 "stats": {
372 "type": "object",
373 "properties": {
374 "inputBodyLen": {
375 "type": "integer",
376 "example": 2000
377 },
378 "rebootCount": {
379 "type": "integer",
380 "example": 0
381 },
382 "restartCount": {
383 "type": "integer",
384 "example": 0
385 },
386 "resurrectCount": {
387 "type": "integer",
388 "example": 0
389 },
390 "computeUnits": {
391 "type": "integer",
392 "example": 0
393 }
394 }
395 },
396 "options": {
397 "type": "object",
398 "properties": {
399 "build": {
400 "type": "string",
401 "example": "latest"
402 },
403 "timeoutSecs": {
404 "type": "integer",
405 "example": 300
406 },
407 "memoryMbytes": {
408 "type": "integer",
409 "example": 1024
410 },
411 "diskMbytes": {
412 "type": "integer",
413 "example": 2048
414 }
415 }
416 },
417 "buildId": {
418 "type": "string"
419 },
420 "defaultKeyValueStoreId": {
421 "type": "string"
422 },
423 "defaultDatasetId": {
424 "type": "string"
425 },
426 "defaultRequestQueueId": {
427 "type": "string"
428 },
429 "buildNumber": {
430 "type": "string",
431 "example": "1.0.0"
432 },
433 "containerUrl": {
434 "type": "string"
435 },
436 "usage": {
437 "type": "object",
438 "properties": {
439 "ACTOR_COMPUTE_UNITS": {
440 "type": "integer",
441 "example": 0
442 },
443 "DATASET_READS": {
444 "type": "integer",
445 "example": 0
446 },
447 "DATASET_WRITES": {
448 "type": "integer",
449 "example": 0
450 },
451 "KEY_VALUE_STORE_READS": {
452 "type": "integer",
453 "example": 0
454 },
455 "KEY_VALUE_STORE_WRITES": {
456 "type": "integer",
457 "example": 1
458 },
459 "KEY_VALUE_STORE_LISTS": {
460 "type": "integer",
461 "example": 0
462 },
463 "REQUEST_QUEUE_READS": {
464 "type": "integer",
465 "example": 0
466 },
467 "REQUEST_QUEUE_WRITES": {
468 "type": "integer",
469 "example": 0
470 },
471 "DATA_TRANSFER_INTERNAL_GBYTES": {
472 "type": "integer",
473 "example": 0
474 },
475 "DATA_TRANSFER_EXTERNAL_GBYTES": {
476 "type": "integer",
477 "example": 0
478 },
479 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
480 "type": "integer",
481 "example": 0
482 },
483 "PROXY_SERPS": {
484 "type": "integer",
485 "example": 0
486 }
487 }
488 },
489 "usageTotalUsd": {
490 "type": "number",
491 "example": 0.00005
492 },
493 "usageUsd": {
494 "type": "object",
495 "properties": {
496 "ACTOR_COMPUTE_UNITS": {
497 "type": "integer",
498 "example": 0
499 },
500 "DATASET_READS": {
501 "type": "integer",
502 "example": 0
503 },
504 "DATASET_WRITES": {
505 "type": "integer",
506 "example": 0
507 },
508 "KEY_VALUE_STORE_READS": {
509 "type": "integer",
510 "example": 0
511 },
512 "KEY_VALUE_STORE_WRITES": {
513 "type": "number",
514 "example": 0.00005
515 },
516 "KEY_VALUE_STORE_LISTS": {
517 "type": "integer",
518 "example": 0
519 },
520 "REQUEST_QUEUE_READS": {
521 "type": "integer",
522 "example": 0
523 },
524 "REQUEST_QUEUE_WRITES": {
525 "type": "integer",
526 "example": 0
527 },
528 "DATA_TRANSFER_INTERNAL_GBYTES": {
529 "type": "integer",
530 "example": 0
531 },
532 "DATA_TRANSFER_EXTERNAL_GBYTES": {
533 "type": "integer",
534 "example": 0
535 },
536 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
537 "type": "integer",
538 "example": 0
539 },
540 "PROXY_SERPS": {
541 "type": "integer",
542 "example": 0
543 }
544 }
545 }
546 }
547 }
548 }
549 }
550 }
551 }
552}
Booking Cruises Scraper OpenAPI definition
OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.
OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.
By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.
You can download the OpenAPI definitions for Booking Cruises Scraper from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients:
Pricing
Pricing model
Pay per resultThis Actor is paid per result. You are not charged for the Apify platform usage, but only a fixed price for each dataset of 1,000 items in the Actor outputs.
Price per 1,000 items
$4.00