Expedia Hotels 4.0
Pricing
$40.00/month + usage
Go to Apify Store
Expedia Hotels 4.0
💫 All-In-One Scraper for🟡 Expedia.com 🔴 Hotels.com and other hotel website variants.
Pricing
$40.00/month + usage
💫 All-In-One Scraper for🟡 Expedia.com 🔴 Hotels.com and other hotel website variants.
You can access the Expedia Hotels 4.0 programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
{ "openapi": "3.0.1", "info": { "version": "0.10", "x-build-id": "Y1gLl9jURE5pKg0N3" }, "servers": [ { "url": "https://api.apify.com/v2" } ], "paths": { "/acts/jupri~expedia-hotels/run-sync-get-dataset-items": { "post": { "operationId": "run-sync-get-dataset-items-jupri-expedia-hotels", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } }, "/acts/jupri~expedia-hotels/runs": { "post": { "operationId": "runs-sync-jupri-expedia-hotels", "x-openai-isConsequential": false, "summary": "Executes an Actor and returns information about the initiated run in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/runsResponseSchema" } } } } } } }, "/acts/jupri~expedia-hotels/run-sync": { "post": { "operationId": "run-sync-jupri-expedia-hotels", "x-openai-isConsequential": false, "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.", "tags": [ "Run Actor" ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "$ref": "#/components/schemas/inputSchema" } } } }, "parameters": [ { "name": "token", "in": "query", "required": true, "schema": { "type": "string" }, "description": "Enter your Apify token here" } ], "responses": { "200": { "description": "OK" } } } } }, "components": { "schemas": { "inputSchema": { "type": "object", "properties": { "prompt": { "title": "✨ AI Search Prompt", "type": "string", "description": "" }, "location": { "title": "🧭 Location", "type": "array", "description": "💡 <b>Where are you going ?</b><li>City/Region Name <i><code>example: \"Alaska\"</code></i></li><li>Region ID <i><code>example: \"region:6047843\"</code></i></li><li>Coordinates (latitude, longitude) <i><code>example: \"36.778259,-119.417931\"</code></i></li><li>Expedia Hotel IDs (numeric) separated by spaces</li>", "items": { "type": "string" } }, "example": { "title": "💡 Examples", "enum": [ "Bali", "-7.7956, 110.3695", "region:2554", "10440084", "10440084/reviews", "ho138881" ], "type": "string", "description": "💡 Location INPUT Examples" }, "limit": { "title": "♾️ Limit", "type": "integer", "description": "💡 Number of results (per-query)" }, "sort": { "title": "🔀 Sorting", "enum": [ "recommended", "price_low", "price_high", "distance", "review", "rating", "relevant", "vacation" ], "type": "string", "description": "💡 Sorting by" }, "site": { "title": "🌐 Portal", "enum": [ "1", "3", "4", "6", "8", "9", "11", "12", "14", "15", "16", "17", "18", "20", "25", "27", "28", "29", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "4400", "4401", "4402", "4403", "4404", "4405", "4406", "4407", "100001", "10122006", "300000001", "301900003", "300000035", "300000020", "300000017", "301800003", "300000002", "312800003", "300000042", "312700003", "300000013", "300000018", "300000010", "300000752", "300000021", "300000039", "300000023", "300000024", "300000036", "321200046", "300000019", "300000007", "300000037", "300000043", "300400003", "310000033", "300000009", "300000038", "300000012", "312900003", "300000044", "300000027", "300000034", "300000025", "300000003", "300000040", "300000032", "300000041", "300000008", "300000011", "300000014", "300000045", "300000046", "300000028", "300000005", "3213" ], "type": "string", "description": "💡 Region/Currency" }, "language": { "title": "📢 Language", "enum": [ "es_AR", "en_AU", "de_AT", "nl_BE", "fr_BE", "pt_BR", "en_CA", "fr_CA", "zh_CN", "da_DK", "fi_FI", "fr_FR", "de_DE", "zh_HK", "en_HK", "id_ID", "en_IE", "it_IT", "ja_JP", "ko_KR", "ms_MY", "en_MY", "es_MX", "nl_NL", "nb_NO", "en_PH", "es_ES", "ca_ES", "sv_SE", "de_CH", "fr_CH", "th_TH", "en_GB", "en_SG", "en_US", "vi_VN", "zh_TW" ], "type": "string", "description": "💡 example: <code>en_GB</code>" }, "map_viewer": { "title": "Enable", "type": "boolean", "description": "" }, "includes:all": { "title": "All Info", "type": "boolean", "description": "💡 Check All" }, "includes:description": { "title": "Description", "type": "boolean", "description": "💡 Property Descriptions" }, "includes:policies": { "title": "Policies", "type": "boolean", "description": "💡 Property Policies" }, "includes:amenities": { "title": "Amenities", "type": "boolean", "description": "💡 Complete Amenities" }, "includes:faq": { "title": "FAQ", "type": "boolean", "description": "💡 Frequently Asked Questions" }, "includes:location": { "title": "Location", "type": "boolean", "description": "💡 Location and Nearby Point of Interests" }, "includes:landmarks": { "title": "Landmarks", "type": "boolean", "description": "💡 Nearby Landmarks" }, "includes:offers": { "title": "Offers", "type": "boolean", "description": "💡 Room Offers" }, "includes:calendar": { "title": "Calendar Rates", "type": "boolean", "description": "💡 Lowest prices in the past 24 hours" }, "includes:availability": { "title": "📅 Availability Calendar", "type": "integer", "description": "💡 Availability Calendar. Date range: TODAY until specific number of months ahead." }, "includes:gallery": { "title": "📷 Image Gallery", "enum": [ "1", "2" ], "type": "string", "description": "💡 Complete Gallery" }, "includes:review": { "title": "Reviews Summary", "type": "boolean", "description": "💡 Reviews summary" }, "includes:review_count": { "title": "Number of Reviews", "type": "integer", "description": "💡 Number of Reviews <i><code>(default=3)</code></i>. To Filters or Search within reviews, please use <b>Reviews Filters</b> below." }, "review_search": { "title": "Search Reviews", "type": "string", "description": "💡 Search reviews" }, "review_sort": { "title": "Review Sorting", "enum": [ "relevant", "date", "rating_high", "rating_low" ], "type": "string", "description": "💡 Reviews sorting" }, "review_type": { "title": "Traveler Type", "enum": [ "all", "couples", "solo_travelers", "business_travelers", "families", "families_with_small_children", "groups", "travelers_with_pets" ], "type": "string", "description": "💡 Reviews Traveler Type" }, "category_search": { "title": "Search Category", "enum": [ "hotel", "home" ], "type": "string", "description": "" }, "types": { "title": "Structure Types", "type": "array", "description": "", "items": { "type": "string", "enum": [ "agritourism", "apart_hotel", "apartment", "bed_and_breakfast", "cabin", "capsule_hotel", "caravan_park", "castle", "chalet", "condo", "condo_resort", "cottage", "country_house", "cruise", "guest_house", "holiday_park", "hostal", "hostel", "hotel", "hotel_resort", "house_boat", "inn", "lodge", "motel", "palace", "pension", "pousada_brazil", "pousada_portugal", "ranch", "residence", "riad", "ryokan", "safari", "townhouse", "tree_house", "vacation_home", "villa" ], "enumTitles": [ "Agritourism", "Apart-hotel", "Apartment", "Bed & breakfast", "Cabin", "Capsule Hotel", "Caravan Park", "Castle", "Chalet", "Condo", "Condominium resort", "Cottage", "Country House", "Cruise", "Guest House", "Holiday Park", "Hostal (Budget Hotel)", "Hostel/Backpacker accommodation", "Hotel", "Hotel resort", "House Bboat", "Inn", "Lodge", "Motel", "Palace", "Pension", "Pousada (Brazil)", "Pousada (Portugal)", "Ranch", "Residence", "Riad", "Ryokan", "Safari", "Townhouse", "Tree House", "Vacation Home", "Villa" ] } }, "styles": { "title": "Property Styles", "type": "array", "description": "", "items": { "type": "string", "enum": [ "homes", "hotels", "luxury", "outdoor", "unique" ], "enumTitles": [ "Homes", "Hotels", "Luxury", "Outdoor", "Unique" ] } }, "hotelname": { "title": "🏨 Hotel Name", "type": "string", "description": "💡 Search by property name <i>(eg. Best Western)</i>" }, "hotelbrand": { "title": "🏨 Hotel Brand", "type": "array", "description": "💡 Brand ID (must be digits)", "items": { "type": "string", "enumSuggestedValues": [ "9764", "6095", "11027", "3545", "7712", "9845", "2695", "4441", "9827", "4945", "7179", "3711", "8825", "4868", "5900", "2457", "10855", "4680", "11181", "2676", "5284", "4199", "3010", "2231", "3504", "6508", "12074", "10515", "12075", "2661", "2073", "11802", "5436", "2898", "3346", "2701", "2417", "4711", "4161", "2652", "5711", "11920", "5861", "4391", "5463", "3157", "3123", "9208", "7922", "5088", "5310", "2942", "4220", "5927", "2271", "4558", "9516", "6620", "2297", "6308", "7168", "5617", "5265", "9902", "7774", "5267", "5250", "5089", "4944", "2829", "4170", "4464", "5535", "2769", "3078", "4201", "4186", "4946", "5702", "3150", "4194", "3047", "5152", "11247", "6713", "3950", "7926", "12338", "2935", "7136", "10431", "3791", "8768", "2140", "4135", "9575", "8296", "10445", "5666", "5105", "8031", "4397", "2308", "10127", "9099", "6614", "3548", "3115", "3830", "4681", "11077", "7173", "11182", "2207", "12189", "6649", "5247", "3015", "4785", "4682", "351", "3547", "5466", "11992", "12185", "4631", "2689", "11156", "8691", "2263", "11118", "3503", "3626", "10948", "2738", "4771", "2628", "7772", "8775", "7701", "7833", "3554", "5488", "4622", "10260", "3691", "2919", "2992", "3582", "3264", "5002", "4875", "11735", "11770", "2372", "3714", "12194", "2862", "7219", "12163", "12354", "12432", "2008", "6824", "5085", "9837", "11528", "11429", "4164", "11261", "4032", "9915", "2388", "11583", "2551", "5449", "12270", "3046", "2418", "2930", "11496", "11172", "3302", "3292", "3822", "2860", "3496", "3549", "11028", "6496", "7753", "11257", "3190", "3257", "3990", "5542", "3569", "4999", "2533", "3129", "11155", "4184", "5670", "8467", "5712", "2811", "9058", "12290", "2205", "3848", "7908", "12195", "12473", "2796", "10930", "2891", "9829", "10944", "9634", "5037", "5136", "7769", "11071", "4903", "2797", "6786", "3420", "2509", "12080", "2049", "3771", "4382", "5859", "3187", "421", "5609", "4606", "9529", "4885", "2830", "2136", "3117", "4774", "7722", "3051", "12149", "8337", "7353", "2298", "3922", "11559", "3903", "2489", "3803", "2936", "9194", "7907", "2088", "17", "3967", "3968", "3969", "5734", "6921", "3999", "4461", "5929", "3067", "4718", "11910", "5714", "4001", "10463", "4455", "8815", "4947", "3196", "9842", "6279", "11417", "10508", "8447", "7663", "8419", "6945", "3707", "6574", "3009", "4685", "11267", "5285", "3928", "3188", "2212", "9090", "3055", "4832", "4926", "3871", "2179", "8053", "7863", "4749", "6556", "6528", "11433", "4206", "6798", "5042", "11909", "6026", "9718", "2804", "4295", "7783", "2421", "202", "2180", "11609", "4136", "4560", "433", "8872", "7102", "2427", "8172", "10649", "10906", "7358", "2981", "3515", "2854", "6269", "7002", "7311", "6767", "3149", "7174", "6521", "5675", "10236", "2373", "4514", "2216", "10777", "6296", "6787", "12415", "10714", "7135", "3037", "11575", "10956", "11064", "7354", "4733", "9343", "10154", "8709", "5161", "3972", "9798", "10238", "4844", "8057", "9332", "8745", "7965", "4204", "7872", "3174", "5758", "7261", "7790", "11002", "5070", "2270", "2917", "10150", "4522", "4523", "6938", "2224", "2993", "4193", "4495", "4188", "4893", "4195", "6431", "10707", "3485", "4207", "18", "2502", "4269", "3143", "6695", "4265", "2873", "9114", "3715", "4009", "2986", "3667", "2168", "4899", "3747", "3755", "3743", "4814", "4812", "3748", "3552", "8140", "3754", "3749", "4435", "4813", "4806", "12434", "3744", "12123", "3508", "3759", "6791", "3561", "2046", "5445", "3455", "4010", "5464", "4459", "3775", "6028", "9446", "21", "715", "7086", "3590", "3944", "2181", "2146", "3036", "11832", "2538", "4383", "11408", "11782", "2792", "5621", "5137", "11732", "2410", "4460", "3774", "3339", "11696", "3913", "4562", "28", "3030", "11606", "5959", "11180", "11314", "7357", "11169", "2937", "12423", "11593", "3128", "11258", "10535", "9224", "11842", "12062", "11933", "256", "8215", "4438", "11339", "6144", "3000", "5431", "2629", "3648", "5099", "6697", "3261", "2861", "5781", "2745", "4576", "5852", "5722", "31", "5462", "6195", "2978", "8382", "5691", "2779", "159", "2182", "2225", "3197", "7175", "7347", "11915", "3276", "10904", "2090", "6476", "4147", "4146", "2012", "8540", "5323", "5713", "2383", "10138", "8457", "4426", "5238", "3514", "2708", "2105", "2104", "5506", "9539", "2424", "10943", "3933", "4949", "3279", "9445", "5998", "6136", "2782", "2347", "2849", "7883", "8954", "3297", "10184", "9871", "33", "3546", "3798", "4524", "7008", "2118", "2120", "12489", "7549", "4200", "3819", "3816", "3392", "7180", "7871", "9603", "9115", "7492", "7493", "10549", "10113", "11872", "36", "11049", "3799", "5939", "10565", "9663", "2534", "11626", "3644", "7512", "3274", "3008", "9695", "2905", "2309", "8532", "4305", "3931", "11726", "2844", "7989", "4413", "12278", "4165", "38", "2787", "4557", "3027", "3245", "5909", "7551", "11919", "10436", "9926", "2217", "4722", "3770", "3446", "2931", "11277", "2327", "8185", "8183", "2293", "6515", "11882", "5467", "11853", "3052", "2958", "2001", "3970", "5738", "12360", "5082", "3776", "11500", "2074", "3141", "5763", "4134", "10326", "10766", "44", "209", "4384", "8997", "11523", "3709", "3710", "12190", "5122", "2864", "3045", "5389", "5576", "5588", "3849", "210", "10616", "2918", "7923", "5895", "11750", "7723", "5930", "3064", "9273", "2014", "3786", "11822", "4173", "3729", "2983", "12269", "12444", "3560", "4437", "9776", "6669", "2713", "3254", "2588", "3135", "3053", "309", "11753", "2130", "3717", "11427", "2691", "5041", "3516", "3114", "9067", "2965", "12456", "12454", "12455", "2959", "2015", "3865", "2872", "11863", "5862", "4211", "8332", "5242", "3266", "4509", "5828", "11721", "9939", "3911", "2131", "3181", "5342", "9763", "3056", "5150", "2794", "4261", "4381", "5264", "11704", "5598", "3156", "3957", "5620", "5765", "5338", "8413", "3017", "2988", "213", "3567", "5572", "10034", "3151", "2202", "3139", "6316", "4497", "11941", "7630", "2434", "3893", "6080", "11224", "2838", "4171", "9255", "2329", "5005", "3058", "11020", "2203", "4636", "6084", "2897", "10725", "11555", "12160", "2184", "8454", "7277", "4913", "11255", "4874", "7651", "7304", "11384", "5578", "10619", "4033", "4034", "10923", "4036", "5043", "5149", "5153", "10692", "5039", "10464", "5837", "6349", "6202", "5154", "10691", "5148", "4044", "5840", "10597", "4045", "4047", "5165", "6193", "9838", "5159", "4048", "9831", "9904", "4051", "4052", "7389", "12059", "4747", "5528", "3463", "10882", "2218", "2375", "11296", "358", "2901", "11412", "2196", "12482", "10749", "3671", "2805", "11297", "3044", "11883", "4174", "3683", "2376", "219", "3176", "5931", "9949", "4776", "4385", "9729", "7344", "3040", "4213", "3492", "4364", "10212", "3048", "4717", "3201", "7095", "2059", "2513", "55", "2199", "5259", "2967", "5622", "56", "2445", "288", "3113", "7132", "10560", "2608", "5352", "8145", "681", "6904", "54", "11122", "11469", "10890", "3184", "11488", "9862", "6283", "7147", "3090", "3243", "2927", "10320", "3719", "11869", "11566", "11389", "2951", "3831", "2133", "4721", "5003", "4212", "2192", "3043", "8304", "10566", "7305", "11569", "4071", "9354", "9706", "11087", "11641", "6455", "9320", "2801", "6265", "6266", "2740", "10523", "11212", "2723", "3899", "3912", "3555", "2495", "3120", "3305", "5010", "5102", "4958", "12095", "2474", "3307", "3593", "57", "4179", "11547", "10762", "3119", "9132", "8771", "10865", "5537", "11431", "8387", "11223", "65", "2720", "2209", "11210", "3178", "4756", "2227", "2141", "2827", "2704", "3777", "9176", "3250", "4619", "11259", "3766", "9274", "4392", "8774", "3004", "5707", "4676", "11790", "11003", "4176", "9358", "4755", "6747", "3859", "9782", "7333", "3589", "2498", "12161", "11294", "3388", "3807", "66", "3473", "9423", "8108", "5114", "4169", "3249", "4943", "6344", "11759", "3074", "4060", "2968", "9608", "6788", "11054", "11025", "3284", "4061", "7285", "7539", "12298", "3103", "3656", "11101", "3681", "4192", "7650", "11235", "5515", "8682", "11707", "10962", "2197", "2833", "3720", "7784", "4601", "2084", "10615", "6825", "10341", "4062", "3013", "2393", "6653", "2599", "2548", "11570", "3042", "3641", "3640", "12492", "3432", "2966", "4563", "4564", "10972", "75", "3303", "7178", "11708", "2976", "11147", "9935", "2969", "225", "5476", "2051", "8808", "5438", "343", "4266", "9021", "11114", "3568", "8822", "3172", "8953", "2183", "2430", "5511", "7108", "11932", "4500", "11278", "80", "3653", "3423", "3465", "4260", "10706", "10780", "9733", "3832", "4187", "8707", "2585", "7912", "9162", "9040", "9834", "6804", "87", "11991", "3237", "5446", "2751", "5270", "11796", "11829", "9239", "2459", "12404", "12403", "10945", "4063", "2476", "539", "2739", "4361", "3309", "7121", "9795", "4064", "10816", "6145", "11741", "12351", "3110", "9781", "6038", "9503", "5674", "11353", "10437", "5060", "5279", "4779", "5480", "5471", "5689", "5951", "7938", "5526", "4716", "8067", "8743", "11033", "11930", "11471", "10268", "2971", "3199", "11543", "11605", "5585", "85", "11377", "4694", "3449", "3296", "11052", "10245", "7107", "7106", "4205", "5573", "7016", "6463", "12329", "7975", "4773", "2494", "4737", "2808", "11921", "320", "2975", "7243", "3772", "7429", "5357", "8399", "8397", "10858", "7152", "10302", "11084", "11739", "11777", "2435", "2637", "5106", "2696", "4634", "9758", "4833", "5261", "11177", "2885", "344", "12371", "9326", "9720", "12463", "5562", "4264", "3012", "9289", "5999", "6696", "3450", "2949", "4713", "2960", "9347", "5980", "91", "9984", "7766", "3971", "5933", "11413", "5351", "2655", "3534", "323", "7848", "7444", "7321", "11763", "228", "2385", "3406", "11274", "3458", "2173", "86", "2050", "3581", "5235", "12452", "10413", "5639", "4768", "11390", "2378", "8510", "12479", "12262", "4157", "12114", "2913", "4645", "11727", "3506", "3061", "2455", "6683", "7257", "2744", "7897", "2433", "11170", "8358", "3145", "2137", "2667", "2789", "5252", "4735", "6884", "4675", "4559", "2102", "560", "9912", "10143", "263", "4518", "2666", "9074", "11015", "2437", "4144", "12414", "11756", "3433", "7448", "4247", "4202", "4431", "7447", "4386", "5611", "6327", "12218", "6480", "9138", "3130", "3031", "2670", "2021", "2160", "2828", "11747", "81", "4462", "8149", "2990", "4085", "3652", "3746", "10494", "4941", "3448", "8398", "8061", "6930", "2999", "3480", "10567", "5673", "11924", "3734", "4197", "4751", "6443", "3914", "11324", "8705", "9029", "11856", "9853", "4221", "9467", "8818", "9895", "345", "10312", "3108", "10452", "11157", "12202", "2022", "12203", "11158", "2839", "10823", "10824", "3486", "4665", "94", "4750", "4175", "12365", "2884", "12417", "4159", "4967", "8323", "2095", "5935", "11976", "6639", "5132", "9804", "11370", "5468", "3248", "300", "2139", "2850", "3179", "3177", "11542", "11131", "8667", "3896", "8378", "3072", "3285", "11767", "3389", "10525", "2024", "5283", "233", "2244", "8302", "11256", "7488", "2379", "12466", "3960", "4966", "3927", "98", "4653", "10243", "100", "9905", "11486", "4446", "9379", "2825", "11511", "4612", "2882", "3132", "12327", "11227", "5924", "7208", "7111", "3271", "5798", "4434", "4953", "12145", "11495", "11536", "8281", "3122", "11175", "5291", "10504", "2725", "6196", "5938", "11459", "8301", "102", "12500", "6999", "9854", "7177", "2565", "4457", "11347", "7511", "8534", "3106", "7994", "5704", "2288", "4091", "11789", "11788", "11240", "5682", "3304", "4738", "2780", "105", "4185", "11917", "11922", "4223", "4387", "2346", "3722", "3723", "11221", "235", "236", "2256", "4542", "2245", "11494", "6109", "8248", "3242", "4224", "4142", "2943", "10385", "3633", "2853", "11217", "3614", "3295", "6412", "2490", "3393", "3623", "7413", "9990", "3270", "10248", "12082", "9476", "5583", "3445", "10591", "4094", "4219", "8193", "11556", "5459", "4148", "12481", "5219", "2813", "3166", "4073", "5281", "4777", "10183", "2714", "7014", "10941", "12332", "12115", "106", "3501", "2946", "2945", "3131", "2915", "2186", "12215", "11116", "3495", "3293", "5336", "2132", "3765", "10917", "6303", "588", "5038", "3280", "5118", "2788", "9317", "2557", "10634", "3782", "3259", "2262", "4150", "7518", "12148", "11446", "2774", "3278", "4274", "3171", "4097", "3125", "111", "6610", "3065", "7051", "7394", "3041", "3016", "9737", "7899", "8335", "115", "11635", "2431", "2187", "5432", "10750", "11698", "3654", "5036", "739", "3158", "6370", "113", "2466", "3107", "5080", "4167", "11246", "2702", "6504", "2415", "2914", "2027", "120", "3231", "117", "6888", "3674", "7293", "7752", "3198", "4388", "238", "4701", "45", "10964", "3165", "2711", "3312", "2305", "15", "2700", "4905", "7668", "5384", "5061", "9579", "8766", "11011", "3663", "114", "10354", "5509", "11776", "201", "3850", "5986", "11804", "10529", "7483", "2812", "8450", "4565", "10688", "265", "2348", "10306", "4628", "126", "4365", "4366", "2785", "11012", "3028", "4151", "4101", "3413", "5395", "2756", "2674", "4703", "9620", "3917", "119", "12153", "241", "4102", "5616", "7697", "2248", "7424", "3693", "3880", "3879", "11848", "10093", "9420", "6358", "5271", "11079", "12291", "2306", "10888", "2681", "9892", "4258", "4163", "2731", "2458", "12450", "4566", "3724", "10768", "3371", "6260", "2510", "8524", "2030", "3085", "5591", "11607", "3253", "6282", "5049", "4189", "2291", "5469", "6398", "5593", "5721", "11152", "3161", "10995", "2680", "7857", "11328", "2167", "7570", "9511", "10101", "3726", "6656", "4451", "2249", "3491", "3635", "11284", "4208", "10892", "372", "5762", "9621", "3163", "11186", "9418", "3306", "2381", "6002", "5328", "11001", "11183", "4825", "10645", "5433", "4277", "4639", "12416", "9623", "2757", "11226", "3490", "6650", "2722", "11537", "3251", "9027", "3033", "3112", "129", "5716", "11355", "3500", "6168", "130", "5717", "4355", "5324", "9777", "7019", "5805", "12220", "7105", "7639", "11444", "4380", "5393", "2807", "9587", "12261", "2688", "3084", "141", "4828", "3909", "2963", "8320", "4666", "3704", "12010", "12011", "9049", "12063", "11026", "9410", "8106", "272", "4714", "9301", "11293", "2432", "2972", "5532", "10693", "2550", "4190", "4270", "4429", "244", "10770", "10769", "9657", "10147", "2848", "4640", "11245", "2973", "3951", "4249", "3773", "3427", "3255", "10521", "11744", "4985", "3494", "5343", "8767", "702", "12476", "5452", "3394", "3175", "2961", "2989", "5723", "2045", "740", "11518", "2795", "2831", "3144", "5544", "5472", "7684", "3915", "6289", "731", "3062", "9629", "3613", "9908", "5400", "2036", "11430", "3642", "2710", "3244", "5460", "6762", "4430", "12398", "4973", "2938", "2006", "2149", "4498", "12300", "2266", "11984", "12289", "7240", "5456", "12496", "7641", "2767", "4183", "3238", "2934", "2977", "3672", "4934", "4389", "3269", "7255", "2810", "2815", "733", "4567", "11106", "5568", "3959", "9457", "3390", "6447", "6426", "5656", "5764", "11592", "3277", "3617", "11391", "7000", "3586", "3616", "3619", "3621", "132", "11411", "4614", "5630", "11254", "9756", "734", "5035", "4955", "3897", "3291", "11260", "4968", "11022", "4615", "9809", "11042", "3160", "6647", "11914", "11736", "4445", "4267", "3543", "3308", "10594", "11571", "4891", "5597", "9937", "3585", "11503", "6951", "3397", "2420", "5453", "5737", "2956", "6721", "3885", "12224", "12480", "11604", "12350", "10684", "10364", "11572", "6172", "2587", "5410", "5399", "7949", "12428", "12369", "11532", "2462", "3452", "2025", "2475", "3034", "11927", "3118", "11758", "12453", "11573", "10935", "2736", "3451", "12134", "3063", "11220", "4222", "4268", "11239", "7013", "9179", "298", "5339", "3007", "3147", "3272", "4604", "3638", "9586", "3124", "3643", "2037", "11443", "2492", "3105", "5230", "4568", "2106", "651", "4569", "6481", "5718", "9685", "2188", "11358", "2366", "8407", "3906", "5079", "4168", "3029", "653", "4166", "11192", "10596", "4880", "11709", "5906", "11176", "3038", "5312", "5223", "4294", "11262", "143", "2662", "4889", "3075", "2384", "4115", "11928", "3481", "4050", "10313", "10726", "3587", "7741", "3858", "6552", "12077", "4632", "12210", "10951", "4390", "6249", "4138", "2878", "2893", "2038", "11422", "3301", "11773", "11771", "4209", "2261", "11000", "2675", "4778", "5830", "9043", "12357", "11737", "10643", "5245", "4710", "3437", "7688", "3637", "11329", "5387", "6070", "9291", "9730", "3246", "11581", "2865", "5119", "6909", "659", "5719", "10528", "2823", "3344", "2470", "4178", "11864", "11781", "7921", "4453", "2663", "2283", "2944", "4162", "2881", "4570", "11127", "2493", "10980", "4757", "2974", "6022", "3109", "11276", "2858", "2673", "664", "2252", "11301", "5715", "3294", "2880", "12418", "2586", "7327", "4120", "11722", "7085", "6995", "7084", "6795", "4396", "11349", "9638", "4132", "9401", "9143", "706", "5424", "6077", "2194", "10838", "4857", "2863", "2295", "2296", "3650", "7760", "5725", "4210", "2866", "12271", "2428", "152", "12146", "255", "3785", "6554", "4561", "9712", "12142", "270", "2953", "3580", "10787", "9786", "5380", "7681", "5443", "3180", "157", "3240", "12192", "10556", "11242", "3852", "6197", "9606", "3234", "7196", "10518", "2996", "2912", "9096", "4961", "4620", "11584", "11969", "8704", "2995", "8668", "5693", "12358", "2253", "3676", "11200", "3620", "4158", "7307", "11452", "7751", "3938" ], "enumTitles": [ "1 Hotels", "2 Travel", "21c Museum", "25hours", "2b Local", "2RC Azores Housing", "3 Palms", "3C Hotels", "4L COLLECTION", "4Rent", "525 Hotels", "5footway", "5StarVillaHolidays", "9Hotel Collection", "A Place Like Home", "A&O Hostels ", "A.S. Hotels", "Aadesa Hotels", "AB Accommo", "Abba Hotels", "Aber", "Abidos Hotels", "ABode hotels", "AC by Marriott", "Access London Ltd", "Accommodation Windsor", "Accor Apartments & Leases (Breakfree)", "Accor Apartments & Leases (Mantra)", "Accor Apartments & Leases (Peppers)", "Accor Apartments & Leases (The Sebel)", "Accor Hotels", "Accra Luxury Apartments Ghana", "ACE Digital Avenue", "Ace Hotel", "Achat Brand", "Actahotels", "Adagio by Accor", "Adagio Premium", "Address Hotels & Resorts", "Adina", "Aerotel", "Aethos Hotels and Resorts Group", "Afribode Accommodation", "Africa Albida Tourism Group", "AfriCamps", "African Sun Hotels", "African Synergy", "AG Hotels", "Agora Hospitalities", "AGP Properties", "Agua Hotels", "aha Hotels and Lodges", "AHG - Atlantis Hotel Group", "Ahmad Hotels", "Ahotels", "Aida", "Aiden", "Aijaz Hotels", "Aimbridge Hospitality", "Air Agents", "Air Property Solutions", "Airbristol", "airManaged IA", "AirPeaceofMind", "AKA Hotels", "Aknan Group", "Al Amoria Furnished Apartments", "Al Ansar Hotels Group", "Al Aseel Plaza Hotels", "Al Diar Hotels", "AL Diyafah Hotels", "Al Eairy Group", "Al hammad Group", "Al Hotels", "Al Janadriyah Hotels", "Al Khoory Hotels", "Al Manar Hotel Group", "Al Masem", "Al Mukhtara Group", "Al Rawda Hotels", "Al Waleed Palace Group", "Alana", "Albani Hotels", "Albatroz and Royal Obidos", "Alexanderson Trust", "Alexandre Hotels and Utopia Spas", "Alfdreams apartments", "Algilà Collection", "ALH Group", "Ali Adnana MODEC Hotels", "Alif Hotels", "Alila", "Alina 365", "All Seasons", "Allegro", "AllinLisbon", "Allo Housing", "AlmaLusa Hotels", "Almaria", "Almeida Hotels", "Almex", "AlMuhaidb group", "aloft", "Alojoeste", "Alotz Inc", "Alquimia", "Althoff Hotels", "Altis Hotels", "Alua Hotels", "Alvarez Arguelles Hotels", "Alvaro Robleda Godoy", "Alvear Hotels", "Ama", "Amari", "Amarina", "Amaris Hotel", "Amazing Evolution", "Amazing Venues", "Amazonia Hotels", "Amerian Hotels", "Americinn", "Ameron Hotels", "AMEX", "Aminta Collection", "Amphoras Hotels", "Amsterdam Hospitality Group", "Anantara", "Anantara (NH)", "Anchor Vacations", "Andaz", "Andrade Hoteis", "Andrew Brownsword Hotels", "Anetak consulting", "ANEW Hotels", "Angsana", "Antoinette Hotel Group", "APA Hotels", "Apartamentos La Mata", "Apartamentos Paixao", "Apartment At British Resort", "APARTMENT HOTEL MIMARU", "Apartment Wharf", "Apartments Alfama", "Apartments Apart", "Apartments Center Lisboa ", "Apartments of London", "Apex Hotels", "Apollo Hotels & Resorts", "Apple Apartments", "Apstartours", "Apstartours IA", "Apt In Lisbon", "Apulia Hotels", "AQI", "Aqua Hotels", "Aqueen", "Aracan", "Aramark Conference Centers", "Arc Hotels", "Arche Hotele", "Archer", "Archipelago International", "Arcotel", "Ardgarry farm", "Arena", "Argentina Group", "Aries", "Arlo Hotels", "Armani Hotels", "Art & Soul", "Artemide", "ASA property", "Ascend Collection", "Ascendant", "Ascott", "Ashanti", "Asiana Hotels", "Aston Archipelago", "Aston Resorts", "Astotel", "ATKV Resorts", "Atlantica Hotels (Brazil)", "Atlas Hospitality", "Atlas Hotels Israel", "ATPM", "Attitude", "Atua Enkop", "Atura", "Atwell Suites", "Auba Hotels Group", "Augustos Hotel", "Aurea Hotels", "Auris", "Aurora Hotel Collection", "Aurum Hotels", "Austin David Apartments", "Austria Trend", "Austrotel", "Autograph Collection Hotels & Resorts", "AVANI Hotels & Resorts", "AVANI Hotels & Resorts (NH)", "Avari Hotel Group", "avid hotels", "Avita Link Agencies", "Avonmore & Leigh", "Axel Hotels", "Ayenda Rooms", "Ayla Hotels", "Ayres Collection", "AZ Hotels & Resorts", "Azalai", "Azur Hospitality Group", "AZZ Pty Ltd", "B&B Hotels", "B&B Hotels Germany", "B&B Ireland", "B.Zar", "Babel Hotels", "Bagetti", "Baglioni Hotels", "Bahi Hotels & Resorts", "Bairro Arte", "Baixa & Blue", "Bali Villas Holiday Vacation Rentals", "Ballantrae Hotels", "Balmaha House", "Bannatyne", "Banyan Tree", "Banyan Tree (Accor)", "Barcelo", "Barnes Mauritius", "Baron", "BaseToGo", "Bay Hotels", "Baymont Inns & Suites", "Bayut Group", "BD Hotels - Independent", "Be Lisbon", "Be Mate", "Beachcomber Hotels", "BedandBreakfast.com", "Beekman Group", "BeGuest", "Bel & The Dragon", "Belmond", "BELSTAY HOTELS", "Belver Hotels & Resorts", "Belvilla by OYO", "Benchmark", "Bencoolen", "Benjamin Handels GmbH", "Bennecke", "Bensaude Hotels", "Berjaya Hotels & Resort", "Bespoke", "BessaHotel", "Best Place Portugal", "Best Value Inns", "Best Western", "Best Western Plus", "Best Western Premier", "Best Western Premier Collection", "BestStayz", "BetterVacations", "Bettoja", "BH Hotels", "Bhavesh Hotels", "BHG Budget Hotel Group", "Black Square Collection", "Blam Hotels", "Bloc Hotels", "Blu Hotels", "Blue & Green Group", "Blue Doors Hotels", "Blue Orchid Hotels", "Blue Sands", "BlueBay Resorts", "BmyT", "Boat Apartments", "Boena CA", "Bomporto Hotels Group", "BON Hotels", "Booking Pal", "Booking Progress", "Booking Tanzania IA", "BookingPal", "Border City", "Boudl Hotels & Resorts", "Bourbon Hotels", "Bradma CR CA", "Braira", "BreezBay", "Brend Hotels", "Britannia Hotels", "Bronze of Art", "Brooks Hotels", "Brown Hotels", "Browns Hotel Group", "Budget Motels", "Bulgari Hotels & Resorts", "Butcombe Brewery", "butler4home", "Butterfly", "Buuka Apartments", "BW Signature Collection by Best Western", "By Mercure", "Byblos Hotels", "Byron hotels", "C-Hotels Italy", "CA Domus Collection", "Cacilhas Guests", "Cafofos", "Cairn Hotel Group", "Caithness Collection", "Calton Living", "CAMBRiA hotel & suites", "Camino Real", "Campanile", "Camplus", "Campus Living Villages", "Candeo Hotels", "Candlewood Hotel", "Canopy by Hilton", "Canterra Cottage", "Capella Hotel Group", "Capital Lords Group", "Capital O", "Caprichoso", "Capricorn Hotels", "Capsule and Sauna Century Group", "Caridon London Living", "Carlton Hotel Collection", "Carlton Hotels", "Carrico Lourenco IA", "Casa Buena Vista Rentals", "Casa-Lisboa", "Casablanca Hotels Saudi", "CasaSur Hotels", "Casinha", "Casinhas de Lisboa", "Castilho House", "Castle Resorts & Hotels", "Casual Hoteles", "Catalonia Hotels & Resorts", "Catone Group", "CB Platinum", "Cedars House", "Celestine Hotels", "Cenario Catita LDA", "Censon Consulting Ltd.", "Centara", "Centara Grand", "Central America Riande Hotels", "Central Apartment Group", "Central Hotels & Resorts", "Central Stay London", "Centralisbon", "Cetina Hotels", "CFGF Operadora", "Champagne Group", "Champneys Spa Resorts", "Charlotte & Madisson Inn Hoteles - COL", "Charm", "Charmillion Hotels & Resorts", "Chartridge Venues", "Chaves & Guedes", "Che Joy Zambia IA", "Checkin", "Chelsea Group", "Chestnut hotel group", "Cheval Apartment", "Choice Cottages", "CHSS Hometripper", "Chuva de Memorias", "Cinquenta Quatro", "Cirrus Inns", "Citadines", "CitizenM Hotels", "City Center Hostel lda", "City Express by Marriott", "City Express Junior Hotels", "City Express Plus Hotels", "City Hotels", "City Lodge", "City Premiere Hotels", "City Room Rentals Edinburgh", "City Season Hotel Group", "City Stay Aparts", "City Stay Group", "City Stays Lisboa", "City Suites", "CityBlue", "Citymax Hotel Group", "Clarion (1)", "Classic British Hotels", "Classic Hotels", "Classic Lodges", "Clayton Hotels", "Cleopatra Luxury Hotels & Resorts", "Clifton Hotels", "Clink Hostels", "Clover", "Club Esse", "Club Leisure", "Club Living", "Club Quarters", "CN Atour", "CN City Inn", "CN Empark", "CN Gloria Plaza Hotels", "CN Green Tree Alliance", "CN Green Tree Inn Hotels", "CN Jian Guo Hotels", "CN Jinling Hotels", "CN Lvyue Floral", "CN Metropark Hotel", "CN Narada Hotels", "CN New Century Hotels", "CN Shell Hotels", "CN Shindom Inn Hotels", "CN SSAW", "CN TANGLA", "CN Urcove", "CN Wanda North", "CN Yitel", "Coach House", "Coast & Country", "Coast Hotels", "Coastlands Hotels & Resorts", "Cobbs Hotels", "Colella HTL", "Collection McGrath", "Colombia Click Hotels", "Colorado Resorts", "Colors in Lisbon", "Come Inn Portugal", "Comfort Inn", "Comfort Suites", "Communikey", "COMO Hotels and Resorts", "Compass Hospitality", "Concorde", "Conrad", "Constance Hotels & Resorts", "Continental Hotels Portugal Group", "Coral Hotels & Resorts ", "Coral Sea", "CoralTree Hospitality", "Core Global Management", "Corinthia Hotels", "Cornwall Cottages", "Corp Hotels", "Corpo Santo Hotels", "Corus Hotels", "Cosmos Hotels", "CoteSun Hotels", "Cotswold Inns & Hotels", "Country Inn & Suites - by Choice Hotels", "Countrywide Hotels", "Court Hotels", "Courtyard", "Courtyard - City Lodge", "Cove", "Cozy apartments", "CPG Hotels", "CR Managers LLC", "Craft Stay", "Creho", "Crerar", "Crescent Hotels", "Crest Hotels Ltd", "Cresta Hotels", "Crisol Hotels", "Cristal Hotéis", "Criterion Hospitality", "Cross Hotels & Resorts", "Crossing Collection Group", "Crown Group of Hotels", "Crowne Plaza", "Croyde Holidays", "Crystal Hotel Management Group IA", "Crystalbrook", "Cumberland Hotels", "Curio Collection", "Daish's Holidays", "Daiwa Roynet Hotels", "Dakota Hotels", "Dalata Hotel Group", "Dalata Partner Hotel", "Damac properties", "Dan Hotels Israel", "Danar", "Danat Hotels & Resorts", "Dar Al Eiman Hotels", "Dare Lisbon", "Darren Hotels", "Days Inn", "De Chatillion Collection", "De Ierolamo Group", "De Vere", "De Volta ao Verao", "Dear Lisbon", "Decameron Hotels", "Delta Hotels", "Derag Livinghotels", "Derby Hotels", "Design Hotels", "Design Suites", "Designed VR", "Desio Charming Hotels", "Dessole Resorts & Hotels", "Destination Hostels", "Destination Hotels", "Destino Lisboa", "Destiny Scotland", "Destiny Student", "Devere Hotels", "DEVTUR", "DHM Hotels & Resorts", "Di Popolo hotels", "Diamond Resorts", "DigitalniTurizemdoo", "DirectBooker", "Discover Rwanda", "Discovery Apartments", "Discovery Parks", "Disney Hong Kong", "Disneyland Resort", "Disneyland Resort Paris", "Diyar Salam", "DoBairro", "Dolce Hotels and Resorts (1)", "Dom Carlos", "Doma Hotels", "Dome", "Domina", "Dominio Sagrado", "Donnini Apartments", "Dorado SAI Hotels", "Dorchester Collection", "Dorint Hotels", "Dormero", "Dormido Rentals", "Dormy Inn", "Dorsett Hospitality International", "DOT Hotels", "Dotvillas", "Doubletree", "Dream Hotels & Resorts", "Dreamhouse Apartments", "Dreams Resorts & Spas", "DropTheKeez", "Drury Inn & Suites", "Drury Plaza Hotel", "DSR Holding Group", "Duffus Estate Holiday Cottages", "Dunes Hotel Apartments", "Dusit Princess", "Dusit Thani", "Dylan Apartments", "Dynamic Constellation", "Dynastic", "Eakubur Properties", "Easydomus", "easyHotel Franchised", "easyHotel Managed", "EasyletProperty", "Ebrahim", "ECHO", "Econo Lodge", "ECOS Hotels", "Edinburgh First", "Edinburgh Group Accommodation", "Edinburgh Pearl Apartments", "EdinburghHolidayAccommodation", "Edition", "Egnazia Ospitalità Italiana", "Egyptian Armed Forces Hotels", "El Gouna Downtown Property", "El Mouradi Hotels", "Elaf Hotels", "Eland", "Elegancia", "element", "Elevenhost", "Elewana Collection", "Elite Hotels UK ", "Elizabeth Group", "eLong", "ElPilar Prop", "Elyatime", "Emaar Al Diyafa Hotels", "Emaar Hospitality Group", "Embassy Suites", "Empire Hotel Group", "Environmental Quality International (EQI)", "Equity Lifestyle", "Erev Tunisia", "ESON2", "Espanatour", "Esposizione Palace Hotel", "Esqina", "Essential by Dorint", "Eurostars Hotels", "Eurotraveller Hotel", "Evaco", "EVC Resorts", "EVEN Hotels", "Everhome Suites", "Eviivo", "eviivo EMEA", "eviivo NORAM", "Evolution Hospitality", "EWA", "Ewaa Hotels Groups", "Excel Apartments", "Exclusive Accomodation Rome", "Exclusive Hotels and Venues", "Exe Hotels", "Executive Hotels & Resorts", "Executive Residency", "Executive Serviced Apartments Ltd", "Experienciah", "Express Lodging Group", "eXsel Authentic Hotel", "Extended Stay America Select Suites", "Extended Stay America Suites", "ExtraOrdinary Hotel Group", "Eyes Apartments", "Fabhotels", "Face Forward", "Faena", "Fairfield Inn", "Fairmont", "Falcon Hotels", "Fantastay", "FAR", "Far East Hotels", "Far East Residences", "Faraana Group", "Fatima hotels", "Fattal", "Favehotel", "FBM Holidays", "Feeling Lisbon", "Feels Like Home", "FH55 Hotels", "Fiesta Americana Hotels & Resorts", "Figueira", "Firmdale", "First Cabin", "FishermanAlgarve", "FIVE Hotels", "Five Stars Serviços Hoteleiros", "Fizia Hotels Group", "FJB", "Flag Hotels", "Flair ", "Flair LTD Pakistan", "Flair Pvt Ltd USD", "Flexiflat", "Flexistay", "Flora Hospitality", "Florida Hotels", "Fluent Serviced Apartments", "Flying Butler", "Focus Hotels", "Foinaven", "ForHost", "Formule 1", "Fortune Group", "Fortune Hotels", "Fortune Hotels Group", "Fountain Court Apartments", "Four Points", "Four Points Flex by Sheraton", "Four Seasons", "Fragrance Hotel", "Francisco Sardinha", "Fraser", "Fratelli Gatti Group", "Freedom Hotels", "Freetobook", "FromHometoRome", "Fujita Kanko", "Fujita Kanko - HOTEL TAVINOS", "Fujita Kanko - WHG", "Fujita Kanko - WHG (Shinjuku)", "Fullers Inns", "Furama", "Furnished Apartments", "Future Inns Hotels", "FV Hotels", "FZP Apartment Rentals", "Fën Hotels", "G1 Group", "Gael Holiday Homes", "Gambiatours", "Garden Isle Hotels", "Garibaldi Hotels", "Garner", "Garrison Hotels Limited Fort William", "Gateway Lifestyle", "Gaylord Entertainment", "GBTT", "Gelli Group", "Gem Hotels", "Generator", "Gestioni Domusculta Srl", "GHL Hotels", "Giant Hospitality", "Giant Serviced Apartments", "GingerBerry IA", "Gitav", "Glampotel", "GLH Hotels", "GLo", "Globe Apartments", "Gloria Apartments Lisbon", "GMMDBA T&L", "Go Bundu", "Go Native", "Gold Inn", "Golden Tulip", "Gondwana Collection", "Gonzalos Home", "Good Morning Hotels", "Good Night Inns", "Good Nite Inns", "Gooderson Hotel Group", "Goodmorning Lisbon", "Gorillas", "Graduate by Hilton", "Graeme Raes Apartments", "Gran Melia", "Grand Excelsior Hotels", "Grand Hotels Israel", "Grand Hyatt", "Grand Mercure", "Grand UK Hotels", "Grandouce", "Grange Hotels Group", "Great Hotels", "Great National Hotels", "Great Southern", "Great Wolf Lodge", "Greatbase Apartments Edinburgh", "Green Door Cottages", "Greene King", "greet", "Gregori Hotels", "Gromada", "Groupe Barriere", "Grupo 262", "Grupo Arenal Suites", "Grupo Duas Nacoes Group", "Grupo Ferreiras", "Grupo Florescente", "Grupo Habita", "Grupo Habitel", "Grupo KAVIA", "Grupo Lisbon Style Sete Colinas", "Gruppo Argileto", "Gruppo Augusta Lucilla", "Gruppo Aventino", "Gruppo BB Suites", "Gruppo Burcardo", "Gruppo Cilenti", "Gruppo Covotta", "Gruppo D'Este Srl", "Gruppo Eliana Longo", "Gruppo Fallace", "Gruppo Fusco", "Gruppo Gioberti", "Gruppo Groppelli", "Gruppo Heberart", "Gruppo Latour", "Gruppo Mannarino", "Gruppo Michol", "Gruppo Morgana", "Gruppo Palazzo Dama", "Gruppo Paris & Repubblica", "Gruppo Passalacqua", "Gruppo Remar", "Gruppo Sciamanna", "Gruppo Springhouse-Gabbani", "Gruppo Stefano Settimi", "Gruppo Stromboli e Marsala", "Gruppo Tassoni", "Gruppo Tridente", "Gruppo UNA Franchising", "Gruppo Valadier", "Gruppo Venetia Palace", "Guest Wiser", "Guldsmeden", "Guvon Hotels", "H Host Liverpool", "H-Hotels", "H.I.S. Hotel Holdings Co Ltd", "H10 Hoteles", "Halekulani Corporation", "Hamak Hotels", "Hampton Inn", "Handpicked Hotels", "Handwritten Collection", "Hankyu Dai Ichi Hotel Group", "Hankyu Hanshin Hotels", "Hanwha", "Harbour Hotels", "Harbour Plaza Hotels & Resorts", "Hard Rock", "Harper", "Harry's Home", "Hastings Hotels", "Hatton Collection", "Hawaiian Hotels", "Hawthorn Suites", "Hayat Najran", "Hazlitt's", "HBD Hotels", "Hello Lisbon Apartments", "Helnan", "Help Yourself Hostels", "HelpHost", "Heritage Hotels & Resorts", "Heritage Hotels Group", "Heritage Hotels Kenya", "Heritage Lisboa", "Herknic Corporation", "Hersha Hospitality", "HF Hoteis Fenix", "Highgate Independent", "Highlife Apartments", "Hilton Garden Inn", "Hilton Grand Vacations", "Hilton Hotels", "Hilton International", "Hodari Kenya IA", "Hokke Club", "Holiday Home Owners", "Holiday Inn", "Holiday Inn Club Vacations", "Holiday Inn Express Hotel", "Home from Home Hospitality", "Home Fullstop LTD", "Home Out", "Home2 Suites by Hilton", "Homely Apartments", "Homerent", "Homestead", "HomeTowne Studios", "Homewood Suites", "Homm", "Honotel Happyculture", "HOrigem & Dalma", "Horizon", "HOSHINOYA", "Hospedium", "Host-Point", "Hostech", "Hostelling International", "Hostelling Scotland", "Hot-el-Apartments", "Hotel 525 Murcia", "Hotel 81", "HOTEL AMANEK", "Hotel Boss", "Hotel Ciputra", "Hotel Du Vin & Bistro", "Hotel Impossible IA", "Hotel Indigo", "Hotel Link Solutions", "Hotel Link Solutions IA", "Hotel Marroad", "Hotel Monterey Group", "Hotel NEO", "Hotel Normandie", "Hotel Oceania", "Hotel Revenue Consultant", "Hotel Santika Premiere", "Hotel Solutions", "Hotel Story", "Hotel Ventures Ltd", "Hotelaria Brasil", "HotelBrain", "Hoteles Bogota Plaza - COL", "Hoteles Click Clack", "Hoteles Dann", "Hoteles Dorado Plaza - COL", "Hoteles Egina - COL", "Hoteles Estelar ", "Hoteles Living", "Hoteles MX", "Hoteles RH", "HotelOga", "HotelOga CM", "HotelOnline", "HotelPartner", "Hotels & Preference", "Hotels & Resorts of Morrocco", "Hotelsenville", "Hotelz Group", "Hoti Hoteis", "Hotiday", "Hotusa", "Houda Hotels", "House of Fisher", "Howard Johnson", "HPG", "HR Hotels", "HTL Hotels", "HUALUXE", "HUB by Premier Inn", "Hugo Freitas", "Huinid Hotels", "Human Company Group", "HWI Partner", "HWS Africa", "Hyatt Centric", "Hyatt Hotels", "HYATT house", "Hyatt Place", "Hyatt Regency", "Hyde Park Hotels", "IBB", "Iberostar", "Ibis", "Ibis Budget", "Ibis Styles", "ICMI", "Iconic Luxury Hotels", "IDH Algerie", "IH Hotels", "Ikonik Hotels", "Ilunion", "Imolissipo Apartments", "Imperial", "Imperial College London", "Imperial London Hotels", "Imperium Lisboa", "INATEL", "Independent Collection", "Independent Collection by EVT", "Independent Hotels", "Ines Abreu", "Ingenia Holidays", "Inn Collection Group", "Inn lov", "Inn-Chiado", "Inn-telligence", "InnRoad", "Innside by Melia", "inQse", "Inteam Hospitality Group", "Intelligent Revenue Management", "Intelrm", "Inter-Continental", "InterCityHotel", "Interesse Constante", "Interesting Hotels", "Interstate Hotels & Resorts", "Interstate Hotels UK", "Intertour Cameroun", "Intour Hotels", "Invest Hospitality", "iQ Hotels", "Irish Country Hotels", "iRooms", "Ishin", "ISLANDHOLIDAYHOMES2601", "Islay Holiday Cottages", "Ismet Sultanali", "Israel Canada Hotels", "Isrotel Hotels", "Italica Hotels", "ItinereVillas", "iu Hotel", "J5 Hotels", "JA Hotels", "JacTravel", "JAL City", "James Joyce Coffetel", "Jannah Hotels & Resorts", "Jaz Hotel Group", "Jaz in the City", "JC Hotels", "JellyFish", "JEN", "JHAT", "Jin Jiang Hotels", "Jinjiang Inn", "JL Asia", "Joana Bragança", "Joel Gestion", "Joie De Vivre ", "JOY & WAY", "JPHD", "JR Kyusyu Hotels", "JSH", "Jumbo Tours", "Jumeirah", "Jupiter Hotel Group", "JW Marriott", "K & K Hotels", "Kampi Hotel", "Kamuela", "Kapama", "Karongwe Portfolio", "Kasumigaseki Capital", "Kechbooking", "Keihan", "Keikyu EX Inn", "Keio Plaza", "Keio Presso Inn", "Kempinski Hotels & Resorts", "Kenzi Hotels", "Ker Hotels", "Kerry Hotels", "Kerzner Resorts EMEA", "Key Host Holiday Homes Rental", "KEYONEHOLIDAYHOMES4206", "Khaosan", "Kimpton Hotels", "Kings Cross Hotels Group", "Kingsgate", "Kintetsu Miyako Hotels", "KJ Cash Point", "Knights Inn (1)", "Know IT Uganda", "Koti Ihana", "Kozy Properti Manajemen Internasional", "Kremslehner", "Kuretake Hotel & Restaurant", "Kuwait Continental Hotels", "Kyoritsu Resort", "Kyriad", "Kyriad Prestige", "L'Abode Accommodations", "L7 Hotels", "La Fiermontina", "La Fontaine Hotels", "La Laguna", "La Quinta Inn & Suites", "La Siredrah", "LA-YMEXT", "Labranda Hotels & Resorts", "Lake District Country Hotels", "Lakeshore", "Lamin Hotels", "Lamington Group", "Lancemore Group", "Landmark Hotels", "Langebaan Holiday Homes", "Langham Hotels", "Langley Properties", "Lavanda", "LDC Hotels", "Le Clarisse Group", "Le Jardin Apartments", "Le Meridien", "Le Reve De Naim", "Le Royal Hotels", "Leeu Collection", "Legacy Hotels and Resorts, Southern Africa", "Legacy Hotels UK", "Leisure Plex hotels Limited", "Leisureplex Hotels Limited", "Lemon and Soul Hotels", "Lemon Tree", "Lemon Tree Hotel", "Lemon Tree Premier", "Lennox Hotels", "Leonardi Hotels", "Leonardo Hotels", "Leonardo Hotels UK & Ireland", "Les Collectionneurs", "Les Collectionneurs CRS", "Les Orangers Group", "Let Me", "LetsRoost", "LHP hotels", "Libere", "Lidotel Hotels", "Lignee Hotels", "Linchris Hotel Corporation", "Lion Roars Hotels & Lodges", "Lisbeyond", "Lisboa Charming", "Lisbon 10", "Lisbon Best Apartments", "Lisbon Best Choice", "Lisbon City Hotels", "Lisbon Coast Holidays", "Lisbon Downtown Lovers", "Lisbon Five Stars", "Lisbon Fragrances", "Lisbon Holidays Alfama", "Lisbon Inside Connect", "Lisbon Inside Out", "Lisbon Lounge Suites", "Lisbon Luxe", "Lisbon Serviced Apartments", "Lisbon Silver Flower", "lisbon Wine", "Lisbon&Grandola", "Little Queen Collection", "Liu Dongfei", "Liv'in Lisbon", "LIVEMAX Business", "Living Rooms", "Livvo Hotels Group", "Locke", "Lodgable", "Loews", "Loginn", "Loi Hotels", "London Victoria Estates Ltd", "Longleat Group Hotels", "LoopINN", "Lord & Duque de Saldanh", "Lotte City Hotels", "Lotte Hotels", "Lotus Hospitality", "Love inn", "Lovelydays", "Lower Lakes", "LR Collection", "LSE Accommodation", "LU Holidays", "Luna Hoteis", "Lux Hotels", "LUX Island Resorts", "Luxury Boutiques Hotels", "Luxury Collection", "Luxury Family Hotels", "Luxury Gulf Rentals LLC", "Luxury Ocean Vacation", "LuxuryDreams", "LV Premier Apartments", "Lx Best Suite", "LXR Hotels & Resorts", "LXW Administração", "LXWay", "Lyf", "LyLo", "Légère Hotel", "L’Orologio", "M Gallery", "Macdonald Hotels", "Macdonald Resorts", "Machefert Hotels Collection", "Mackenzie Hotel Group", "Mafra Hotel", "Magic Hotels Tunisia", "Magical Skies IA", "Magna Hotels", "Magnuson Managed", "MainStay Suites (2)", "Maison D'Art Collection", "Maison Privee Dubai", "Maitrise Hotels", "Majestic Hotels Dubai", "Majesty Serviced Apartments", "MAK Hotels", "Makarem Hospitality Group", "Malaca", "Malachite Tours IA", "Maldron Hotels", "Malhotra Group", "Malmaison", "Mama Shelter", "Mamaison Hotels & Residences", "Mana", "Manageair", "Mandarin Oriental Hotel Group", "Mangalis Hotel Group", "Manoli", "Manorview Hotels", "Mansley Serviced Apartments", "Mantis", "Mantis Collection", "Mantra", "Mar hotels", "Marco Polo Hotel Group", "Margarida", "Marhaba Hotels Tunisia", "Marholidays", "Marine & Lawn Hotels & Resorts", "Maritim Hotels", "Marival Resort & Suites All-Inclusive ", "Marlin Apartments", "Marmoris Hotel Group", "Marriott Conference Centre", "Marriott Executive Apartments", "Marriott Hotels & Resorts", "marriottvacationclub", "Marstons Inn", "Martinhal Family Hotels & Resorts", "Marunouchi Hotel", "Masa Hotels", "Maskan Dammam", "Mastcraft Group", "MAUA", "Maui Condo and Home", "Maui Vacation Condo Rentals, LLC.", "Mawaddah", "Max Brown Hotels", "MaxOne", "Maxx by HWI", "Maybourne", "Maykenbel Properties", "Maysan Group", "McGettigan Hotel Group", "McQuade Group", "ME by Melia", "Meet This", "MegaAgentHawaii LLC", "Meininger", "Meitetsu Inn", "Melia", "Melia White Label", "Memmo Hotels", "Mercer Collection", "Mercure", "Meriton", "Metro Hospitality Group", "Metro Inns", "Metropark Group", "Metropolitan Hotels", "Metropolo Hotels", "Mets", "MGM", "Microtel Inn", "MiFi", "Miguel Flaterred", "Millennium Hotels", "Milton Hotels", "Minor Hotels", "Misty Blue Hotels", "MIT House", "Mitchell Corp", "Mitsui Garden Hotels", "Mitsui Garden Hotels Premier", "Modo Distinto", "Mogador Hotels Group", "Mohsen Egypt", "Moivaro lodges & Tented Camps", "Mondo Hospitality", "Montage Hotels & Resorts", "Montcalm", "Monte Carlo", "Montebelo", "Monzie Estate", "Moon & Sun", "Moonfrog Lets", "Moov Hotels", "MORE Collection", "Mosaic Collection", "Motel 168", "Motel 6", "Motel One", "Motif Leisure ", "Motto by Hilton", "Movenpick Hotels & Resorts", "Movich Hotels", "Movijovem", "MOXY", "MR Group", "Murwab Group", "My Apartments", "My Charm Lisbon", "My Extra Home", "My Hotels ", "My Place Hotels", "My Story Hotels Group", "MYB", "Mystays Hotel Management", "N1 Hotels", "Naciotel-Sociedade de Investimentos Hoteleiros SA", "Najed Hotels", "Naman Hotellerie", "Namibian Wildlife Resorts", "Nassima Group", "National Hotel Group", "Native Places", "Naumi", "Nayara Hotels CA", "NB Consult", "NDA", "Neighbourgood", "Nelson & Johnny", "Neptune Hotels", "Nesha", "Nesuto", "New Horizons Hotels & Resorts", "New Otani Hotels, The", "New World Hotels", "Newmark Hotels, Reserves & Lodges", "Neya Hotels", "NH Collection", "NH Collection (Minor)", "NH Hotels", "NH Hotels (Minor)", "Nhow", "Night Hotels", "Nightcap Hotels", "Nightcap Plus Hotels", "Nightsbridge", "Nihal hospitality", "Nikko", "Nina Hospitality", "nine hours", "Ninety-Six Hotel Collection", "Nippon Travel Agency", "Nishitetsu Hotel Group", "Nite & Day", "niu Hotels", "NLC", "Noble House", "Nobu Hotels", "NoMad by Hilton", "Nomad's Apartments", "Nomads", "NorthWalesHolidayCottages", "Norway Motel Group", "Nouvelles Frontiere Senegal IA", "Nouvelles Frontières Senegal", "Novotel", "Novotel Suites", "Novum Hotels", "Nox Hotels", "Nox Rentals", "NPT Hotels", "Numa Stays", "Nuno Madeira", "O & L Leisure", "O Home Away Group", "O'Callaghan", "O-live BB", "O2 Hoteles", "Oakman Inns & Restaurants", "Oaks Hotels Resort & Suites", "Oakwood", "Oasis Atlantico Hotels&Resorts", "Oberoi Hotels & Resorts", "Occidental", "Ocean group of hotels", "Ocean Properties Hotels Resorts & Affiliate", "Oceana Collection", "Oceanfront Realty", "Oedo Onsen Monogatari Hotels & Resort", "Oetker Collection", "Oh Madrid", "Okko Hotels", "Okura Hotels & Resorts", "Olissippo Hotels", "Olivier Apartments", "Omni", "Omnia Collection", "OMO", "On Vacation Hotels", "On/Set Apartments", "Ona", "Ona Hotels", "One Shot Hotels", "One&Only Resorts", "onefinestay", "OneFive Hotels", "Only YOU", "Onomo", "Oporto Guest", "OrangeRoofs", "Orascom", "Orbitur", "Orchid Hotels", "Orchid Suites", "Orient Express", "Oriental Hotels & Resorts", "Original Collection", "Orion Holidays", "Orion Hotel Group", "ORIX Hotel Management", "Orroland", "Ostello Bello", "Othon Palace", "Ottocento Group", "OUH - Once Upon a House", "Our Habitas", "Our Zanzibar", "OUTRIGGER Resorts & Hotels", "Outsite Group", "Ovolo Group", "OWN apartments", "Own Hotels", "Oxford Suites", "Oxo Hotels", "OYO AMER", "OYO Homes", "OYO Homes (UK)", "OYO Rooms", "OYO Rooms (UK)", "P&J Property Ltd", "Pacifica Hotels", "Palenca Luxury Hotel Group", "Palihotel", "Palihouse", "Palisociety", "Palmela Villas", "Palmeraie Resort", "Palmers Lodge Group", "Paloma Hotels", "Pan Pacific Hotels & Resorts", "Panorama Hotel Group", "Pantheon Collection", "Pantheon Hotels", "Paradise & Wilderness", "Paradise Inn", "Paradisus", "Park Avenue", "Park Hotel Group", "Park Hyatt", "Park Inn", "Park Plaza", "Park Royal Hotels & Resorts", "Park Royal Resorts", "Partner", "Partner Brands", "Pass The Keys", "Patricia Antunes Properties", "Pearl Hotel Management Group", "Pearlsun Hotels & Resort", "Peel Hotels", "Peermont", "Pellicano MC", "Penn National Gaming", "Pentahotels", "pentahotels APAC", "Perle di Puglia ", "Perlflag Hotel Group", "Pesapal IA", "Pestana Group", "Petit Palace", "Peymans", "Pezula Realty and Letting", "PHC Hotels", "Pickalbatros", "Pickalbatros Egypt", "Pickalbatros Morocco", "PickThePlace", "Pillow & Coffee", "Piti Apartments", "Planeta Completo", "Planetaria hotels", "PlanHotel Hospitality Group", "Platinum Group", "Pleno Hotels", "Plum Holidays", "Point A", "Polaris Holdings", "Porticasa", "Porto Bay Hotels & Resorts", "Porto Hotels", "Portrait Hotels", "Portugal Portfolio", "Portugal Ways", "Posadas de España", "Pousadas de Portugal", "PP hurghada", "Prata Norte", "Precise Hotels", "Precise Resort", "Preferred", "Preferred Hotels & Resorts", "PREM Group Ireland", "PREM Group UK", "Premier Hotels and Resorts", "Premier Inn", "Premiere Classe", "President Egypt Hotels", "Press Up Hotels", "PrideInn Hotels Kenya", "Prima Hotels Israel", "Prime Apartments", "Prime Hotel", "Primeflats", "Primelodge UK Hotels Ltd", "Prince Apartaments", "Prince Hotels", "Prince House Hotels", "Princess", "Proactive", "Promenade Apart-Hotéis", "Propati", "Protea", "Providence Hospitality", "Pub Rooms", "PubLove", "Pullman Hotels and Resorts", "Punthill", "Pure Riad", "PURO", "Pursuit - Viad", "Pyramid Hotels", "Pyramisa", "Q Apartments", "Qawafel A Tofik", "QC Terme", "QT", "Quality", "Quality Streets", "Quantum Hotel Group", "Quarters Living", "QuayHolidays", "Quest Archipelago", "Quest Serviced Apartments", "Quinta da Marinha", "R&B", "Rabat Riads", "Radisson", "Radisson - by Choice Hotels", "Radisson Blu", "Radisson Blu Edwardian", "Radisson Collection", "Radisson Individuals", "Radisson Individuals - by Choice Hotels", "Radisson RED", "Raeli Hotels", "Raffles Intl Hotels and Resorts", "Rainbow Tourism Group", "Rainmaker", "Ramada", "Ramee Guestline", "Ramee Hotels", "Raoum", "RBH", "RC - EOS Hospitality, LLC", "Real Hotels Portugal", "Reciclhome", "Recommended", "Red Carnation", "Red Carpet Inn", "Red Lion", "Red Planet", "Red Roof Inn", "Red Roof Plus+", "RedDoorz", "Rede Americas", "REDE ROYALTY", "Redwings Lodge", "Reef Oasis", "Regal Hotels International", "Regal Pacific Hotels", "Regent", "Registry Collection Hotels", "Rehana Hotels", "Relais & Chateaux", "Relax Innz", "Remington (2)", "Renaissance", "Rendezvous", "Rent4Rest", "Rental in Rome", "Rental4all", "Rentals United", "RENTERS", "RentExperience", "Resa", "ResDest", "Residence Inn", "Residenciais Joao XXI & Mar Açores", "Residentas", "RESOL Hotel & Resorts", "ResortQuest", "Resorts World Sentosa", "ResRequest", "Revenue Resolutions", "Revenueclick - COL", "Rexidence Rentals", "Rhombus International Hotels Group", "Riad Vert", "Richmond", "Ridan Group", "RIHGA Royal Hotels", "Ringhotels", "Rinovo Spain", "Ritz Angola", "Ritz-Carlton", "RIU Plaza", "RIU Resorts", "Rixos Hotels", "Ro Rentals", "Road Lodge", "Robert Collection", "Roberto Naldi Collection", "Robinson Club", "Robinsons Brewery Hotels", "Roc Hotels", "Rocco Forte", "Rochester Hotels", "Rocket Fuel", "Roda Hotels", "Rodeway Inn", "RomaInveste Lisbon", "Romantik Hotel", "Rome As You Feel", "Rome Loft", "RomeSweetHome", "Room Mate Hotels", "Room Space Ltd.", "Room Yield", "Room Yield Managed", "Room Yield Owned", "Room007 Hostels", "Room007 SELECT", "RoomBubble", "RoomRacoon", "Roomzzz", "Rosales Reston", "Rose Hotels", "Rosewood Hotels", "Rossio Garden & Boutique Hotels", "Rotana", "Rotas e Lugares", "Route Inn", "Rove Hotels", "Royal Hotels", "Royal Orchid", "Royal Park Hotel Tokyo Nihonbashi", "Royal Park Hotels & Resorts", "Royal Plaza", "Royal Sonesta", "Royal Tulip", "Ruby Hotels", "Rusticae ", "RVA", "Rydges", "Saba Group", "Sabrosa VacationRental", "SACO", "SACO Serviced Apartments", "Sadeem Hotels", "Safestay", "Saffron Hotel Group", "Sage Hospitality", "Sahara Tours IA", "Sally Atieno IA", "Salty & Soul Group", "Same as one of Londy's", "San Manuel", "SAN Parks", "San Remo Hotels", "SANA Hotels", "SancoInn", "Sandhu Hotel HK Ltd", "Sandman Hotels", "SanMarcoHotels", "Sant Ana", "Sant Jordi Hostels", "Santa Grand", "Santika Hotel", "Santorini/Regency Hotels", "Santos", "Sarova Hotels Kenya", "Sarova Hotels UK", "Sarovar Hotels Louvre", "Savoy Hotels", "SBE Accor", "Scandic", "Scandinavia in Cascais", "SCS Apartments", "Sea Group", "Sea Resorts Hotels", "Sea YA", "Seabel Hotels Tunisia", "Seaside Hotels", "Second Nest", "Select Hotels", "Select Hotels Group", "SeleQtions", "Selina Hotels", "Semiramis Nouakchott", "Semper", "Senator Hotels", "Sentrim", "Sequence", "Sercotel gestionado", "Sercotel Hotels", "Sercotel QS", "Serena Hotels East Africa", "Serrano Apartments", "Servigroup", "Serways Hotels", "SGE Hotels", "Shaf", "Shama", "Shamwari Group", "Shangri-La Hotels and Resorts", "ShazHotels", "Shedir Collection", "Shepherd Neame", "Shepinetree", "Sheraton Hotel", "ShettyHotels", "SHG Salute Hospitality Group", "Shiadu Group", "Shilla Stay", "ShortletLondon", "ShortStayFlat", "Signature Hotels", "Signiel", "Silver Lining Apartments", "Simbavati Lodge Collection", "Simps Inn", "Sinbad", "Sino Group of Hotels", "Sintra Bliss", "Sir Hotels", "Six Senses", "SIXTY Hotels", "Sleep Inn", "Sleep Towns", "Slimtrader", "Small Luxury Hotels", "Smart Home Rentals", "Smart Hostels", "Smart Rooms", "SmartRental Hotels", "SmartRental Smartr", "Smy Hotels", "Smy Hotels Italy", "SO/", "Sofia Lobato", "Sofia Pinote Group", "Sofitel", "Sofitel Legend", "Soft4booking", "Soho Point", "Sol", "Solare Hotels and Resorts", "Solares de Portugal", "Solayme", "Somerset", "Somewhere Hotel Group", "Sonas Hospitality", "Sonesta ES", "Sonesta Hotel", "Sonesta Select", "Sonesta Simply Suites", "Sono", "Soo Lim", "SORAT Hotels Deutschland Group", "Soroya Shortlet Property", "Sorrento4Home", "Sotetsu", "South Coast Inns", "South Lakes Hotels", "Southern Cross Motel Group", "Southern Sun", "SouthofAfrica", "Soy Local Colombia", "Spark by Hilton", "Special", "Speke Group of Hotels", "Spicers Retreats", "Spirit of Time", "SpringHill Suites", "SQUEEZE Co., Ltd.", "SS Property Hub", "St Austell", "St Cristopher's Inn", "St Giles", "St James's Hotel", "St Pancras Hotel Group", "St Regis", "Stamford Hotels & Resorts", "Starboard Hotels", "Starhotels", "Starway Hotels", "Starwood Capital", "Stay Alfred", "Stay at Mine", "Stay Gia", "Stay Hotel", "Stay In Cape Town", "Staybridge Suites", "Staycity Serviced Apartments", "StayInRomeApartments", "Staypineapple Hotels", "StayUpon Hospitality Group", "Steading Holidays", "Steigenberger", "Steigenberger Icons", "Stella Di Mare", "Sterling Resorts", "STI Morocco", "Still Life Global", "Stirling Self Catering", "Stirling Venues", "Storii", "Story Hotels", "Strathmore Hotels", "Studio 6", "Studio Plus", "Studios 2 Let", "Sub & Root Hotels", "Suburban Extended Stay", "Succeed", "Suha Hotel Apartments", "Suite Paradise", "Suiteres", "Suity Hotellerie Group", "Sula IA", "Summit Hotels & Resorts", "Sun & Sky Hospitality Group", "Sun Hotels", "Sun International", "Sun Resorts", "Sunbird Malawi ", "Suncity", "Sunny Days", "Sunrise", "Sunset Properties", "Sunshine Hotels & Resorts", "Sunway Hotels and Resorts MY", "Super 8", "Super Hotel", "SuperHost Vacation Homes Rental", "Superior rentals", "SureStay", "SureStay Collection", "Surya Hotels Ltd", "Susana's Apartments", "Sweet Lisbon", "Sweethome", "SweetStudios Lisbon", "Swire Hotels", "Swiss Inn", "Swiss-Belboutique", "Swiss-Belcourt", "Swiss-Belexpress", "Swiss-Belhotel", "Swiss-Belinn", "Swiss-BelResidences", "Swiss-BelResort", "Swissotel", "Swissotel Living", "Sydney Lodges", "Sykes Cottages", "Tabist", "Tahoor Properties", "Taj", "Take Me Rome", "Taleen", "Taleni Africa", "Tamares Hotels", "Tandem apartments & suites", "Tang's Living Group", "Tango Way", "Tapestry Collection by Hilton", "Tarrana", "Tauzia", "TD Hotels", "Team4you", "Telier Collection", "Tempo by Hilton", "Tequendama Hotels", "TFE Collection", "TH Resorts", "Thalassa Hotels Tunisia", "The Aire Apartments", "The Anvaya", "The Apartment Service", "The Apartments Lisbon", "The Beautique Hotels", "The Capital Apartment Group", "The Central House", "The City Pub Company", "The Coaching Inn Group", "The Doyle Collection", "The Dream Lodge Group", "The Edinburgh Address", "The Edinburgh Collection", "The Editory Hotels", "The Fern Hotels & Resorts", "The First Collection Hotels", "The Gate Hotel", "The Hotel Folk", "The HOXTON Hotels", "The Hygge", "The Independente", "The Kayana", "The Kingsley Connection", "The LaLit", "The Leading Hotels of the World", "The London Agent", "The Maruca Group", "The Melia Collection", "The Mora", "The Net Revenue", "The Park", "The PE Hotel Group", "The Peninsula Group", "The QHotels Collection", "The Redbury", "The Resident", "The Richardson Group", "THE ROMEHELLO", "The Royal Park Canvas - Ginza 8", "The Samaya", "The Singer Group", "The Smith Pub Group", "The So Apartments", "The Social Hub", "The Spires Serviced Suites", "The Unbound Collection", "The Zanzibar Collection", "thesqua.re", "Think Hotel Group MG (9)", "Thistle Do Nicely", "Thistle Holiday Lets", "Thistle Hotels", "Thomas Cook", "Thompson Hotels", "Thornybush Collection", "Three Corners", "Thwaites Hotels, Inns and Lodges", "Thwaites Inns of Character", "Tiago Fortuna", "Tifco Hotel Group ", "TIME Hotels", "TimHotels", "Tintswalo Lodges", "Tivoli Hotels", "TLH Leisure resort", "Tobal", "Tobu Hotel Management", "Tokyo Disney Resort", "Tokyu Hotels & Resorts", "Tokyu Stay", "Tolip", "TomasHotels", "Top Destinations", "Top Hotels", "Top Rentals", "Topotel", "Torel Boutiques Hotels", "Totalstay", "Touch Down Group", "Town & Country Collective", "Town Lodge", "TownePlace Suites", "Toyoko Inn", "TPF Hospitality", "Trade Solutions", "Trademark", "Traders Hotels", "Tranquility Space", "Transamerica Hotels", "Travdo", "Travel to Ivory Coast IA", "Travelbook Group", "travelconsultinggroup", "Traveler CR", "Travelodge", "Travelodge Australia", "Travelodge Independent", "Travelodge Ireland", "Travelodge UK", "Travelroma Hotels", "Tree Charme Collection", "Treebo Hotels", "Trevi Group Hotels", "TrevPAR World", "TRIBE hotels", "Tribute Portfolio", "Tridente Collection", "Trimetys Hotels", "TripGeo", "Tritone Luxury Suites Collection", "Triumph Hospitality", "Triumph Hotels", "Trius Hotels", "Tropitel", "TRT Consultores CETAM", "Tru by Hilton", "Trump Hotels", "TRYP by Wyndham", "Tryp Hotels by Melia", "Tsogo Sun Gaming", "TTS Group", "TUI Blue", "TUI Magic Life", "Tulip Hotels", "Tulip Inn", "Tulip Residences", "Tune Hotels", "Turim Hotels", "Uappala", "Umdloti Coastal Accommodation", "Una Esperienze", "UNA Hotels", "UnderTheDoormat", "Unique Escapes", "Unique Hotels", "Unite Students", "Unlock Boutique Hotels", "Upham Pub Group", "URBAN LOFT", "Urban Stay", "Urbanaas", "UrbanFlatNorthAmerica", "UrbanSolutions", "UTS Tunisia", "V Hotel", "V3 ANZ Hotels ", "Vacasa", "Vacasa South Africa", "Vagabond Inn", "Vaidas Hotels MC", "Valverde Hotels Group", "Van der Valk Hotels", "Veeve", "Venetian Las Vegas", "Veranda Resorts", "Verdi Hotels", "Vessel Hotels", "VIA INN HOTEL CHAIN", "Viaggio Hotels", "Vibe", "Viceroy Hotel Group", "Victor's", "Vida Hotels & Resorts", "Vienna House", "View Hotel", "Vignette Collection", "Vila Gale Hotels", "Vila Guesthouses", "Villa Finder", "Villa Fontaine", "Villa Golf Apartments", "Village & Life", "Village Accommodation Group", "Village Center", "Village Hotels", "Villager Lodge", "Vincci HQ Spain", "Vincci Tunisia", "VinceHotels", "Vintage Africa", "VIP Hotels", "Vista Hotel Management", "Vivanta", "Voco", "VOI Hotels", "VOI Mondo", "Voyagekom", "Voyagekom IA", "Voyages Bourdon", "Voyajoy", "VR Club Hotels & Resorts", "VRetreats", "VRPM Evergreen Property Limited", "VR_PM Sonder", "VR_PM TravelStaytion", "VR_PM YourRentals", "W Hotels", "W14 Group", "Wadworth & Co", "Waldorf Astoria", "Wallis Holidays", "Warmrental", "Warwick Affiliate", "Warwick Managed", "Warwick Owned", "Weavers Tourism & Marketing", "Week2Week Serviced Apartments", "Welby Studios", "Welcome Hotel group", "Welcome Hotels Germany", "Western Hotels", "Westgate Resorts ", "Westin", "Westlight Portugal", "Westmark", "Wetherspoon", "Whome", "Windsor", "Windward", "Wine & Books", "Wingate Inn", "Woo Travelling", "WoodSpring Suites", "World Hotels BW", "WorldHotels", "Wotels", "WTG Spain", "WVR - Cottages.com", "Wyndham Extra Holidays", "Wyndham Hotels", "Xclusive Group", "Xperience", "Yanolja", "Yeh's Group", "Yello", "Yes Hotel Group", "Yevheniy Properties", "YHA", "Yielders", "Yireh Revenue - COL", "Yotel", "Young's Hotels", "Your Home in Bairro Alto", "Your Opo Apartments", "Your Stay Bristol", "YourHost Management LTD", "Youroom Rome", "Yzerfontein Accommodation", "Z Hotels", "Zabeel House", "Zahra Hospitality", "Zalagh Hotels Group", "Zenit Hoteles", "ZenRooms", "Zero Box", "Zest", "ZIA", "ZiOne Hoteles", "Zleep Hotels Europe", "Zuzarte Grangeio Lda", "ZUZU HS" ] } }, "amenities": { "title": "💎 Amenities", "type": "array", "description": "", "items": { "type": "string", "enum": [ "air_conditioning", "balcony_or_terrace", "casino", "crib", "electric_car", "free_airport_transportation", "gym", "hot_tub", "kitchen_kitchenette", "ocean_view", "parking", "pets", "pool", "restaurant_in_hotel", "spa_on_site", "washer_dryer", "water_park", "wifi", "golf_course" ], "enumTitles": [ "Air conditioned", "Outdoor space", "Casino", "Cribs", "Electric car charging station", "Free airport shuttle", "Gym", "Hot tub", "Kitchen", "Ocean view", "Parking", "Pet friendly", "Pool", "Restaurant", "Spa", "Washer and dryer", "Water park", "Free WiFi", "Golf course" ] } }, "room_view": { "title": "💎 Room View", "enum": [ "Park view", "Lake view", "Hill View", "Ocean view", "Canal view", "Pool view", "Valley view", "Harbor view", "Bay view", "Marina view", "Lagoon view", "Beach view", "Mountain view", "Water view", "River view", "Resort view", "Desert view", "Courtyard view", "City view", "Golf course view", "Garden view", "Vineyard View" ], "type": "string", "description": "" }, "meals": { "title": "💎 Meals Plan", "type": "array", "description": "", "items": { "type": "string", "enum": [ "free_breakfast", "half_board", "full_board", "all_inclusive" ], "enumTitles": [ "Breakfast included", "Lunch included", "Dinner included", "All inclusive" ] } }, "traveler": { "title": "💎 Traveler Experience", "type": "array", "description": "", "items": { "type": "string", "enum": [ "family_friendly", "adults_only", "business_friendly", "luxury_property", "romantic", "wedding", "budget_property", "lgbtq_welcoming", "eco_certified", "beach" ], "enumTitles": [ "Family friendly", "Adults only", "Business friendly", "Luxury", "Romantic", "Wedding", "Budget", "LGBTQ welcoming", "Eco-certifications", "Beach" ] } }, "access": { "title": "💎 Accessibility", "type": "array", "description": "", "items": { "type": "string", "enum": [ "accessible_parking", "elevator", "accessible_bathroom", "roll_in_shower", "in_room_accessible", "service_animal", "stair_free_path", "sign_language_interpreter" ], "enumTitles": [ "Wheelchair-accessible parking", "Elevator", "Accessible bathroom", "Roll-in shower", "In-room accessibility", "Service animals allowed", "Stair-free path to entrance", "Sign language-capable staff" ] } }, "check_in": { "title": "Check-in", "type": "string", "description": "YYYY-MM-DD" }, "check_out": { "title": "Check-out", "type": "string", "description": "YYYY-MM-DD" }, "flex_days": { "title": "Flexible Days", "type": "integer", "description": "💡 Flexible search (± days)" }, "flex_unit": { "title": "Flexible Dates", "enum": [ "1D", "2D", "4D", "6D", "1W", "2W", "1M" ], "type": "string", "description": "💡 How long do you want to stay?" }, "flex_weekend": { "title": "Must include weekend", "type": "boolean", "description": "" }, "flex_months": { "title": "Flexible Months", "type": "array", "description": "💡 When do you want to travel? <i>(this year months)</i>", "items": { "type": "string", "enum": [ "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" ], "enumTitles": [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ] } }, "adults:0": { "title": "🪟 Room #1: Adults", "type": "integer", "description": "💡 Number of adults" }, "children:0": { "title": "Children Ages", "type": "string", "description": "" }, "adults:1": { "title": "🪟 Room #2: Adults", "type": "integer", "description": "💡 Number of adults" }, "children:1": { "title": "Children Ages", "type": "string", "description": "" }, "adults:2": { "title": "🪟 Room #3: Adults", "type": "integer", "description": "💡 Number of adults" }, "children:2": { "title": "Children Ages", "type": "string", "description": "" }, "adults:3": { "title": "🪟 Room #4: Adults", "type": "integer", "description": "💡 Number of adults" }, "children:3": { "title": "Children Ages", "type": "string", "description": "" }, "adults:4": { "title": "🪟 Room #5: Adults", "type": "integer", "description": "💡 Number of adults" }, "children:4": { "title": "Children Ages", "type": "string", "description": "" }, "adults:5": { "title": "🪟 Room #6: Adults", "type": "integer", "description": "💡 Number of adults" }, "children:5": { "title": "Children Ages", "type": "string", "description": "" }, "adults:6": { "title": "🪟 Room #7: Adults", "type": "integer", "description": "💡 Number of adults" }, "children:6": { "title": "Children Ages", "type": "string", "description": "" }, "adults:7": { "title": "🪟 Room #8: Adults", "type": "integer", "description": "💡 Number of adults" }, "children:7": { "title": "Children Ages", "type": "string", "description": "" }, "price_mode": { "title": "Price Range", "enum": [ "nightly", "total" ], "type": "string", "description": "" }, "min_price": { "title": "", "type": "integer", "description": "" }, "max_price": { "title": "", "type": "integer", "description": "" }, "payment": { "title": "Payment Type", "type": "array", "description": "", "items": { "type": "string", "enum": [ "free_cancellation", "pay_later", "pay_later_with_deposit", "pay_without_creditcard", "pay_with_affirm" ], "enumTitles": [ "Fully refundable", "Reserve now, pay later", "Pay later with deposit", "Reserve without a credit card", "Pay over time with Affirm" ] } }, "rewards.vip": { "title": "VIP Access properties", "type": "boolean", "description": "💡 Top-rated stays with member perks" }, "rewards.member_only": { "title": "Member Prices", "type": "boolean", "description": "💡 Get instant savings when you become a member" }, "rewards.discounted_property": { "title": "Discounted properties", "type": "boolean", "description": "" }, "star": { "title": "Stars", "type": "array", "description": "", "items": { "type": "string", "enum": [ "10", "20", "30", "40", "50" ], "enumTitles": [ "1 ⭐", "2 ⭐⭐", "3 ⭐⭐⭐", "4 ⭐⭐⭐⭐", "5 ⭐⭐⭐⭐⭐" ] } }, "rating": { "title": "Rating", "enum": [ "", "45", "40", "35" ], "type": "string", "description": "" }, "dev_proxy_config": { "title": "🌐 PROXY NETWORKING", "type": "object", "description": "💡 <b>Supported protocol:</b><br><br><b>HTTP(S), SOCKS5</b><br><code>{http|socks5}://{user:pass}@{hostname|ip-address}:port</code><br><br><b>Example</b>: <code>socks5://example.com:9000</code>" }, "dev_custom_headers": { "title": "📜 HTTP HEADERS", "type": "array", "description": "💡 Additional HTTP Headers", "items": { "type": "object", "required": [ "key", "value" ], "properties": { "key": { "type": "string", "title": "Key" }, "value": { "type": "string", "title": "Value" } } } }, "dev_custom_cookies": { "title": "🍰 HTTP COOKIES", "type": "array", "description": "💡 Additional HTTP Cookies", "items": { "type": "object", "required": [ "key", "value" ], "properties": { "key": { "type": "string", "title": "Key" }, "value": { "type": "string", "title": "Value" } } } }, "dev_transform_fields": { "title": "♻️ CUSTOM FIELD", "type": "array", "description": "💡 <b>Transform the resulting output. Select only needed fields.</b><br><br>For nested object use <b>DOT</b>. For example: <pre>address.streetAddress</pre><br>For nested array use <b>NUMBER</b> <i>(index of array element starting from index=0)</i>. For example: <pre>images.0.url</pre>", "items": { "type": "object", "required": [ "key", "value" ], "properties": { "key": { "type": "string", "title": "Key" }, "value": { "type": "string", "title": "Value" } } } }, "dev_dataset_name": { "title": "📁 CUSTOM STORAGE", "type": "string", "description": "💡 <b>Save results into custom named Dataset, use mask to customize dataset name</b><br><br><code>{ACTOR} = actor name<br>{DATE} = date (YYYYMMDD)<br>{TIME} = time (HHMMSS)</code><br><br>This masks can be used to autogenerate Dataset Name.<br><br>example: <i><code>data-{DATE}</code></i><br>Depending on today date the dataset name will be: <code>data-20230603</code><i><br><br>default: <code>data-{ACTOR}-{DATE}-{TIME}</code></i>" }, "dev_dataset_clear": { "title": "Clear Storage", "type": "boolean", "description": "Clear Dataset before insert/update." }, "dev_no_strip": { "title": "Disable data cleansing", "type": "boolean", "description": "💡 Keep/Save empty values <i><code>(NULL, FALSE, empty ARRAY, empty OBJECT, empty STRING)</code></i>" }, "dev_fileupload": { "title": "📁 FILE UPLOADER", "type": "string", "description": "💡 Upload your file and copy & paste the URL somewhere." } } }, "runsResponseSchema": { "type": "object", "properties": { "data": { "type": "object", "properties": { "id": { "type": "string" }, "actId": { "type": "string" }, "userId": { "type": "string" }, "startedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "finishedAt": { "type": "string", "format": "date-time", "example": "2025-01-08T00:00:00.000Z" }, "status": { "type": "string", "example": "READY" }, "meta": { "type": "object", "properties": { "origin": { "type": "string", "example": "API" }, "userAgent": { "type": "string" } } }, "stats": { "type": "object", "properties": { "inputBodyLen": { "type": "integer", "example": 2000 }, "rebootCount": { "type": "integer", "example": 0 }, "restartCount": { "type": "integer", "example": 0 }, "resurrectCount": { "type": "integer", "example": 0 }, "computeUnits": { "type": "integer", "example": 0 } } }, "options": { "type": "object", "properties": { "build": { "type": "string", "example": "latest" }, "timeoutSecs": { "type": "integer", "example": 300 }, "memoryMbytes": { "type": "integer", "example": 1024 }, "diskMbytes": { "type": "integer", "example": 2048 } } }, "buildId": { "type": "string" }, "defaultKeyValueStoreId": { "type": "string" }, "defaultDatasetId": { "type": "string" }, "defaultRequestQueueId": { "type": "string" }, "buildNumber": { "type": "string", "example": "1.0.0" }, "containerUrl": { "type": "string" }, "usage": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "integer", "example": 1 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } }, "usageTotalUsd": { "type": "number", "example": 0.00005 }, "usageUsd": { "type": "object", "properties": { "ACTOR_COMPUTE_UNITS": { "type": "integer", "example": 0 }, "DATASET_READS": { "type": "integer", "example": 0 }, "DATASET_WRITES": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_READS": { "type": "integer", "example": 0 }, "KEY_VALUE_STORE_WRITES": { "type": "number", "example": 0.00005 }, "KEY_VALUE_STORE_LISTS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_READS": { "type": "integer", "example": 0 }, "REQUEST_QUEUE_WRITES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_INTERNAL_GBYTES": { "type": "integer", "example": 0 }, "DATA_TRANSFER_EXTERNAL_GBYTES": { "type": "integer", "example": 0 }, "PROXY_RESIDENTIAL_TRANSFER_GBYTES": { "type": "integer", "example": 0 }, "PROXY_SERPS": { "type": "integer", "example": 0 } } } } } } } } }}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 Expedia Hotels 4.0 from the options below:
If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.
You can also check out our other API clients: