AirBnb Explorer 3.0 avatar

AirBnb Explorer 3.0

Try for free

7 days trial then $30.00/month - No credit card required now

Go to Store
AirBnb Explorer 3.0

AirBnb Explorer 3.0

jupri/airbnb
Try for free

7 days trial then $30.00/month - No credit card required now

⭐ Scrape Airbnb.com Hotels

You can access the AirBnb Explorer 3.0 programmatically from your own applications by using the Apify API. You can 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.4",
5    "x-build-id": "UP5okeNfqmjiL7coE"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~airbnb/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-airbnb",
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~airbnb/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-airbnb",
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~airbnb/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-airbnb",
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        "properties": {
134          "location": {
135            "title": "🧭 Location",
136            "type": "string",
137            "description": "💡 <b>Acceptable Values:</b><br><li><code>LOCATION</code> <i>Country</i>, <i>City</i>, <i>Continent</i>. example: \"Alaska\"</li><li><code>ROOM-ID(s)</code> separated by <code>spaces</code>, <code>commas</code> or <code>linebreaks</code>. example: \"12345000, 23456000\"</li><li><code>SEARCH-URL</code> Please copy & paste complete URL. example: \"https://www.airbnb.com/s/Europe/homes?params=values\". </li>"
138          },
139          "category": {
140            "title": "🏨 Category",
141            "enum": [
142              "8148",
143              "5708",
144              "677",
145              "8536",
146              "8534",
147              "8159",
148              "7769",
149              "789",
150              "8538",
151              "1073",
152              "5348",
153              "8166",
154              "634",
155              "8232",
156              "8047",
157              "670",
158              "5731",
159              "8157",
160              "4104",
161              "8543",
162              "8227",
163              "8256",
164              "8099",
165              "8528",
166              "8173",
167              "8174",
168              "8175",
169              "8525",
170              "8521",
171              "8653",
172              "8524",
173              "8176",
174              "8851",
175              "675",
176              "8144",
177              "8522",
178              "8253",
179              "8115",
180              "8230",
181              "8102",
182              "8662",
183              "8225",
184              "8226",
185              "8658",
186              "8255",
187              "8678",
188              "8228",
189              "8650",
190              "5366",
191              "7765",
192              "8526",
193              "8186",
194              "8535",
195              "8657",
196              "8187",
197              "8188",
198              "8661",
199              "5635",
200              "8229",
201              "8101",
202              "8043",
203              "8192"
204            ],
205            "type": "string",
206            "description": ""
207          },
208          "limit": {
209            "title": "♾️ Limit",
210            "type": "integer",
211            "description": "💡 Limit number of results <i><code>[limit]</code></i>"
212          },
213          "locale": {
214            "title": "🌐 Locale",
215            "enum": [
216              "en-US",
217              "az-AZ",
218              "id-ID",
219              "bs-BA",
220              "ca-ES",
221              "cs-CZ",
222              "sr-ME",
223              "da-DK",
224              "de-DE",
225              "de-AT",
226              "de-CH",
227              "de-LU",
228              "et-EE",
229              "en-AU",
230              "en-CA",
231              "en-GY",
232              "en-IN",
233              "en-IE",
234              "en-NZ",
235              "en-SG",
236              "en-AE",
237              "en-GB",
238              "es-AR",
239              "es-BZ",
240              "es-BO",
241              "es-CL",
242              "es-CO",
243              "es-CR",
244              "es-EC",
245              "es-SV",
246              "es-ES",
247              "es-US",
248              "es-GT",
249              "es-HN",
250              "es-MX",
251              "es-NI",
252              "es-PA",
253              "es-PY",
254              "es-PE",
255              "es-VE",
256              "fr-BE",
257              "fr-CA",
258              "fr-FR",
259              "fr-CH",
260              "fr-LU",
261              "ga-IE",
262              "hr-US",
263              "xh-ZA",
264              "zu-ZA",
265              "is-IS",
266              "it-IT",
267              "it-CH",
268              "sw-US",
269              "lv-LV",
270              "lt-LT",
271              "hu-HU",
272              "mt-MT",
273              "ms-MY",
274              "nl-BE",
275              "nl-NL",
276              "no-NO",
277              "pl-PL",
278              "pt-BR",
279              "pt-PT",
280              "ro-RO",
281              "sq-AL",
282              "sk-SK",
283              "sl-SI",
284              "sr-RS",
285              "fi-FI",
286              "sv-SE",
287              "tl-PH",
288              "vi-VN",
289              "tr-TR",
290              "el-GR",
291              "bg-BG",
292              "mk-MK",
293              "ru-RU",
294              "uk-UA",
295              "ka-GE",
296              "hy-AM",
297              "he-IL",
298              "ar-US",
299              "hi-IN",
300              "th-TH",
301              "ko-KR",
302              "ja-JP",
303              "zh-US",
304              "zh-TW",
305              "zh-CN",
306              "zh-HK"
307            ],
308            "type": "string",
309            "description": "💡 Output Language"
310          },
311          "currency": {
312            "title": "💱 Currency",
313            "enum": [
314              "ARS",
315              "AWG",
316              "AUD",
317              "BHD",
318              "BBD",
319              "BZD",
320              "BTN",
321              "BAM",
322              "BRL",
323              "BND",
324              "BGN",
325              "CAD",
326              "CLP",
327              "CNY",
328              "COP",
329              "CRC",
330              "HRK",
331              "CZK",
332              "DKK",
333              "AED",
334              "EUR",
335              "FJD",
336              "GYD",
337              "HKD",
338              "HUF",
339              "INR",
340              "IDR",
341              "ILS",
342              "JMD",
343              "JPY",
344              "JOD",
345              "LAK",
346              "HNL",
347              "MOP",
348              "MYR",
349              "MXN",
350              "MAD",
351              "TWD",
352              "NZD",
353              "NOK",
354              "OMR",
355              "PGK",
356              "PEN",
357              "PHP",
358              "PLN",
359              "GBP",
360              "GTQ",
361              "RON",
362              "RUB",
363              "SAR",
364              "SGD",
365              "ZAR",
366              "KRW",
367              "LKR",
368              "SEK",
369              "CHF",
370              "THB",
371              "TTD",
372              "TRY",
373              "UAH",
374              "USD",
375              "UYU",
376              "VND"
377            ],
378            "type": "string",
379            "description": "💡 Output Currency"
380          },
381          "no_experiment": {
382            "title": "Disable",
383            "type": "boolean",
384            "description": ""
385          },
386          "includes.description": {
387            "title": "Description",
388            "type": "boolean",
389            "description": "💡 Long description"
390          },
391          "includes.pricing": {
392            "title": "Pricing",
393            "type": "boolean",
394            "description": "💡 More detailed pricing quotes"
395          },
396          "includes.amenities": {
397            "title": "Amenities",
398            "type": "boolean",
399            "description": "💡 Grouped amenities"
400          },
401          "includes.highlights": {
402            "title": "Highlights",
403            "type": "boolean",
404            "description": "💡 Hotel Highlights"
405          },
406          "includes.ratings": {
407            "title": "Ratings",
408            "type": "boolean",
409            "description": "💡 Ratings details"
410          },
411          "includes.sleeps": {
412            "title": "Sleeps",
413            "type": "boolean",
414            "description": "💡 Sleeping arangements"
415          },
416          "includes.location": {
417            "title": "Location",
418            "type": "boolean",
419            "description": "💡 Surrounding area"
420          },
421          "includes.images": {
422            "title": "Images",
423            "type": "boolean",
424            "description": "💡 Complete gallery"
425          },
426          "includes.reviews": {
427            "title": "📝 Reviews Count",
428            "type": "integer",
429            "description": "💡 Number of reviews to fetch <code><i>(max=50)</i></code>.",
430            "default": 0
431          },
432          "includes.reviews_search": {
433            "title": "Reviews Search",
434            "type": "string",
435            "description": "💡 Search reviews"
436          },
437          "includes.reviews_sort": {
438            "title": "Reviews Sorting",
439            "enum": [
440              "MOST_RECENT",
441              "RATING_DESC",
442              "RATING_ASC"
443            ],
444            "type": "string",
445            "description": "💡 Reviews sorting"
446          },
447          "info": {
448            "title": "☢️ Extra Info (V2)",
449            "enum": [
450              "basic",
451              "complete",
452              "disable"
453            ],
454            "type": "string",
455            "description": "💡 Additional Info (Legacy API V2)",
456            "default": "basic"
457          },
458          "trip_length": {
459            "title": "📅 Stay Length",
460            "enum": [
461              "date",
462              "date-1",
463              "date-2",
464              "date-3",
465              "date-7",
466              "monthly",
467              "weekend",
468              "one_week",
469              "one_month"
470            ],
471            "type": "string",
472            "description": ""
473          },
474          "check_in": {
475            "title": "📅 Check-in",
476            "type": "string",
477            "description": "💡 Exact date (YYYY-MM-DD) <i><code>[check_in]</code></i>"
478          },
479          "check_out": {
480            "title": "📅 Check-out",
481            "type": "string",
482            "description": "💡 Exact date (YYYY-MM-DD) <i><code>[check_out]</code></i>"
483          },
484          "monthly_start": {
485            "title": "🌕 Monthly Start Date",
486            "type": "string",
487            "description": "💡 Start date (YYYY-MM-DD) <i><code>[monthly_start]</code></i>"
488          },
489          "monthly_length": {
490            "title": "🌕 Monthly Length",
491            "type": "integer",
492            "description": "💡 How many months ? <i><code>[monthly_length]</code></i>"
493          },
494          "trip_month": {
495            "title": "⌛ Flexible Months",
496            "type": "array",
497            "description": "💡 Optional months INPUT for FLEXIBLE Trip. <i><code>[trip_month]</code></i>",
498            "items": {
499              "type": "string",
500              "enum": [
501                "january",
502                "february",
503                "march",
504                "april",
505                "may",
506                "june",
507                "july",
508                "august",
509                "september",
510                "october",
511                "november",
512                "december"
513              ],
514              "enumTitles": [
515                "January",
516                "February",
517                "March",
518                "April",
519                "May",
520                "June",
521                "July",
522                "August",
523                "September",
524                "October",
525                "November",
526                "December"
527              ]
528            }
529          },
530          "adults": {
531            "title": "Adults",
532            "type": "integer",
533            "description": "💡 Ages 13 year above"
534          },
535          "children": {
536            "title": "Children",
537            "type": "integer",
538            "description": "💡 Ages 2-12 year"
539          },
540          "infants": {
541            "title": "Infants",
542            "type": "integer",
543            "description": "💡 Under 2 year"
544          },
545          "pets": {
546            "title": "Pets",
547            "type": "integer",
548            "description": ""
549          },
550          "superhost": {
551            "title": "Superhost",
552            "type": "boolean",
553            "description": "💡 Stay with recognized Hosts"
554          },
555          "airbnb_plus": {
556            "title": "Airbnb Plus",
557            "type": "boolean",
558            "description": "💡 A selection of places to stay verified for quality and design"
559          },
560          "airbnb_luxe": {
561            "title": "Airbnb Luxe",
562            "type": "boolean",
563            "description": "💡 Handpicked luxury homes with personally arranged services"
564          },
565          "guest_fav": {
566            "title": "Guest Favorite",
567            "type": "boolean",
568            "description": "💡 The most loved homes on Airbnb, according to guests"
569          },
570          "work_trip": {
571            "title": "Work Trip",
572            "type": "boolean",
573            "description": "💡 People traveling for work have rated these places highly"
574          },
575          "reviews_count": {
576            "title": "Reviews Count",
577            "type": "integer",
578            "description": "💡 Minimum numbers of visible reviews"
579          },
580          "instant_book": {
581            "title": "Instant Book",
582            "type": "boolean",
583            "description": "💡 Listings you can book without waiting for Host approval"
584          },
585          "amenities.self_checkin": {
586            "title": "Self Check-In",
587            "type": "boolean",
588            "description": "💡 Easy access to the property once you arrive"
589          },
590          "free_cancel": {
591            "title": "Free Cancellation",
592            "type": "boolean",
593            "description": "💡 Only show stays that offer free cancellation"
594          },
595          "min_price": {
596            "title": "Price Range",
597            "type": "integer",
598            "description": ""
599          },
600          "max_price": {
601            "title": "",
602            "type": "integer",
603            "description": ""
604          },
605          "discounted": {
606            "title": "Discounted",
607            "type": "boolean",
608            "description": "💡 Discounted Stays"
609          },
610          "room_types.entire-home": {
611            "title": "Entire Place",
612            "type": "boolean",
613            "description": "💡 A place all to yourself"
614          },
615          "room_types.private-room": {
616            "title": "Private Room",
617            "type": "boolean",
618            "description": "💡 Your own room in a home or a hotel, plus some shared common spaces"
619          },
620          "room_types.shared-room": {
621            "title": "Shared Room",
622            "type": "boolean",
623            "description": "💡 A sleeping space and common areas that may be shared with others"
624          },
625          "bedrooms": {
626            "title": "Bedrooms",
627            "type": "integer",
628            "description": "💡 Minimum Bedrooms"
629          },
630          "beds": {
631            "title": "Beds",
632            "type": "integer",
633            "description": "💡 Minimum Beds"
634          },
635          "bathrooms": {
636            "title": "Bathrooms",
637            "type": "integer",
638            "description": "💡 Minimum Bathrooms"
639          },
640          "types:1": {
641            "title": "House",
642            "type": "boolean",
643            "description": ""
644          },
645          "types:2": {
646            "title": "Guest House",
647            "type": "boolean",
648            "description": ""
649          },
650          "types:3": {
651            "title": "Apartment",
652            "type": "boolean",
653            "description": ""
654          },
655          "types:4": {
656            "title": "Hotel",
657            "type": "boolean",
658            "description": ""
659          },
660          "species": {
661            "title": "Unique Stays",
662            "type": "array",
663            "description": "",
664            "items": {
665              "type": "string",
666              "enum": [
667                "56",
668                "1",
669                "57",
670                "3",
671                "8",
672                "43",
673                "38",
674                "70",
675                "4",
676                "32",
677                "58",
678                "54",
679                "5",
680                "18",
681                "22",
682                "59",
683                "37",
684                "60",
685                "61",
686                "62",
687                "17",
688                "9",
689                "23",
690                "63",
691                "53",
692                "40",
693                "51",
694                "75",
695                "45",
696                "42",
697                "2",
698                "64",
699                "24",
700                "12",
701                "52",
702                "19",
703                "71",
704                "10",
705                "35",
706                "48",
707                "44",
708                "50",
709                "28",
710                "55",
711                "74",
712                "76",
713                "65",
714                "78",
715                "49",
716                "47",
717                "66",
718                "79",
719                "34",
720                "46",
721                "67",
722                "16",
723                "77",
724                "36",
725                "25",
726                "6",
727                "68",
728                "39",
729                "11",
730                "69",
731                "15"
732              ],
733              "enumTitles": [
734                "Aparthotel",
735                "Apartment",
736                "Barn",
737                "Bed and breakfast",
738                "Boat",
739                "Boutique hotel",
740                "Bungalow",
741                "Bus",
742                "Cabin",
743                "Camper/RV",
744                "Campsite",
745                "Casa particular (Cuba)",
746                "Castle",
747                "Cave",
748                "Chalet",
749                "Condohotel",
750                "Condominium",
751                "Cottage",
752                "Cycladic house (Greece)",
753                "Dammuso (Italy)",
754                "Dome house",
755                "Dorm",
756                "Earth house",
757                "Farm stay",
758                "Guest suite",
759                "Guesthouse",
760                "Heritage hotel (India)",
761                "Holiday park",
762                "Hostel",
763                "Hotel",
764                "House",
765                "Houseboat",
766                "Hut",
767                "Igloo",
768                "In-law",
769                "Island",
770                "Kezhan (China)",
771                "Lighthouse",
772                "Loft",
773                "Minsu (Taiwan)",
774                "Nature lodge",
775                "Pension (South Korea)",
776                "Plane",
777                "Pousada (Portugal)",
778                "Ranch",
779                "Religious building",
780                "Resort",
781                "Riad",
782                "Ryokan (Japan)",
783                "Serviced apartment",
784                "Shepherd's hut (U.K., France)",
785                "Shipping container",
786                "Tent",
787                "Timeshare",
788                "Tiny house",
789                "Tipi",
790                "Tower",
791                "Townhouse",
792                "Train",
793                "Treehouse",
794                "Trullo (Italy)",
795                "Vacation home",
796                "Villa",
797                "Windmill",
798                "Yurt"
799              ]
800            }
801          },
802          "features": {
803            "title": "💎 Features",
804            "type": "array",
805            "description": "",
806            "items": {
807              "type": "string",
808              "enum": [
809                "43",
810                "655",
811                "200",
812                "118",
813                "125",
814                "5",
815                "369",
816                "138",
817                "633",
818                "231",
819                "166",
820                "179",
821                "210",
822                "267",
823                "651",
824                "370",
825                "371",
826                "372",
827                "373",
828                "359",
829                "99",
830                "340",
831                "339",
832                "342",
833                "62",
834                "376",
835                "59",
836                "70",
837                "377",
838                "378",
839                "625",
840                "181",
841                "379",
842                "188",
843                "626",
844                "605",
845                "81",
846                "298",
847                "380",
848                "293",
849                "61",
850                "123",
851                "381",
852                "674",
853                "382",
854                "176",
855                "383",
856                "102",
857                "384",
858                "385",
859                "386",
860                "155",
861                "196",
862                "134",
863                "85",
864                "658",
865                "292",
866                "201",
867                "167",
868                "388",
869                "389",
870                "322",
871                "305",
872                "391",
873                "390",
874                "392",
875                "344",
876                "664",
877                "393",
878                "79",
879                "177",
880                "394",
881                "395",
882                "396",
883                "397",
884                "398",
885                "629",
886                "399",
887                "684",
888                "400",
889                "632",
890                "16",
891                "233",
892                "234",
893                "186",
894                "55",
895                "401",
896                "705",
897                "28",
898                "405",
899                "2",
900                "617",
901                "173",
902                "404",
903                "36",
904                "402",
905                "403",
906                "642",
907                "19",
908                "139",
909                "406",
910                "291",
911                "140",
912                "407",
913                "63",
914                "215",
915                "217",
916                "703",
917                "408",
918                "411",
919                "243",
920                "66",
921                "74",
922                "412",
923                "107",
924                "665",
925                "204",
926                "666",
927                "671",
928                "415",
929                "302",
930                "301",
931                "90",
932                "221",
933                "644",
934                "657",
935                "416",
936                "417",
937                "264",
938                "94",
939                "418",
940                "419",
941                "420",
942                "599",
943                "421",
944                "71",
945                "206",
946                "423",
947                "430",
948                "431",
949                "432",
950                "152",
951                "300",
952                "424",
953                "425",
954                "426",
955                "249",
956                "427",
957                "311",
958                "149",
959                "358",
960                "428",
961                "236",
962                "114",
963                "429",
964                "93",
965                "92",
966                "653",
967                "433",
968                "18",
969                "14",
970                "263",
971                "148",
972                "706",
973                "212",
974                "34",
975                "667",
976                "157",
977                "307",
978                "97",
979                "435",
980                "288",
981                "21",
982                "275",
983                "333",
984                "235",
985                "40",
986                "87",
987                "436",
988                "437",
989                "227",
990                "438",
991                "86",
992                "117",
993                "31",
994                "272",
995                "84",
996                "39",
997                "219",
998                "69",
999                "119",
1000                "37",
1001                "439",
1002                "122",
1003                "112",
1004                "440",
1005                "441",
1006                "620",
1007                "313",
1008                "314",
1009                "442",
1010                "237",
1011                "207",
1012                "9",
1013                "23",
1014                "444",
1015                "308",
1016                "615",
1017                "630",
1018                "285",
1019                "75",
1020                "446",
1021                "447",
1022                "349",
1023                "22",
1024                "255",
1025                "101",
1026                "448",
1027                "449",
1028                "450",
1029                "187",
1030                "191",
1031                "190",
1032                "183",
1033                "220",
1034                "368",
1035                "198",
1036                "451",
1037                "197",
1038                "453",
1039                "195",
1040                "332",
1041                "108",
1042                "454",
1043                "15",
1044                "266",
1045                "45",
1046                "455",
1047                "225",
1048                "153",
1049                "649",
1050                "82",
1051                "80",
1052                "136",
1053                "44",
1054                "279",
1055                "456",
1056                "457",
1057                "143",
1058                "458",
1059                "254",
1060                "168",
1061                "30",
1062                "192",
1063                "64",
1064                "271",
1065                "685",
1066                "459",
1067                "460",
1068                "461",
1069                "129",
1070                "25",
1071                "77",
1072                "137",
1073                "645",
1074                "650",
1075                "637",
1076                "462",
1077                "329",
1078                "325",
1079                "330",
1080                "367",
1081                "27",
1082                "464",
1083                "240",
1084                "3",
1085                "46",
1086                "304",
1087                "26",
1088                "171",
1089                "165",
1090                "471",
1091                "320",
1092                "472",
1093                "345",
1094                "474",
1095                "172",
1096                "475",
1097                "476",
1098                "53",
1099                "361",
1100                "477",
1101                "8",
1102                "353",
1103                "145",
1104                "133",
1105                "478",
1106                "242",
1107                "479",
1108                "47",
1109                "253",
1110                "663",
1111                "638",
1112                "624",
1113                "480",
1114                "687",
1115                "357",
1116                "631",
1117                "42",
1118                "54",
1119                "104",
1120                "147",
1121                "482",
1122                "103",
1123                "483",
1124                "496",
1125                "484",
1126                "324",
1127                "485",
1128                "486",
1129                "487",
1130                "489",
1131                "226",
1132                "490",
1133                "491",
1134                "270",
1135                "89",
1136                "146",
1137                "492",
1138                "203",
1139                "289",
1140                "493",
1141                "494",
1142                "211",
1143                "495",
1144                "154",
1145                "335",
1146                "284",
1147                "497",
1148                "498",
1149                "273",
1150                "499",
1151                "334",
1152                "656",
1153                "216",
1154                "500",
1155                "501",
1156                "265",
1157                "502",
1158                "621",
1159                "503",
1160                "127",
1161                "120",
1162                "115",
1163                "110",
1164                "654",
1165                "601",
1166                "238",
1167                "131",
1168                "20",
1169                "504",
1170                "184",
1171                "282",
1172                "280",
1173                "60",
1174                "95",
1175                "72",
1176                "505",
1177                "10",
1178                "287",
1179                "506",
1180                "507",
1181                "508",
1182                "600",
1183                "509",
1184                "510",
1185                "100",
1186                "182",
1187                "24",
1188                "511",
1189                "12",
1190                "17",
1191                "336",
1192                "347",
1193                "513",
1194                "269",
1195                "514",
1196                "515",
1197                "516",
1198                "363",
1199                "517",
1200                "364",
1201                "362",
1202                "360",
1203                "241",
1204                "88",
1205                "518",
1206                "208",
1207                "7",
1208                "519",
1209                "278",
1210                "244",
1211                "520",
1212                "521",
1213                "250",
1214                "246",
1215                "245",
1216                "290",
1217                "316",
1218                "142",
1219                "522",
1220                "331",
1221                "523",
1222                "524",
1223                "222",
1224                "78",
1225                "57",
1226                "256",
1227                "260",
1228                "56",
1229                "258",
1230                "525",
1231                "189",
1232                "218",
1233                "202",
1234                "603",
1235                "164",
1236                "150",
1237                "526",
1238                "527",
1239                "91",
1240                "528",
1241                "529",
1242                "315",
1243                "530",
1244                "531",
1245                "124",
1246                "532",
1247                "616",
1248                "73",
1249                "232",
1250                "38",
1251                "534",
1252                "535",
1253                "169",
1254                "537",
1255                "538",
1256                "539",
1257                "540",
1258                "542",
1259                "541",
1260                "223",
1261                "543",
1262                "229",
1263                "230",
1264                "544",
1265                "51",
1266                "636",
1267                "41",
1268                "257",
1269                "261",
1270                "259",
1271                "163",
1272                "611",
1273                "294",
1274                "297",
1275                "545",
1276                "98",
1277                "546",
1278                "547",
1279                "548",
1280                "135",
1281                "549",
1282                "299",
1283                "319",
1284                "151",
1285                "356",
1286                "550",
1287                "551",
1288                "52",
1289                "35",
1290                "11",
1291                "552",
1292                "628",
1293                "553",
1294                "178",
1295                "281",
1296                "209",
1297                "554",
1298                "555",
1299                "185",
1300                "556",
1301                "557",
1302                "352",
1303                "558",
1304                "639",
1305                "559",
1306                "604",
1307                "193",
1308                "561",
1309                "65",
1310                "162",
1311                "158",
1312                "160",
1313                "159",
1314                "161",
1315                "175",
1316                "268",
1317                "562",
1318                "262",
1319                "224",
1320                "296",
1321                "96",
1322                "354",
1323                "564",
1324                "32",
1325                "565",
1326                "566",
1327                "248",
1328                "174",
1329                "567",
1330                "247",
1331                "239",
1332                "568",
1333                "58",
1334                "1",
1335                "602",
1336                "68",
1337                "569",
1338                "570",
1339                "350",
1340                "346",
1341                "571",
1342                "214",
1343                "180",
1344                "686",
1345                "652",
1346                "251",
1347                "309",
1348                "669",
1349                "295",
1350                "83",
1351                "670",
1352                "277",
1353                "610",
1354                "573",
1355                "627",
1356                "661",
1357                "574",
1358                "576",
1359                "640",
1360                "199",
1361                "213",
1362                "635",
1363                "577",
1364                "355",
1365                "578",
1366                "579",
1367                "580",
1368                "581",
1369                "144",
1370                "582",
1371                "283",
1372                "276",
1373                "33",
1374                "13",
1375                "326",
1376                "328",
1377                "327",
1378                "583",
1379                "132",
1380                "584",
1381                "113",
1382                "623",
1383                "585",
1384                "366",
1385                "6",
1386                "126",
1387                "121",
1388                "116",
1389                "111",
1390                "128",
1391                "109",
1392                "4",
1393                "67",
1394                "170",
1395                "586",
1396                "587",
1397                "228",
1398                "588",
1399                "274",
1400                "672",
1401                "589",
1402                "590",
1403                "591",
1404                "592",
1405                "593",
1406                "594",
1407                "595",
1408                "596",
1409                "597",
1410                "598",
1411                "675",
1412                "680",
1413                "678",
1414                "681",
1415                "679",
1416                "466",
1417                "469",
1418                "683",
1419                "677",
1420                "682",
1421                "106",
1422                "676"
1423              ],
1424              "enumTitles": [
1425                "24-hour check-in",
1426                "24-hour security guard",
1427                "ATV",
1428                "Accessible-height bed",
1429                "Accessible-height toilet",
1430                "Air conditioning",
1431                "Air hockey table",
1432                "Air purifier",
1433                "Airport shuttle",
1434                "Alarm system",
1435                "Alfresco bathtub",
1436                "Alfresco dining",
1437                "Alfresco shower",
1438                "Amazon Echo",
1439                "Antibacterial solutions",
1440                "Apple TV",
1441                "Arcade machine",
1442                "Art gallery",
1443                "Art studio",
1444                "Arts and Crafts",
1445                "BBQ grill",
1446                "Baby Pool Safety Fence",
1447                "Baby Safety Gate",
1448                "Baby Stroller",
1449                "Baby bath",
1450                "Baby equipment",
1451                "Baby monitor",
1452                "Babysitter recommendations",
1453                "Backgammon",
1454                "Badminton field",
1455                "Baking sheet",
1456                "Balcony",
1457                "Banquet hall",
1458                "Bar",
1459                "Barbecue utensils",
1460                "Basketball court",
1461                "Bath towel",
1462                "Bathrobe",
1463                "Bathrobes",
1464                "Bathroom essentials",
1465                "Bathtub",
1466                "Bathtub with bath chair",
1467                "Beach",
1468                "Beach access",
1469                "Beach bar",
1470                "Beach chairs",
1471                "Beach club",
1472                "Beach essentials",
1473                "Beach house",
1474                "Beach towels",
1475                "Beach umbrella",
1476                "Beach view",
1477                "Beach volleyball",
1478                "Beachfront",
1479                "Bed linens",
1480                "Bed sheets",
1481                "Bedroom comforts",
1482                "Bicycle",
1483                "Bidet",
1484                "Bike storage",
1485                "Binoculars",
1486                "Blender",
1487                "Blinds",
1488                "Blu-Ray player",
1489                "Bluetooth speaker",
1490                "Board games",
1491                "Boat",
1492                "Boat slip",
1493                "Bocce ball court",
1494                "Body soap",
1495                "Boogie boards",
1496                "Books",
1497                "Booster seat",
1498                "Boot dryers",
1499                "Bose sound system",
1500                "Bose stereo",
1501                "Bottled water",
1502                "Boutique",
1503                "Bowling alley",
1504                "Boxing ring",
1505                "Bread maker",
1506                "Breakfast",
1507                "Breakfast bar",
1508                "Breakfast table",
1509                "Brick oven",
1510                "Building staff",
1511                "Business center",
1512                "Buttler",
1513                "Buzzer/wireless intercom",
1514                "CD player",
1515                "Cable TV",
1516                "Can provide invoice",
1517                "Canoe",
1518                "Car seat",
1519                "Carbon monoxide alarm",
1520                "Card room",
1521                "Card table",
1522                "Casino",
1523                "Cats",
1524                "Ceiling fan",
1525                "Ceiling fans",
1526                "Ceiling hoist",
1527                "Central air conditioning",
1528                "Champagne bar",
1529                "Changing table",
1530                "Chapel",
1531                "Charcoal barbeque",
1532                "Chef",
1533                "Chef's kitchen",
1534                "Children's toys",
1535                "Childrens pool",
1536                "Children’s books and toys",
1537                "Children’s dinnerware",
1538                "Cigar room",
1539                "Cleaning before checkout",
1540                "Cleaning products",
1541                "Climbing wall",
1542                "Clothes rack",
1543                "Clothing storage",
1544                "Coffee",
1545                "Coffee Beans",
1546                "Coffee Grinder",
1547                "Coffee maker",
1548                "Computer",
1549                "Concierge",
1550                "Conditioner",
1551                "Conference center",
1552                "Conference room",
1553                "Convection oven",
1554                "Cooking basics",
1555                "Copier",
1556                "Cordless phone",
1557                "Courtyard",
1558                "Covered parking",
1559                "Cradle",
1560                "Crib",
1561                "Croquet",
1562                "Cross trainer",
1563                "DJ booth",
1564                "DJ platform",
1565                "DJ turntables",
1566                "DVD player",
1567                "Daily Newspaper",
1568                "Dance floor",
1569                "Dance room",
1570                "Darts",
1571                "Day bed",
1572                "Decorative fireplace",
1573                "Deep Fryer",
1574                "Desk",
1575                "Device Chargers",
1576                "Dining area",
1577                "Dining table",
1578                "Disabled parking spot",
1579                "Discotheque",
1580                "Dishes and silverware",
1581                "Dishwasher",
1582                "Disposable gloves",
1583                "Dock",
1584                "Dogs",
1585                "Doorman",
1586                "Double oven",
1587                "Dressing area",
1588                "Driver",
1589                "Driveway parking",
1590                "Dryer",
1591                "Drying rack for clothing",
1592                "Dual vanity",
1593                "Dumbwaiter",
1594                "EV charger",
1595                "Electric blinds",
1596                "Electric profiling bed",
1597                "Elevator",
1598                "En suite bathroom",
1599                "Entertainment System",
1600                "Espresso machine",
1601                "Essentials",
1602                "Ethernet connection",
1603                "Exercise balls",
1604                "Exercise bike",
1605                "Exercise equipment",
1606                "Exercise mat",
1607                "Extra pillows and blankets",
1608                "Extra space around bed",
1609                "Family/kid friendly",
1610                "Fax machine",
1611                "Feminine hygiene products",
1612                "Fire extinguisher",
1613                "Fire pit",
1614                "Fireplace guards",
1615                "Firm mattress",
1616                "First aid kit",
1617                "Fishing boat",
1618                "Fixed grab bars for shower, toilet",
1619                "Flat path to guest entrance",
1620                "Flattop grill",
1621                "Floor cooling",
1622                "Floor-to-ceiling window",
1623                "Food Mixer",
1624                "Food Processor",
1625                "Foosball table",
1626                "Formal dining area",
1627                "Fountain",
1628                "Free parking on premises",
1629                "Free street parking",
1630                "Free weights",
1631                "Freezer",
1632                "Front desk",
1633                "Fruit",
1634                "Full kitchen",
1635                "Game console",
1636                "Game room",
1637                "Game table",
1638                "Games",
1639                "Garage parking",
1640                "Garden",
1641                "Garden or backyard",
1642                "Gas burning stove",
1643                "Gas fireplace",
1644                "Gas grill",
1645                "Gas oven",
1646                "Gated community",
1647                "Gated property",
1648                "Gazebo",
1649                "Generator",
1650                "Golf",
1651                "Golf cart",
1652                "Golf course access",
1653                "Golf simulator",
1654                "Grass tennis court",
1655                "Greenhouse",
1656                "Grill",
1657                "Ground floor access",
1658                "Guesthouse",
1659                "Gym",
1660                "HBO GO",
1661                "Hair dryer",
1662                "Hair salon",
1663                "Hammam",
1664                "Hammock",
1665                "Hand Sanitiser",
1666                "Hand or paper towel",
1667                "Hand soap",
1668                "Handheld shower head",
1669                "Hangers",
1670                "Heat lamps",
1671                "Heated boot rack",
1672                "Heated floor",
1673                "Heated floors",
1674                "Heated infinity pool",
1675                "Heated pool",
1676                "Heated towel rack",
1677                "Heating",
1678                "Helipad",
1679                "High chair",
1680                "High-resolution computer monitor",
1681                "Hockey rink",
1682                "Home theater",
1683                "Horseshoes",
1684                "Hospital",
1685                "Host greets you",
1686                "Hot tub",
1687                "Hot water",
1688                "Hot water kettle",
1689                "House bikes",
1690                "Household Disinfectant",
1691                "Housekeeping",
1692                "Humidifier",
1693                "Ice Cooler",
1694                "Ice Cream Maker",
1695                "Ice machine",
1696                "Indoor Pool",
1697                "Indoor fireplace",
1698                "Induction cooker",
1699                "Infinity pool",
1700                "Internet",
1701                "Iron",
1702                "Ironing board",
1703                "Jacuzzi tub",
1704                "Jet skis",
1705                "Jetted tub",
1706                "Jogging track",
1707                "Juicer",
1708                "Jukebox",
1709                "Jungle Gym",
1710                "Karaoke machine",
1711                "Kayak",
1712                "Kayaks",
1713                "Keurig coffee machine",
1714                "Keypad",
1715                "Kids TV Room",
1716                "Kids' club",
1717                "Kitchen",
1718                "Kitchen Appliances",
1719                "Kitchenette",
1720                "Lake access",
1721                "Lanai",
1722                "Lap pool",
1723                "Laptop",
1724                "Laptop-friendly workspace",
1725                "Large mirror",
1726                "Laundromat nearby",
1727                "Laundry services",
1728                "Legends of the Three Kingdoms",
1729                "Library",
1730                "Life size games",
1731                "Lighting",
1732                "Liquor",
1733                "Lock on bedroom door",
1734                "Lockbox",
1735                "Long term stays allowed",
1736                "Lounge area",
1737                "Lounge chairs",
1738                "Luggage dropoff allowed",
1739                "Luggage storage",
1740                "MP3 player",
1741                "Mahjong table",
1742                "Margarita Machine",
1743                "Massage bale",
1744                "Massage bed",
1745                "Massage chair",
1746                "Massage room",
1747                "Massage table",
1748                "Media room",
1749                "Meditation room",
1750                "Memory foam mattress",
1751                "Microwave",
1752                "Mini fridge",
1753                "Minibar",
1754                "Misting system",
1755                "Mobile hoist",
1756                "Monitor",
1757                "Mosquito misting system",
1758                "Mosquito net",
1759                "Mosquito trap",
1760                "Mountain view",
1761                "Movie Collection",
1762                "Mudroom",
1763                "Multi-jet shower",
1764                "Multi-level pool",
1765                "Murphy bed",
1766                "Music room",
1767                "Music system",
1768                "Natural gas alarm",
1769                "Natural gas barbeque",
1770                "Nespresso machine",
1771                "Nest thermometer",
1772                "Netflix",
1773                "Nightclub",
1774                "Nintendo Switch",
1775                "Nintendo Wii",
1776                "No stairs or steps to enter",
1777                "No stairs or steps to enter",
1778                "No stairs or steps to enter",
1779                "No stairs or steps to enter",
1780                "Non-slip mat",
1781                "Office",
1782                "Olympic size pool",
1783                "Other",
1784                "Other pets",
1785                "Outdoor adapter",
1786                "Outdoor kitchen",
1787                "Outdoor parking",
1788                "Outdoor seating",
1789                "Outlet covers",
1790                "Oven",
1791                "Pack ’n Play/travel crib",
1792                "Paddle boats",
1793                "Paid parking off premises",
1794                "Paid parking on premises",
1795                "Palapa",
1796                "Pantry",
1797                "Parasols",
1798                "Parking",
1799                "Party lighting",
1800                "Patio",
1801                "Patio or balcony",
1802                "Pergola",
1803                "Permit parking",
1804                "Petanque court",
1805                "Pets allowed",
1806                "Pets live on this property",
1807                "Phone",
1808                "Piano",
1809                "Pillow menu",
1810                "Pillow-top mattress",
1811                "Pinball machine",
1812                "Ping pong table",
1813                "Pizza oven",
1814                "Play Room",
1815                "PlayStation",
1816                "Playground",
1817                "Playhouse",
1818                "Playpen",
1819                "Plunge pool",
1820                "Pocket wifi",
1821                "Poker table",
1822                "Pond",
1823                "Pool",
1824                "Pool bar",
1825                "Pool cover",
1826                "Pool house",
1827                "Pool safety fence",
1828                "Pool table",
1829                "Pool toys",
1830                "Pool waterfall",
1831                "Pool waterslide",
1832                "Pool with pool hoist",
1833                "Popcorn Maker",
1834                "Portable air conditioning",
1835                "Portable fans",
1836                "Pour Over Coffee",
1837                "Powder room",
1838                "Pressure cooker",
1839                "Printer",
1840                "Private bathroom",
1841                "Private entrance",
1842                "Private gym",
1843                "Private hot tub",
1844                "Private living room",
1845                "Private pool",
1846                "Projector",
1847                "Projector and screen",
1848                "Propane barbeque",
1849                "Putting green",
1850                "Racquetball court",
1851                "Rain shower",
1852                "Reading nook",
1853                "Reception area",
1854                "Record player",
1855                "Refrigerator",
1856                "Resort access",
1857                "Restaurant",
1858                "Rice Maker",
1859                "Riding arena",
1860                "Rocking chair",
1861                "Roll-in shower with chair",
1862                "Rooftop",
1863                "Room service",
1864                "Room-darkening shades",
1865                "Safe",
1866                "Safety card",
1867                "Safety deposit box",
1868                "Safety gate",
1869                "Sailboat",
1870                "Saltwater hot tub",
1871                "Saltwater infinity pool",
1872                "Saltwater pool",
1873                "Sandbox",
1874                "Satellite TV",
1875                "Satellite radio",
1876                "Sauna",
1877                "Scanner",
1878                "Security cameras",
1879                "Security monitors",
1880                "Security system",
1881                "Self check-in",
1882                "Self parking",
1883                "Shampoo",
1884                "Shared gym",
1885                "Shared hot tub",
1886                "Shared pool",
1887                "Shower bathtub combo",
1888                "Shower gel",
1889                "Shower grab bar",
1890                "Shower or bath chair",
1891                "Shuffleboard",
1892                "Single level home",
1893                "Ski locker",
1894                "Ski rack",
1895                "Ski room",
1896                "Ski-in/Ski-out",
1897                "Sliding glass walls",
1898                "Slippers",
1899                "Slow Cooker",
1900                "Smart TV",
1901                "Smart Technology",
1902                "Smart home technology",
1903                "Smart lighting",
1904                "Smart lock",
1905                "Smoke alarm",
1906                "Smoking allowed",
1907                "Smoking parlor",
1908                "Snacks",
1909                "Snooker table",
1910                "Snorkeling equipment",
1911                "Soaking tub",
1912                "Solar power",
1913                "Solarium",
1914                "Sonos sound system",
1915                "Sound system",
1916                "Spa",
1917                "Spa access",
1918                "Spa equipment",
1919                "Spa room",
1920                "Speaker",
1921                "Speed boat",
1922                "Squash court",
1923                "Stables",
1924                "Staff kitchen",
1925                "Stair gates",
1926                "Stand alone bathtub",
1927                "Stand alone jetted bathtub",
1928                "Stand alone rain shower",
1929                "Stand alone shower",
1930                "Stand alone steam shower",
1931                "Stand up paddle board",
1932                "Standing valet",
1933                "Steam bath",
1934                "Steam oven",
1935                "Steam room",
1936                "Step-free shower",
1937                "Stove",
1938                "Streaming Services",
1939                "Sub-Zero refrigerator",
1940                "Suitable for events",
1941                "Sun bed",
1942                "Sun deck",
1943                "Sun loungers",
1944                "Surfboard",
1945                "Surround sound system",
1946                "Swim up bar",
1947                "Swimming pool",
1948                "Swings",
1949                "TV",
1950                "TV",
1951                "Table Top Grill",
1952                "Table corner guards",
1953                "Tablet",
1954                "Tasting room",
1955                "Tea",
1956                "Telescope",
1957                "Tennis club",
1958                "Tennis court",
1959                "Terrace",
1960                "Theme room",
1961                "Thermometer",
1962                "Toaster",
1963                "Toaster Oven",
1964                "Toilet",
1965                "Toilet grab bar",
1966                "Toilet paper",
1967                "Toothbrush",
1968                "Touchless faucets",
1969                "Towel",
1970                "Trail access",
1971                "Trash can",
1972                "Trash compacter",
1973                "Treadmill",
1974                "Turkish bath",
1975                "Turndown service",
1976                "UTV",
1977                "Underground parking",
1978                "Valet Parking",
1979                "Veranda",
1980                "Video Games",
1981                "View tower",
1982                "Vitamix blender",
1983                "VoIP phone",
1984                "Volleyball court",
1985                "Walk in closet",
1986                "Walk-in pantry",
1987                "Walk-in shower",
1988                "Warming drawer",
1989                "Washer",
1990                "Washer/Dryer",
1991                "Water Cooler",
1992                "Water Filter",
1993                "Water Filtration System",
1994                "Water skis",
1995                "Waterfront",
1996                "Wave pool",
1997                "Well-lit path to entrance",
1998                "Werewolf game",
1999                "Wet bar",
2000                "Wheelchair",
2001                "Wheelchair accessible",
2002                "Wide clearance to shower, toilet",
2003                "Wide doorway to guest bathroom",
2004                "Wide entrance",
2005                "Wide entrance for guests",
2006                "Wide entryway",
2007                "Wide hallways",
2008                "Wifi",
2009                "Window guards",
2010                "Windsurfers",
2011                "Wine bar",
2012                "Wine cave",
2013                "Wine cellar",
2014                "Wine collection",
2015                "Wine cooler",
2016                "Wine glasses",
2017                "Wine room",
2018                "Wine storage",
2019                "Wireless intercom",
2020                "Wood-burning fireplace",
2021                "Wood-burning oven",
2022                "Wood-burning stove",
2023                "Workout bench",
2024                "Xbox",
2025                "Yoga studio",
2026                "Zip-line",
2027                "baking supplies",
2028                "bikes",
2029                "dinner",
2030                "fresh air system",
2031                "host accompanied tour",
2032                "iPad",
2033                "iPod dock",
2034                "laundry supplies",
2035                "lunch",
2036                "mosquito control products",
2037                "pick up service",
2038                "water purifier"
2039              ]
2040            }
2041          },
2042          "amenities.wifi": {
2043            "title": "Wifi",
2044            "type": "boolean",
2045            "description": ""
2046          },
2047          "amenities.kitchen": {
2048            "title": "Kitchen",
2049            "type": "boolean",
2050            "description": ""
2051          },
2052          "amenities.washer": {
2053            "title": "Washer",
2054            "type": "boolean",
2055            "description": ""
2056          },
2057          "amenities.dryer": {
2058            "title": "Dryer",
2059            "type": "boolean",
2060            "description": ""
2061          },
2062          "amenities.ac": {
2063            "title": "Air conditioning",
2064            "type": "boolean",
2065            "description": ""
2066          },
2067          "amenities.heating": {
2068            "title": "Heating",
2069            "type": "boolean",
2070            "description": ""
2071          },
2072          "amenities.workspace": {
2073            "title": "Dedicated workspace",
2074            "type": "boolean",
2075            "description": ""
2076          },
2077          "amenities.tv": {
2078            "title": "TV",
2079            "type": "boolean",
2080            "description": ""
2081          },
2082          "amenities.hair-dryer": {
2083            "title": "Hair dryer",
2084            "type": "boolean",
2085            "description": ""
2086          },
2087          "amenities.iron": {
2088            "title": "Iron",
2089            "type": "boolean",
2090            "description": ""
2091          },
2092          "amenities.pool": {
2093            "title": "Pool",
2094            "type": "boolean",
2095            "description": ""
2096          },
2097          "amenities.hot-tub": {
2098            "title": "Hot tub",
2099            "type": "boolean",
2100            "description": ""
2101          },
2102          "amenities.free-parking": {
2103            "title": "Free parking on premises",
2104            "type": "boolean",
2105            "description": ""
2106          },
2107          "amenities.ev-charger": {
2108            "title": "EV charger",
2109            "type": "boolean",
2110            "description": ""
2111          },
2112          "amenities.crib": {
2113            "title": "Crib",
2114            "type": "boolean",
2115            "description": ""
2116          },
2117          "amenities.gym": {
2118            "title": "Gym",
2119            "type": "boolean",
2120            "description": ""
2121          },
2122          "amenities.bbq-grill": {
2123            "title": "BBQ grill",
2124            "type": "boolean",
2125            "description": ""
2126          },
2127          "amenities.breakfast": {
2128            "title": "Breakfast",
2129            "type": "boolean",
2130            "description": ""
2131          },
2132          "amenities.fireplace": {
2133            "title": "Indoor fireplace",
2134            "type": "boolean",
2135            "description": ""
2136          },
2137          "amenities.smoking": {
2138            "title": "Smoking allowed",
2139            "type": "boolean",
2140            "description": ""
2141          },
2142          "tags.789": {
2143            "title": "Beachfront",
2144            "type": "boolean",
2145            "description": ""
2146          },
2147          "tags.686": {
2148            "title": "Waterfront",
2149            "type": "boolean",
2150            "description": ""
2151          },
2152          "amenities.smoke-alarm": {
2153            "title": "Smoke alarm",
2154            "type": "boolean",
2155            "description": ""
2156          },
2157          "amenities.co-alarm": {
2158            "title": "Carbon monoxide alarm",
2159            "type": "boolean",
2160            "description": ""
2161          },
2162          "amenities.110": {
2163            "title": "Step-free guest entrance",
2164            "type": "boolean",
2165            "description": ""
2166          },
2167          "amenities.111": {
2168            "title": "Guest entrance wider than 32 inches",
2169            "type": "boolean",
2170            "description": ""
2171          },
2172          "amenities.112": {
2173            "title": "Step-free path to the guest entrance",
2174            "type": "boolean",
2175            "description": ""
2176          },
2177          "amenities.114": {
2178            "title": "Accessible parking spot",
2179            "type": "boolean",
2180            "description": ""
2181          },
2182          "amenities.115": {
2183            "title": "Step-free bedroom access",
2184            "type": "boolean",
2185            "description": ""
2186          },
2187          "amenities.116": {
2188            "title": "Bedroom entrance wider than 32 inches",
2189            "type": "boolean",
2190            "description": ""
2191          },
2192          "amenities.120": {
2193            "title": "Step-free bathroom access",
2194            "type": "boolean",
2195            "description": ""
2196          },
2197          "amenities.121": {
2198            "title": "Bathroom entrance wider than 32 inches",
2199            "type": "boolean",
2200            "description": ""
2201          },
2202          "amenities.294": {
2203            "title": "Shower grab bar",
2204            "type": "boolean",
2205            "description": ""
2206          },
2207          "amenities.295": {
2208            "title": "Toilet grab bar",
2209            "type": "boolean",
2210            "description": ""
2211          },
2212          "amenities.296": {
2213            "title": "Step-free shower",
2214            "type": "boolean",
2215            "description": ""
2216          },
2217          "amenities.297": {
2218            "title": "Shower or bath chair",
2219            "type": "boolean",
2220            "description": ""
2221          },
2222          "amenities.291": {
2223            "title": "Ceiling or mobile hoist",
2224            "type": "boolean",
2225            "description": ""
2226          },
2227          "host_id": {
2228            "title": "🤡 Host ID",
2229            "type": "string",
2230            "description": ""
2231          },
2232          "languages": {
2233            "title": "📢 Host Language",
2234            "type": "array",
2235            "description": "",
2236            "items": {
2237              "type": "string",
2238              "enum": [
2239                "zh",
2240                "en",
2241                "fr",
2242                "de",
2243                "it",
2244                "ja",
2245                "ko",
2246                "pt",
2247                "ru",
2248                "es",
2249                "ar",
2250                "ca",
2251                "hr",
2252                "cs",
2253                "da",
2254                "nl",
2255                "fi",
2256                "el",
2257                "he",
2258                "hi",
2259                "hu",
2260                "is",
2261                "id",
2262                "ms",
2263                "no",
2264                "pl",
2265                "sv",
2266                "th",
2267                "tr",
2268                "af",
2269                "sq",
2270                "hy",
2271                "az",
2272                "eu",
2273                "be",
2274                "bn",
2275                "bs",
2276                "bg",
2277                "my",
2278                "et",
2279                "fil",
2280                "gl",
2281                "ka",
2282                "gu",
2283                "ht",
2284                "ga",
2285                "kn",
2286                "km",
2287                "ky",
2288                "lo",
2289                "lv",
2290                "lt",
2291                "mk",
2292                "mt",
2293                "fa",
2294                "pa",
2295                "ro",
2296                "sr",
2297                "sk",
2298                "sl",
2299                "sw",
2300                "tl",
2301                "ta",
2302                "te",
2303                "uk",
2304                "ur",
2305                "vi",
2306                "xh",
2307                "zu",
2308                "sgn"
2309              ],
2310              "enumTitles": [
2311                "Chinese (Simplified)",
2312                "English",
2313                "French",
2314                "German",
2315                "Italian",
2316                "Japanese",
2317                "Korean",
2318                "Portuguese",
2319                "Russian",
2320                "Spanish",
2321                "Arabic",
2322                "Catalan",
2323                "Croatian",
2324                "Czech",
2325                "Danish",
2326                "Dutch",
2327                "Finnish",
2328                "Greek",
2329                "Hebrew",
2330                "Hindi",
2331                "Hungarian",
2332                "Icelandic",
2333                "Indonesian",
2334                "Malay",
2335                "Norwegian",
2336                "Polish",
2337                "Swedish",
2338                "Thai",
2339                "Turkish",
2340                "Afrikaans",
2341                "Albanian",
2342                "Armenian",
2343                "Azerbaijani",
2344                "Basque",
2345                "Belarusian",
2346                "Bengali",
2347                "Bosnian",
2348                "Bulgarian",
2349                "Burmese",
2350                "Estonian",
2351                "Filipino",
2352                "Galician",
2353                "Georgian",
2354                "Gujarati",
2355                "Haitian",
2356                "Irish",
2357                "Kannada",
2358                "Khmer",
2359                "Kyrgyz",
2360                "Lao",
2361                "Latvian",
2362                "Lithuanian",
2363                "Macedonian",
2364                "Maltese",
2365                "Persian",
2366                "Punjabi",
2367                "Romanian",
2368                "Serbian",
2369                "Slovakian",
2370                "Slovenian",
2371                "Swahili",
2372                "Tagalog",
2373                "Tamil",
2374                "Telugu",
2375                "Ukrainian",
2376                "Urdu",
2377                "Vietnamese",
2378                "Xhosa",
2379                "Zulu",
2380                "Sign"
2381              ]
2382            }
2383          },
2384          "dev_proxy_config": {
2385            "title": "🌐 PROXY NETWORKING",
2386            "type": "object",
2387            "description": "💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
2388          },
2389          "dev_custom_headers": {
2390            "title": "📜 HTTP HEADERS",
2391            "type": "array",
2392            "description": "💡 Additional HTTP Headers",
2393            "items": {
2394              "type": "object",
2395              "required": [
2396                "key",
2397                "value"
2398              ],
2399              "properties": {
2400                "key": {
2401                  "type": "string",
2402                  "title": "Key"
2403                },
2404                "value": {
2405                  "type": "string",
2406                  "title": "Value"
2407                }
2408              }
2409            }
2410          },
2411          "dev_custom_cookies": {
2412            "title": "🍰 HTTP COOKIES",
2413            "type": "array",
2414            "description": "💡 Additional HTTP Cookies",
2415            "items": {
2416              "type": "object",
2417              "required": [
2418                "key",
2419                "value"
2420              ],
2421              "properties": {
2422                "key": {
2423                  "type": "string",
2424                  "title": "Key"
2425                },
2426                "value": {
2427                  "type": "string",
2428                  "title": "Value"
2429                }
2430              }
2431            }
2432          },
2433          "dev_transform_fields": {
2434            "title": "♻️ CUSTOM FIELD",
2435            "type": "array",
2436            "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>",
2437            "items": {
2438              "type": "object",
2439              "required": [
2440                "key",
2441                "value"
2442              ],
2443              "properties": {
2444                "key": {
2445                  "type": "string",
2446                  "title": "Key"
2447                },
2448                "value": {
2449                  "type": "string",
2450                  "title": "Value"
2451                }
2452              }
2453            }
2454          },
2455          "dev_dataset_name": {
2456            "title": "📁 CUSTOM STORAGE",
2457            "type": "string",
2458            "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>"
2459          },
2460          "dev_dataset_clear": {
2461            "title": "Clear Storage",
2462            "type": "boolean",
2463            "description": "Clear Dataset before insert/update."
2464          },
2465          "dev_no_strip": {
2466            "title": "Disable data cleansing",
2467            "type": "boolean",
2468            "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
2469          }
2470        }
2471      },
2472      "runsResponseSchema": {
2473        "type": "object",
2474        "properties": {
2475          "data": {
2476            "type": "object",
2477            "properties": {
2478              "id": {
2479                "type": "string"
2480              },
2481              "actId": {
2482                "type": "string"
2483              },
2484              "userId": {
2485                "type": "string"
2486              },
2487              "startedAt": {
2488                "type": "string",
2489                "format": "date-time",
2490                "example": "2025-01-08T00:00:00.000Z"
2491              },
2492              "finishedAt": {
2493                "type": "string",
2494                "format": "date-time",
2495                "example": "2025-01-08T00:00:00.000Z"
2496              },
2497              "status": {
2498                "type": "string",
2499                "example": "READY"
2500              },
2501              "meta": {
2502                "type": "object",
2503                "properties": {
2504                  "origin": {
2505                    "type": "string",
2506                    "example": "API"
2507                  },
2508                  "userAgent": {
2509                    "type": "string"
2510                  }
2511                }
2512              },
2513              "stats": {
2514                "type": "object",
2515                "properties": {
2516                  "inputBodyLen": {
2517                    "type": "integer",
2518                    "example": 2000
2519                  },
2520                  "rebootCount": {
2521                    "type": "integer",
2522                    "example": 0
2523                  },
2524                  "restartCount": {
2525                    "type": "integer",
2526                    "example": 0
2527                  },
2528                  "resurrectCount": {
2529                    "type": "integer",
2530                    "example": 0
2531                  },
2532                  "computeUnits": {
2533                    "type": "integer",
2534                    "example": 0
2535                  }
2536                }
2537              },
2538              "options": {
2539                "type": "object",
2540                "properties": {
2541                  "build": {
2542                    "type": "string",
2543                    "example": "latest"
2544                  },
2545                  "timeoutSecs": {
2546                    "type": "integer",
2547                    "example": 300
2548                  },
2549                  "memoryMbytes": {
2550                    "type": "integer",
2551                    "example": 1024
2552                  },
2553                  "diskMbytes": {
2554                    "type": "integer",
2555                    "example": 2048
2556                  }
2557                }
2558              },
2559              "buildId": {
2560                "type": "string"
2561              },
2562              "defaultKeyValueStoreId": {
2563                "type": "string"
2564              },
2565              "defaultDatasetId": {
2566                "type": "string"
2567              },
2568              "defaultRequestQueueId": {
2569                "type": "string"
2570              },
2571              "buildNumber": {
2572                "type": "string",
2573                "example": "1.0.0"
2574              },
2575              "containerUrl": {
2576                "type": "string"
2577              },
2578              "usage": {
2579                "type": "object",
2580                "properties": {
2581                  "ACTOR_COMPUTE_UNITS": {
2582                    "type": "integer",
2583                    "example": 0
2584                  },
2585                  "DATASET_READS": {
2586                    "type": "integer",
2587                    "example": 0
2588                  },
2589                  "DATASET_WRITES": {
2590                    "type": "integer",
2591                    "example": 0
2592                  },
2593                  "KEY_VALUE_STORE_READS": {
2594                    "type": "integer",
2595                    "example": 0
2596                  },
2597                  "KEY_VALUE_STORE_WRITES": {
2598                    "type": "integer",
2599                    "example": 1
2600                  },
2601                  "KEY_VALUE_STORE_LISTS": {
2602                    "type": "integer",
2603                    "example": 0
2604                  },
2605                  "REQUEST_QUEUE_READS": {
2606                    "type": "integer",
2607                    "example": 0
2608                  },
2609                  "REQUEST_QUEUE_WRITES": {
2610                    "type": "integer",
2611                    "example": 0
2612                  },
2613                  "DATA_TRANSFER_INTERNAL_GBYTES": {
2614                    "type": "integer",
2615                    "example": 0
2616                  },
2617                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
2618                    "type": "integer",
2619                    "example": 0
2620                  },
2621                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
2622                    "type": "integer",
2623                    "example": 0
2624                  },
2625                  "PROXY_SERPS": {
2626                    "type": "integer",
2627                    "example": 0
2628                  }
2629                }
2630              },
2631              "usageTotalUsd": {
2632                "type": "number",
2633                "example": 0.00005
2634              },
2635              "usageUsd": {
2636                "type": "object",
2637                "properties": {
2638                  "ACTOR_COMPUTE_UNITS": {
2639                    "type": "integer",
2640                    "example": 0
2641                  },
2642                  "DATASET_READS": {
2643                    "type": "integer",
2644                    "example": 0
2645                  },
2646                  "DATASET_WRITES": {
2647                    "type": "integer",
2648                    "example": 0
2649                  },
2650                  "KEY_VALUE_STORE_READS": {
2651                    "type": "integer",
2652                    "example": 0
2653                  },
2654                  "KEY_VALUE_STORE_WRITES": {
2655                    "type": "number",
2656                    "example": 0.00005
2657                  },
2658                  "KEY_VALUE_STORE_LISTS": {
2659                    "type": "integer",
2660                    "example": 0
2661                  },
2662                  "REQUEST_QUEUE_READS": {
2663                    "type": "integer",
2664                    "example": 0
2665                  },
2666                  "REQUEST_QUEUE_WRITES": {
2667                    "type": "integer",
2668                    "example": 0
2669                  },
2670                  "DATA_TRANSFER_INTERNAL_GBYTES": {
2671                    "type": "integer",
2672                    "example": 0
2673                  },
2674                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
2675                    "type": "integer",
2676                    "example": 0
2677                  },
2678                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
2679                    "type": "integer",
2680                    "example": 0
2681                  },
2682                  "PROXY_SERPS": {
2683                    "type": "integer",
2684                    "example": 0
2685                  }
2686                }
2687              }
2688            }
2689          }
2690        }
2691      }
2692    }
2693  }
2694}

AirBnB 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 AirBnb Explorer 3.0 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:

Developer
Maintained by Community

Actor Metrics

  • 18 monthly users

  • 12 bookmarks

  • >99% runs succeeded

  • Created in Aug 2022

  • Modified 8 months ago

Categories