
Skyscanner Hotels 🏨
Pricing
$30.00/month + usage

Skyscanner Hotels 🏨
Scrape Skyscanner.com Hotels
0.0 (0)
Pricing
$30.00/month + usage
2
Monthly users
3
Runs succeeded
89%
Last modified
a year ago
You can access the Skyscanner Hotels 🏨 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": "0.0",
5 "x-build-id": "dTGcodD2AgpMhyaxX"
6 },
7 "servers": [
8 {
9 "url": "https://api.apify.com/v2"
10 }
11 ],
12 "paths": {
13 "/acts/jupri~skyscanner-hotels/run-sync-get-dataset-items": {
14 "post": {
15 "operationId": "run-sync-get-dataset-items-jupri-skyscanner-hotels",
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/jupri~skyscanner-hotels/runs": {
50 "post": {
51 "operationId": "runs-sync-jupri-skyscanner-hotels",
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/jupri~skyscanner-hotels/run-sync": {
93 "post": {
94 "operationId": "run-sync-jupri-skyscanner-hotels",
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 "location"
135 ],
136 "properties": {
137 "location": {
138 "title": "Location",
139 "type": "string",
140 "description": ""
141 },
142 "market": {
143 "title": "Market",
144 "enum": [
145 "AF",
146 "AL",
147 "DZ",
148 "AS",
149 "AD",
150 "AO",
151 "AI",
152 "AG",
153 "AR",
154 "AM",
155 "AW",
156 "AU",
157 "AT",
158 "AZ",
159 "BS",
160 "BH",
161 "BD",
162 "BB",
163 "BY",
164 "BE",
165 "BZ",
166 "BJ",
167 "BM",
168 "BT",
169 "BO",
170 "BA",
171 "BW",
172 "BR",
173 "VG",
174 "BN",
175 "BG",
176 "BF",
177 "BI",
178 "KH",
179 "CM",
180 "CA",
181 "CV",
182 "KY",
183 "CF",
184 "TD",
185 "CL",
186 "CN",
187 "CX",
188 "CC",
189 "CO",
190 "KM",
191 "CG",
192 "CK",
193 "CR",
194 "HR",
195 "CU",
196 "CY",
197 "CZ",
198 "DK",
199 "DJ",
200 "DM",
201 "DO",
202 "CD",
203 "EC",
204 "EG",
205 "SV",
206 "GQ",
207 "ER",
208 "EE",
209 "SZ",
210 "ET",
211 "FK",
212 "FO",
213 "FJ",
214 "FI",
215 "FR",
216 "GF",
217 "PF",
218 "GA",
219 "GM",
220 "GE",
221 "DE",
222 "GH",
223 "GI",
224 "GR",
225 "GL",
226 "GD",
227 "GP",
228 "GU",
229 "GT",
230 "GG",
231 "GN",
232 "GW",
233 "GY",
234 "HT",
235 "HN",
236 "HK",
237 "HU",
238 "IS",
239 "IN",
240 "ID",
241 "IR",
242 "IQ",
243 "IE",
244 "IL",
245 "IT",
246 "CI",
247 "JM",
248 "JP",
249 "JO",
250 "KZ",
251 "KE",
252 "KI",
253 "KW",
254 "KG",
255 "LA",
256 "LV",
257 "LB",
258 "LS",
259 "LR",
260 "LY",
261 "LI",
262 "LT",
263 "LU",
264 "MO",
265 "MG",
266 "MW",
267 "MY",
268 "MV",
269 "ML",
270 "MT",
271 "MH",
272 "MQ",
273 "MR",
274 "MU",
275 "YT",
276 "MX",
277 "FM",
278 "MD",
279 "MC",
280 "MN",
281 "ME",
282 "MS",
283 "MA",
284 "MZ",
285 "MM",
286 "NA",
287 "NR",
288 "NP",
289 "NL",
290 "NC",
291 "NZ",
292 "NI",
293 "NE",
294 "NG",
295 "NU",
296 "KP",
297 "MK",
298 "MP",
299 "NO",
300 "OM",
301 "PK",
302 "PW",
303 "PS",
304 "PA",
305 "PG",
306 "PY",
307 "PE",
308 "PH",
309 "PL",
310 "PT",
311 "PR",
312 "QA",
313 "RE",
314 "RO",
315 "RU",
316 "RW",
317 "KN",
318 "LC",
319 "VC",
320 "WS",
321 "ST",
322 "SA",
323 "SN",
324 "RS",
325 "SC",
326 "SL",
327 "SG",
328 "SK",
329 "SI",
330 "SB",
331 "SO",
332 "ZA",
333 "GS",
334 "KR",
335 "ES",
336 "LK",
337 "SH",
338 "PM",
339 "SD",
340 "SR",
341 "SE",
342 "CH",
343 "SY",
344 "TW",
345 "TJ",
346 "TZ",
347 "TH",
348 "TG",
349 "TO",
350 "TT",
351 "TN",
352 "TR",
353 "TM",
354 "TC",
355 "TV",
356 "UG",
357 "UA",
358 "AE",
359 "UK",
360 "US",
361 "UY",
362 "VI",
363 "UZ",
364 "VU",
365 "VA",
366 "VE",
367 "VN",
368 "WF",
369 "YE",
370 "ZM",
371 "ZW"
372 ],
373 "type": "string",
374 "description": "",
375 "default": "US"
376 },
377 "limit": {
378 "title": "Limit",
379 "type": "integer",
380 "description": "Number of results"
381 },
382 "sort": {
383 "title": "Sorting",
384 "enum": [
385 "relevance",
386 "rating",
387 "price",
388 "stars",
389 "distance"
390 ],
391 "type": "string",
392 "description": ""
393 },
394 "checkin": {
395 "title": "Check-In",
396 "type": "string",
397 "description": ""
398 },
399 "checkout": {
400 "title": "Check-Out",
401 "type": "string",
402 "description": ""
403 },
404 "adults": {
405 "title": "Adults",
406 "type": "integer",
407 "description": "Number of results",
408 "default": 2
409 },
410 "children": {
411 "title": "Children",
412 "type": "integer",
413 "description": "Number of children",
414 "default": 0
415 },
416 "rooms": {
417 "title": "Rooms",
418 "type": "integer",
419 "description": "Number of rooms",
420 "default": 1
421 },
422 "currency": {
423 "title": "Currency",
424 "enum": [
425 "EUR",
426 "GBP",
427 "USD",
428 "AED",
429 "AFN",
430 "ALL",
431 "AMD",
432 "ANG",
433 "AOA",
434 "ARS",
435 "AUD",
436 "AWG",
437 "AZN",
438 "BAM",
439 "BBD",
440 "BDT",
441 "BGN",
442 "BHD",
443 "BIF",
444 "BMD",
445 "BND",
446 "BOB",
447 "BRL",
448 "BSD",
449 "BTN",
450 "BWP",
451 "BYN",
452 "BZD",
453 "CAD",
454 "CDF",
455 "CHF",
456 "CLP",
457 "CNY",
458 "COP",
459 "CRC",
460 "CUC",
461 "CUP",
462 "CVE",
463 "CZK",
464 "DJF",
465 "DKK",
466 "DOP",
467 "DZD",
468 "EGP",
469 "ERN",
470 "ETB",
471 "FJD",
472 "GEL",
473 "GHS",
474 "GIP",
475 "GMD",
476 "GNF",
477 "GTQ",
478 "GYD",
479 "HKD",
480 "HNL",
481 "HRK",
482 "HTG",
483 "HUF",
484 "IDR",
485 "ILS",
486 "INR",
487 "IQD",
488 "IRR",
489 "ISK",
490 "JMD",
491 "JOD",
492 "JPY",
493 "KES",
494 "KGS",
495 "KHR",
496 "KMF",
497 "KPW",
498 "KRW",
499 "KWD",
500 "KYD",
501 "KZT",
502 "LAK",
503 "LBP",
504 "LKR",
505 "LRD",
506 "LSL",
507 "LYD",
508 "MAD",
509 "MDL",
510 "MGA",
511 "MKD",
512 "MMK",
513 "MNT",
514 "MOP",
515 "MRO",
516 "MUR",
517 "MVR",
518 "MWK",
519 "MXN",
520 "MYR",
521 "MZN",
522 "NAD",
523 "NGN",
524 "NIO",
525 "NOK",
526 "NPR",
527 "NZD",
528 "OMR",
529 "PAB",
530 "PEN",
531 "PGK",
532 "PHP",
533 "PKR",
534 "PLN",
535 "PYG",
536 "QAR",
537 "RON",
538 "RSD",
539 "RUB",
540 "RWF",
541 "SAR",
542 "SBD",
543 "SCR",
544 "SDG",
545 "SEK",
546 "SGD",
547 "SHP",
548 "SLL",
549 "SOS",
550 "SRD",
551 "STD",
552 "SYP",
553 "SZL",
554 "THB",
555 "TJS",
556 "TMT",
557 "TND",
558 "TOP",
559 "TRY",
560 "TTD",
561 "TWD",
562 "TZS",
563 "UAH",
564 "UGX",
565 "UYU",
566 "UZS",
567 "VND",
568 "VUV",
569 "WST",
570 "XAF",
571 "XCD",
572 "XOF",
573 "XPF",
574 "YER",
575 "ZAR",
576 "ZMW"
577 ],
578 "type": "string",
579 "description": "",
580 "default": "USD"
581 },
582 "free_cancellation": {
583 "title": "Free cancellation",
584 "type": "boolean",
585 "description": ""
586 },
587 "pay_on_arrival": {
588 "title": "Pay on arrival",
589 "type": "boolean",
590 "description": ""
591 },
592 "non_refundable": {
593 "title": "Non refundable",
594 "type": "boolean",
595 "description": ""
596 },
597 "min_price": {
598 "title": "Min. Price",
599 "type": "integer",
600 "description": ""
601 },
602 "max_price": {
603 "title": "Max. Price",
604 "type": "integer",
605 "description": ""
606 },
607 "show_discounts": {
608 "title": "Show discounts",
609 "type": "boolean",
610 "description": ""
611 },
612 "breakfast_included": {
613 "title": "Breakfast Included",
614 "type": "boolean",
615 "description": ""
616 },
617 "meals_not_included": {
618 "title": "Meals NOT included",
619 "type": "boolean",
620 "description": ""
621 },
622 "stars.5": {
623 "title": "5 Stars",
624 "type": "boolean",
625 "description": ""
626 },
627 "stars.4": {
628 "title": "4 Stars",
629 "type": "boolean",
630 "description": ""
631 },
632 "stars.3": {
633 "title": "3 Stars",
634 "type": "boolean",
635 "description": ""
636 },
637 "stars.2": {
638 "title": "2 Stars",
639 "type": "boolean",
640 "description": ""
641 },
642 "stars.1": {
643 "title": "1 Stars",
644 "type": "boolean",
645 "description": ""
646 },
647 "stars.no_stars": {
648 "title": "Unrated",
649 "type": "boolean",
650 "description": ""
651 },
652 "rating.honours": {
653 "title": "5.0+ With honours",
654 "type": "boolean",
655 "description": ""
656 },
657 "rating.excellent": {
658 "title": "4.5+ Excellent",
659 "type": "boolean",
660 "description": ""
661 },
662 "rating.verygood": {
663 "title": "4.0+ Very good",
664 "type": "boolean",
665 "description": ""
666 },
667 "rating.good": {
668 "title": "3.5+ Good",
669 "type": "boolean",
670 "description": ""
671 },
672 "rating.satisfactory": {
673 "title": "3.0+ Satisfactory",
674 "type": "boolean",
675 "description": ""
676 },
677 "traveller.family": {
678 "title": "Families",
679 "type": "boolean",
680 "description": ""
681 },
682 "traveller.business": {
683 "title": "Business travellers",
684 "type": "boolean",
685 "description": ""
686 },
687 "traveller.couple": {
688 "title": "Couples",
689 "type": "boolean",
690 "description": ""
691 },
692 "traveller.solo": {
693 "title": "Solo",
694 "type": "boolean",
695 "description": ""
696 },
697 "types.hotel": {
698 "title": "Hotel",
699 "type": "boolean",
700 "description": ""
701 },
702 "types.apartment": {
703 "title": "Apartment",
704 "type": "boolean",
705 "description": ""
706 },
707 "types.guesthouse": {
708 "title": "Guest house",
709 "type": "boolean",
710 "description": ""
711 },
712 "types.hostel": {
713 "title": "Hostel",
714 "type": "boolean",
715 "description": ""
716 },
717 "types.holidayrentals": {
718 "title": "Holiday rentals",
719 "type": "boolean",
720 "description": ""
721 },
722 "types.residencehotel": {
723 "title": "Residence",
724 "type": "boolean",
725 "description": ""
726 },
727 "types.privatehome": {
728 "title": "Private home",
729 "type": "boolean",
730 "description": ""
731 },
732 "types.countryhouse": {
733 "title": "Country house",
734 "type": "boolean",
735 "description": ""
736 },
737 "types.resort": {
738 "title": "Resort",
739 "type": "boolean",
740 "description": ""
741 },
742 "types.uniquestays": {
743 "title": "Unique stays",
744 "type": "boolean",
745 "description": ""
746 },
747 "popularamenities.wifiservice": {
748 "title": "Wi-Fi",
749 "type": "boolean",
750 "description": ""
751 },
752 "popularamenities.parking": {
753 "title": "Parking",
754 "type": "boolean",
755 "description": ""
756 },
757 "popularamenities.airconditioning": {
758 "title": "Air conditioning",
759 "type": "boolean",
760 "description": ""
761 },
762 "popularamenities.airportshuttleservice": {
763 "title": "Airport shuttle",
764 "type": "boolean",
765 "description": ""
766 },
767 "popularamenities.pool": {
768 "title": "Pool",
769 "type": "boolean",
770 "description": ""
771 },
772 "popularamenities.fitnesscenter": {
773 "title": "Fitness centre",
774 "type": "boolean",
775 "description": ""
776 },
777 "popularamenities.spa": {
778 "title": "Spa",
779 "type": "boolean",
780 "description": ""
781 },
782 "popularamenities.frontdesk24hservice": {
783 "title": "Front desk 24 hour",
784 "type": "boolean",
785 "description": ""
786 },
787 "popularamenities.restaurant": {
788 "title": "Restaurant",
789 "type": "boolean",
790 "description": ""
791 },
792 "popularamenities.nonsmokingservice": {
793 "title": "Non-smoking",
794 "type": "boolean",
795 "description": ""
796 },
797 "popularamenities.bathtub": {
798 "title": "Bathtub",
799 "type": "boolean",
800 "description": ""
801 },
802 "popularamenities.kitchen": {
803 "title": "Kitchen",
804 "type": "boolean",
805 "description": ""
806 },
807 "popularamenities.petsallowedservice": {
808 "title": "Pets allowed",
809 "type": "boolean",
810 "description": ""
811 },
812 "popularamenities.television": {
813 "title": "Television",
814 "type": "boolean",
815 "description": ""
816 },
817 "popularamenities.babysittingservice": {
818 "title": "Baby-sitting",
819 "type": "boolean",
820 "description": ""
821 },
822 "popularamenities.lift": {
823 "title": "Lift",
824 "type": "boolean",
825 "description": ""
826 },
827 "popularamenities.bar": {
828 "title": "Bar",
829 "type": "boolean",
830 "description": ""
831 },
832 "popularamenities.roomwithaseaview": {
833 "title": "Rooms with sea view",
834 "type": "boolean",
835 "description": ""
836 },
837 "popularamenities.disabledfacility": {
838 "title": "Disabled facilities",
839 "type": "boolean",
840 "description": ""
841 },
842 "amenities.petsallowedservice": {
843 "title": "Pets allowed",
844 "type": "boolean",
845 "description": ""
846 },
847 "amenities.roomwithaseaview": {
848 "title": "Rooms with sea view",
849 "type": "boolean",
850 "description": ""
851 },
852 "amenities.privatebeach": {
853 "title": "Private beach",
854 "type": "boolean",
855 "description": ""
856 },
857 "amenities.roomwithaview": {
858 "title": "Rooms with a view",
859 "type": "boolean",
860 "description": ""
861 },
862 "amenities.roomwithamountainview": {
863 "title": "Rooms with a mountain view",
864 "type": "boolean",
865 "description": ""
866 },
867 "amenities.roomwithalakeview": {
868 "title": "Rooms with lake view",
869 "type": "boolean",
870 "description": ""
871 },
872 "amenities.hotspring": {
873 "title": "Hot Spring Bath (Onsen) ",
874 "type": "boolean",
875 "description": ""
876 },
877 "amenities.outdoorhotspringbath": {
878 "title": "Outdoor Hot spring bath",
879 "type": "boolean",
880 "description": ""
881 },
882 "amenities.privatehotspringbath": {
883 "title": "Private Hot spring bath",
884 "type": "boolean",
885 "description": ""
886 },
887 "amenities.runningnaturalhotspringbath": {
888 "title": "Running natural hot spring bath",
889 "type": "boolean",
890 "description": ""
891 },
892 "amenities.businesscenter": {
893 "title": "Business centre",
894 "type": "boolean",
895 "description": ""
896 },
897 "amenities.conferencefacility": {
898 "title": "Conference facilities",
899 "type": "boolean",
900 "description": ""
901 },
902 "amenities.congressfacility": {
903 "title": "Congress facility",
904 "type": "boolean",
905 "description": ""
906 },
907 "amenities.meetingroom": {
908 "title": "Meeting facilities",
909 "type": "boolean",
910 "description": ""
911 },
912 "amenities.secretaryservice": {
913 "title": "Secretary service",
914 "type": "boolean",
915 "description": ""
916 },
917 "amenities.executivefloor": {
918 "title": "Executive floor",
919 "type": "boolean",
920 "description": ""
921 },
922 "amenities.executivelounge": {
923 "title": "Executive lounge",
924 "type": "boolean",
925 "description": ""
926 },
927 "amenities.restaurant": {
928 "title": "Restaurant",
929 "type": "boolean",
930 "description": ""
931 },
932 "amenities.kitchen": {
933 "title": "Kitchen",
934 "type": "boolean",
935 "description": ""
936 },
937 "amenities.bar": {
938 "title": "Bar",
939 "type": "boolean",
940 "description": ""
941 },
942 "amenities.microwave": {
943 "title": "Microwave",
944 "type": "boolean",
945 "description": ""
946 },
947 "amenities.cafe": {
948 "title": "Café",
949 "type": "boolean",
950 "description": ""
951 },
952 "amenities.banquetingservice": {
953 "title": "Banqueting service",
954 "type": "boolean",
955 "description": ""
956 },
957 "amenities.breakfastroom": {
958 "title": "Breakfast room",
959 "type": "boolean",
960 "description": ""
961 },
962 "amenities.breakfasttogo": {
963 "title": "Breakfast To Go",
964 "type": "boolean",
965 "description": ""
966 },
967 "amenities.chineserestaurant": {
968 "title": "Chinese restaurant",
969 "type": "boolean",
970 "description": ""
971 },
972 "amenities.coffeemaker": {
973 "title": "Coffee maker",
974 "type": "boolean",
975 "description": ""
976 },
977 "amenities.bottledwaterservice": {
978 "title": "Complimentary bottled water",
979 "type": "boolean",
980 "description": ""
981 },
982 "amenities.diningroom": {
983 "title": "Dining room",
984 "type": "boolean",
985 "description": ""
986 },
987 "amenities.teahouse": {
988 "title": "Teahouse",
989 "type": "boolean",
990 "description": ""
991 },
992 "amenities.westernrestaurant": {
993 "title": "Western restaurant",
994 "type": "boolean",
995 "description": ""
996 },
997 "amenities.barbeque": {
998 "title": "Barbecue",
999 "type": "boolean",
1000 "description": ""
1001 },
1002 "amenities.lobbybar": {
1003 "title": "Lobby bar",
1004 "type": "boolean",
1005 "description": ""
1006 },
1007 "amenities.babysittingservice": {
1008 "title": "Baby-sitting",
1009 "type": "boolean",
1010 "description": ""
1011 },
1012 "amenities.childrenpool": {
1013 "title": "Children's pool",
1014 "type": "boolean",
1015 "description": ""
1016 },
1017 "amenities.animationservice": {
1018 "title": "Animation service",
1019 "type": "boolean",
1020 "description": ""
1021 },
1022 "amenities.playground": {
1023 "title": "Playground",
1024 "type": "boolean",
1025 "description": ""
1026 },
1027 "amenities.childrenfacility": {
1028 "title": "Children's facilities",
1029 "type": "boolean",
1030 "description": ""
1031 },
1032 "amenities.connectingroomsservice": {
1033 "title": "Connecting rooms",
1034 "type": "boolean",
1035 "description": ""
1036 },
1037 "amenities.extrabed": {
1038 "title": "Extra bed",
1039 "type": "boolean",
1040 "description": ""
1041 },
1042 "amenities.nursery": {
1043 "title": "Nursery",
1044 "type": "boolean",
1045 "description": ""
1046 },
1047 "amenities.lift": {
1048 "title": "Lift",
1049 "type": "boolean",
1050 "description": ""
1051 },
1052 "amenities.disabledfacility": {
1053 "title": "Disabled facilities",
1054 "type": "boolean",
1055 "description": ""
1056 },
1057 "amenities.doctoroncallservice": {
1058 "title": "Doctor on call",
1059 "type": "boolean",
1060 "description": ""
1061 },
1062 "amenities.firstaidroom": {
1063 "title": "First aid room",
1064 "type": "boolean",
1065 "description": ""
1066 },
1067 "amenities.medicalservice": {
1068 "title": "Medical service",
1069 "type": "boolean",
1070 "description": ""
1071 },
1072 "amenities.pharmacy": {
1073 "title": "Pharmacy",
1074 "type": "boolean",
1075 "description": ""
1076 },
1077 "amenities.wheelchairaccess": {
1078 "title": "Wheelchair access",
1079 "type": "boolean",
1080 "description": ""
1081 },
1082 "amenities.supermarket": {
1083 "title": "Supermarket",
1084 "type": "boolean",
1085 "description": ""
1086 },
1087 "amenities.ticketoffice": {
1088 "title": "Ticket office",
1089 "type": "boolean",
1090 "description": ""
1091 },
1092 "amenities.touristinformationoffice": {
1093 "title": "Tourist information",
1094 "type": "boolean",
1095 "description": ""
1096 },
1097 "amenities.chapel": {
1098 "title": "Chapel",
1099 "type": "boolean",
1100 "description": ""
1101 },
1102 "amenities.florist": {
1103 "title": "Florist",
1104 "type": "boolean",
1105 "description": ""
1106 },
1107 "amenities.garden": {
1108 "title": "Garden",
1109 "type": "boolean",
1110 "description": ""
1111 },
1112 "amenities.lounge": {
1113 "title": "Lounge",
1114 "type": "boolean",
1115 "description": ""
1116 },
1117 "amenities.marina": {
1118 "title": "Marina",
1119 "type": "boolean",
1120 "description": ""
1121 },
1122 "amenities.nonsmokingfloor": {
1123 "title": "Non-smoking floor",
1124 "type": "boolean",
1125 "description": ""
1126 },
1127 "amenities.shop": {
1128 "title": "Shops",
1129 "type": "boolean",
1130 "description": ""
1131 },
1132 "amenities.smokingarea": {
1133 "title": "Smoking areas",
1134 "type": "boolean",
1135 "description": ""
1136 },
1137 "amenities.smokingservice": {
1138 "title": "Smoking rooms",
1139 "type": "boolean",
1140 "description": ""
1141 },
1142 "amenities.weddingfacility": {
1143 "title": "Wedding facilities",
1144 "type": "boolean",
1145 "description": ""
1146 },
1147 "amenities.balcony": {
1148 "title": "Balcony",
1149 "type": "boolean",
1150 "description": ""
1151 },
1152 "amenities.bathrobeservice": {
1153 "title": "Bathrobe",
1154 "type": "boolean",
1155 "description": ""
1156 },
1157 "amenities.cot": {
1158 "title": "Cot",
1159 "type": "boolean",
1160 "description": ""
1161 },
1162 "amenities.desk": {
1163 "title": "Desk",
1164 "type": "boolean",
1165 "description": ""
1166 },
1167 "amenities.heating": {
1168 "title": "Heating",
1169 "type": "boolean",
1170 "description": ""
1171 },
1172 "amenities.hairdryer": {
1173 "title": "Hairdryer",
1174 "type": "boolean",
1175 "description": ""
1176 },
1177 "amenities.ironingservice": {
1178 "title": "Iron",
1179 "type": "boolean",
1180 "description": ""
1181 },
1182 "amenities.kitchenette": {
1183 "title": "Kitchenette",
1184 "type": "boolean",
1185 "description": ""
1186 },
1187 "amenities.fireplace": {
1188 "title": "Fireplace",
1189 "type": "boolean",
1190 "description": ""
1191 },
1192 "amenities.minibar": {
1193 "title": "Minibar",
1194 "type": "boolean",
1195 "description": ""
1196 },
1197 "amenities.shower": {
1198 "title": "Shower",
1199 "type": "boolean",
1200 "description": ""
1201 },
1202 "amenities.trouserpress": {
1203 "title": "Trouser press",
1204 "type": "boolean",
1205 "description": ""
1206 },
1207 "amenities.spa": {
1208 "title": "Spa",
1209 "type": "boolean",
1210 "description": ""
1211 },
1212 "amenities.bicyclerentalservice": {
1213 "title": "Bicycle hire",
1214 "type": "boolean",
1215 "description": ""
1216 },
1217 "amenities.bowlingalley": {
1218 "title": "Bowling alley",
1219 "type": "boolean",
1220 "description": ""
1221 },
1222 "amenities.beautysalon": {
1223 "title": "Beauty salon",
1224 "type": "boolean",
1225 "description": ""
1226 },
1227 "amenities.billiards": {
1228 "title": "Billiards",
1229 "type": "boolean",
1230 "description": ""
1231 },
1232 "amenities.bingo": {
1233 "title": "Bingo",
1234 "type": "boolean",
1235 "description": ""
1236 },
1237 "amenities.casino": {
1238 "title": "Casino",
1239 "type": "boolean",
1240 "description": ""
1241 },
1242 "amenities.chessroom": {
1243 "title": "Games room",
1244 "type": "boolean",
1245 "description": ""
1246 },
1247 "amenities.decklounger": {
1248 "title": "Deck lounger",
1249 "type": "boolean",
1250 "description": ""
1251 },
1252 "amenities.gameroom": {
1253 "title": "Game room",
1254 "type": "boolean",
1255 "description": ""
1256 },
1257 "amenities.jacuzzi": {
1258 "title": "Hot tub",
1259 "type": "boolean",
1260 "description": ""
1261 },
1262 "amenities.karaoke": {
1263 "title": "Karaoke",
1264 "type": "boolean",
1265 "description": ""
1266 },
1267 "amenities.library": {
1268 "title": "Library",
1269 "type": "boolean",
1270 "description": ""
1271 },
1272 "amenities.massageservice": {
1273 "title": "Massage",
1274 "type": "boolean",
1275 "description": ""
1276 },
1277 "amenities.nightclub": {
1278 "title": "Nightclub",
1279 "type": "boolean",
1280 "description": ""
1281 },
1282 "amenities.poolbar": {
1283 "title": "Pool bar",
1284 "type": "boolean",
1285 "description": ""
1286 },
1287 "amenities.sauna": {
1288 "title": "Sauna",
1289 "type": "boolean",
1290 "description": ""
1291 },
1292 "amenities.solarium": {
1293 "title": "Solarium",
1294 "type": "boolean",
1295 "description": ""
1296 },
1297 "amenities.steamroom": {
1298 "title": "Steam room",
1299 "type": "boolean",
1300 "description": ""
1301 },
1302 "amenities.sunumbrella": {
1303 "title": "Beach umbrellas",
1304 "type": "boolean",
1305 "description": ""
1306 },
1307 "amenities.sunbathingarea": {
1308 "title": "Sunbathing area",
1309 "type": "boolean",
1310 "description": ""
1311 },
1312 "amenities.turkishbath": {
1313 "title": "Turkish bath",
1314 "type": "boolean",
1315 "description": ""
1316 },
1317 "amenities.uvsunbeds": {
1318 "title": "UV sunbeds",
1319 "type": "boolean",
1320 "description": ""
1321 },
1322 "amenities.dailynewspaperservice": {
1323 "title": "Daily newspaper service",
1324 "type": "boolean",
1325 "description": ""
1326 },
1327 "amenities.readingarea": {
1328 "title": "Reading area",
1329 "type": "boolean",
1330 "description": ""
1331 },
1332 "amenities.television": {
1333 "title": "Television",
1334 "type": "boolean",
1335 "description": ""
1336 },
1337 "amenities.photocopier": {
1338 "title": "Photocopier",
1339 "type": "boolean",
1340 "description": ""
1341 },
1342 "amenities.radioservice": {
1343 "title": "Radio service",
1344 "type": "boolean",
1345 "description": ""
1346 },
1347 "amenities.telephone": {
1348 "title": "Telephone",
1349 "type": "boolean",
1350 "description": ""
1351 },
1352 "amenities.thematictvservice": {
1353 "title": "Thematic TV service",
1354 "type": "boolean",
1355 "description": ""
1356 },
1357 "amenities.cdplayer": {
1358 "title": "CD player",
1359 "type": "boolean",
1360 "description": ""
1361 },
1362 "amenities.dvdvideolibraryservice": {
1363 "title": "DVD video library service",
1364 "type": "boolean",
1365 "description": ""
1366 },
1367 "amenities.fax": {
1368 "title": "Fax",
1369 "type": "boolean",
1370 "description": ""
1371 },
1372 "amenities.entertainmentrooms": {
1373 "title": "Entertainment rooms",
1374 "type": "boolean",
1375 "description": ""
1376 },
1377 "amenities.satellitetv": {
1378 "title": "Satellite TV",
1379 "type": "boolean",
1380 "description": ""
1381 },
1382 "amenities.videogameservice": {
1383 "title": "Video games console",
1384 "type": "boolean",
1385 "description": ""
1386 },
1387 "amenities.dvdvideoplayer": {
1388 "title": "DVD video player",
1389 "type": "boolean",
1390 "description": ""
1391 },
1392 "amenities.frontdesk24hservice": {
1393 "title": "Front desk 24 hour",
1394 "type": "boolean",
1395 "description": ""
1396 },
1397 "amenities.laundry": {
1398 "title": "Laundry",
1399 "type": "boolean",
1400 "description": ""
1401 },
1402 "amenities.bicyclestorage": {
1403 "title": "Bicycle storage",
1404 "type": "boolean",
1405 "description": ""
1406 },
1407 "amenities.alarmclock": {
1408 "title": "Alarm clock",
1409 "type": "boolean",
1410 "description": ""
1411 },
1412 "amenities.bellstaffservice": {
1413 "title": "Bell staff",
1414 "type": "boolean",
1415 "description": ""
1416 },
1417 "amenities.butlerservice": {
1418 "title": "Butler service",
1419 "type": "boolean",
1420 "description": ""
1421 },
1422 "amenities.conciergeservice": {
1423 "title": "Concierge",
1424 "type": "boolean",
1425 "description": ""
1426 },
1427 "amenities.currencyexchangeservice": {
1428 "title": "Currency exchange",
1429 "type": "boolean",
1430 "description": ""
1431 },
1432 "amenities.doormanservice": {
1433 "title": "Doorman",
1434 "type": "boolean",
1435 "description": ""
1436 },
1437 "amenities.hairdressers": {
1438 "title": "Hairdressers",
1439 "type": "boolean",
1440 "description": ""
1441 },
1442 "amenities.luggagestorage": {
1443 "title": "Luggage storage",
1444 "type": "boolean",
1445 "description": ""
1446 },
1447 "amenities.roomservice": {
1448 "title": "Room service",
1449 "type": "boolean",
1450 "description": ""
1451 },
1452 "amenities.shoepolishingservice": {
1453 "title": "Shoe polishing",
1454 "type": "boolean",
1455 "description": ""
1456 },
1457 "amenities.skistorage": {
1458 "title": "Ski storage",
1459 "type": "boolean",
1460 "description": ""
1461 },
1462 "amenities.tourservice": {
1463 "title": "Tours",
1464 "type": "boolean",
1465 "description": ""
1466 },
1467 "amenities.translationservice": {
1468 "title": "Translation services",
1469 "type": "boolean",
1470 "description": ""
1471 },
1472 "amenities.voicemailservice": {
1473 "title": "Voice mail service",
1474 "type": "boolean",
1475 "description": ""
1476 },
1477 "amenities.wakeupcallservice": {
1478 "title": "Wake up call",
1479 "type": "boolean",
1480 "description": ""
1481 },
1482 "amenities.safedepositbox": {
1483 "title": "Safe deposit box",
1484 "type": "boolean",
1485 "description": ""
1486 },
1487 "amenities.earlycheckinservice": {
1488 "title": "Early check-in",
1489 "type": "boolean",
1490 "description": ""
1491 },
1492 "amenities.latecheckoutservice": {
1493 "title": "Late check-out",
1494 "type": "boolean",
1495 "description": ""
1496 },
1497 "amenities.expresscheckinservice": {
1498 "title": "Express check-in",
1499 "type": "boolean",
1500 "description": ""
1501 },
1502 "amenities.expresscheckoutservice": {
1503 "title": "Express check-out",
1504 "type": "boolean",
1505 "description": ""
1506 },
1507 "amenities.atm": {
1508 "title": "ATM",
1509 "type": "boolean",
1510 "description": ""
1511 },
1512 "amenities.cashmachine": {
1513 "title": "Cash machine",
1514 "type": "boolean",
1515 "description": ""
1516 },
1517 "amenities.multilingualstaffservice": {
1518 "title": "Multilingual staff",
1519 "type": "boolean",
1520 "description": ""
1521 },
1522 "amenities.receptionarea": {
1523 "title": "Reception area",
1524 "type": "boolean",
1525 "description": ""
1526 },
1527 "amenities.securityservice": {
1528 "title": "Security",
1529 "type": "boolean",
1530 "description": ""
1531 },
1532 "amenities.pool": {
1533 "title": "Pool",
1534 "type": "boolean",
1535 "description": ""
1536 },
1537 "amenities.fitnesscenter": {
1538 "title": "Fitness centre",
1539 "type": "boolean",
1540 "description": ""
1541 },
1542 "amenities.basketballcourt": {
1543 "title": "Basketball court",
1544 "type": "boolean",
1545 "description": ""
1546 },
1547 "amenities.divingservice": {
1548 "title": "Diving",
1549 "type": "boolean",
1550 "description": ""
1551 },
1552 "amenities.golfcourse": {
1553 "title": "Golf course",
1554 "type": "boolean",
1555 "description": ""
1556 },
1557 "amenities.gymnasium": {
1558 "title": "Gymnasium",
1559 "type": "boolean",
1560 "description": ""
1561 },
1562 "amenities.horseridingservice": {
1563 "title": "Horse riding",
1564 "type": "boolean",
1565 "description": ""
1566 },
1567 "amenities.indoorswimmingpool": {
1568 "title": "Indoor pool",
1569 "type": "boolean",
1570 "description": ""
1571 },
1572 "amenities.outdoorswimmingpool": {
1573 "title": "Outdoor pool",
1574 "type": "boolean",
1575 "description": ""
1576 },
1577 "amenities.minigolf": {
1578 "title": "Minigolf",
1579 "type": "boolean",
1580 "description": ""
1581 },
1582 "amenities.padeltennis": {
1583 "title": "Padel tennis",
1584 "type": "boolean",
1585 "description": ""
1586 },
1587 "amenities.sailingservice": {
1588 "title": "Sailing service",
1589 "type": "boolean",
1590 "description": ""
1591 },
1592 "amenities.snorkeling": {
1593 "title": "Snorkelling",
1594 "type": "boolean",
1595 "description": ""
1596 },
1597 "amenities.squashcourt": {
1598 "title": "Squash",
1599 "type": "boolean",
1600 "description": ""
1601 },
1602 "amenities.tabletennis": {
1603 "title": "Table tennis",
1604 "type": "boolean",
1605 "description": ""
1606 },
1607 "amenities.tenniscourt": {
1608 "title": "Tennis court",
1609 "type": "boolean",
1610 "description": ""
1611 },
1612 "amenities.watersportsservice": {
1613 "title": "Water sports",
1614 "type": "boolean",
1615 "description": ""
1616 },
1617 "amenities.parking": {
1618 "title": "Parking",
1619 "type": "boolean",
1620 "description": ""
1621 },
1622 "amenities.airportshuttleservice": {
1623 "title": "Airport shuttle",
1624 "type": "boolean",
1625 "description": ""
1626 },
1627 "amenities.outdoorparking": {
1628 "title": "Outdoor parking",
1629 "type": "boolean",
1630 "description": ""
1631 },
1632 "amenities.carrental": {
1633 "title": "Car hire",
1634 "type": "boolean",
1635 "description": ""
1636 },
1637 "amenities.indoorparking": {
1638 "title": "Indoor parking",
1639 "type": "boolean",
1640 "description": ""
1641 },
1642 "amenities.limousineservice": {
1643 "title": "Limousine service",
1644 "type": "boolean",
1645 "description": ""
1646 },
1647 "amenities.shuttleservice": {
1648 "title": "Shuttle service",
1649 "type": "boolean",
1650 "description": ""
1651 },
1652 "amenities.skishuttleservice": {
1653 "title": "Ski shuttle service",
1654 "type": "boolean",
1655 "description": ""
1656 },
1657 "amenities.stationshuttleservice": {
1658 "title": "Station shuttle",
1659 "type": "boolean",
1660 "description": ""
1661 },
1662 "amenities.valetparkingservice": {
1663 "title": "Valet parking",
1664 "type": "boolean",
1665 "description": ""
1666 },
1667 "amenities.wifiservice": {
1668 "title": "Wi-Fi",
1669 "type": "boolean",
1670 "description": ""
1671 },
1672 "amenities.broadbandservice": {
1673 "title": "Broadband service",
1674 "type": "boolean",
1675 "description": ""
1676 },
1677 "amenities.freewifiindesignatedareas": {
1678 "title": "WiFi in designated areas",
1679 "type": "boolean",
1680 "description": ""
1681 },
1682 "amenities.internetaccessservice": {
1683 "title": "Internet access",
1684 "type": "boolean",
1685 "description": ""
1686 },
1687 "amenities.modem": {
1688 "title": "Modem ",
1689 "type": "boolean",
1690 "description": ""
1691 },
1692 "amenities.wifiindesignatedareas": {
1693 "title": "WiFi in common areas",
1694 "type": "boolean",
1695 "description": ""
1696 }
1697 }
1698 },
1699 "runsResponseSchema": {
1700 "type": "object",
1701 "properties": {
1702 "data": {
1703 "type": "object",
1704 "properties": {
1705 "id": {
1706 "type": "string"
1707 },
1708 "actId": {
1709 "type": "string"
1710 },
1711 "userId": {
1712 "type": "string"
1713 },
1714 "startedAt": {
1715 "type": "string",
1716 "format": "date-time",
1717 "example": "2025-01-08T00:00:00.000Z"
1718 },
1719 "finishedAt": {
1720 "type": "string",
1721 "format": "date-time",
1722 "example": "2025-01-08T00:00:00.000Z"
1723 },
1724 "status": {
1725 "type": "string",
1726 "example": "READY"
1727 },
1728 "meta": {
1729 "type": "object",
1730 "properties": {
1731 "origin": {
1732 "type": "string",
1733 "example": "API"
1734 },
1735 "userAgent": {
1736 "type": "string"
1737 }
1738 }
1739 },
1740 "stats": {
1741 "type": "object",
1742 "properties": {
1743 "inputBodyLen": {
1744 "type": "integer",
1745 "example": 2000
1746 },
1747 "rebootCount": {
1748 "type": "integer",
1749 "example": 0
1750 },
1751 "restartCount": {
1752 "type": "integer",
1753 "example": 0
1754 },
1755 "resurrectCount": {
1756 "type": "integer",
1757 "example": 0
1758 },
1759 "computeUnits": {
1760 "type": "integer",
1761 "example": 0
1762 }
1763 }
1764 },
1765 "options": {
1766 "type": "object",
1767 "properties": {
1768 "build": {
1769 "type": "string",
1770 "example": "latest"
1771 },
1772 "timeoutSecs": {
1773 "type": "integer",
1774 "example": 300
1775 },
1776 "memoryMbytes": {
1777 "type": "integer",
1778 "example": 1024
1779 },
1780 "diskMbytes": {
1781 "type": "integer",
1782 "example": 2048
1783 }
1784 }
1785 },
1786 "buildId": {
1787 "type": "string"
1788 },
1789 "defaultKeyValueStoreId": {
1790 "type": "string"
1791 },
1792 "defaultDatasetId": {
1793 "type": "string"
1794 },
1795 "defaultRequestQueueId": {
1796 "type": "string"
1797 },
1798 "buildNumber": {
1799 "type": "string",
1800 "example": "1.0.0"
1801 },
1802 "containerUrl": {
1803 "type": "string"
1804 },
1805 "usage": {
1806 "type": "object",
1807 "properties": {
1808 "ACTOR_COMPUTE_UNITS": {
1809 "type": "integer",
1810 "example": 0
1811 },
1812 "DATASET_READS": {
1813 "type": "integer",
1814 "example": 0
1815 },
1816 "DATASET_WRITES": {
1817 "type": "integer",
1818 "example": 0
1819 },
1820 "KEY_VALUE_STORE_READS": {
1821 "type": "integer",
1822 "example": 0
1823 },
1824 "KEY_VALUE_STORE_WRITES": {
1825 "type": "integer",
1826 "example": 1
1827 },
1828 "KEY_VALUE_STORE_LISTS": {
1829 "type": "integer",
1830 "example": 0
1831 },
1832 "REQUEST_QUEUE_READS": {
1833 "type": "integer",
1834 "example": 0
1835 },
1836 "REQUEST_QUEUE_WRITES": {
1837 "type": "integer",
1838 "example": 0
1839 },
1840 "DATA_TRANSFER_INTERNAL_GBYTES": {
1841 "type": "integer",
1842 "example": 0
1843 },
1844 "DATA_TRANSFER_EXTERNAL_GBYTES": {
1845 "type": "integer",
1846 "example": 0
1847 },
1848 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1849 "type": "integer",
1850 "example": 0
1851 },
1852 "PROXY_SERPS": {
1853 "type": "integer",
1854 "example": 0
1855 }
1856 }
1857 },
1858 "usageTotalUsd": {
1859 "type": "number",
1860 "example": 0.00005
1861 },
1862 "usageUsd": {
1863 "type": "object",
1864 "properties": {
1865 "ACTOR_COMPUTE_UNITS": {
1866 "type": "integer",
1867 "example": 0
1868 },
1869 "DATASET_READS": {
1870 "type": "integer",
1871 "example": 0
1872 },
1873 "DATASET_WRITES": {
1874 "type": "integer",
1875 "example": 0
1876 },
1877 "KEY_VALUE_STORE_READS": {
1878 "type": "integer",
1879 "example": 0
1880 },
1881 "KEY_VALUE_STORE_WRITES": {
1882 "type": "number",
1883 "example": 0.00005
1884 },
1885 "KEY_VALUE_STORE_LISTS": {
1886 "type": "integer",
1887 "example": 0
1888 },
1889 "REQUEST_QUEUE_READS": {
1890 "type": "integer",
1891 "example": 0
1892 },
1893 "REQUEST_QUEUE_WRITES": {
1894 "type": "integer",
1895 "example": 0
1896 },
1897 "DATA_TRANSFER_INTERNAL_GBYTES": {
1898 "type": "integer",
1899 "example": 0
1900 },
1901 "DATA_TRANSFER_EXTERNAL_GBYTES": {
1902 "type": "integer",
1903 "example": 0
1904 },
1905 "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1906 "type": "integer",
1907 "example": 0
1908 },
1909 "PROXY_SERPS": {
1910 "type": "integer",
1911 "example": 0
1912 }
1913 }
1914 }
1915 }
1916 }
1917 }
1918 }
1919 }
1920 }
1921}
Skyscanner Hotels 🏨 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 Skyscanner Hotels 🏨 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
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
7 days
Price
$30.00