Tripadvisor πŸ¦‰ Explorer avatar

Tripadvisor πŸ¦‰ Explorer

Deprecated
Go to Store
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Tripadvisor πŸ¦‰ Explorer

Tripadvisor πŸ¦‰ Explorer

jupri/tripadvisor

Scrape Tripadvidor.com πŸ” Restaurants 🏨 Hotels πŸ–οΈ Vacation Rentals 🎯 Things to Do ✈️ Flight πŸ“ Reviews ❓ Faqs πŸ’‘ Tips 🌐 Geo Data

You can access the Tripadvisor πŸ¦‰ Explorer 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.0",
5    "x-build-id": "0ozlCgU8AJPrhjfe8"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/jupri~tripadvisor/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-jupri-tripadvisor",
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~tripadvisor/runs": {
50      "post": {
51        "operationId": "runs-sync-jupri-tripadvisor",
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~tripadvisor/run-sync": {
93      "post": {
94        "operationId": "run-sync-jupri-tripadvisor",
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          "resource": {
135            "title": "πŸ¦‰ Resource",
136            "enum": [
137              "hotel",
138              "resto",
139              "rental",
140              "todo",
141              "flight",
142              "car",
143              "review",
144              "faq",
145              "tip",
146              "photo",
147              "geo"
148            ],
149            "type": "string",
150            "description": "Looking for what?"
151          },
152          "location": {
153            "title": "🧭 Location",
154            "type": "string",
155            "description": "Where to?"
156          },
157          "portal": {
158            "title": "🌐 Region and Language",
159            "enum": [
160              "es-AR",
161              "en-AU",
162              "fr-BE",
163              "nl-BE",
164              "pt-BR",
165              "en-CA",
166              "fr-CA",
167              "es-CL",
168              "es-CO",
169              "da-DK",
170              "de-DE",
171              "es-ES",
172              "fr-FR",
173              "en-HK",
174              "en-IN",
175              "id-ID",
176              "en-IE",
177              "it-IT",
178              "en-MY",
179              "es-MX",
180              "nl-NL",
181              "en-NZ",
182              "nb-NO",
183              "es-PE",
184              "en-PH",
185              "pt-PT",
186              "de-CH",
187              "en-SG",
188              "en-ZA",
189              "fr-CH",
190              "sv-SE",
191              "it-CH",
192              "tr-TR",
193              "en-GB",
194              "en-US",
195              "es-VE",
196              "vi-VN",
197              "de-AT",
198              "el-GR",
199              "ru-RU",
200              "he-IL",
201              "ar-US-u-nu-latn",
202              "ar-EG-u-nu-latn",
203              "th-u-ca-gregory",
204              "zh-Hans",
205              "zh-Hans-US",
206              "zh-Hant-TW",
207              "ja-JP",
208              "zh-Hant-HK",
209              "ko-KR"
210            ],
211            "type": "string",
212            "description": ""
213          },
214          "currency": {
215            "title": "πŸ’± Currency",
216            "enum": [
217              "AFN",
218              "ALL",
219              "DZD",
220              "AOA",
221              "ARS",
222              "AMD",
223              "AWG",
224              "AUD",
225              "AZN",
226              "BSD",
227              "BHD",
228              "BDT",
229              "BBD",
230              "BYN",
231              "BZD",
232              "BMD",
233              "BTN",
234              "BOB",
235              "BAM",
236              "BWP",
237              "BRL",
238              "GBP",
239              "BND",
240              "BGN",
241              "MMK",
242              "BIF",
243              "XOF",
244              "XAF",
245              "XPF",
246              "KHR",
247              "CAD",
248              "CVE",
249              "KYD",
250              "CLP",
251              "CNY",
252              "COP",
253              "KMF",
254              "CDF",
255              "CRC",
256              "HRK",
257              "CZK",
258              "DKK",
259              "DJF",
260              "DOP",
261              "XCD",
262              "EGP",
263              "ERN",
264              "ETB",
265              "EUR",
266              "FKP",
267              "FJD",
268              "GMD",
269              "GEL",
270              "GHS",
271              "GIP",
272              "GTQ",
273              "GNF",
274              "GYD",
275              "HTG",
276              "HNL",
277              "HKD",
278              "HUF",
279              "ISK",
280              "INR",
281              "IDR",
282              "IRR",
283              "IQD",
284              "JMD",
285              "JPY",
286              "JOD",
287              "KZT",
288              "KES",
289              "KWD",
290              "KGS",
291              "LAK",
292              "LBP",
293              "LRD",
294              "LYD",
295              "MOP",
296              "MKD",
297              "MGA",
298              "MWK",
299              "MYR",
300              "MVR",
301              "MUR",
302              "MXN",
303              "MDL",
304              "MNT",
305              "MAD",
306              "MZN",
307              "NAD",
308              "NPR",
309              "ANG",
310              "ILS",
311              "TWD",
312              "NZD",
313              "NIO",
314              "NGN",
315              "KPW",
316              "NOK",
317              "PKR",
318              "PAB",
319              "PGK",
320              "PYG",
321              "PEN",
322              "PHP",
323              "PLN",
324              "QAR",
325              "OMR",
326              "RON",
327              "RUB",
328              "RWF",
329              "SHP",
330              "WST",
331              "STD",
332              "SAR",
333              "RSD",
334              "SCR",
335              "SLL",
336              "SGD",
337              "SBD",
338              "SOS",
339              "ZAR",
340              "KRW",
341              "LKR",
342              "SDG",
343              "SRD",
344              "SEK",
345              "CHF",
346              "SYP",
347              "TJS",
348              "TZS",
349              "THB",
350              "TOP",
351              "TTD",
352              "TND",
353              "TRY",
354              "TMT",
355              "USD",
356              "AED",
357              "UGX",
358              "UAH",
359              "UYU",
360              "UZS",
361              "VUV",
362              "VND",
363              "YER"
364            ],
365            "type": "string",
366            "description": ""
367          },
368          "limit": {
369            "title": "♾️ Limit",
370            "type": "integer",
371            "description": "Number of results"
372          },
373          "hotel.sort": {
374            "title": "πŸ“Ά Sort",
375            "enum": [
376              "best",
377              "popular",
378              "price",
379              "distance"
380            ],
381            "type": "string",
382            "description": ""
383          },
384          "hotel.checkin": {
385            "title": "πŸ“… Check In",
386            "type": "string",
387            "description": ""
388          },
389          "hotel.checkout": {
390            "title": "πŸ“… Check Out",
391            "type": "string",
392            "description": ""
393          },
394          "hotel.rooms": {
395            "title": "Rooms",
396            "type": "integer",
397            "description": "Number of rooms"
398          },
399          "hotel.adults": {
400            "title": "Adults",
401            "type": "integer",
402            "description": "Number of adults"
403          },
404          "hotel.children": {
405            "title": "Children Ages",
406            "type": "string",
407            "description": "Children ages (0-17) separated by comma. <i><code>example: [2,3,5]</code></i>"
408          },
409          "hotel.deals": {
410            "title": "Deals",
411            "type": "array",
412            "description": "",
413            "items": {
414              "type": "string",
415              "enum": [
416                "1",
417                "2",
418                "3"
419              ],
420              "enumTitles": [
421                "Properties with Special Offers",
422                "Fully refundable",
423                "No prepayment needed"
424              ]
425            }
426          },
427          "hotel.min_price": {
428            "title": "πŸ’΅ Price Range",
429            "type": "integer",
430            "description": ""
431          },
432          "hotel.max_price": {
433            "title": "",
434            "type": "integer",
435            "description": ""
436          },
437          "hotel.price_mode": {
438            "title": "",
439            "enum": [
440              "",
441              "rate",
442              "full"
443            ],
444            "type": "string",
445            "description": "<ul><li><p><b>Price per night</b></p><p>This price includes the nightly price of the room rate charged to the consumer, excluding taxes and other fees. </p></li><li><p><b>Price + taxes and fees</b></p><p>This price includes the nightly price of the room rate charged to the consumer, including taxes and other fees that are known and certain based on the data provided by the user.</p></li><li><p><b>Total stay + taxes and fees</b></p><p>This price includes the total stay price of the room rate charged to the consumer for the duration of the stay, including taxes and other fees that are known and certain based on the data provided by the user.</p></li></ul>"
446          },
447          "hotel.types": {
448            "title": "Property Types",
449            "type": "array",
450            "description": "",
451            "items": {
452              "type": "string",
453              "enum": [
454                "16545",
455                "21372",
456                "9235",
457                "9469",
458                "9362",
459                "9250",
460                "9212",
461                "9383",
462                "9261",
463                "21371",
464                "9689",
465                "9442",
466                "9200",
467                "9441",
468                "9193",
469                "9424",
470                "9400",
471                "9230",
472                "9672",
473                "12130",
474                "21373",
475                "9468",
476                "9256"
477              ],
478              "enumTitles": [
479                "All-inclusives",
480                "B&Bs & Inns",
481                "Campgrounds",
482                "Capsule hotels",
483                "Castle",
484                "Condos",
485                "Cottage",
486                "Farmhouses",
487                "Hostels",
488                "Hotels",
489                "Japanese Pensions",
490                "Japanese guest houses",
491                "Lodges",
492                "Minshukus",
493                "Motels",
494                "Onsens",
495                "Pensions",
496                "Ranch",
497                "Resorts",
498                "Ryokans",
499                "Specialty lodgings",
500                "Temple lodgings",
501                "Villa"
502              ]
503            }
504          },
505          "hotel.distance_from": {
506            "title": "Distance From",
507            "type": "string",
508            "description": "Location name or Geo-ID"
509          },
510          "hotel.distance_mile": {
511            "title": "",
512            "type": "integer",
513            "description": ""
514          },
515          "hotel.rating": {
516            "title": "⭐ Rating",
517            "enum": [
518              "5",
519              "4",
520              "3",
521              "2"
522            ],
523            "type": "string",
524            "description": "Minimal rating"
525          },
526          "hotel.amenities": {
527            "title": "Amenities",
528            "type": "array",
529            "description": "",
530            "items": {
531              "type": "string",
532              "enum": [
533                "18924",
534                "18977",
535                "19063",
536                "18893",
537                "9663",
538                "18883",
539                "11290",
540                "18884",
541                "18885",
542                "18886",
543                "18887",
544                "18888",
545                "9658",
546                "9170",
547                "18889",
548                "18890",
549                "18892",
550                "18899",
551                "9668",
552                "18895",
553                "18896",
554                "9657",
555                "9166",
556                "18897",
557                "18898",
558                "21778",
559                "18900",
560                "18902",
561                "18903",
562                "18901",
563                "18904",
564                "18905",
565                "18906",
566                "18907",
567                "18908",
568                "18909",
569                "18911",
570                "18912",
571                "18913",
572                "12111",
573                "11281",
574                "18914",
575                "9179",
576                "18915",
577                "18916",
578                "9187",
579                "11287",
580                "18918",
581                "18920",
582                "18921",
583                "9171",
584                "18922",
585                "18923",
586                "18927",
587                "18926",
588                "18928",
589                "18929",
590                "18930",
591                "18932",
592                "18931",
593                "18971",
594                "18933",
595                "18972",
596                "18973",
597                "9656",
598                "9667",
599                "18934",
600                "18935",
601                "18936",
602                "18937",
603                "18938",
604                "18939",
605                "18940",
606                "18941",
607                "18942",
608                "18943",
609                "18944",
610                "18945",
611                "9180",
612                "18946",
613                "18948",
614                "18949",
615                "16305",
616                "18950",
617                "18951",
618                "18952",
619                "18953",
620                "18954",
621                "18925",
622                "18955",
623                "18956",
624                "12119",
625                "9659",
626                "18957",
627                "18959",
628                "18960",
629                "18961",
630                "18962",
631                "18963",
632                "18964",
633                "18966",
634                "18965",
635                "9188",
636                "11269",
637                "18967",
638                "18968",
639                "9162",
640                "18969",
641                "18970",
642                "12118",
643                "9176",
644                "18974",
645                "18975",
646                "12117",
647                "9163",
648                "18976",
649                "18978",
650                "18979",
651                "18980",
652                "18981",
653                "18982",
654                "9183",
655                "18983",
656                "18984",
657                "18985",
658                "18986",
659                "18987",
660                "18988",
661                "11268",
662                "18989",
663                "18990",
664                "18991",
665                "18992",
666                "18993",
667                "18994",
668                "9182",
669                "12120",
670                "18995",
671                "18996",
672                "18997",
673                "18998",
674                "11285",
675                "11289",
676                "18999",
677                "19000",
678                "9154",
679                "19002",
680                "19003",
681                "19004",
682                "19005",
683                "19006",
684                "19007",
685                "19009",
686                "9155",
687                "12121",
688                "12122",
689                "11288",
690                "19008",
691                "19010",
692                "9168",
693                "19011",
694                "19012",
695                "19013",
696                "19014",
697                "19015",
698                "9623",
699                "11274",
700                "19016",
701                "19017",
702                "19018",
703                "19019",
704                "19020",
705                "19021",
706                "19022",
707                "19023",
708                "9181",
709                "9664",
710                "19024",
711                "9666",
712                "19025",
713                "19026",
714                "9660",
715                "19027",
716                "19028",
717                "19029",
718                "19030",
719                "9670",
720                "9184",
721                "19031",
722                "19032",
723                "19033",
724                "19034",
725                "19035",
726                "19036",
727                "11291",
728                "19037",
729                "9178",
730                "19052",
731                "19051",
732                "19053",
733                "19054",
734                "9177",
735                "12116",
736                "19038",
737                "19039",
738                "19040",
739                "19041",
740                "9167",
741                "19129",
742                "19042",
743                "19043",
744                "19044",
745                "6217",
746                "19045",
747                "19046",
748                "19047",
749                "11282",
750                "19048",
751                "11284",
752                "19049",
753                "11441",
754                "19050",
755                "11442",
756                "9174",
757                "19057",
758                "19055",
759                "19056",
760                "9665",
761                "9165",
762                "19058",
763                "11257",
764                "11267",
765                "11275",
766                "9161",
767                "19059",
768                "10589",
769                "19060",
770                "19061",
771                "16304",
772                "19062",
773                "19064",
774                "9661",
775                "19065",
776                "19066",
777                "19067",
778                "19068",
779                "19071",
780                "19069",
781                "19070",
782                "19072",
783                "19073",
784                "9157",
785                "19074",
786                "19076",
787                "9158",
788                "19078",
789                "19079",
790                "9662",
791                "19080",
792                "19082",
793                "19083",
794                "19084",
795                "19085",
796                "9169",
797                "19086",
798                "19087",
799                "19088",
800                "19089",
801                "19090",
802                "19091",
803                "19092",
804                "19093",
805                "9160",
806                "19094",
807                "19095",
808                "19096",
809                "19097",
810                "19098",
811                "19099",
812                "19100",
813                "11261",
814                "19101",
815                "19102",
816                "19103",
817                "19104",
818                "9185",
819                "19105",
820                "19106",
821                "19107",
822                "19108",
823                "19109",
824                "19110",
825                "19111",
826                "19116",
827                "19112",
828                "19113",
829                "19114",
830                "19115",
831                "19117",
832                "19118",
833                "19119",
834                "19120",
835                "19121",
836                "11276",
837                "19122",
838                "19123",
839                "19125",
840                "9164",
841                "19126",
842                "9173",
843                "19127",
844                "19128",
845                "19131",
846                "19132",
847                "19001"
848              ],
849              "enumTitles": [
850                "24-Hour Check-in",
851                "24-Hour Front Desk",
852                "24-Hour Security",
853                "ATM On Site",
854                "Accessible rooms",
855                "Additional Bathroom",
856                "Adult pool",
857                "Adults Only",
858                "Aerobics",
859                "Aerobics Off-site",
860                "Afrikaans",
861                "Air Purifier",
862                "Air conditioning",
863                "Airport transportation",
864                "Allergy-free Room",
865                "Arabic",
866                "Archery Off-site",
867                "BBQ Facilities",
868                "Babysitting",
869                "Badminton",
870                "Baggage Storage",
871                "Banquet Room",
872                "Bar/Lounge",
873                "Bath / Shower",
874                "Bathrobes",
875                "Beach Access",
876                "Bicycle Rental",
877                "Bicycle Tours",
878                "Bicycles Available",
879                "Bidet",
880                "Billiards",
881                "Blackout Curtains",
882                "Board Games / Puzzles",
883                "Boating",
884                "Body Wrap",
885                "Books, DVDs, Music for Children",
886                "Bottled Water",
887                "Bowling",
888                "Bowling Off-site",
889                "Breakfast Available",
890                "Breakfast Buffet",
891                "Breakfast in the Room",
892                "Breakfast included",
893                "Bridal Suite",
894                "Bulgarian",
895                "Business center",
896                "Butler Service",
897                "Cable / Satellite TV",
898                "Canoeing Off-site",
899                "Car Hire",
900                "Casino",
901                "Catalan",
902                "Chapel / Shrine",
903                "Children's Playground",
904                "Children's Television Networks",
905                "Chinese",
906                "Clothes Dryer",
907                "Clothes Rack",
908                "Coffee / Tea Maker",
909                "Coffee Shop",
910                "Complimentary Instant Cofffee",
911                "Complimentary Tea",
912                "Complimentary Toiletries",
913                "Complimentary Welcome Drink",
914                "Concierge",
915                "Conference Facilities",
916                "Convenience Store",
917                "Couples Massage",
918                "Croatian",
919                "Currency Exchange",
920                "Czech",
921                "Danish",
922                "Darts",
923                "Desk",
924                "Dining Area",
925                "Dishwasher",
926                "Diving",
927                "Doorperson",
928                "Dry Cleaning",
929                "Dutch",
930                "Electric Blanket",
931                "Electric Kettle",
932                "Electric vehicle charging station",
933                "English",
934                "Entertainment Staff",
935                "Estonian",
936                "Evening Entertainment",
937                "Executive Lounge Access",
938                "Express Check-in / Check-out",
939                "Extra Long Beds",
940                "Facial Treatments",
941                "Facilities for Disabled Guests",
942                "Family Rooms",
943                "Farsi",
944                "Fence Around Pool",
945                "Filipino",
946                "Finnish",
947                "Fireplace",
948                "First Aid Kit",
949                "Fishing",
950                "Fitness / Spa Locker Rooms",
951                "Fitness Classes",
952                "Fitness center",
953                "Flatscreen TV",
954                "Foot Bath",
955                "Foot Massage",
956                "Free Internet",
957                "Free Private Parking Nearby",
958                "Free Public Parking Nearby",
959                "Free Shuttle or Taxi Services",
960                "Free Wifi",
961                "Free Wifi in the Business Center",
962                "Free Wired Internet in the Business Center",
963                "Free airport transportation",
964                "Free parking",
965                "French",
966                "Full Body Massage",
967                "Game Room",
968                "Georgian",
969                "German",
970                "Gift Shop",
971                "Golf course",
972                "Greek",
973                "Hair Dryer",
974                "Hammam",
975                "Hand Massage",
976                "Happy Hour",
977                "Head Massage",
978                "Heated pool",
979                "Hebrew",
980                "Highchairs Available",
981                "Hiking",
982                "Hindi",
983                "Horseback Riding",
984                "Hot Spring Bath",
985                "Hot Tub",
986                "Housekeeping",
987                "Hungarian",
988                "Icelandic",
989                "Indonesian",
990                "Indoor Play Area for Children",
991                "Indoor pool",
992                "Infinity Pool",
993                "Infirmary",
994                "Interconnected room(s) available",
995                "Internet",
996                "Iron",
997                "Ironing Service",
998                "Italian",
999                "Japanese",
1000                "Karaoke",
1001                "Khmer",
1002                "Kid-Friendly Buffet",
1003                "Kids Activities",
1004                "Kids Club",
1005                "Kids Stay Free",
1006                "Kids pool",
1007                "Kids' Meals",
1008                "Kids' Outdoor Play Equipment",
1009                "Kitchenette",
1010                "Kitchenware",
1011                "Korean",
1012                "Landmark View",
1013                "Laptop Safe",
1014                "Latvian",
1015                "Laundry Service",
1016                "Lazy River",
1017                "Light Therapy",
1018                "Lithuanian",
1019                "Macedonian",
1020                "Makeup Services",
1021                "Malay",
1022                "Manicure",
1023                "Massage",
1024                "Massage Chair",
1025                "Meeting rooms",
1026                "Microwave",
1027                "Mini Golf",
1028                "Minibar",
1029                "Mosquito Net",
1030                "Mountain View",
1031                "Multilingual Staff",
1032                "Neck Massage",
1033                "Nepali",
1034                "Newspaper",
1035                "Nightclub / DJ",
1036                "Non-smoking hotel",
1037                "Non-smoking rooms",
1038                "Norwegian",
1039                "On-Demand Movies",
1040                "Open-air Bath",
1041                "Outdoor Dining Area",
1042                "Outdoor Fireplace",
1043                "Outdoor Furniture",
1044                "Outdoor pool",
1045                "Oven",
1046                "Paid Internet",
1047                "Paid Private Parking Nearby",
1048                "Paid Private Parking On-site",
1049                "Paid Public Parking Nearby",
1050                "Paid Public Parking On-site",
1051                "Paid Wifi",
1052                "Parking",
1053                "Parking Garage",
1054                "Patio",
1055                "Pedicure",
1056                "Personal Trainer",
1057                "Pets Allowed",
1058                "Photo Copier / Fax In Business Center",
1059                "Picnic Area",
1060                "Plunge Pool",
1061                "Polish",
1062                "Pool",
1063                "Pool / Beach Towels",
1064                "Pool View",
1065                "Pool with View",
1066                "Poolside Bar",
1067                "Portuguese",
1068                "Private Balcony",
1069                "Private Bathrooms",
1070                "Private Beaches",
1071                "Private Check-in / Check-out",
1072                "Private Pools",
1073                "Public Wifi",
1074                "Radio",
1075                "Raquetball",
1076                "Raquetball Off-site",
1077                "Refrigerator in room",
1078                "Restaurant",
1079                "Romanian",
1080                "Rooftop Bar",
1081                "Rooftop Pool",
1082                "Rooftop Terrace",
1083                "Room service",
1084                "Russian",
1085                "Safe",
1086                "Salon",
1087                "Saltwater Pool",
1088                "Sauna",
1089                "Seating Area",
1090                "Secured Parking",
1091                "Self-Serve Laundry",
1092                "Separate Dining Area",
1093                "Separate Living Room",
1094                "Serbian",
1095                "Shallow End",
1096                "Shared Bathroom",
1097                "Shared Kitchen",
1098                "Shared Lounge / TV Area",
1099                "Shoeshine",
1100                "Shops",
1101                "Shuttle Bus Service",
1102                "Sinhala",
1103                "Ski Rentals",
1104                "Ski-In / Ski-Out",
1105                "Slovak",
1106                "Slovenian",
1107                "Smoking rooms available",
1108                "Snack Bar",
1109                "Sofa",
1110                "Sofa Bed",
1111                "Solarium",
1112                "Soundproof Rooms",
1113                "Spa",
1114                "Spanish",
1115                "Special Diet Menus",
1116                "Squash",
1117                "Squash Off-site",
1118                "Steam Room",
1119                "Stovetop",
1120                "Street Parking",
1121                "Strollers",
1122                "Suites",
1123                "Sun Deck",
1124                "Sun Loungers / Beach Chairs",
1125                "Sun Terrace",
1126                "Sun Umbrellas",
1127                "Swahili",
1128                "Swedish",
1129                "Swimming Pool Toys",
1130                "Swimup Bar",
1131                "Table Tennis",
1132                "Tamil",
1133                "Taxi Service",
1134                "Telephone",
1135                "Tennis Court",
1136                "Tennis Court Off-site",
1137                "Thai",
1138                "Tile / Marble Floor",
1139                "Turkish",
1140                "Ukrainian",
1141                "Umbrella",
1142                "Urdu",
1143                "VIP Room Facilities",
1144                "Valet Parking",
1145                "Vending Machine",
1146                "Video Game Console",
1147                "Vietnamese",
1148                "Wake Up Service / Alarm Clock",
1149                "Walk-in Shower",
1150                "Walking Tours",
1151                "Wardrobe / Closet",
1152                "Washing Machine",
1153                "Water Park",
1154                "Water Park Off-site",
1155                "Waterslide",
1156                "Waxing Services",
1157                "Wheelchair access",
1158                "Whirlpool Bathtub",
1159                "Wifi",
1160                "Windsurfing",
1161                "Wine / Champagne",
1162                "Yoga Classes",
1163                "Yoga Room",
1164                "iPod Docking Station"
1165              ]
1166            }
1167          },
1168          "hotel.classes": {
1169            "title": "Hotel Class",
1170            "type": "array",
1171            "description": "",
1172            "items": {
1173              "type": "string",
1174              "enum": [
1175                "9574",
1176                "9571",
1177                "9569",
1178                "9568",
1179                "9566",
1180                "9572"
1181              ],
1182              "enumTitles": [
1183                "1 Star",
1184                "1.5 Star",
1185                "2 Star",
1186                "3 Star",
1187                "4 Star",
1188                "5 Star"
1189              ]
1190            }
1191          },
1192          "hotel.styles": {
1193            "title": "Style",
1194            "type": "array",
1195            "description": "",
1196            "items": {
1197              "type": "string",
1198              "enum": [
1199                "5184",
1200                "6296",
1201                "6216",
1202                "9650",
1203                "9654",
1204                "5951",
1205                "9624"
1206              ],
1207              "enumTitles": [
1208                "Budget",
1209                "Business",
1210                "Family-friendly",
1211                "Luxury",
1212                "Mid-range",
1213                "Modern",
1214                "Romantic"
1215              ]
1216            }
1217          },
1218          "resto.sort": {
1219            "title": "πŸ“Ά Sort",
1220            "enum": [
1221              "popular",
1222              "relevance"
1223            ],
1224            "type": "string",
1225            "description": ""
1226          },
1227          "resto.reserve_time": {
1228            "title": "πŸ“… Search Reservation",
1229            "type": "string",
1230            "description": ""
1231          },
1232          "resto.reserve_person": {
1233            "title": "",
1234            "type": "integer",
1235            "description": ""
1236          },
1237          "resto.open_now": {
1238            "title": "Open Now",
1239            "type": "boolean",
1240            "description": ""
1241          },
1242          "resto.special": {
1243            "title": "Restaurants with special deals or promotions",
1244            "type": "boolean",
1245            "description": ""
1246          },
1247          "resto.onlines": {
1248            "title": "Online Options",
1249            "type": "array",
1250            "description": "",
1251            "items": {
1252              "type": "string",
1253              "enum": [
1254                "20692",
1255                "20693"
1256              ],
1257              "enumTitles": [
1258                "Online Delivery",
1259                "Online Reservations"
1260              ]
1261            }
1262          },
1263          "resto.types": {
1264            "title": "Establishment Types",
1265            "type": "array",
1266            "description": "",
1267            "items": {
1268              "type": "string",
1269              "enum": [
1270                "9901",
1271                "11776",
1272                "9900",
1273                "21908",
1274                "9909",
1275                "12208",
1276                "16556",
1277                "10591",
1278                "16548"
1279              ],
1280              "enumTitles": [
1281                "Bakeries",
1282                "Bars & Pubs",
1283                "Coffee & Tea",
1284                "Delivery Only",
1285                "Dessert",
1286                "Dine With a Local Chef",
1287                "Quick Bites",
1288                "Restaurants",
1289                "Specialty Food Market"
1290              ]
1291            }
1292          },
1293          "resto.meals": {
1294            "title": "Meals",
1295            "type": "array",
1296            "description": "",
1297            "items": {
1298              "type": "string",
1299              "enum": [
1300                "10597",
1301                "10606",
1302                "10599",
1303                "10598"
1304              ],
1305              "enumTitles": [
1306                "Breakfast",
1307                "Brunch",
1308                "Dinner",
1309                "Lunch"
1310              ]
1311            }
1312          },
1313          "resto.prices": {
1314            "title": "Price Types",
1315            "type": "array",
1316            "description": "",
1317            "items": {
1318              "type": "string",
1319              "enum": [
1320                "10953",
1321                "10954",
1322                "10955"
1323              ],
1324              "enumTitles": [
1325                "Cheap Eats",
1326                "Fine Dining",
1327                "Mid-range"
1328              ]
1329            }
1330          },
1331          "resto.rating": {
1332            "title": "Traveler rating",
1333            "enum": [
1334              "low",
1335              "medium",
1336              "high"
1337            ],
1338            "type": "string",
1339            "description": ""
1340          },
1341          "resto.michelin": {
1342            "title": "⭐ MICHELIN Awards",
1343            "type": "array",
1344            "description": "",
1345            "items": {
1346              "type": "string",
1347              "enum": [
1348                "21964",
1349                "21967",
1350                "21966",
1351                "21965",
1352                "21969"
1353              ],
1354              "enumTitles": [
1355                "Guide",
1356                "3 Stars",
1357                "2 Stars",
1358                "1 Star",
1359                "Bib Gourmand"
1360              ]
1361            }
1362          },
1363          "resto.cuisines": {
1364            "title": "Cuisines",
1365            "type": "array",
1366            "description": "Restaurant Cuisines",
1367            "items": {
1368              "type": "string",
1369              "enum": [
1370                "10632",
1371                "9908",
1372                "11744",
1373                "10698",
1374                "10766",
1375                "10659",
1376                "10681",
1377                "10620",
1378                "10767",
1379                "10640",
1380                "10651",
1381                "10763",
1382                "21355",
1383                "10617",
1384                "10348",
1385                "10621",
1386                "10662",
1387                "10642",
1388                "10635",
1389                "20064",
1390                "10692",
1391                "10622",
1392                "10760",
1393                "10746",
1394                "20075",
1395                "5379",
1396                "10757",
1397                "10669",
1398                "10744",
1399                "10666",
1400                "10676",
1401                "21353",
1402                "10742",
1403                "10791",
1404                "10784",
1405                "10785",
1406                "10654",
1407                "10646",
1408                "10636",
1409                "5086",
1410                "10671",
1411                "10683",
1412                "11742",
1413                "10347",
1414                "10664",
1415                "10668",
1416                "10772",
1417                "10679",
1418                "10755",
1419                "10346",
1420                "10690",
1421                "10648",
1422                "10618",
1423                "10769",
1424                "4617",
1425                "10779",
1426                "5473",
1427                "21367",
1428                "10661",
1429                "10639",
1430                "10626",
1431                "10741",
1432                "10649",
1433                "5110",
1434                "10687",
1435                "10633",
1436                "20062",
1437                "10756",
1438                "20074",
1439                "10748",
1440                "10765",
1441                "10631",
1442                "10641",
1443                "10637",
1444                "10680",
1445                "10670",
1446                "10789",
1447                "20067",
1448                "10693",
1449                "10762",
1450                "10643",
1451                "10752",
1452                "20069",
1453                "10714",
1454                "10700",
1455                "10749",
1456                "20076",
1457                "10634",
1458                "10655",
1459                "10345",
1460                "10686",
1461                "10653",
1462                "10695",
1463                "10696",
1464                "10660",
1465                "10663",
1466                "20066",
1467                "10715",
1468                "10675",
1469                "10682"
1470              ],
1471              "enumTitles": [
1472                "African",
1473                "American",
1474                "Arabic",
1475                "Argentinean",
1476                "Armenian",
1477                "Asian",
1478                "Australian",
1479                "Austrian",
1480                "Bangladeshi",
1481                "Bar",
1482                "Barbecue",
1483                "Basque",
1484                "Beer restaurants",
1485                "Belgian",
1486                "Brazilian",
1487                "Brew Pub",
1488                "British",
1489                "Cafe",
1490                "Cajun & Creole",
1491                "Campania",
1492                "Cantonese",
1493                "Caribbean",
1494                "Central American",
1495                "Central European",
1496                "Central-Italian",
1497                "Chinese",
1498                "Colombian",
1499                "Contemporary",
1500                "Cuban",
1501                "Deli",
1502                "Diner",
1503                "Dining bars",
1504                "Eastern European",
1505                "Ecuadorean",
1506                "Egyptian",
1507                "Ethiopian",
1508                "European",
1509                "Fast Food",
1510                "Filipino",
1511                "French",
1512                "Fusion",
1513                "Gastropub",
1514                "Georgian",
1515                "German",
1516                "Greek",
1517                "Grill",
1518                "Hawaiian",
1519                "Healthy",
1520                "Hong Kong",
1521                "Indian",
1522                "Indonesian",
1523                "International",
1524                "Irish",
1525                "Israeli",
1526                "Italian",
1527                "Jamaican",
1528                "Japanese",
1529                "Japanese Fusion",
1530                "Korean",
1531                "Latin",
1532                "Lebanese",
1533                "Malaysian",
1534                "Mediterranean",
1535                "Mexican",
1536                "Middle Eastern",
1537                "Moroccan",
1538                "Neapolitan",
1539                "Nepali",
1540                "Northern-Italian",
1541                "Pakistani",
1542                "Persian",
1543                "Peruvian",
1544                "Pizza",
1545                "Polish",
1546                "Portuguese",
1547                "Pub",
1548                "Puerto Rican",
1549                "Romana",
1550                "Russian",
1551                "Scandinavian",
1552                "Seafood",
1553                "Shanghai",
1554                "Sicilian",
1555                "Singaporean",
1556                "Soups",
1557                "South American",
1558                "Southern-Italian",
1559                "Southwestern",
1560                "Spanish",
1561                "Steakhouse",
1562                "Street Food",
1563                "Sushi",
1564                "Szechuan",
1565                "Taiwanese",
1566                "Thai",
1567                "Turkish",
1568                "Tuscan",
1569                "Venezuelan",
1570                "Vietnamese",
1571                "Wine Bar"
1572              ]
1573            }
1574          },
1575          "resto.dishes": {
1576            "title": "Dishes",
1577            "type": "array",
1578            "description": "Restaurant Dishes",
1579            "items": {
1580              "type": "string",
1581              "enum": [
1582                "20179",
1583                "21015",
1584                "21175",
1585                "21027",
1586                "10740",
1587                "10872",
1588                "20733",
1589                "20752",
1590                "11738",
1591                "10877",
1592                "20325",
1593                "20174",
1594                "10907",
1595                "10878",
1596                "21275",
1597                "20027",
1598                "20133",
1599                "20320",
1600                "20124",
1601                "10883",
1602                "10884",
1603                "10885",
1604                "20162",
1605                "10685",
1606                "20029",
1607                "20114",
1608                "10616",
1609                "10891",
1610                "20556",
1611                "20163",
1612                "20544",
1613                "10892",
1614                "10893",
1615                "10894",
1616                "20317",
1617                "20352",
1618                "20032",
1619                "20181",
1620                "10896",
1621                "21022",
1622                "10898",
1623                "20483",
1624                "19959",
1625                "20333",
1626                "20034",
1627                "10899",
1628                "10900",
1629                "21324",
1630                "10901",
1631                "20740",
1632                "16553",
1633                "20321",
1634                "20697",
1635                "20703",
1636                "10902",
1637                "21285",
1638                "20533",
1639                "20182",
1640                "20036",
1641                "21277",
1642                "20546",
1643                "20754",
1644                "21037",
1645                "10908",
1646                "10909",
1647                "20532",
1648                "9899",
1649                "9911",
1650                "20187",
1651                "20121",
1652                "21174",
1653                "20039",
1654                "10914",
1655                "10915",
1656                "10916",
1657                "20112",
1658                "20040",
1659                "10917",
1660                "20318",
1661                "10918",
1662                "20316",
1663                "20041",
1664                "10645",
1665                "20711",
1666                "10921",
1667                "10922",
1668                "10923",
1669                "10924",
1670                "16555",
1671                "10678",
1672                "10925",
1673                "21239",
1674                "19953",
1675                "19957",
1676                "10926",
1677                "21326",
1678                "10929",
1679                "20699",
1680                "10931",
1681                "20315",
1682                "20324",
1683                "21201",
1684                "11722",
1685                "10932",
1686                "20312",
1687                "16554",
1688                "20547",
1689                "10647",
1690                "21320",
1691                "20542",
1692                "10935",
1693                "20723",
1694                "21281",
1695                "10937",
1696                "20485",
1697                "20336",
1698                "10939",
1699                "20461",
1700                "11726",
1701                "10940",
1702                "10943",
1703                "19954",
1704                "10942",
1705                "11717",
1706                "20553",
1707                "20314",
1708                "20730",
1709                "10944",
1710                "20552",
1711                "21270",
1712                "11721",
1713                "21346",
1714                "20156",
1715                "20045",
1716                "9910",
1717                "19955",
1718                "11735"
1719              ],
1720              "enumTitles": [
1721                "Alfredo",
1722                "Aligot",
1723                "Antipasti",
1724                "Apple pie",
1725                "Bagels",
1726                "Baguette",
1727                "Bass",
1728                "Beef",
1729                "Bento (Lunch Box)",
1730                "Bibimbap",
1731                "Bolognese",
1732                "Breakfast Burrito",
1733                "Burger",
1734                "Burrito",
1735                "Cakes",
1736                "Calamari",
1737                "Cannoli",
1738                "Carbonara",
1739                "Carrot Cake",
1740                "Ceviche",
1741                "Cheeseburger",
1742                "Cheesecake",
1743                "Chicken Sandwich",
1744                "Chicken Wings",
1745                "Chili",
1746                "Chili Crab",
1747                "Chowder",
1748                "Churrasco",
1749                "Clams",
1750                "Club Sandwich",
1751                "Cod",
1752                "Corned Beef",
1753                "Crab",
1754                "Crab Cake",
1755                "Crepes",
1756                "Croque Madame",
1757                "Cupcakes",
1758                "Curry",
1759                "Dim Sum",
1760                "Duck",
1761                "Dumplings",
1762                "Eggplant",
1763                "Eggs Benedict",
1764                "Escargot",
1765                "Fajitas",
1766                "Falafel",
1767                "Filet Mignon",
1768                "Fish",
1769                "Fish & Chips",
1770                "Fish Soup",
1771                "Fish Taco",
1772                "Focaccia",
1773                "Foie gras",
1774                "French Fries",
1775                "French Toast",
1776                "Fried rice",
1777                "Gelato",
1778                "Green Curry",
1779                "Grilled cheese",
1780                "Gyoza",
1781                "Halibut",
1782                "Hamburgers",
1783                "Hanger steak",
1784                "Hot Dog",
1785                "Hot Pot",
1786                "Hummus",
1787                "Ice Cream",
1788                "Juice & Smoothies",
1789                "Kale Salad",
1790                "Laksa",
1791                "Lamb",
1792                "Lamb chops",
1793                "Lasagne",
1794                "Lobster",
1795                "Lobster Roll",
1796                "Lumpia",
1797                "Mac and cheese",
1798                "Mandarin Duck",
1799                "Meatballs",
1800                "Meatloaf",
1801                "Mussels",
1802                "Nachos",
1803                "Noodle",
1804                "Octopus",
1805                "Omelette",
1806                "Oyster",
1807                "Pad Thai",
1808                "Paella",
1809                "Pancakes",
1810                "Pasta",
1811                "Peking Duck",
1812                "Pesto",
1813                "Pho",
1814                "Poke Bowls",
1815                "Polenta",
1816                "Pork",
1817                "Porterhouse Steak",
1818                "Prawns",
1819                "Pretzel",
1820                "Prosciutto",
1821                "Quiche",
1822                "Ragu",
1823                "Ramen",
1824                "Ribs",
1825                "Risotto",
1826                "Salad",
1827                "Salmon",
1828                "Sandwiches",
1829                "Sashimi",
1830                "Scallops",
1831                "Schnitzel",
1832                "Seafood Platters",
1833                "Shabu Shabu",
1834                "Shrimp",
1835                "Sirloin Steak",
1836                "Steak Frites",
1837                "Steak Tartare",
1838                "Suckling Pig",
1839                "Sukiyaki & Shabu Shabu",
1840                "Surf And Turf",
1841                "T-Bone Steak",
1842                "Tacos",
1843                "Tapas",
1844                "Tempura",
1845                "Tilapia",
1846                "Tiramisu",
1847                "Toasts",
1848                "Tortillas",
1849                "Tuna",
1850                "Udon",
1851                "Udon & Soba (Wheat & Buckwheat Noodle)",
1852                "Vegetable dishes",
1853                "Veggie Burger",
1854                "Waffles",
1855                "Waffles & Crepes",
1856                "Wings",
1857                "Yakiniku (Japanese BBQ)"
1858              ]
1859            }
1860          },
1861          "resto.diets": {
1862            "title": "Dietary Restrictions",
1863            "type": "array",
1864            "description": "",
1865            "items": {
1866              "type": "string",
1867              "enum": [
1868                "10992",
1869                "10751",
1870                "10768",
1871                "10697",
1872                "10665"
1873              ],
1874              "enumTitles": [
1875                "Gluten Free Options",
1876                "Halal",
1877                "Kosher",
1878                "Vegan Options",
1879                "Vegetarian Friendly"
1880              ]
1881            }
1882          },
1883          "resto.styles": {
1884            "title": "Good for",
1885            "type": "array",
1886            "description": "",
1887            "items": {
1888              "type": "string",
1889              "enum": [
1890                "10608",
1891                "10605",
1892                "10604",
1893                "16550",
1894                "12504",
1895                "11777",
1896                "10609",
1897                "10613",
1898                "10614",
1899                "10610",
1900                "10607"
1901              ],
1902              "enumTitles": [
1903                "Bar scene",
1904                "Business meetings",
1905                "Families with children",
1906                "Hidden Gems",
1907                "Hot New Restaurants",
1908                "Kids",
1909                "Large groups",
1910                "Local cuisine",
1911                "Romantic",
1912                "Scenic view",
1913                "Special occasions"
1914              ]
1915            }
1916          },
1917          "resto.features": {
1918            "title": "Restaurant Features",
1919            "type": "array",
1920            "description": "",
1921            "items": {
1922              "type": "string",
1923              "enum": [
1924                "10865",
1925                "11780",
1926                "10871",
1927                "10866",
1928                "10867",
1929                "20994",
1930                "20993",
1931                "10612",
1932                "10869",
1933                "10600",
1934                "10868",
1935                "20996",
1936                "20992",
1937                "21271",
1938                "10870",
1939                "10858",
1940                "10863",
1941                "21907",
1942                "10860",
1943                "20991",
1944                "20989",
1945                "21379",
1946                "10603",
1947                "10854",
1948                "20995",
1949                "10702",
1950                "10602",
1951                "10852",
1952                "10862",
1953                "21381",
1954                "10855",
1955                "16547",
1956                "10601",
1957                "10859",
1958                "10857",
1959                "10856",
1960                "20990",
1961                "10861",
1962                "10864"
1963              ],
1964              "enumTitles": [
1965                "Accepts American Express",
1966                "Accepts Credit Cards",
1967                "Accepts Discover",
1968                "Accepts Mastercard",
1969                "Accepts Visa",
1970                "BYOB",
1971                "Beach",
1972                "Buffet",
1973                "Cash Only",
1974                "Delivery",
1975                "Digital Payments",
1976                "Dog Friendly",
1977                "Drive Thru",
1978                "Family style",
1979                "Free Wifi",
1980                "Free off-street parking",
1981                "Full Bar",
1982                "Gift Cards Available",
1983                "Highchairs Available",
1984                "Jazz Bar",
1985                "Live Music",
1986                "Non-smoking restaurants",
1987                "Outdoor Seating",
1988                "Parking Available",
1989                "Playgrounds",
1990                "Private Dining",
1991                "Reservations",
1992                "Seating",
1993                "Serves Alcohol",
1994                "Sports bars",
1995                "Street Parking",
1996                "Table Service",
1997                "Takeout",
1998                "Television",
1999                "Valet Parking",
2000                "Validated Parking",
2001                "Waterfront",
2002                "Wheelchair Accessible",
2003                "Wine and Beer"
2004              ]
2005            }
2006          },
2007          "rental.sort": {
2008            "title": "πŸ“Ά Sort",
2009            "enum": [
2010              "popular",
2011              "price-low",
2012              "price-high",
2013              "rating",
2014              "bed-high",
2015              "bed-low",
2016              "reviews"
2017            ],
2018            "type": "string",
2019            "description": ""
2020          },
2021          "rental.checkin": {
2022            "title": "πŸ“… Check In",
2023            "type": "string",
2024            "description": ""
2025          },
2026          "rental.checkout": {
2027            "title": "πŸ“… Check Out",
2028            "type": "string",
2029            "description": ""
2030          },
2031          "rental.adults": {
2032            "title": "Adults",
2033            "type": "integer",
2034            "description": "Numbers of adults"
2035          },
2036          "rental.children": {
2037            "title": "Children",
2038            "type": "integer",
2039            "description": "Numbers of children"
2040          },
2041          "rental.bedrooms": {
2042            "title": "Bedrooms",
2043            "type": "integer",
2044            "description": "Min. Numbers of bedrooms"
2045          },
2046          "rental.bathrooms": {
2047            "title": "Bathrooms",
2048            "type": "integer",
2049            "description": "Min. Numbers of bathrooms"
2050          },
2051          "rental.min_price": {
2052            "title": "πŸ’΅ Price Range",
2053            "type": "integer",
2054            "description": ""
2055          },
2056          "rental.max_price": {
2057            "title": "",
2058            "type": "integer",
2059            "description": ""
2060          },
2061          "rental.price_mode": {
2062            "title": "",
2063            "enum": [
2064              "",
2065              "full"
2066            ],
2067            "type": "string",
2068            "description": ""
2069          },
2070          "rental.rating": {
2071            "title": "⭐ Rating",
2072            "enum": [
2073              "5",
2074              "4",
2075              "3",
2076              "2"
2077            ],
2078            "type": "string",
2079            "description": "Minimal rating"
2080          },
2081          "rental.distance_from": {
2082            "title": "Distance From",
2083            "type": "string",
2084            "description": "Location name or Geo-ID"
2085          },
2086          "rental.distance_mile": {
2087            "title": "",
2088            "type": "integer",
2089            "description": ""
2090          },
2091          "rental.amenities": {
2092            "title": "Amenities",
2093            "type": "array",
2094            "description": "",
2095            "items": {
2096              "type": "string",
2097              "enum": [
2098                "12",
2099                "1",
2100                "4",
2101                "27",
2102                "19",
2103                "7",
2104                "13",
2105                "18",
2106                "8",
2107                "21",
2108                "22",
2109                "25",
2110                "14",
2111                "17",
2112                "5",
2113                "9",
2114                "23",
2115                "24",
2116                "2",
2117                "3",
2118                "11",
2119                "6",
2120                "15",
2121                "16",
2122                "26",
2123                "20"
2124              ],
2125              "enumTitles": [
2126                "Air Conditioning",
2127                "All pools",
2128                "Child pool",
2129                "Elevator/Lift access",
2130                "Fireplace",
2131                "Fishing Equipment",
2132                "Fitness Room",
2133                "Game Room",
2134                "Garden or Yard",
2135                "Golf Cart",
2136                "Golf Clubs",
2137                "Grill",
2138                "Gym",
2139                "High Definition TV",
2140                "Hot Tub",
2141                "Internet or Wifi",
2142                "Other outdoor space",
2143                "Parking",
2144                "Private pool",
2145                "Public pool",
2146                "Sauna",
2147                "Shared Tennis Court",
2148                "Spa/Whirlpool",
2149                "Steam Shower",
2150                "Washer/Dryer",
2151                "Wood Stove"
2152              ]
2153            }
2154          },
2155          "rental.suitability": {
2156            "title": "Suitability",
2157            "type": "array",
2158            "description": "",
2159            "items": {
2160              "type": "string",
2161              "enum": [
2162                "2",
2163                "3",
2164                "4",
2165                "5",
2166                "1"
2167              ],
2168              "enumTitles": [
2169                "Elder access",
2170                "Kid friendly",
2171                "Pet friendly",
2172                "Smoking allowed",
2173                "Wheelchair access"
2174              ]
2175            }
2176          },
2177          "rental.types": {
2178            "title": "Property Type",
2179            "type": "array",
2180            "description": "",
2181            "items": {
2182              "type": "string",
2183              "enum": [
2184                "3",
2185                "2",
2186                "4",
2187                "5",
2188                "6",
2189                "1",
2190                "7"
2191              ],
2192              "enumTitles": [
2193                "Cabin Vacation Rental",
2194                "Condominium/Apartment",
2195                "Private Room",
2196                "Resort Vacation Rental",
2197                "Specialty Vacation Rental",
2198                "Vacation Rental House",
2199                "Villa"
2200              ]
2201            }
2202          },
2203          "rental.features": {
2204            "title": "Distinctive Features",
2205            "type": "array",
2206            "description": "",
2207            "items": {
2208              "type": "string",
2209              "enum": [
2210                "31",
2211                "12",
2212                "13",
2213                "9",
2214                "15",
2215                "26",
2216                "27",
2217                "16",
2218                "33",
2219                "29",
2220                "30",
2221                "32",
2222                "14",
2223                "11",
2224                "24",
2225                "17",
2226                "22",
2227                "21",
2228                "6",
2229                "5",
2230                "2",
2231                "1",
2232                "7",
2233                "8",
2234                "25",
2235                "18",
2236                "10",
2237                "4",
2238                "28",
2239                "19",
2240                "20",
2241                "23",
2242                "3"
2243              ],
2244              "enumTitles": [
2245                "24 Hour On Call Maintenance",
2246                "All Terrain Vehicle",
2247                "Automobile",
2248                "Boat Available",
2249                "Canoe",
2250                "City/Skyline Views",
2251                "Concierge",
2252                "Dock/Boat-slip",
2253                "Eco-Friendly",
2254                "Housekeeping Included",
2255                "Housekeeping Optional",
2256                "In-home Theater",
2257                "JetSki (Personal Watercraft)",
2258                "Kayak",
2259                "Lake Views",
2260                "Motor Boat",
2261                "Mountain Views",
2262                "Ocean Views",
2263                "On Golf Course",
2264                "On Ski Mountain",
2265                "Private Beach",
2266                "Private Chef",
2267                "Private Fishing Lake/River",
2268                "Private Tennis Court",
2269                "River Views",
2270                "Row Boat",
2271                "Sail Boat",
2272                "Ski In/Ski Out",
2273                "Staffed Property",
2274                "Surf Board",
2275                "Water Skis",
2276                "Water Views",
2277                "Waterfront"
2278              ]
2279            }
2280          },
2281          "todo.category": {
2282            "title": "Category",
2283            "enum": [
2284              "",
2285              "tours",
2286              "trips",
2287              "outdoor",
2288              "shows",
2289              "food",
2290              "shopping",
2291              "transportation"
2292            ],
2293            "type": "string",
2294            "description": ""
2295          },
2296          "todo.checkin": {
2297            "title": "πŸ“… Start Date",
2298            "type": "string",
2299            "description": ""
2300          },
2301          "todo.checkout": {
2302            "title": "πŸ“… End Date",
2303            "type": "string",
2304            "description": ""
2305          },
2306          "flight.cos": {
2307            "title": "Class",
2308            "enum": [
2309              "0",
2310              "3",
2311              "1",
2312              "2"
2313            ],
2314            "type": "string",
2315            "description": "Class of service"
2316          },
2317          "flight.adults": {
2318            "title": "Adults",
2319            "type": "integer",
2320            "description": "Number of adults"
2321          },
2322          "flight.seniors": {
2323            "title": "Seniors",
2324            "type": "integer",
2325            "description": "Number of seniors"
2326          },
2327          "flight.children": {
2328            "title": "Children Ages",
2329            "type": "string",
2330            "description": "Children ages separated by comma"
2331          },
2332          "flight.sort": {
2333            "title": "πŸ“Ά Sort",
2334            "enum": [
2335              "price",
2336              "duration",
2337              "best"
2338            ],
2339            "type": "string",
2340            "description": ""
2341          },
2342          "flight.origin.0": {
2343            "title": "✈️ Flight #1: Origin, Target, Date",
2344            "type": "string",
2345            "description": ""
2346          },
2347          "flight.target.0": {
2348            "title": "",
2349            "type": "string",
2350            "description": ""
2351          },
2352          "flight.depart.0": {
2353            "title": "",
2354            "type": "string",
2355            "description": "YYYY-MM-DD"
2356          },
2357          "flight.origin.1": {
2358            "title": "✈️ Flight #2: Origin, Target, Date",
2359            "type": "string",
2360            "description": ""
2361          },
2362          "flight.target.1": {
2363            "title": "",
2364            "type": "string",
2365            "description": ""
2366          },
2367          "flight.depart.1": {
2368            "title": "",
2369            "type": "string",
2370            "description": "YYYY-MM-DD"
2371          },
2372          "flight.origin.2": {
2373            "title": "✈️ ️Flight #3: Origin, Target, Date",
2374            "type": "string",
2375            "description": ""
2376          },
2377          "flight.target.2": {
2378            "title": "",
2379            "type": "string",
2380            "description": ""
2381          },
2382          "flight.depart.2": {
2383            "title": "",
2384            "type": "string",
2385            "description": "YYYY-MM-DD"
2386          },
2387          "flight.origin.3": {
2388            "title": "✈️ ️Flight #4: Origin, Target, Date",
2389            "type": "string",
2390            "description": ""
2391          },
2392          "flight.target.3": {
2393            "title": "",
2394            "type": "string",
2395            "description": ""
2396          },
2397          "flight.depart.3": {
2398            "title": "",
2399            "type": "string",
2400            "description": "YYYY-MM-DD"
2401          },
2402          "car.passengers": {
2403            "title": "Passengers",
2404            "type": "integer",
2405            "description": ""
2406          },
2407          "review.text": {
2408            "title": "Search reviews",
2409            "type": "string",
2410            "description": ""
2411          },
2412          "review.sort": {
2413            "title": "πŸ“Ά Sort",
2414            "enum": [
2415              "",
2416              "ml"
2417            ],
2418            "type": "string",
2419            "description": ""
2420          },
2421          "review.ratings": {
2422            "title": "Traveler rating",
2423            "type": "array",
2424            "description": "",
2425            "items": {
2426              "type": "string",
2427              "enum": [
2428                "5",
2429                "4",
2430                "3",
2431                "2",
2432                "1"
2433              ],
2434              "enumTitles": [
2435                "Excellent",
2436                "Very Good",
2437                "Average",
2438                "Poor",
2439                "Terrible"
2440              ]
2441            }
2442          },
2443          "review.months": {
2444            "title": "Time of year",
2445            "type": "array",
2446            "description": "",
2447            "items": {
2448              "type": "string",
2449              "enum": [
2450                "1",
2451                "2",
2452                "3",
2453                "4",
2454                "5",
2455                "6",
2456                "7",
2457                "8",
2458                "9",
2459                "10",
2460                "11",
2461                "12"
2462              ],
2463              "enumTitles": [
2464                "January",
2465                "February",
2466                "March",
2467                "April",
2468                "May",
2469                "June",
2470                "July",
2471                "August",
2472                "September",
2473                "October",
2474                "November",
2475                "December"
2476              ]
2477            }
2478          },
2479          "review.segments": {
2480            "title": "Traveler type",
2481            "type": "array",
2482            "description": "",
2483            "items": {
2484              "type": "string",
2485              "enum": [
2486                "family",
2487                "couples",
2488                "solo",
2489                "business",
2490                "friends"
2491              ],
2492              "enumTitles": [
2493                "Family",
2494                "Couples",
2495                "Solo",
2496                "Business",
2497                "Friends"
2498              ]
2499            }
2500          },
2501          "review.languages": {
2502            "title": "Language",
2503            "type": "array",
2504            "description": "",
2505            "items": {
2506              "type": "string",
2507              "enum": [
2508                "ar",
2509                "zhCN",
2510                "zhTW",
2511                "cs",
2512                "da",
2513                "nl",
2514                "en",
2515                "fi",
2516                "fr",
2517                "de",
2518                "el",
2519                "iw",
2520                "hu",
2521                "in",
2522                "it",
2523                "ja",
2524                "ko",
2525                "no",
2526                "pl",
2527                "pt",
2528                "ru",
2529                "sr",
2530                "sk",
2531                "es",
2532                "sv",
2533                "th",
2534                "tr",
2535                "uk",
2536                "vi"
2537              ],
2538              "enumTitles": [
2539                "Arabic",
2540                "Chinese (Sim.)",
2541                "Chinese (Trad.)",
2542                "Czech",
2543                "Danish",
2544                "Dutch",
2545                "English",
2546                "Finnish",
2547                "French",
2548                "German",
2549                "Greek",
2550                "Hebrew",
2551                "Hungarian",
2552                "Indonesian",
2553                "Italian",
2554                "Japanese",
2555                "Korean",
2556                "Norwegian",
2557                "Polish",
2558                "Portuguese",
2559                "Russian",
2560                "Serbian",
2561                "Slovak",
2562                "Spanish",
2563                "Swedish",
2564                "Thai",
2565                "Turkish",
2566                "Ukranian",
2567                "Vietnamese"
2568              ]
2569            }
2570          },
2571          "geo.fields": {
2572            "title": "πŸ“ Fields",
2573            "type": "string",
2574            "description": "πŸ’‘ Limit results to only specific attributes (separated by comma). <br><br><i>example</i>: <code>name,address,phone,web_url</code>"
2575          },
2576          "ai.trip": {
2577            "title": "Trip",
2578            "type": "string",
2579            "description": ""
2580          },
2581          "dev_proxy_config": {
2582            "title": "🌐 PROXY NETWORKING",
2583            "type": "object",
2584            "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><a href=https://scrapeops.io/app/register/main target=_blank>ScrapeOps.IO</a></b><br><code>scrapeops://{api-key}</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>"
2585          },
2586          "dev_custom_headers": {
2587            "title": "πŸ“œ HTTP HEADERS",
2588            "type": "array",
2589            "description": "πŸ’‘ Additional HTTP Headers",
2590            "items": {
2591              "type": "object",
2592              "required": [
2593                "key",
2594                "value"
2595              ],
2596              "properties": {
2597                "key": {
2598                  "type": "string",
2599                  "title": "Key"
2600                },
2601                "value": {
2602                  "type": "string",
2603                  "title": "Value"
2604                }
2605              }
2606            }
2607          },
2608          "dev_custom_cookies": {
2609            "title": "πŸͺ HTTP COOKIES",
2610            "type": "array",
2611            "description": "πŸ’‘ Additional HTTP Cookies",
2612            "items": {
2613              "type": "object",
2614              "required": [
2615                "key",
2616                "value"
2617              ],
2618              "properties": {
2619                "key": {
2620                  "type": "string",
2621                  "title": "Key"
2622                },
2623                "value": {
2624                  "type": "string",
2625                  "title": "Value"
2626                }
2627              }
2628            }
2629          },
2630          "dev_no_strip": {
2631            "title": "Disable data cleansing",
2632            "type": "boolean",
2633            "description": "πŸ’‘ Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>"
2634          },
2635          "dev_transform_enable": {
2636            "title": "Enable Custom Fields",
2637            "type": "boolean",
2638            "description": ""
2639          },
2640          "dev_transform_fields": {
2641            "title": "Fields List",
2642            "type": "array",
2643            "description": "",
2644            "items": {
2645              "type": "object",
2646              "required": [
2647                "key",
2648                "value"
2649              ],
2650              "properties": {
2651                "key": {
2652                  "type": "string",
2653                  "title": "Key"
2654                },
2655                "value": {
2656                  "type": "string",
2657                  "title": "Value"
2658                }
2659              }
2660            }
2661          },
2662          "dev_dataset_enable": {
2663            "title": "Enable Custom Storage",
2664            "type": "boolean",
2665            "description": ""
2666          },
2667          "dev_dataset_clear": {
2668            "title": "Clear Storage",
2669            "type": "boolean",
2670            "description": "Clear Dataset before insert/update."
2671          },
2672          "dev_dataset_name": {
2673            "title": "Dataset Name",
2674            "type": "string",
2675            "description": "πŸ’‘ <b>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>"
2676          }
2677        }
2678      },
2679      "runsResponseSchema": {
2680        "type": "object",
2681        "properties": {
2682          "data": {
2683            "type": "object",
2684            "properties": {
2685              "id": {
2686                "type": "string"
2687              },
2688              "actId": {
2689                "type": "string"
2690              },
2691              "userId": {
2692                "type": "string"
2693              },
2694              "startedAt": {
2695                "type": "string",
2696                "format": "date-time",
2697                "example": "2025-01-08T00:00:00.000Z"
2698              },
2699              "finishedAt": {
2700                "type": "string",
2701                "format": "date-time",
2702                "example": "2025-01-08T00:00:00.000Z"
2703              },
2704              "status": {
2705                "type": "string",
2706                "example": "READY"
2707              },
2708              "meta": {
2709                "type": "object",
2710                "properties": {
2711                  "origin": {
2712                    "type": "string",
2713                    "example": "API"
2714                  },
2715                  "userAgent": {
2716                    "type": "string"
2717                  }
2718                }
2719              },
2720              "stats": {
2721                "type": "object",
2722                "properties": {
2723                  "inputBodyLen": {
2724                    "type": "integer",
2725                    "example": 2000
2726                  },
2727                  "rebootCount": {
2728                    "type": "integer",
2729                    "example": 0
2730                  },
2731                  "restartCount": {
2732                    "type": "integer",
2733                    "example": 0
2734                  },
2735                  "resurrectCount": {
2736                    "type": "integer",
2737                    "example": 0
2738                  },
2739                  "computeUnits": {
2740                    "type": "integer",
2741                    "example": 0
2742                  }
2743                }
2744              },
2745              "options": {
2746                "type": "object",
2747                "properties": {
2748                  "build": {
2749                    "type": "string",
2750                    "example": "latest"
2751                  },
2752                  "timeoutSecs": {
2753                    "type": "integer",
2754                    "example": 300
2755                  },
2756                  "memoryMbytes": {
2757                    "type": "integer",
2758                    "example": 1024
2759                  },
2760                  "diskMbytes": {
2761                    "type": "integer",
2762                    "example": 2048
2763                  }
2764                }
2765              },
2766              "buildId": {
2767                "type": "string"
2768              },
2769              "defaultKeyValueStoreId": {
2770                "type": "string"
2771              },
2772              "defaultDatasetId": {
2773                "type": "string"
2774              },
2775              "defaultRequestQueueId": {
2776                "type": "string"
2777              },
2778              "buildNumber": {
2779                "type": "string",
2780                "example": "1.0.0"
2781              },
2782              "containerUrl": {
2783                "type": "string"
2784              },
2785              "usage": {
2786                "type": "object",
2787                "properties": {
2788                  "ACTOR_COMPUTE_UNITS": {
2789                    "type": "integer",
2790                    "example": 0
2791                  },
2792                  "DATASET_READS": {
2793                    "type": "integer",
2794                    "example": 0
2795                  },
2796                  "DATASET_WRITES": {
2797                    "type": "integer",
2798                    "example": 0
2799                  },
2800                  "KEY_VALUE_STORE_READS": {
2801                    "type": "integer",
2802                    "example": 0
2803                  },
2804                  "KEY_VALUE_STORE_WRITES": {
2805                    "type": "integer",
2806                    "example": 1
2807                  },
2808                  "KEY_VALUE_STORE_LISTS": {
2809                    "type": "integer",
2810                    "example": 0
2811                  },
2812                  "REQUEST_QUEUE_READS": {
2813                    "type": "integer",
2814                    "example": 0
2815                  },
2816                  "REQUEST_QUEUE_WRITES": {
2817                    "type": "integer",
2818                    "example": 0
2819                  },
2820                  "DATA_TRANSFER_INTERNAL_GBYTES": {
2821                    "type": "integer",
2822                    "example": 0
2823                  },
2824                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
2825                    "type": "integer",
2826                    "example": 0
2827                  },
2828                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
2829                    "type": "integer",
2830                    "example": 0
2831                  },
2832                  "PROXY_SERPS": {
2833                    "type": "integer",
2834                    "example": 0
2835                  }
2836                }
2837              },
2838              "usageTotalUsd": {
2839                "type": "number",
2840                "example": 0.00005
2841              },
2842              "usageUsd": {
2843                "type": "object",
2844                "properties": {
2845                  "ACTOR_COMPUTE_UNITS": {
2846                    "type": "integer",
2847                    "example": 0
2848                  },
2849                  "DATASET_READS": {
2850                    "type": "integer",
2851                    "example": 0
2852                  },
2853                  "DATASET_WRITES": {
2854                    "type": "integer",
2855                    "example": 0
2856                  },
2857                  "KEY_VALUE_STORE_READS": {
2858                    "type": "integer",
2859                    "example": 0
2860                  },
2861                  "KEY_VALUE_STORE_WRITES": {
2862                    "type": "number",
2863                    "example": 0.00005
2864                  },
2865                  "KEY_VALUE_STORE_LISTS": {
2866                    "type": "integer",
2867                    "example": 0
2868                  },
2869                  "REQUEST_QUEUE_READS": {
2870                    "type": "integer",
2871                    "example": 0
2872                  },
2873                  "REQUEST_QUEUE_WRITES": {
2874                    "type": "integer",
2875                    "example": 0
2876                  },
2877                  "DATA_TRANSFER_INTERNAL_GBYTES": {
2878                    "type": "integer",
2879                    "example": 0
2880                  },
2881                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
2882                    "type": "integer",
2883                    "example": 0
2884                  },
2885                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
2886                    "type": "integer",
2887                    "example": 0
2888                  },
2889                  "PROXY_SERPS": {
2890                    "type": "integer",
2891                    "example": 0
2892                  }
2893                }
2894              }
2895            }
2896          }
2897        }
2898      }
2899    }
2900  }
2901}

Tripadvisor Super 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 Tripadvisor πŸ¦‰ Explorer 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