<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
514f3bb4-5022-46a1-8ed2-e042d4469af6|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="514f3bb4-5022-46a1-8ed2-e042d4469af6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="59326" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-18T00:00:00" End="2026-06-23T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="diwakarrao@tdi.net.in" Password="Tdibom06@26" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
514f3bb4-5022-46a1-8ed2-e042d4469af6|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
514f3bb4-5022-46a1-8ed2-e042d4469af6|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
514f3bb4-5022-46a1-8ed2-e042d4469af6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:3108b5f3-ca00-4db6-b5ec-f44c44c3e643
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
514f3bb4-5022-46a1-8ed2-e042d4469af6|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
514f3bb4-5022-46a1-8ed2-e042d4469af6|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
514f3bb4-5022-46a1-8ed2-e042d4469af6|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
514f3bb4-5022-46a1-8ed2-e042d4469af6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-04T13:08:01.8076479+01:00" Version="0" EchoToken="Search" TransactionIdentifier="514f3bb4-5022-46a1-8ed2-e042d4469af6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="59.60" OriginalAmount="57.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.74128" Longitude="139.76478" StarRating="0" HotelCode="|246327" HotelName="Base Inn Tabata -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-5-7 Tabatashinmachi, Kita-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/3/2/7/246327_ffef8391655.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.92" OriginalAmount="59.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.778248" Longitude="139.721842" StarRating="0" HotelCode="|561128" HotelName="Capsule Block Room" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3-9, Akabane</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/1/1/2/8/561128_47ce3301819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="62.61" OriginalAmount="60.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.706732" Longitude="139.790759" StarRating="1" HotelCode="|551569" HotelName="bnb+ Asakusa Kuramae - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4F, 1-5-10 Kotobuki</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/5/6/9/551569_25c784a1413.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.56" OriginalAmount="61.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73279" Longitude="139.777747" StarRating="1" HotelCode="|552937" HotelName="TOKYO EJOY INN Higashinippori - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-24-16 Higashinippori</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/9/3/7/552937_b9140541109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.01" OriginalAmount="63.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7516" Longitude="139.73612" StarRating="0" HotelCode="|245986" HotelName="Tokyo Guest House Ouji Music Lounge -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-4-17, Takinogawa, Kita-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/9/8/6/245986_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="65.79" OriginalAmount="63.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.706716" Longitude="139.790757" StarRating="1" HotelCode="|524030" HotelName="bnb+ Asakusa Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3F 1-5-10 Kotobuki</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/0/3/0/524030_2ec37851142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71284596" Longitude="139.86392694" StarRating="1" HotelCode="481592|edo_tokyo_hostel" HotelName="Edo Tokyo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-12 4 chome, Chuo, 2nd floor, OK building, Edogawa-ku, Tokyo 132-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/b7/d3b7a7301833229e2e5dc2c12fe65c13eb845349.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Edo Tokyo Hostel in Tokyo (Katsushika), you'll be close to Tokyo Sk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.95" OriginalAmount="65.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7067333" Longitude="139.79068535" StarRating="1" HotelCode="882596|bnb_asakusa_kuramae_hostel" HotelName="Bnb+ Asakusa Hostel Tokyo Kuramae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-5-10 Kotobuki, 3 Floor, Taito Ward, Tokyo 111-0042, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/22/19224ccb0331d420810d228b17b38016ad1d36dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.98" OriginalAmount="66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.75167835" Longitude="139.73611852" StarRating="2" HotelCode="596240|235928" HotelName="Tokyo Guest House Ouji Music Lounge - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-4-17, Takinogawa, Kita-ku, Tokyo 114-0023, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/39/dd390cac79bb5d3a272de589a4e9641a9a0eb5d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="68.83" OriginalAmount="66.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.710002" Longitude="139.795456" StarRating="1" HotelCode="|553187" HotelName="Plus Hostel TOKYO ASAKUSA 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-13-1 Kaminarimon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/1/8/7/553187_016a2861233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.46" OriginalAmount="67.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69443" Longitude="139.79676" StarRating="0" HotelCode="|244868" HotelName="COGO Ryogoku " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-30-5, Ryogo-ku, Sumida-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/8/6/8/244868_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.27" OriginalAmount="69.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.626253" Longitude="139.72573" StarRating="0" HotelCode="|457968" HotelName="℃ (Do-C) Gotanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-20-15 Higashi Gotanda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/9/6/8/457968_2b3e6c12255.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.51" OriginalAmount="71.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697007" Longitude="139.787792" StarRating="1" HotelCode="|455518" HotelName="A16hosteltokyo - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-chome-15-5 Yanagibashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/5/1/8/455518_3e368151730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.24" OriginalAmount="72.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.696139" Longitude="139.777878" StarRating="2" HotelCode="|482355" HotelName="bnb+ Costelun Akiba - Hostel, Caters to Women" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-7-11 Iwamotocho, Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/3/5/5/482355_57e67691351.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.88" OriginalAmount="73.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.62624946" Longitude="139.72574089" StarRating="2" HotelCode="404736|1844228" HotelName="Central Inn Gotanda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Building 1, 8th Floor, 1-20-15 Higashi Gotanda, Shinagawa, Tokyo 141-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/7c/bd7c95da8ee3ad9cd73151cf9eda4e6da100905f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities await guests of the hotel, ensuring a comfortable stay. Wireless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="77.25" OriginalAmount="75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69611711" Longitude="139.77783188" StarRating="1" HotelCode="611604|235747" HotelName="Bnb+ Costelun Akiba Hostel Caters To Adult Female Only" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-7-11 Iwamotocho, Chiyoda-ku, Tokyo 101-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/2a/222a0e0f1d1f77c24bfac1b4432211c8bbd6713b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="78.60" OriginalAmount="76.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6924185" Longitude="139.7243987" StarRating="1" HotelCode="|324148" HotelName="Ace Inn Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinjuku-ku, Katamachi 5-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/1/4/8/324148_5b46e4b1831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.04" OriginalAmount="77.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7562368" Longitude="139.6972074" StarRating="0" HotelCode="|321055" HotelName="Tokyo Guest House Itabashijuku -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Itabashi-ku 15-10 Nakaitabashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/0/5/5/321055_afa334d1723.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.81" OriginalAmount="78.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.716004" Longitude="139.794825" StarRating="0" HotelCode="|85955" HotelName="Sakura Asakusa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-24-2 ASAKUSA, TAITO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/5/5/85955_1_7132.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a kitchen with features that offer you the maximum level of comfort, a living room with a computer, internet and multilingual staff. In the establishment entrance, guests will find a reception, a concierge and excursions. Guests are also offered a baggage room (free of charge), a washing machine (for a fee), a sitting room with a TV, a DVD player and video games. ROOM: Guests are offered rooms, shared rooms with bunk beds, a safety deposit box and lockers. All the accommodation options have an air-conditioning system, shared bathrooms and WiFi (free of charge). SITUATION: This hostel is a 5-minute walk away from Asakusa the Station of Senso-ji the temple. MEALS: The establishment offers a buffet breakfast, snacks and drinks.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6975258" Longitude="139.7775326" StarRating="2" HotelCode="631670|and_hostel_akihabara" HotelName="&amp;and Hostel Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3-9-1 Sakumacho, Kanda, Chiyoda-ku, Tokyo 101-0025</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/2a/022ae91bc58af84c0ff6f20fa2977aaed95c410e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.43" OriginalAmount="81.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="962926|rhodes_kagurazaka_hotel" HotelName="Rhodes Kagurazaka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-17 Saikumachi, Shinjuku-Ku, Tokyo 162-0838</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/1e/6c1ed9d4e9cd56156b895f83fd35f6134f338c33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.09" OriginalAmount="82.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.715996" Longitude="139.7948304" StarRating="2" HotelCode="178026|1449438" HotelName="Sakura Hostel Asakusa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-24-2 Asakusa, Taito-ku, Tokyo 111-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/25/1c25ef77b2f841af89bcf75603bcc03348fa51ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located only minutes away from Asakusa's main temples, shrines, pagodas and tradition...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.40" OriginalAmount="82.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.709818727695" Longitude="139.7751451763" StarRating="1" HotelCode="408635|1688498" HotelName="Ueno Station Hostel Oriental 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6-9-9 Ueno, Taito-ku, Tokyo, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/7f/607f26a04b69496783982a0f807b6d34ee2d4ff5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.28" OriginalAmount="83.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69440725" Longitude="139.79675566" StarRating="1" HotelCode="550441|2227795" HotelName="Khaosan World Ryogoku Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4-30-5 Ryogoku, Sumida, Tokyo 130-0026</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/18204/2918204/1.jpg?f=15030655</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.89" OriginalAmount="84.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68797" Longitude="139.79888" StarRating="0" HotelCode="|243389" HotelName="Oak Hotel Edo -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-17-7, Morishita, Koto</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/3/8/9/243389_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.37" OriginalAmount="84.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6975049" Longitude="139.7775876" StarRating="0" HotelCode="|251564" HotelName="Andand Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku Kanda Sakumacho 3-9-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/6/4/251564_bf90c521623.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.18" OriginalAmount="86.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6481612" Longitude="139.7101478" StarRating="2" HotelCode="|321166" HotelName="Do-c Ebisu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Shibuyaku, Ebisu 1-8-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/6/6/321166_ca7e9cc1750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.20" OriginalAmount="86.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6879609" Longitude="139.7988852" StarRating="2" HotelCode="551083|3733785" HotelName="Oak Hotel Edo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-17-7 Morishita, Koto, Tokyo 135-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/13/a313351855dcc4ba749adf03e49d06d2f35c0a2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="89.38" OriginalAmount="86.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697507" Longitude="139.704544" StarRating="2" HotelCode="|470740" HotelName="Ele Cabin Shinjuku Kabukicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-19-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/7/4/0/470740_f782e501215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.61" OriginalAmount="87.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="971350|hotel_tomariya_ueno_hostel" HotelName="Hotel Tomariya Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-20-4 Higashi Ueno, Taito, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/a8/74a89a5b28dc33a44f121a825fa0a93097873a64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.64" OriginalAmount="88.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.694959" Longitude="139.756444" StarRating="2" HotelCode="189054|sakura_hotel_jimbocho" HotelName="Sakura Hotel Jimbocho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-21-4 Kanda-Jimbocho, Chiyoda-ku, Tokyo 101-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/01/3e0155a75bf7f26eff034e5bcfc18c44efa3f9ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.64797282" Longitude="139.71017668" StarRating="2" HotelCode="403927|hotel_siesta_7" HotelName="Hotel Siesta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-8-1 Ebisu, Shibuya-ku, 2F ~ 9F, Tokyo 150-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/32/d332457fff373a14884105f4c19de6fa025c5967.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Shibuya, Hotel Siesta promises a relaxing and wonderf...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.67" OriginalAmount="89.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.717259100681" Longitude="139.76866989713" StarRating="3" HotelCode="341608|hotel_graphy_nezu" HotelName="Hotel Graphy Nezu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Bar,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4-5-10 Taito-ku Ikenohata, Tokyo 110-0008</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/39/1f39cc627e3d74850bb62d98a336910eb4fba5a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.73" OriginalAmount="89.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6914899" Longitude="139.7814243" StarRating="0" HotelCode="|321141" HotelName="Citan -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Odenmacho 15-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/4/1/321141_c20c17b1742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.86" OriginalAmount="89.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.699043" Longitude="139.790177" StarRating="2" HotelCode="|565117" HotelName="Cafe Minimal Our Our" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-20-13 Yanagibashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/1/1/7/565117_76b6a961902.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.70" OriginalAmount="90.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.709233" Longitude="139.772409" StarRating="1" HotelCode="|525796" HotelName="bnb+ Ueno Okachimachi - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-8-4 Ueno, Kawashima Building 3F</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/7/9/6/525796_002d65a1016.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="93.73" OriginalAmount="91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.75626288" Longitude="139.69732612" StarRating="1" HotelCode="492124|209109" HotelName="Tokyo Guest House Itabashijuku - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>15-10 Nakaitabashi, Itabashi-ku, Tokyo 173-0016</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/28/36281ee2cef8df05b05c705fbad5ca166bc04fc3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.53" OriginalAmount="91.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7083044" Longitude="139.7923028" StarRating="2" HotelCode="|251397" HotelName="Tokyo-w-inn Asakusa - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kotobuki 4-6-1, Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/9/7/251397_a70a44e1659.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="94.76" OriginalAmount="92.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="1" HotelCode="861090|bnb_kanda_hostel" HotelName="Bnb+ Kanda Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-14-13 Kandanishikicho, Chiyoda-ku, Landpool Kanda Terrace, 6 Floor, Tokyo 101-0054</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/2c/792c57990e418bf61b1516ad9ab2aacf5721f9b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.13" OriginalAmount="92.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71731" Longitude="139.76863" StarRating="3" HotelCode="|185690" HotelName="Graphy Nezu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-5-10 Ikenohata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/9/0/185690_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.49" OriginalAmount="92.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7015235" Longitude="139.7845179" StarRating="0" HotelCode="|318399" HotelName="Little Japan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Asakusabashi 3-10-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/3/9/9/318399_f452be91036.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.79" OriginalAmount="93.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="969997|cafe_minimal_hotel_our_our" HotelName="Cafe/Minimal Hotel Our Our" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-20-13 Yanagibashi, Taito, Tokyo 111-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/92/d792f224f68303c6c69ac9ee7edd39453bc3dc3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.701059272269" Longitude="139.74322836442" StarRating="2" HotelCode="380459|tokyo_central_youth_hostel" HotelName="Tokyo Central Youth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-1 Kaguragashi, 18th Floor, Shinjuku-ku, Tokyo 162-0823</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/cb/83cb616615d0fa93786d76df4d1e394c1220100f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73556481" Longitude="139.71346982" StarRating="1" HotelCode="627636|ryoma_ikebukuro_i_hostel" HotelName="Ryoma Ikebukuro I Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-13-2 Ikebukuro, Tokyo 170-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/3d/233dd53c19820fa80b4bb45a53f83f5a8f9d7844.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="96.82" OriginalAmount="94.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70924988" Longitude="139.77241056" StarRating="0" HotelCode="880324|the_wardrobe_hostel_record" HotelName="The Wardrobe Hostel Record" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-8-4 Ueno, Building 3 Floor, Kawashima, Tokyo 110-0005, Taito, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/68/d168fdfb289f7a724e63dba1403042e77de7e5c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="97.29" OriginalAmount="94.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7354278" Longitude="139.713567" StarRating="0" HotelCode="|251583" HotelName="Ryoma Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Toshima-ku Ikebukuro 1-13-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/8/3/251583_67107190959.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.85" OriginalAmount="95.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69156741" Longitude="139.77635281" StarRating="1" HotelCode="628444|and_hostel_kanda" HotelName="&amp;And Hostel Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-1-9 Iwamotocho, Chiyoda-ku, Tokyo 101-0032, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/92/50921e1d2734693524dfd0977a12f3ddb9ca6bd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.07" OriginalAmount="95.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.693722" Longitude="139.703816" StarRating="1" HotelCode="189056|1656958" HotelName="Shinjuku Kuyakushomae Capsule Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1-2-5 Kabukicho, Shinjuku, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/19/a1/19a1830f4eec9fb491bc7c804624120d874d83e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.88" OriginalAmount="96.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70827184" Longitude="139.79227907" StarRating="2" HotelCode="612472|tokyowinn_asakusa_hostel" HotelName="Tokyo-W-Inn Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4-6-1 Kotobuki, Taito-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/d3/8bd3224ea8e069b1e42e46de6f0a8f2462fd7d09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65705451" Longitude="139.75459647" StarRating="2" HotelCode="407864|capsule_inn_hamamatsucho" HotelName="Capsule Inn Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="24 Hour Front Desk,Housekeeping,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>1-16-6 Shibadaimon, Minato, Tokyo 105-0012</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/5b/c75b494ad86b0c0b3f099235bee204c8b15b5662.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Capsule Inn Hamamatsucho in Tokyo (Minato), you'll ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="100.46" OriginalAmount="97.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.673835" Longitude="139.735172" StarRating="2" HotelCode="|448059" HotelName="Nine hours Akasaka sleep lab" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-3-14 Akasaka, Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/0/5/9/448059_33a66f01407.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.05" OriginalAmount="98.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.733584739943" Longitude="139.70879092813" StarRating="3" HotelCode="189055|1439918" HotelName="Sakura Ikebukuro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-40-7 Ikebukuro, Toshima-ku, Tokyo 171-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/88/ef881e6bf3e1f771837206169c441670d6a804e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.76" OriginalAmount="98.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70106" Longitude="139.74322" StarRating="0" HotelCode="|224745" HotelName="Tokyo Central Youth" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-1 Kaguragashi, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/4/5/224745_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.97" OriginalAmount="99.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71537879" Longitude="139.68645821" StarRating="1" HotelCode="767271|shinjuku_sky_capsule_hostel" HotelName="Shinjuku Sky Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-2-4 Nakai, Tokyo 161-0035, Shinjuku-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/8e/ec8e7a384a444ad7e0ae8fbcf0a229351e09a1cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.86" OriginalAmount="99.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7901938" Longitude="139.6616687" StarRating="2" HotelCode="|320745" HotelName="Palette Takashimadaira - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Itabashi-ku Takashimadaira 8-15-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/7/4/5/320745_6c85aa11716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="101.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7096656" Longitude="139.7777347" StarRating="2" HotelCode="285068|capsule_kinuya_ueno" HotelName="The Nell Ueno Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>110-0005 Tokyo, Taito-ku, Higashiueno 2-15-9</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/78/ae78b62e107e50b70b5645bc1a3ddb1972575beb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="105.68" OriginalAmount="102.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69188662" Longitude="139.78186993" StarRating="1" HotelCode="586103|3745635" HotelName="Obi Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Villa" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-14 Yokoyamacho, Nihonbashi, Tokyo 103-0003, Chuoku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/a3/b7a391921fbb1b46b2d702f0c5456dc6717f5971.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.00" OriginalAmount="102.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73809" Longitude="139.79778" StarRating="2" HotelCode="|185695" HotelName="Meigetsu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-21-10 Minami-Senju, Arakawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/9/5/185695_1_3086.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.08" OriginalAmount="102.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69381" Longitude="139.70378" StarRating="1" HotelCode="|185857" HotelName="Shinjuku Kuyakusho-mae Capsule" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2-5 Kabukicho, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/5/7/185857_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="106.09" OriginalAmount="103.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69152034" Longitude="139.78139391" StarRating="2" HotelCode="632454|citan_hostel" HotelName="Citan Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>15-2 Nihombashi-odemnacho, Tokyo 103-0011</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/5d/845dc5a99d02ab74bd5130b987ee4da338494cb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.42" OriginalAmount="103.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69387" Longitude="139.76415" StarRating="0" HotelCode="|318106" HotelName="Bnb+ Kanda Terrace Ogawamachi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku Kanda Nishikicho 1-14-13 LANDPOOL KANDA TERRACE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/1/0/6/318106_9a375ec1746.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.55" OriginalAmount="103.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.698475" Longitude="139.78278" StarRating="3" HotelCode="|434102" HotelName="Grids Tokyo Asakusabashi HotelandHostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-11-6 Asakusabashi, Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/1/0/2/434102_666c8a41730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.60" OriginalAmount="103.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7336178" Longitude="139.708829" StarRating="0" HotelCode="|85969" HotelName="Sakura Hotel Ikebukuro -" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-40-7 IKEBUKURO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/6/9/85969_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a cafÃ©, a buffet breakfast, multilingual staff, WiFi (free of charge), a reception, a laptop hire service and a baggage room. The establishment has a launderette, computers with internet, (for a fee), a shared kitchen and a restaurant. SITUATION: This hotel is 5 minutes away from Ikebukuro the Station of It has excellent transport links to the train and the commercial area. it is 60 minutes away (by train) from Narita Airport it is 50 minutes away (by train) from Haneda Airport The establishment has available (at an extra charge) a transfer service to the airport. ROOM: The rooms have bunk beds, a flat-screen television, a fridge and a bathroom. On request, customers can find a hairdryer and an iron.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.12" OriginalAmount="104.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67389194" Longitude="139.73514015" StarRating="2" HotelCode="635598|nine_hours_akasaka" HotelName="Nine Hours Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4-3-14 Akasaka, Minato-ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/02/9f02ace6518adca4b86725c3c9592a646c3afa5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="107.96" OriginalAmount="104.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.693785" Longitude="139.76462" StarRating="2" HotelCode="|531143" HotelName="MANGA ART HOTEL, TOKYO - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5F, 1-14-13 Kanda Nishikicho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/1/4/3/531143_7ddd0331313.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.15" OriginalAmount="105.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70462573" Longitude="139.7903016" StarRating="2" HotelCode="812433|focus_kuramae_hostel" HotelName="Focus Kuramae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-21-2 Kuramae, Tokyo 111-0051, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/60/066031a30d2c403e64d1aa8a52d0aa648d3a4de7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="108.75" OriginalAmount="105.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70383" Longitude="139.7935" StarRating="0" HotelCode="|246774" HotelName="Nui. and Bar Lounge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-14-13 Kuramae</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/7/7/4/246774_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.18" OriginalAmount="106.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="962854|top_edge_hostel" HotelName="Top Edge Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-21-7 Koenjiminami, Suginami-Ku, Tokyo 166-0003</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/70/ab707c73de3a7f8c8ba7d46046d5fe5903806f00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="109.62" OriginalAmount="106.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6931264" Longitude="139.7719435" StarRating="2" HotelCode="|321206" HotelName="9h Nine Hours Woman Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku Kajicho 2-9-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/2/0/6/321206_d6315a81702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.21" OriginalAmount="107.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7382599" Longitude="139.797713" StarRating="2" HotelCode="338525|hotel_meigetsu" HotelName="Hotel Meigetsu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>7-21-10 Arakawa-ku, Minami-Senju, Tokyo 116-0003</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/41/944183965708becea08ca8f8258694bbbc0bf6b1.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.85" OriginalAmount="107.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.716504" Longitude="139.782136" StarRating="1" HotelCode="|466689" HotelName="Hiromas Ueno - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-3-5 Kitaueno</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/6/8/9/466689_83d5e991651.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.20" OriginalAmount="107.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7267" Longitude="139.80067" StarRating="2" HotelCode="|185720" HotelName="Juyoh Hotel- Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-15-3 Kiyokawa, Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/7/2/0/185720_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.27" OriginalAmount="109.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6934868" Longitude="139.7077825" StarRating="2" HotelCode="376595|imano_tokyo_hostel" HotelName="Imano Tokyo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5-12-2 Shinjuku-ku, Tokyo 160-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/9b/cc9bbb3376f7db028e06d9669e451de21c892e4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.54" OriginalAmount="109.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.74669373" Longitude="139.80256301" StarRating="2" HotelCode="408557|1828018" HotelName="Spa&amp;Capsule Hotel Grandpark Inn Kitasenju" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>40-9 Senju-nakacho, Adachi, Tokyo 120-0036, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/c0/a0c0647aee202157e722536272b53f0f779aaa87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.25" OriginalAmount="109.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72647" Longitude="139.79985052" StarRating="2" HotelCode="537649|3695435" HotelName="Kangaroo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-21-11 Nihondzutsumi, Taitoku, Tokyo 111-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/9f/8a9f8a39d647edb26637f03c64e5138f739efefd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="113.55" OriginalAmount="110.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.714555" Longitude="139.78022" StarRating="2" HotelCode="|566510" HotelName="Tomariya Ueno - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-20-4 Higashi Ueno</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/6/5/1/0/566510_07092032039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="113.67" OriginalAmount="110.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72671081803" Longitude="139.80077968924" StarRating="2" HotelCode="380457|1184078" HotelName="Juyoh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Elevator,Garden,Internet,Kitchen,Laundry,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>2-15-3 Kiyokawa, Taito-ku, Tokyo 111-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/48/bf4866b6cf9d814a98a5139e324d62a45d045740.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Juyoh Hotel in Tokyo Asakusa, you'll be convenient to Sumida Park a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.26" OriginalAmount="110.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6919895" Longitude="139.7820779" StarRating="0" HotelCode="|321146" HotelName="Obi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Nihonbashi Yokoyamacho 3-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/4/6/321146_c36219b1743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.80" OriginalAmount="111.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6935146" Longitude="139.7077543" StarRating="0" HotelCode="|320893" HotelName="Imano Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinjuku 5-12-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/8/9/3/320893_89a919a1745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7165216" Longitude="139.78215306" StarRating="2" HotelCode="766653|hiromas_hostel_in_ueno" HotelName="Hiromas Hostel In Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3-5 Kitaueno, Taito-ku, Tokyo 110-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/8f/c78fe7d4426555bea0b73dcdf8e4ecb93774a5eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.36" OriginalAmount="112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.728310333333" Longitude="139.79986733333" StarRating="3" HotelCode="916178|palace_japan_hotel" HotelName="Palace Japan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-31-6 Kiyokawa, Taito-ku, Tokyo 111-0022, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/67/4b/674bfd4dc2ab5448805d334dd187d1c79b6d630e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 62 rooms. Services and facilities at the hotel include a baggage ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="115.84" OriginalAmount="112.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7265111" Longitude="139.7999543" StarRating="1" HotelCode="|320949" HotelName="Kangaroo Side B" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nihonzutsumi 1-22-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/9/4/9/320949_97ca5811759.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.39" OriginalAmount="113.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6930424" Longitude="139.7718772" StarRating="2" HotelCode="592571|nine_hours_woman_kanda" HotelName="Nine Hours Woman Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-9-4 Kajicho, Chiyoda-ku, Tokyo 101-0044</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/59/fb/59fb3380fc1d298cc7d4cc6d608fefce480fa082.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="118.34" OriginalAmount="114.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67286" Longitude="139.738099" StarRating="1" HotelCode="|531645" HotelName="Akasaka The Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-chome-13-21 Akasaka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/6/4/5/531645_b51f3cb1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.17" OriginalAmount="115.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7013829" Longitude="139.7720966" StarRating="2" HotelCode="|251494" HotelName="Glansit Akihabara Comfort Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku Sotokanda 4-4-6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/9/4/251494_b4d08a91612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.51" OriginalAmount="117" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72650446" Longitude="139.79994819" StarRating="2" HotelCode="594980|235813" HotelName="Kangaroo Hotel Side B" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-22-2 Nihonzutsumi, Taito-ku, Tokyo 111-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/44/ac/44ac27804da9d0d0d5bcf8eaa25bdff801549f4d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="120.77" OriginalAmount="117.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6741054" Longitude="139.7352801" StarRating="1" HotelCode="|380374" HotelName="Akasaka-no Sato (female Only)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-3-13 Akasaka Minatoku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/0/3/7/4/380374_129d3ca0926.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="121.28" OriginalAmount="117.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.657378" Longitude="139.755806" StarRating="0" HotelCode="|463163" HotelName="9h Nine Hours Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-25-10, Hamamatsucho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/1/6/3/463163_285c5db1216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.50" OriginalAmount="118.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.661063" Longitude="139.66824" StarRating="1" HotelCode="|532102" HotelName="The Wardrobe Hostel FOREST Shimokitazawa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kuwata Building 3F</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/1/0/2/532102_71dbe371005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70459449" Longitude="139.61686086" StarRating="2" HotelCode="491506|capsule_hotel_anshin_oyado_ogikubo" HotelName="Capsule Hotel Anshin Oyado Ogikubo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-11-2 Kamiogi, Suginami-ku, Tokyo 167-0043</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/2d/162def23fe4cae350f3ac195a64ee67ea3130c5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.63" OriginalAmount="121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6741055" Longitude="139.73528747" StarRating="1" HotelCode="775574|akasakano_sato_female_only" HotelName="Akasakano-sato Premium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-3-13 Akasaka, 1 Floor, Tokyo 107-0052, Minato-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/da/d0da319e801c6d2022eea90395745df5e00cb25d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="125.24" OriginalAmount="121.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69309" Longitude="139.710887" StarRating="0" HotelCode="|434078" HotelName="UNPLAN Shinjuku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-3-15 Shinjuku, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/0/7/8/434078_465a9111614.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.66" OriginalAmount="122.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70386428" Longitude="139.79344072" StarRating="1" HotelCode="623662|nui_hostel_bar_lounge" HotelName="Nui Hostel &amp; Bar Lounge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-14-13 Kuramae, Tokyo 111-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/0b/810bbe4ebc8eac40bffc38847c578b8d76678598.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.39" OriginalAmount="123.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6999771" Longitude="139.7749818" StarRating="1" HotelCode="|320986" HotelName="Akihabara Bay (female Only)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku, Kandaneribei-cho 44-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/9/8/6/320986_9fc2ce01707.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.72" OriginalAmount="124.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69997917" Longitude="139.77497089" StarRating="2" HotelCode="551117|akihabara_bay_hotel_female_only" HotelName="Akihabara Bay Hotel Caters To Women" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>44-4 Kanda Neribeicho, Chiyoda, Tokyo 101-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/5d/395d9d204bf13b17343c04c77c41112cebf50ea9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.29" OriginalAmount="124.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.664145" Longitude="139.753648" StarRating="1" HotelCode="|484637" HotelName="bnb+ Wa Shinbashi - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-1-5 Shinbashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/4/6/3/7/484637_91638082029.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70497819" Longitude="139.73137987" StarRating="1" HotelCode="433809|unplan_kagurazaka" HotelName="Unplan Kagurazaka Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>23-1 Tenjin-cho, Shinjuku-ku, 1620808 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/2f/6c2f873a40c881b53bddb62258a427d32e52acd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.81" OriginalAmount="127.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72139334" Longitude="139.70596369" StarRating="1" HotelCode="833544|bnb_secret_base_mejiro_hostel" HotelName="Bnb+ Secret Base Mejiro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-2-9 Mejiro, Muramatsu Building 2F, Toshima-ku, Tokyo 171-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/49/4049a8cfef5c59decdeb8c4ac71b8da066d39846.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.84" OriginalAmount="128.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66415154" Longitude="139.75363148" StarRating="1" HotelCode="685365|bnb_wa_shinbashi_hostel" HotelName="Bnbplus Wa Shinbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-1-5 Minato-ku, Shinbashi, Tokyo 105-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/0a/cc0a569d388967f87050275940687d63c498a355.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.29" OriginalAmount="128.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.699303" Longitude="139.700828" StarRating="0" HotelCode="|560659" HotelName="The Global Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-8-17 Shinjuku, Hyakunincho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/0/6/5/9/560659_49a99371733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.90" OriginalAmount="130.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70134594" Longitude="139.77216996" StarRating="2" HotelCode="620022|glansit_akihabara_comfort_capsule_hotel" HotelName="Comfort Capsule Hotel Glansit Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4-4-6 Sotokanda, Chiyoda-ku, Tokyo 101-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/d3/40d38cf2608e280582fdc1ac917917869d83964b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.99" OriginalAmount="130.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70791" Longitude="139.779704" StarRating="1" HotelCode="|533729" HotelName="Guest House Siesta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-chome-7-7 Higashiueno</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/7/2/9/533729_01355f91117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="134.11" OriginalAmount="130.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.703901" Longitude="139.791743" StarRating="2" HotelCode="|458438" HotelName="Mycube By Mystays Asakusa Kuramae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-6-7 Kuramae</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/8/4/3/8/458438_50dbfa01820.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.93" OriginalAmount="131.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69928922" Longitude="139.70084178" StarRating="2" HotelCode="744234|the_global_hotel_tokyo" HotelName="The Global Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-8-17 Hyakunincho, Tokyo 169-0073, Shinjuku-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/81/9081b843512bebd6194592dcb257ad8527e5f16c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.64" OriginalAmount="133.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.709317" Longitude="139.7971982" StarRating="0" HotelCode="|251528" HotelName="Chapter Two Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Kaminarimon 2-1-6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/2/8/251528_bc256d31620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.34" OriginalAmount="134.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.666535" Longitude="139.75588" StarRating="0" HotelCode="|467443" HotelName="Rembrandt Cabin And Spa Shimbashi - Caters To Men" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinbashi 2-chome 15-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/4/4/3/467443_20a838c1644.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="138.55" OriginalAmount="134.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.669949" Longitude="139.6874778" StarRating="0" HotelCode="|251453" HotelName="Almond and Cafe Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shibuya-ku Motoyoyogicho 1-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/5/3/251453_af4056a1607.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="139.12" OriginalAmount="135.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65501342" Longitude="139.69988085" StarRating="2" HotelCode="490734|3745085" HotelName="Commun Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>22-19 Sakuragaoka-cho, Shibuya, Tokyo 150-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/9e/829edcbe67d83e0d0612c607bb51d732b8cd7e90.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of convenient services are available, ensuring a comfortable stay for business travellers an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.98" OriginalAmount="135.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.74674" Longitude="139.80255" StarRating="2" HotelCode="|230955" HotelName="Spa and Capsule Grandpark Inn Kitasenju" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40-9 Senju-nakacho Adachi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/9/5/5/230955_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.05" OriginalAmount="136.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.54813" Longitude="139.7456" StarRating="0" HotelCode="|186330" HotelName="328 and Lounge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-2-8 Haneda Ota-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/3/0/186330_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.31" OriginalAmount="137.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70952" Longitude="139.77512" StarRating="0" HotelCode="|186341" HotelName="Ueno Station Oriental 2 - Cater To Men" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Ueno 6-9-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/4/1/186341_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="142.83" OriginalAmount="138.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66991054" Longitude="139.6874757" StarRating="1" HotelCode="593216|3712455" HotelName="Almond Hostel &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-7 Motoyoyogi-cho, Shibuya-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/aa/3baa5474a8d2ab1627600c54d060a96c677e5a05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6536798" Longitude="139.68973838" StarRating="2" HotelCode="590755|wise_owl_hostels_shibuya" HotelName="Wise Owl Hostels Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4-9-10 Aobadai, Meguro-ku, Tokyo 153-0042</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/8f/5d8f920c79362aa14dfdc7a19519cd76ec0c6284.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.26" OriginalAmount="142.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.761259" Longitude="139.82447" StarRating="3" HotelCode="909470|ayase_kokusai_hotel" HotelName="Ayase Kokusai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-8-5 Kosuge, Katsushika-ku, Tokyo 124-0001</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/6e/706e34fe1c523df3c0c6d8a91ae1e20f7b4eb614.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo (TYO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.56" OriginalAmount="142.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6910601" Longitude="139.7767036" StarRating="0" HotelCode="|319030" HotelName="Den" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Nihonbashihoncho 4-13-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/9/0/3/0/319030_c09624b1724.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="147.23" OriginalAmount="142.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6218" Longitude="139.74026" StarRating="2" HotelCode="|185640" HotelName="Guest House Shinagawa - Shuku - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-22-16 Kita-Shinagawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/4/0/185640_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.29" OriginalAmount="143.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.709690844623" Longitude="139.7753991418" StarRating="1" HotelCode="408618|capsule_and_sauna_new_century" HotelName="Ueno Station Hostel Oriental 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6-9-7 Ueno, Taito, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/ff/b0ff92ebdb08f31f7c47b4f2c2f0e80f71153c38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a laundry service and a photocopier are available to guests of the hostel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.58" OriginalAmount="144.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.713535" Longitude="139.79138" StarRating="0" HotelCode="|565483" HotelName="Resol Poshtel Tokyo Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-25-1 Nishiasakusa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/4/8/3/565483_73d8db60943.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.63929193" Longitude="139.80538137" StarRating="2" HotelCode="518004|tokyo_ariake_bay_hotel" HotelName="Tokyo Ariake Bay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-10-17 Shinonome, Koto-ku, Tokyo 135-0062</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/39/933912b0e2e00467b5d0799795abb5f7e5480195.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.38" OriginalAmount="146.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.74511601" Longitude="139.76983548" StarRating="2" HotelCode="787162|tokyo_art_house" HotelName="Tokyo Art House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>25-2 3-Chome, Higashiogu, Arakawa-ku, Tokyo 116-0012</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/e5/ece569b299a7e9a04c32742e0b54def38fc8be62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="152.44" OriginalAmount="148.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.62179807" Longitude="139.74030793" StarRating="2" HotelCode="441648|guest_house_shinagawashuku" HotelName="Guest House Shinagawa-shuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-22-16 Kita-Shinagawa, Shinagawa, Tokio 140-0001</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/c4/18c436da7b3faa2192d6c567f9e31ba282e92a16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a laundry s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.47" OriginalAmount="149.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.55345519" Longitude="139.74052571" StarRating="1" HotelCode="550813|guest_house_sensu" HotelName="Guest House Sensu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2F 3-1-6 Higashi Koujiya, Ota-ku, Tokyo 144-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/32/db32ea33661baa8e7d4ab70c8e739a8319dbf25a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.59" OriginalAmount="153.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.639306" Longitude="139.805434" StarRating="0" HotelCode="|458150" HotelName="Tokyo Ariake Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-10-17 Shinonome</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/8/1/5/0/458150_ccd22230012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.32" OriginalAmount="154.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6978903" Longitude="139.7709796" StarRating="1" HotelCode="|320807" HotelName="Anshin Oyado Tokyo Akihabara Denkigaiten- Male Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku Sotokanda 1-2-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/8/0/7/320807_74deab21724.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.55" OriginalAmount="154.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72452" Longitude="139.613459" StarRating="0" HotelCode="|528553" HotelName="Enzo Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-32-10 Kamiigusa, Suginami-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/5/5/3/528553_782cf901020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="162.25" OriginalAmount="157.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.700546" Longitude="139.647584" StarRating="0" HotelCode="|318098" HotelName="Top Edge Koenji" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>??????????????</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/0/9/8/318098_96cba541742.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.31" OriginalAmount="159.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7282932" Longitude="139.764109" StarRating="2" HotelCode="|318402" HotelName="Sakura Nippori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bunkyo-ku Sendagi 3-43-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/4/0/2/318402_b1579751709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="164.68" OriginalAmount="159.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.726871881452" Longitude="139.8002786458" StarRating="2" HotelCode="508854|1206548" HotelName="Economy Hotel Hoteiya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Spa">
        <Address>
          <AddressLines>
            <AddressLine>1-23-9 Nihontsuzumi, Taito-Ku, Tokyo 111-0021, Tokyo, Kanto</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/16/76/1676d150e7de9498e4942e96ef3db54854e547dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Economy Hotel Hoteiya in Tokyo Asakusa, you'll be convenient to Sum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.41" OriginalAmount="160.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.730348" Longitude="139.73075" StarRating="1" HotelCode="|534698" HotelName="Rhodes Otsuka - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-chome-51-14 Minamiotsuka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/6/9/8/534698_233b1831435.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.86" OriginalAmount="162.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.78548285" Longitude="139.67844134" StarRating="1" HotelCode="521946|nagomi" HotelName="Nagomi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-3-1 Hasune, Itabashi, Tokyo 174-0046</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/76/7976515af1bbbeccd58219f81edbf070e46f8e35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location Located in Tokyo (Itabashi), Nagomi is within the vicinity of J-World Tokyo and Su...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.89" OriginalAmount="163.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6553815" Longitude="139.69300205" StarRating="2" HotelCode="626980|turn_table_hostel" HotelName="Turn Table Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10-3 Shinsencho, Shibuya-ku, Tokyo 150-0045, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/5e/b75e7fcd824b427989139dfac86855f60744832f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.83" OriginalAmount="163.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.793007" Longitude="139.790567" StarRating="3" HotelCode="|544591" HotelName="Vail sta. Takenotsuka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-28-13 Takenozuka, Adachi-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/5/9/1/544591_db32e2e1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="170.49" OriginalAmount="165.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69796982" Longitude="139.77078159" StarRating="1" HotelCode="384114|1720268" HotelName="Capsule Hotel Anshin Oyado Akihabara" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Jacuzzi,Laundry,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>1-2-12 Sotokanda, Chiyoda-ku, Tokyo 101-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/53/2253caa0ad6ae98b2b30510e7adf2d80cbfad9fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.49" OriginalAmount="167.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6553861" Longitude="139.6929157" StarRating="0" HotelCode="|251584" HotelName="Turn Table" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shibuya-ku Shinsencho 10-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/8/4/251584_da78ec81350.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.02" OriginalAmount="167.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.721752" Longitude="139.794968" StarRating="3" HotelCode="|433875" HotelName="Ace Inn Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-1-10 Senzoku Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/3/8/7/5/433875_2c8213d1556.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.04" OriginalAmount="168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72814192" Longitude="139.76417563" StarRating="2" HotelCode="591140|sakura_hotel_nippori" HotelName="Sakura Hotel Nippori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-43-15 Sendagi, Bunkyo-ku, Tokyo 113-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/6f/7b6f7c20e0c41a2766fc511da5f14a6d4ffede41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.776932897571" Longitude="139.6334401497" StarRating="0" HotelCode="563514|hotel_hilltop__3" HotelName="Hotel Hill Top" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bicycle Rental,Coffee Shop,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Parking,Restaurant,Room Service,Sauna,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>2-12-13 Narimasu, Itabashi Ward, Tokyo Metropolis</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/64/7e645457a43926fa7e35dd3969698d99f94c6e34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ikebukuro, Hotel Hilltop is a perfect starting point from which to explore Tokyo. The hot...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.31" OriginalAmount="177.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.76718448" Longitude="139.86584382" StarRating="1" HotelCode="481680|hostel_hana_an" HotelName="Hostel Hana An" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-23-11 Kanamachi, Katsushika-ku, Tokyo 125-0042</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/a4/45a4a1d03959bdf9d1cd295881afa41457918092.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hostel HANA AN in Tokyo (Katsushika), you'll be within the vicinity...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.37" OriginalAmount="179.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7255582" Longitude="139.7642214" StarRating="2" HotelCode="916149|hotel_live_max_nippori" HotelName="Live Max Nippori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-2-12 Yanaka, Taito 110-0001, Präfektur Tokio</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/a0/2ba0e996338de49bb24fdd3006fa08528b80a3ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.59" OriginalAmount="179.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.75791" Longitude="139.69244" StarRating="0" HotelCode="|186368" HotelName="Flexstay Inn Tokiwadai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-52-5, Tokiwadai, Itabashi-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/6/8/186368_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.89" OriginalAmount="180.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.76247" Longitude="139.7273" StarRating="0" HotelCode="|185617" HotelName="Flexstay Inn Higashi-jujo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-10-2, Nakajujo, Kita-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/1/7/185617_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.02" OriginalAmount="184.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73263" Longitude="139.7058" StarRating="3" HotelCode="|432398" HotelName="House Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-20-1,Ikebukuro,Toshima-ku, 2-20-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/2/3/9/8/432398_10b7b3b1420.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.24" OriginalAmount="186.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.663284" Longitude="139.860284" StarRating="3" HotelCode="|73657" HotelName="Rembrandt Style Tokyo Nishikasai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-17-9 Nishikasai, Edogawa-ku, Tokyo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/5/7/73657_449f7780800.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 2-minute walk away from Nishikasai Underground Station. Free of charge, guests are offered a transfer service to Tokyo Disney Resort. It is 6 kilometres from the Tokyo Disney Resort ROOM: The cosy rooms have a flat-screen television, WiFi (free of charge), a bathroom and Video Club. Guests are offered non-smoking rooms. HOTEL: This hotel offers a massage service and a washing machine (for a fee). The establishment offers guests breakfast service and buffet lunch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="192.95" OriginalAmount="187.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.730398" Longitude="139.799007" StarRating="2" HotelCode="|563688" HotelName="andAND HOSTEL MINAMISENJU" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-2-9 Minamisenju, Arakawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/6/8/8/563688_65ccc551333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.74" OriginalAmount="188.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.655019" Longitude="139.699907" StarRating="2" HotelCode="|430092" HotelName="Commun Shibuya - Caters To Men" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>22-19 Sakuragaoka-cho, Shibuya, Tokyo, 150-0031</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/0/0/9/2/430092_4a7bf4f1834.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.12" OriginalAmount="188.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7181024" Longitude="139.8584522" StarRating="2" HotelCode="|323923" HotelName="Shinkoiwa Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Katsushika-ku, Higashi Shinkoiwa 1-1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/3/9/2/3/323923_4f8436c1819.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.67" OriginalAmount="189.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="2" HotelCode="744194|uenohouse" HotelName="Uenohouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-22-1 Higashi-Ueno, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/d0/78d09caf6bea317a9ca3cc5524b561bf91f5c9d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="195.41" OriginalAmount="189.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.76251558" Longitude="139.72717522" StarRating="2" HotelCode="424064|1239538" HotelName="Flexstay Inn Higashi Jujo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-10-2 Nakajujo, Kita-ku, Tokyo 176-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/d0/40d004c77eff458074cf2474acdb8ad7b75fa2a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in Tokyo City. This establishment offers a total of 88 rooms. Unfort...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.73" OriginalAmount="191.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.732631" Longitude="139.705833" StarRating="1" HotelCode="210119|house_ikebukuro" HotelName="Tokyo Ikebukuro House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-20-1 Ikebukuro, Toshima-ku, Tokyo 171-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/bc/3fbcde9dd0d8db819d60384be4fa9f9c6cf43098.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.50" OriginalAmount="191.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.763629" Longitude="139.824717" StarRating="0" HotelCode="|558756" HotelName="Livemax Tokyo Ayase Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-16-1 Ayase</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/7/5/6/558756_c2802d81722.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.76" OriginalAmount="192.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66840347" Longitude="139.811804" StarRating="2" HotelCode="427009|hotel_livemax_tokyokiba" HotelName="Hotel Livemax Tokyo-Kiba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 Chome-27-6 Toyo, Koto-ku, Tokyo 135-0016</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/c6/85c6eb5df4c888153089ec19a0640c31c7b4c304.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sitting at just a 5-minute walk from Kiba Subway Station, through which one can reach Tokyo Station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.05" OriginalAmount="192.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.77807" Longitude="139.72198" StarRating="0" HotelCode="|430095" HotelName="LiVEMAX AKABANE-EKIMAE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-3-10 Akabane, Kita-ku, Tokyo, Tokyo, 115-0045</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/0/0/9/5/430095_4c70daf1836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.10" OriginalAmount="195.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.742720830344" Longitude="139.88336088883" StarRating="2" HotelCode="95471|1060708" HotelName="Hotel Sky Court Koiwa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-11-4 Kita-koiwa, Edogawa-ku, Tokyo 133-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/87/1a8789c240203e6dacd9056d5da7492ecfc6f1c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="201.88" OriginalAmount="196.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.694213" Longitude="139.828672" StarRating="2" HotelCode="916173|hotel_mystays_kameido" HotelName="HOTEL MYSTAYS Kameido" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-32-1 Kameido, Koto-ku, Tokyo 136-0071</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/b0/53b0298ef542712040f3e18381ea398c6a0ede23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.57" OriginalAmount="197.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6893166" Longitude="139.7029737" StarRating="1" HotelCode="|320806" HotelName="Anshin Oyado Shinjuku - Caters to Men" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinjuku-ku Shinjuku 4-2-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/8/0/6/320806_2f8c13e1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.94" OriginalAmount="198.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.734605868303" Longitude="139.73908782005" StarRating="3" HotelCode="189036|smile_hotel_sugamo" HotelName="Smile Hotel Sugamo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-4-7 Sugamo, Toshima-ku, Tokyo 170-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/79/4e79c26c6c20ed0581a48686ebf4404b167f7cde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.66" OriginalAmount="198.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69422" Longitude="139.8285" StarRating="2" HotelCode="|185697" HotelName="Mystays Kameido" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-32-1 Kameido, Koto-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/9/7/185697_1_2266.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.73" OriginalAmount="198.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70364" Longitude="139.79745" StarRating="3" HotelCode="|186382" HotelName="Mystays Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-21-11 Honjo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/8/2/186382_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="205.35" OriginalAmount="199.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7348992" Longitude="139.7098665" StarRating="3" HotelCode="|77797" HotelName="New Star Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-61-6 IKEBUKURO, TOSHIMA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/7/7/9/7/77797_1_1174.jpg</HotelPictures>
        <HotelDescription>HOTEL: This ecological hotel, has a lobby, a reception, a cafÃ©, a laundry service (for a fee), a restaurant and a currency exchange service. The establishment has event facilities, meeting rooms, WiFi and internet in communal areas (for a fee). The establishment also offers express check-out and a car park. SITUATION: This hotel is in the centre of Tokio. It is situated close to Tokyo Metropolitan Art Space and the Namco Namja Town Theme Park. Clients can also find the Sunshine Aquarium and Santa Maria Cathedral. It is situated 5 minutes walk away from Ikebukuro Railway Station. ROOM: All the rooms have feather bedding, a bathroom with a shower, a hairdryer, an LCD television, a direct line telephone, a coffee maker and a kettle. OTHERS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.00" OriginalAmount="200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.58427272" Longitude="139.72485849" StarRating="3" HotelCode="745839|aoca_sanno_apartment_of_contemporary_art" HotelName="Aoca Sanno Apartment Of Contemporary Art" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-3-4 Sanno Otaku, Tokyo 143-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/46/bf46b6274eca084da9643f80303eddaa5af5232b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.48" OriginalAmount="200.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7172191" Longitude="139.8570635" StarRating="3" HotelCode="|322699" HotelName="Cypress Inn Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2-5 Nishishinkoiwa, Tokyo, 124-0025, Tokyo, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/2/6/9/9/322699_5190c5a1117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.84" OriginalAmount="200.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5596207" Longitude="139.7375792" StarRating="3" HotelCode="|433880" HotelName="Universal Haneda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-10-14, Nishikojiya?Ota-ku, Tokyo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/3/8/8/0/433880_d54eb811109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.67" OriginalAmount="201.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.703667" Longitude="139.780554" StarRating="2" HotelCode="|558729" HotelName="LiVEMAX AKIHABARAKITA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-5-2 Taito</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/7/2/9/558729_a2bd9851750.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="207.78" OriginalAmount="201.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.703934868262" Longitude="139.79741306634" StarRating="2" HotelCode="115794|1117998" HotelName="HOTEL MYSTAYS Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-21-11 Honjo, Sumida-ku, Tokyo 130-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/36/bc364cc744a969a8fd7bab25faa3644576b2b039.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="202.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.76321096" Longitude="139.82628847" StarRating="0" HotelCode="971086|apa_hotel_ayase_ekimae" HotelName="Apa Hotel Ayase Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-7-18 Ayase, Adachi, Tokyo 120-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/b2/86b27a9bdf4b5ed805347e1f81cf3ae69bd41b7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.56" OriginalAmount="203.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70025" Longitude="139.7875" StarRating="3" HotelCode="|433811" HotelName="APA Hotel Asakusabashi Eki-Kita" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-1-10 Asakusa-Bashi, Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/3/8/1/1/433811_0909f4a1305.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.70" OriginalAmount="204.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6650213" Longitude="139.7580403" StarRating="1" HotelCode="|320805" HotelName="Anshin Oyado Tokyo Shinbashi Ekimae - Caters To Men" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Shinbashi 3-21-6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/8/0/5/320805_741a87d1724.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.85" OriginalAmount="204.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.651891" Longitude="139.736931" StarRating="3" HotelCode="|96201" HotelName="OLYMPIC INN AZABU" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-7-37 Minami Azabu Minato-Ku Tokyo, ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/2/0/1/96201_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is, ideal for holidays or business trips, it offers excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.15" OriginalAmount="205.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71812348" Longitude="139.8583956" StarRating="2" HotelCode="314866|shinkoiwa_park_hotel" HotelName="Shinkoiwa Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-1-3 Higashishinkoiwa, Katsushikaku, Tokyo-to 124-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/ab/30ab5971f13f86d1e156d6f5ced3f72e247b57b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys are accessible by lift. The hotel offers various services and facilities, including a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.15" OriginalAmount="205.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.710663666667" Longitude="139.746211" StarRating="2" HotelCode="916147|hotel_live_max_korakuen" HotelName="Hotel Live Max Korakuen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-1-2 Koishikawa, Bunkyo 112-0002, Tokio Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/e5/17e548e3d7d10398aa6628b8a36036eacbaeb658.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.18" OriginalAmount="206.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="977404|hotel_maruchu_centro" HotelName="Hotel Maruchu Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-2-2 Minami Senjyu, Arakawa Word, Tokyo 116-0003</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a7/12/a71297aa02fb2203d9236612e1ccdc15ce3ea19c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="213.35" OriginalAmount="207.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68938753" Longitude="139.70287284" StarRating="1" HotelCode="376651|1720258" HotelName="Capsule Hotel Anshin Oyado Shinjuku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4-2-10 Shinjuku, Shinjuku 160-0022, Tokio Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/b0/abb0a4f83e6b437732f5b9ec2a528ce2c0cda980.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.83" OriginalAmount="208.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.682452" Longitude="139.780864" StarRating="3" HotelCode="|430088" HotelName="Livemax Nihonbashi Koamicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>10-7 Nihonbashi Koamicho, Tokyo, 103-0016, Tokyo, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/0/0/8/8/430088_485e6f01832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="217.23" OriginalAmount="210.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7055933" Longitude="139.7945264" StarRating="3" HotelCode="|168299" HotelName="Apa Asakusa Kuramae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-4-6, Komagata, Taito-Ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/2/9/9/168299_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 2-minute walk away from the Station of Kuramae, 2 kilometres away from El Tokyo Sky Tree, a 10-minute walk away from the Station of Asakusa and the temple Sensoji de Asakusa. It is situated 18 kilometres away from El Tokyo Disney Resort HOTEL: The hotel has a restaurant, public bathrooms and WiFi (free of charge). ROOM: The modern rooms have a flat-screen television, a fridge, a writing desk, a bathroom with a bath, a hairdryer and toiletries. MEALS: The establishment serves a buffet breakfast. FACILITIES: The establishment offers vending machines, a microwave, computers (available for a fee), a massage service, a launderette and a photocopier.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.36" OriginalAmount="212.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.76363796" Longitude="139.82421363" StarRating="0" HotelCode="982349|hotel_livemax_tokyo_ayase_ekimae" HotelName="Hotel Livemax Tokyo Ayase-Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-16-1 Ayase, Adachi, Tokyo 120-0005, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/98/8f98f78aae7601290b215e096b19128af2b0f9d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="219.59" OriginalAmount="213.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66503231" Longitude="139.75808987" StarRating="1" HotelCode="419600|1720298" HotelName="Luxury Capsule Hotel Anshin Oyado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Dining,Internet,Kitchen,Laundry,Lounge,Parking,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-21 Shinbashi Minato-ku, 105-0004 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/65/1b65816cf896ca029366b97c798916093bb31261.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Capsule Hotel Anshin Oyado Shinbashi in Tokyo (Shin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.77" OriginalAmount="214.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6889414" Longitude="139.8213702" StarRating="3" HotelCode="|96341" HotelName="Apa  Tokyo-ojima" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-8-7 Ojima Koto-Ku Tokyo, ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/3/4/1/96341_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant with lunch and dinner service, WiFi (free of charge), internet, a fax service and a photocopier. some services (for a fee), The establishment also has a bicycle rental desk. SITUATION: This hotel is a 5-minute walk away from Sumiyoshi the stations of, the hotel Kinshicho it is 5 minutes drive away from JR Kameido the Station of it is situated 8,7 kilometres away from Ginza the area this establishment, Tokyo Disney Resort it is situated 13 kilometres away from. ROOM: Clients are offered recently renovated rooms with LCD television, a fridge, slippers and a bathroom with a shower. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.83" OriginalAmount="214.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.693138" Longitude="139.781869" StarRating="0" HotelCode="|555662" HotelName="Livemax Tokyo Bakurocho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bakurocho 1-7-20, Nihonbashi, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/6/2/555662_1f18ed21519.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="220.87" OriginalAmount="214.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73471548" Longitude="139.73762849" StarRating="3" HotelCode="437008|3693805" HotelName="APA Hotel Sugamo Ekimae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-9-7 Sugamo, Toshima, Tokyo 170-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/0a/160a49947a9e9f0a71acae484f75b280fce0e45b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="643866|smile_hotel_tokyo_nishikasai" HotelName="Hotel Sunpatio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-15-5 Nishikasai</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/cb/b6cb377076ba3b58e09c68cf313809e4d55a2f22.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.45" OriginalAmount="215.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="962784|okachimachi_urban_hotel" HotelName="Okachimachi Urban Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-16-8 Sotokanda, Tokyo 101-0021, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/c8/00c8c134ad66b99f9423d265dd79a4d202c14c28.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.55" OriginalAmount="215.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70025" Longitude="139.7875" StarRating="3" HotelCode="|185564" HotelName="Apa Asakusabashi-ekikita" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-1-10 Asakusa-Bashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/6/4/185564_94966dc1224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="221.95" OriginalAmount="215.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.743389" Longitude="139.833679" StarRating="0" HotelCode="|523157" HotelName="Residential Bevel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-32-16 Horikiri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/5/7/523157_de084c50938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.48" OriginalAmount="216.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73846106" Longitude="139.74571757" StarRating="0" HotelCode="963166|apa_hotel_komagome_ekimae" HotelName="APA Hotel Komagome Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-23-15 Komagome, Toshima, Tokyo 170-0003, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/c7/8cc75c34ef51bf03019f38768da8f436691ae8bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.94" OriginalAmount="217.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.686375" Longitude="139.791519" StarRating="3" HotelCode="|428145" HotelName="APA Hotel Nihombashi-Hamachoeki-Minami" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-43-8, Nihonbashi Hama-cho, Tokyo, 103-0007, Tokyo-to, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/8/1/4/5/428145_2dcaefb0745.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.22" OriginalAmount="217.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.744633" Longitude="139.719255" StarRating="2" HotelCode="|152552" HotelName="Apa Tokyo Itabashi Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-47-1 Kamikebukuro Toshima-ku, Tokyo Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/5/2/152552_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, washing machines, WiFi (free of charge) and a massage service. SITUATION: This establishment, is 1 minute away from JR Itabashi the Station of 5 minutes away from the establishment, guests will find Shimo Itabashi the Railway Station of Shin Itabashi the metro station Ikebukuro 5 minutes away from the establishment, you can find it is situated 15 minutes away from Sunshine City Aquarium 15 minutes away from the establishment, clients can find Togenuki Jizo the monument of. ROOM: All the rooms have a television, an air-conditioning system, heating, a fridge, kettle and a bathroom with a bath. OTHERS: Regarding the food and beverage offering, clients have a restaurant, a buffet breakfast, a cafÃ©, a bar and vending machines.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.84" OriginalAmount="218.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.706774" Longitude="139.785522" StarRating="2" HotelCode="189024|1144828" HotelName="Hotel Live Max Higashi-Ueno" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-5-1 Motoasakusa, Taito-ku, Tokyo 111-0041</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d4/ecd4a63a9617546ab185f1dee3838b345d121cf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.57" OriginalAmount="219.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.563503869094" Longitude="139.7121450305" StarRating="2" HotelCode="189095|red_roof_inn_kamatahaneda_tokyo" HotelName="Red Roof Inn Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>7-24-7 Nishi-Kamata, Ota-ku, Tokyo 144-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7c/c6/7cc6ea8e3b91956786583eb4a61004d0c430927d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.57" OriginalAmount="219.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.77814585" Longitude="139.72200706" StarRating="0" HotelCode="965509|hotel_livemax_akabane_ekimae" HotelName="Hotel Livemax Akabane Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-3-10 Akabane, Kita-ku, Tokyo 115-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/0c/a90cebc04feaaf26eddaf299c161bcfc5a5d9c05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.93" OriginalAmount="219.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5635456" Longitude="139.7121806" StarRating="3" HotelCode="|86026" HotelName="Red Roof Inn Kamata/Haneda Tokyo	" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NISHI-KAMATA, OTA-KU 7-24-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/2/6/86026_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby with a computer, internet (free of charge), a printing service, WiFi (free of charge), a laundry service (for a fee) and vending machines. SITUATION: This hotel is 5 minutes away from JR Kamata the Station of 13 minutes away, you can find Keikyu Kamata the Station of 7 minutes away from the establishment guests have Ikegami Honmonji the Temple of it is 10 minutes away from Epson Shinagawa Aqua the stadium. ROOM: The rooms have an air-conditioning system, WiFi (free of charge), a trouser press, bedding and a bathroom with bidet. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service at no extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.10" OriginalAmount="219.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73549" Longitude="139.7773" StarRating="3" HotelCode="|243081" HotelName="Randor Residence Tokyo Classic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3-2 Nishinippori, Arakawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/0/8/1/243081_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.27" OriginalAmount="219.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70015939" Longitude="139.78768258" StarRating="3" HotelCode="362004|1760738" HotelName="APA Hotel Asakusabashi-Ekikita" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-1-10, Asakusabashi, Taitou-ku, Tokyo 111-0053</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/29/3829f27bb522c86b0305b4d3e0ad06bfd0268b53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69313469" Longitude="139.7819096" StarRating="2" HotelCode="550207|hotel_livemax_tokyo_bakurocho" HotelName="Hotel Livemax Tokyo Bakurocho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-7-20 Bakurocho, Nihonbashi, Chuo-ku, Tokyo 103-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/10/2610fbf640b0b340fee96e91634dde6a37a997fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="830438|hotel_livemax_uenoekimae" HotelName="Hotel Livemax Ueno Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-12-2 Higashi-Ueno, Taito-ku, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4b/77/4b77231069480b91f762f0134f4236d4ccc0b17b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="226.80" OriginalAmount="220.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.705811" Longitude="139.794236" StarRating="3" HotelCode="188999|1138848" HotelName="APA Hotel Asakusa Kuramae" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-4-6 Komagata, Taito-ku, Tokyo 111-0043</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/f9/69f9118aa156402ce3ed73efcb35060ca17df611.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.59" OriginalAmount="221.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66917" Longitude="139.73264" StarRating="3" HotelCode="|85924" HotelName="Marroad Inn Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-15-17 AKASAKA, MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/2/4/85924_80a4f351116.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has computers (for a fee) and a massage service (for a fee), The establishment boasts a trouser press, an ironing service, vending machines, a reception with a baggage room and a restaurant. With regards to the food and beverage offering, the establishment has a buffet breakfast. ROOM: The establishment has simple rooms, with internet, an air-conditioning system, a flat-screen television, a fridge, kettle, tea, a bathrobe, toothbrushes and a bathroom with a hairdryer. SITUATION: This establishment, is a 5-minute walk away from Akasaka the underground station of the establishment is a 10-minute drive away from Roppongi the Railway Station of Roppongi Hills it is situated 15 minutes walk away from This establishment, el Centro Nacional de Arte it is a 10-minute walk away from the establishment is a 15-minute drive away from Tokio the Station of Tokyo Midtown it is situated 10 minutes walk away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="229.10" OriginalAmount="222.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.704904" Longitude="139.771839" StarRating="0" HotelCode="|559729" HotelName="Okachimachi Urban" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-16-8 Sotokanda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/7/2/9/559729_48dd4271756.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="229.38" OriginalAmount="222.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7316" Longitude="139.726" StarRating="3" HotelCode="|435364" HotelName="APA Hotel Yamanote Otsukaeki Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-31-10 Minamiotsuka, Toshima-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/5/3/6/4/435364_839b9461639.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.69" OriginalAmount="223.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.688902587639" Longitude="139.77981569203" StarRating="2" HotelCode="95431|hotel_horidome_villa" HotelName="Hotel Horidome Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-10-10 Horidome-cho, Nihonbashi, Chuo-ku, Tokyo 103-0012</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/e1/e3e18d1d9fd0107786cf4e01ccc91e4f26547f1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.69" OriginalAmount="223.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.744730431042" Longitude="139.85462829259" StarRating="0" HotelCode="531567|hotel_akai_" HotelName="Business and Capsule Hotel Akai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-41-13 Aoto</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/76/3076dc5e5feaf4875dca4830502182f6c0aff8b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.69" OriginalAmount="223.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69394775" Longitude="139.78521575" StarRating="2" HotelCode="916128|rb_hotel_higashi_nihonbashi" HotelName="R&amp;B Hotel Higashi Nihonbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-15-6 Higashi-Nihonbashi, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/4e/3e4e31254aabcd2dac0ca321bdf8dafacaa8b32d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo. For those in need of an adults-only holiday, it provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.686132857326" Longitude="139.77609072024" StarRating="3" HotelCode="189035|smile_hotel_nihombashimitsukoshimae" HotelName="Smile Hotel Nihombashi Mitsukoshimae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1 -4-14 Honcho, Nihonbashi, Chuo-ku, 103-0023 Tokyo, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/1b/8e1b69986e797677638264c95196ed81a8cc5331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.72" OriginalAmount="224.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72006266" Longitude="139.81140416" StarRating="2" HotelCode="550656|the_skytree_north" HotelName="The Skytree North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-11-11 Mukouijima, Sumida-ku, Tokyo 131-0033, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/3e/983e95166924ba871a77451f522f1ed9f3fab49b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.64" OriginalAmount="224.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.597223" Longitude="139.711699" StarRating="2" HotelCode="95455|1173988" HotelName="Tokyo Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-31-6 Kitamagome, Ota-Ku, Tokyo 143-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/a7/74a71a4d5b9edaa7d91067d539b1547b3631a352.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.78" OriginalAmount="226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73546153" Longitude="139.77726266" StarRating="3" HotelCode="481655|grand_nishi_nippori_first_guesthouse_in_tokyo" HotelName="Grand Nishi-Nippori First -Guesthouse in Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3-2 Nishinippori, Arakawa, Tokyo 116-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/bd/14bdda5eefa157e3d8d6a374818479767152de1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.04" OriginalAmount="226.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69877" Longitude="139.787497" StarRating="2" HotelCode="|430093" HotelName="LiVEMAX ASAKUSABASHI-EKI KITAGUCHI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-7-2 Yanagibashi Taito-ku, Tokyo, Tokyo, 111-0052</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/0/0/9/3/430093_4b23b7b1835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="233.60" OriginalAmount="226.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.74489555153" Longitude="139.71954092857" StarRating="3" HotelCode="95466|1128908" HotelName="APA Hotel Tokyo-Itabashi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-47-1 Kami-Ikebukuro, Toshima-ku, Tokyo 170-0012</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/5f/bf5fb2a9d026a7798a16b051ff32742eb6a47103.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="233.81" OriginalAmount="227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.689025" Longitude="139.82134" StarRating="3" HotelCode="909473|apa_hotel_tokyoojima" HotelName="APA Hotel Tokyo Ojima" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8-7 Ojima, Koto-ku, Tokyo 136-0072</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/bf/94bf781ba7e085692503d1da4bef8645d74ce9e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="234.21" OriginalAmount="227.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72951356" Longitude="139.72401342" StarRating="3" HotelCode="380553|1239668" HotelName="HOTEL MYSTAYS Higashi Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4-39-13, Higashiikebukuro, Toshima-ku, Tokyo 170-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/43/7843e7e861e3f6082a21ac2e19ea7751c4fb04ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.34" OriginalAmount="227.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6863" Longitude="139.79164" StarRating="3" HotelCode="|185571" HotelName="Apa  Nihonbashi Hamacho Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-43-8, Nihonbashi Hama-cho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/7/1/185571_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.36" OriginalAmount="227.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.669972" Longitude="139.73337" StarRating="0" HotelCode="|430100" HotelName="Livemax Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-9-4 Akasaka, Minato-ku, Tokyo, Tokyo, 107-0052</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/0/1/0/0/430100_4e839831838.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.84" OriginalAmount="228.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65349589" Longitude="139.70709757" StarRating="2" HotelCode="781957|mustard_hotel_shibuya_hostel" HotelName="Mustard Hotel Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-29-3 Higashi, Shibuya Bridge B, Shibuya, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/ab/ababb2ebc740731a4ce7f08fdc0758196af7a2b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.84" OriginalAmount="228.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.733945" Longitude="139.73484" StarRating="2" HotelCode="916154|flexstay_inn_sugamo_formerly_weekly_mansion_sugamo" HotelName="Flexstay Inn Sugamo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-6-16 Sugamo, Toshima-ku, Tokyo 170-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/66/b166699326ba8064be69ed01c5af816209d5ef0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.41" OriginalAmount="228.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.660792" Longitude="139.873219" StarRating="0" HotelCode="|459341" HotelName="Livemax Kasai Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-1-3 Higashikasai, Edogawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/3/4/1/459341_345f7681344.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="235.69" OriginalAmount="228.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7056172" Longitude="139.7557881" StarRating="3" HotelCode="|86003" HotelName="KOKO Korakuen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-25-11 HONGOU, BUNKYOU-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/0/3/86003_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a laundry service, computers with internet, (free of charge), a massage service. ROOM: The modern rooms, have a bathroom with a bath, a kettle, a fridge, a writing desk, internet (free of charge) and flat-screen satellite television. SITUATION: This hotel is a 5-minute walk away from Koraku-en the underground station of Tokyo Dome 300 metres away from el Palacio Imperial 10 minutes away from Yasukuni the sanctuary near the establishment, you will find Koraku-en the underground station of. MEALS: Guests are offered a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.715795838559" Longitude="139.79352963677" StarRating="2" HotelCode="380468|ks_house_tokyo_oasis" HotelName="K's House Tokyo Oasis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>14-10 Asakusa 2-Chome, Taito-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/1d/1c1d49a22a635ffdf056d41a8543eba0cdc1d3df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5636057" Longitude="139.71672766" StarRating="2" HotelCode="421161|urvest_hotel_kamata_east" HotelName="Urvest Hotel Kamata East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Massage Centre,Meeting Room,Restaurant,Room Service,Telephone Service,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>5-12-12 Kamata Ohta-ku, Tokyo 144-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/64/1e643879a99e05d88f5f00cecbfad5afcb873d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Urvest Hotel Kamata East in Tokyo Kamata, you'll be close to Wakami...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.90" OriginalAmount="230.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6934904" Longitude="139.8969134" StarRating="3" HotelCode="316318|mizue_daiichi_hotel" HotelName="Mitsue Dai -Ichi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-6-16 Mizue, Edogawa, Tokyo 132-0011</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/74/ed74371ecc5df63b304579d9b2865b5d61519569.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located in Edogawa, a ward located in Tokyo. Guests staying at this comfortab...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.90" OriginalAmount="230.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70765725" Longitude="139.79554917" StarRating="3" HotelCode="343806|asakusa_hotel_hatago" HotelName="Asakusa Hotel Hatago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/49/6549e2341395d30ef6fe14c45d5aaafa4b1fd839.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Tokyo, Asakusa Hotel Hatago puts everything the city has to offer just ou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="237.02" OriginalAmount="230.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7158025" Longitude="139.7935955" StarRating="0" HotelCode="|85948" HotelName="K's House Tokyo Oasis -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>14-10 ASAKUSA 2-CHOME, TAITO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/4/8/85948_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This non-smoking establishment, has a tea service and coffee service. The establishment also has a meeting area, a library, has WiFi, (free of charge), a shared kitchen and washing machines. SITUATION: This establishment, is in Asakusa the historic centre of Close to restaurants and shops. 3 minutes walk away, you can find Asakusa the Station of el templo Senso-ji it is situated 6 minutes walk away from. ROOM: Guests are offered private rooms and shared rooms. Each room has an air-conditioning system and a television. Some rooms have a sitting area, tatami mat floors and a bath. All the rooms have a shower and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73345903" Longitude="139.70764685" StarRating="0" HotelCode="537489|kimi_ryokan" HotelName="Kimi Ryokan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Ryokans" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>36-8 2chome, Ikebukuro, Toshimaku, Tokyo 171-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/a5/92a5b92d7f55e1b0b449ad1863723be14dc19a05.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 600 metres from JR Ikebukuro Train Station, the completely non-smoking Kimi Ryokan offers tradi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66088002" Longitude="139.87313741" StarRating="2" HotelCode="491556|hotel_livemax_kasaiekimae" HotelName="Hotel Livemax Kasai Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-1-3 Higashikasai, Edogawa, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c5/74c5d4c0ccb6639d2c20a8a22700d224569d1790.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2-star Hotel Livemax Kasai Ekimae offers comfort and convenience whether you're on business or h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.93" OriginalAmount="231.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66425655" Longitude="139.86014443" StarRating="3" HotelCode="615229|apa_hotel_tkp_tokyo_nishikasai" HotelName="APA Hotel TKP Tokyo Nishikasai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Apartment" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6-15-24 Nishikasai, Edogawa-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/ca/95caddbe8ef4a750b53bf89bb334a6fc2ce5bacb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.55" OriginalAmount="231.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7101097" Longitude="139.7900855" StarRating="3" HotelCode="|321209" HotelName="Apa Asakusa Tawaramachi Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku, Nishiasakusa 1-2-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/2/0/9/321209_38397091112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.62" OriginalAmount="231.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.691021" Longitude="139.7806594" StarRating="3" HotelCode="|168310" HotelName="Apa Kodemmacho-ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>14-20, Nihonbashiodenmacho, Chuo-ku,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/1/0/168310_1_3627.jpg</HotelPictures>
        <HotelDescription>ROOM: All the rooms have a flat-screen television, an air-conditioning system, heating, tea, a writing desk, a fridge, a bathrobe and films. They also have a bathroom with a bath, a hairdryer and toiletries. SITUATION: The establishment is a 2-minute walk away from the metro station of Kodemmacho and a 5-minute metro ride away from the Station of Akihabara. The establishment is a 25-minute drive away from the theme parks Tokyo Disneyland and Tokyo Disney Sea. It is located near the metro station of Kodemmacho. FACILITIES: Guests are offered WiFi (free of charge), a reception with luggage room, a photocopier and computers with internet connection (free of charge). RESTAURANT: Guests can enjoy a restaurant, breakfast service, lunch service and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.96" OriginalAmount="232.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67823065" Longitude="139.77894104" StarRating="2" HotelCode="550043|hotel_livemax_kayabacho" HotelName="Hotel Livemax Kayabacho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-7-3 Nihonbashi, Kayabacho, Chuo-ku, Tokyo 103-0025</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/4a/f64a42788874b568ccf6257ba8fe2a6b5e344b6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hotel LiVEMAX Kayabacho in Tokyo (Chuo), you'll be minutes from Tok...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.21" OriginalAmount="232.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5600384" Longitude="139.7160155" StarRating="3" HotelCode="|168410" HotelName="Mystays Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ota-ku Kamata 5-46-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/1/0/168410_8.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is a 5-minute walk away from the railway station JR Kamata, is a 10-minute train ride away from the railway station Shinagawa and a 12-minute walk away from the railway station Keikyu Kamata. FACILITIES: Guests are offered WiFi (free of charge), a massage service, coffee service, a hall with wifi connection (free of charge). ROOM: Customers have modern rooms with flatscreen television, an air-conditioning system, humidifier and a bathroom with a bath. On request, you can use a DVD player.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.53" OriginalAmount="233.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6570581" Longitude="139.7235014" StarRating="3" HotelCode="|96351" HotelName="Apa  Nishiazabu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-4-5 Nishi-Azabu Minato-Ku Tokyo, ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/3/5/1/96351_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a massage service and a restaurant. The establishment has a lobby with internet, (for a fee), vending machines. SITUATION: This hotel is a 5-minute walk away from Hiroo the underground station of It has excellent transport links to Tsukiji the areas and, Roppongi Hills it is 600 metres away from Keyakizaka the shopping street This hotel is a 10-minute walk away from Roppongi the area. ROOM: The rooms have a flat-screen television, a fridge, a writing desk, an air-conditioning system, heating, a bathroom with a bath, a hairdryer, complimentary bathroom items and a bathrobe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.02" OriginalAmount="234.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.679648291146" Longitude="139.78766987868" StarRating="2" HotelCode="361670|hotel_livemax_nihombashi_hakozaki" HotelName="Hotel Livemax Nihonbashi Hakozaki" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>29-5 Nihonbashihakozaki-cho, Chuo-ku, Tokyo 103-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/af/30af9440c662908a9c0d6cf8fec7079f0869d24f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.02" OriginalAmount="234.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69374901401" Longitude="139.78128624788" StarRating="3" HotelCode="626171|apa_hotel_nihombashi_bakurochoekikita" HotelName="APA Hotel Nihombashi Bakurocho Ekikita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-14-1 Higashi Kanda, Chiyoda-ku, Tokio 101-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/22/91/2291e7d47e5b189986d91a9618fab6e2e2711c2b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.54" OriginalAmount="234.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5629" Longitude="139.724" StarRating="3" HotelCode="|435371" HotelName="AIHOTEL Keikyukamata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-15-12 Kamata, Ota</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/5/3/7/1/435371_d845cf11620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.57" OriginalAmount="234.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6926353" Longitude="139.7847927" StarRating="3" HotelCode="|168304" HotelName="APA Higashi Nihombashi Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Higashinihombashi 3-12-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/0/4/168304_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2014, has a reception, a massage service, a baggage room, a vending machine, an ice machine and a microwave. SITUATION: The establishment is in the centre of Tokio, close to the metro station of Higashi-Nihonbashi. 8 minutes walk away, you can find the Railway Station of Tokio and El Museo Edo-Tokio. The establishment is a 15-minute train ride away from Skytree, is situated 14 minutes walk away from the shopping area of Ginza. FACILITIES: Guests are offered WiFi (free of charge). ROOM: The rooms have an air-conditioning system, a fridge, kettle, a flat-screen television with video (available on request), humidifier, a bathroom with a bath, a hairdryer and toiletries.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.66" OriginalAmount="234.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.696906" Longitude="139.706953" StarRating="3" HotelCode="|429994" HotelName="Livemax Shinjuku Kabukicho Meijidori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-3-23 Kabukicho, Tokyo, 160-0021, Tokyo, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/9/9/4/429994_0dbe8e51833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="241.83" OriginalAmount="234.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.710312" Longitude="139.803332" StarRating="0" HotelCode="|468872" HotelName="Rakuten Stay Tokyo Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-16-6 Azumabashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/8/7/2/468872_35968bd1229.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.19" OriginalAmount="235.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5572293" Longitude="139.7250953" StarRating="3" HotelCode="|251368" HotelName="Quintessa Tokyo Haneda Comic &amp; Books	" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ota-ku, Minamikamata 1-25-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/6/8/251368_0f042c41203.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="243.08" OriginalAmount="236.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69234983" Longitude="139.73456519" StarRating="2" HotelCode="864065|first_cabin_tkp_ichigaya" HotelName="First Cabin TKP Ichigaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>8 Ichigaya Hachiman-cho, Shinjuku-ku, Tokyo 162-0844</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/80/8f8009dba2218ccffb90d9623c2d21721433ccd0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.63" OriginalAmount="236.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.60173" Longitude="139.7136" StarRating="0" HotelCode="|185627" HotelName="Flexstay Inn Nakanobu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-27-8, Futaba, Shinagawa-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/2/7/185627_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="243.66" OriginalAmount="236.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.698096" Longitude="139.78503466667" StarRating="3" HotelCode="314861|3720645" HotelName="Keikyu EX Inn Asakusabashi Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-27-9 Asakusabashi, Taito-ku, Tokyo 111-0053</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/49/9749f4775ca606faa7374807843e836c85453700.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Tokyo City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.56003754" Longitude="139.71591414" StarRating="3" HotelCode="351522|hotel_mystays_kamata" HotelName="HOTEL MYSTAYS Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5-46-5 Kamata, Ota-ku, Tokyo 144-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/9a/929aaf2ca65ea4ab80f69a7c5e9fb12595024ba9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70279587" Longitude="139.77868482" StarRating="0" HotelCode="831054|hotel_livemax_akihabarakita" HotelName="Hotel Livemax Akihabarakita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-5-2 Taito, Taito-Ku, Tokyo 110-0016</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/83/bc8373c83e14742199aedb14df6924063976c440.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="865229|hotel_monday_tokyo_nishikasai" HotelName="Hotel Monday Tokyo Nishikasai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-8-7 Nishikasai</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/40/07/400745c2642a73a530c7e8232f16ca2d665dfcdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.692813036227" Longitude="139.7824146128" StarRating="3" HotelCode="964444|apa_hotel_nihombashi_bakurochoekimae" HotelName="APA Hotel Nihombashi Bakurocho Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-6-6 Nihombashi, Chuo-ku, Tokyo 103-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/65/176556db783a94a7c35ee7862abb9de35ec7c8df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.11" OriginalAmount="237.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="977940|apa_hotel_resort_ryogokueki_tower" HotelName="APA Hotel &amp; Resort Ryogoku-Eki Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-11 Yokoami, Sumida, Tokyo 130-0015, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/04/9e0461e0f30b9e8f59f7aab89de329e4d6f58b16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.71" OriginalAmount="237.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7029385" Longitude="139.7671951" StarRating="3" HotelCode="|321005" HotelName="Apa Ochanomizu‐ekikita" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bunkyo-ku, Ushima 3-1-6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/0/0/5/321005_5c369521448.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="245.14" OriginalAmount="238.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6881411" Longitude="139.7815794" StarRating="3" HotelCode="|168316" HotelName="Apa Ningyocho-eki-kita" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Nihonbashi Horidomecho 2-9-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/1/6/168316_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 2-minute walk away from the metro station of Ningyocho and a 10-minute metro ride away from el mercado de pescado de Tsukiji. The establishment is a 10-minute drive away from the Station of Tokio. MEALS: The establishment offers a buffet breakfast. FACILITIES: The establishment has a massage service, a reception with computers (available for a fee), a microwave and a launderette (available for a fee). ROOM: Customers can find modern rooms with LCD TV, WiFi (free of charge), a bathroom, kettle, a fridge, a bathrobe, complimentary bathroom items and films. RESTAURANT: Regarding gastronomy, the establishment offers a restaurant. The establishment offers lunch service, dinner service and a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.14" OriginalAmount="238.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67007152" Longitude="139.73342055" StarRating="0" HotelCode="978460|hotel_livemax_akasaka" HotelName="Hotel Livemax Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-9-4 Akasaka, Minato, Tokyo 107-0052, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5e/a95e963b1de63c5641bebf953d62a85afe85ce69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.17" OriginalAmount="239.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.735155688906" Longitude="139.70935167334" StarRating="2" HotelCode="189027|hotel_ohedo" HotelName="Hotel Ohedo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-68 Ikebukuro, Toshima-ku, Tokyo 171-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/61/80618e0d9775ca2b650e53eff3a93712b2c0e2b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.17" OriginalAmount="239.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66226566" Longitude="139.69970302" StarRating="2" HotelCode="620839|the_millennials_shibuya" HotelName="The Millennials Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1-20-13 Jinnan, Shibuya-ku 150-0041, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/24/0224e1594afc82c09d27a89996f1e1969ad4be24.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.17" OriginalAmount="239.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6697085" Longitude="139.82001525" StarRating="2" HotelCode="916179|rb_hotel_tokyo_toyocho" HotelName="R&amp;B Hotel Tokyo Toyo-cho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Minamisuna 2-1-5, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/bf/e1bf608ae4cbdf69ec9e287d3fb6ac6ff2aa2a83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo. For those in need of an adults-only holiday, it provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.21" OriginalAmount="239.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69253" Longitude="139.775204" StarRating="0" HotelCode="|463284" HotelName="Livemax Tokyo Kanda East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-1 Iwamotocho, Chiyoda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/2/8/4/463284_044a77d1820.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.41" OriginalAmount="239.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7294898" Longitude="139.7240765" StarRating="3" HotelCode="|168406" HotelName="Mystays Higashi Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Toshima-ku, Higashi Ikebukuro 4-39-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/0/6/168406_1.jpg</HotelPictures>
        <HotelDescription>ROOM: The modern rooms have an air-conditioning system, a bathroom with a bath, a television with films, a kitchen with a microwave, a sink and a fridge. They also have internet (free of charge) and a kitchen. SITUATION: The establishment is 500 metres away from the Railway Station of JR de Otsuka. It takes 20 minutes to get to Shibuya, is situated 5 minutes walk away from the building Sunshine. The establishment is a 10-minute walk away from the metro station of Shin-Otsuka. FACILITIES: Guests are offered a massage service and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.61" OriginalAmount="239.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.713685" Longitude="139.798191" StarRating="0" HotelCode="|557044" HotelName="Trend Tobu Asakusa-Eki Kita" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-15-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/0/4/4/557044_cb4bcbd1651.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69269616" Longitude="139.78482422" StarRating="3" HotelCode="419844|1230408" HotelName="APA Hotel Higashi-Nihonbashi-Ekimae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Parking,Restaurant,Spa,Telephone Service,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>3-12-14, Higashinihonbashi, Chuo-ku, Tokyo 103-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f4/24/f4245a77fac039dddb758f46b6c94b1b87030c86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at APA Hotel Higashi-Nihonbashi-Ekimae in Tokyo Nihonbashi, you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.77911737" Longitude="139.71927945" StarRating="3" HotelCode="867890|hotel_wing_international_tokyo_akabane" HotelName="Hotel Wing International Tokyo Akabane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-39-17 Akabane Nishi, Kita-ku, Tokyo  115-0055</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/7b/c07b489e0a365d5bd8e2093bce27e34e95be1947.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel can be found in Tokyo City. Located in Akanane area, the access to the hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70819082" Longitude="139.79545769" StarRating="3" HotelCode="757080|apa_hotel_asakusaekimae" HotelName="APA Hotel Asakusa Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-12-16 Komagata, Taito-ku, Tokyo 111-0043</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/c1/a6c1028d2cf22842305d58fa388537b7489aa870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.686461065061" Longitude="139.79154336361" StarRating="3" HotelCode="916152|apa_hotel_nihonbashihamachoeki__minami" HotelName="APA Hotel Nihonbashi Hamacho Eki Minami" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-43-8 Nihombashihamacho, Chuo-ku, Tokyo-shi 103-0007, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a7/62a7fcd39f1e915955e68ea06af6b55ba0516f0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72963583" Longitude="139.72902615" StarRating="0" HotelCode="971126|hotel_livemax_tokyo_otsuka_ekimae" HotelName="Hotel Livemax Tokyo-Otsuka Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-44-12 Minami, Ootsuka, Toyoshima, Tokyo 170-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b2/22b257f8ff4f601f6a05e4b382bff20aea957544.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.23" OriginalAmount="241.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.710185" Longitude="139.778415" StarRating="3" HotelCode="207406|ueno_terminal_hotel" HotelName="Ueno Terminal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-21-11 Higashi Ueno, Taito-ku, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/a9/f3a983ab4cb542e1a37ddffad6c9c362b46665ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.23" OriginalAmount="241.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.691110113757" Longitude="139.78062291774" StarRating="3" HotelCode="916113|apa_hotel_kodenmachoekimae" HotelName="APA Hotel Kodenmacho-Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14-20 Nihonbashiodenmacho, Chuo-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/82/488289d21ebafc1917fe876fb2dd76dcb68726a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.26" OriginalAmount="242.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697010203638" Longitude="139.78353869558" StarRating="3" HotelCode="447171|hotel_mystays_asakusabashi_formerly_mystays_inn_asakusabashi" HotelName="HOTEL MYSTAYS Asakusabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-5-5 Asakusabashi, Taito-ku, Tokyo 111-0053</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/8d/578d3d2bdbc746a29a879d7c5cff1a4535f5cd84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.31" OriginalAmount="242.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69716" Longitude="139.7835" StarRating="0" HotelCode="|185696" HotelName="Mystays Asakusa - Bashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-5-5, Asakusabashi, Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/9/6/185696_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.35" OriginalAmount="242.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68225" Longitude="139.799716" StarRating="3" HotelCode="|86006" HotelName="Comfort  Tokyo Kiyosumi Shirakawa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-6-12 SHIRAKAWA, KOTO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/0/6/86006_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has breakfast service (free of charge), coffee service (free of charge), a laundry service (for a fee), a reception, a photocopier, a baggage room and a shop. ROOM: The rooms have an air-conditioning system, a flat-screen television, a fridge, kettle, tea, pyjamas, slippers, a bathroom with a hairdryer, toothbrush and WiFi (free of charge). MEALS: The establishment offers meal services. SITUATION: This hotel is situated next to Kiyosumishirakawa the metro station in just 25 minutes, clients can get to Senso-ji the temple Asakusa the area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.82" OriginalAmount="242.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6958563" Longitude="139.8116991" StarRating="3" HotelCode="|251449" HotelName="Sotetsu Fresa Inn Tokyo Kinshicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sumida-ku, Kotobashi 2-18-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/4/9/251449_ce4ee621314.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="250.02" OriginalAmount="242.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71010594" Longitude="139.79001575" StarRating="3" HotelCode="572180|3693855" HotelName="APA Hotel Asakusa Tawaramachi Ekimae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-2-3 Nishi Asakusa, Taito-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/a4/30a4c49971d4869af08f8f084a3db736f3c4dcbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="250.37" OriginalAmount="243.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70871152" Longitude="139.81028016" StarRating="2" HotelCode="436961|3714085" HotelName="Hotel Livemax Asakusa Sky Front" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-10-4 Narihira, Sumida-ku, Tokyo 130-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/f5/bef5bbcc1f3b1fdb98ee201ce8936c2aa334a370.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="250.59" OriginalAmount="243.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65692353284" Longitude="139.72356152513" StarRating="3" HotelCode="95465|1095578" HotelName="APA Hotel Nishi-Azabu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-4-5 Nishi-Azabu, Minato-ku, Tokyo 106-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/f5/d2f50a6917c74c1cf6964de5eb336e91afb95da2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.01" OriginalAmount="243.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71782" Longitude="139.76932" StarRating="0" HotelCode="|185850" HotelName="Katsutaro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-16-8 Ikenohata Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/5/0/185850_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.32" OriginalAmount="244.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.688182" Longitude="139.781541" StarRating="3" HotelCode="909468|apa_hotel_ningyochoekikita" HotelName="APA Hotel Ningyocho Eki Kita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-9-4 Nihonbashihoridomecho, Chuo-ku, Tokyo 103-0012</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/74/d674004a8e42f1604890cf9b2381899d2958a5a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="252.13" OriginalAmount="244.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70998815" Longitude="139.7773793" StarRating="2" HotelCode="563503|3732485" HotelName="Hotel Santargas Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-19-3 Higashiueno, Taito-ku, Tokyo-to 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/4e/ad4e3b37af57a3a7f2b5be25efb6eba3d83797ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="252.30" OriginalAmount="244.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.653501" Longitude="139.707095" StarRating="0" HotelCode="|319114" HotelName="Mustard Hotel Shibuya -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shibuya-ku Higashi 1-29-3 SHIBUYA BRIDGE B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/9/1/1/4/319114_d9defc31749.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.35" OriginalAmount="245.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="870363|kokoroin_asakusa_kuramae_hear_vacation_stay_22513" HotelName="Cocoro Inn Asakusa Kuramae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-20-7 Kuramae, Tokyo 111-0051, Taito-Ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/12/c612d00921e75fd1e7d6f769456ba8d004e01656.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.38" OriginalAmount="246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71348153" Longitude="139.78268365" StarRating="0" HotelCode="951212|apa_hotel_ueno_inaricho_ekikita" HotelName="APA Hotel Ueno Inaricho Ekikita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-10-8 Higashi Ueno, Taito-ku, Tokyo 110-0015, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/b1/45b15479ef042287596599e40c9e394b3adf3340.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.38" OriginalAmount="246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="879700|numero_uno_tokyo_2" HotelName="Numero Uno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-28-9 Nishikoujiya</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/82/4982b4af0536354270fe56e0da3ee56d2d9d87db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.41" OriginalAmount="247.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71370065" Longitude="139.79821903" StarRating="0" HotelCode="963093|hotel_trend_tobu_asakusaeki_kita" HotelName="Hotel Trend Tobu Asakusa Ekikita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-15-4 Hanakawado, Asakusa, Taito-ku, Tokyo 111-0033, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/71/9b71885c160b909df4c6d9505bb511679f082306.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.59" OriginalAmount="247.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7279" Longitude="139.715634" StarRating="3" HotelCode="|429413" HotelName="Keio Presso Inn Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-29-11 Minami-Ikebukuro, Toshima-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/4/1/3/429413_53082551331.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.44" OriginalAmount="248.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697097" Longitude="139.70266" StarRating="0" HotelCode="|430087" HotelName="Livemax Shinjuku Kabukicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-33-3 Kabukicho, Shinjuku, Tokyo, Tokyo, 160-0021</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/0/0/8/7/430087_47bdb961831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.44" OriginalAmount="248.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70285316" Longitude="139.7671113" StarRating="3" HotelCode="490969|apa_hotel_ochanomizuekikita" HotelName="Apa Hotel Ochanomizu-Ekikita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-1-6 Yushima, Bunkyo-ku, Tokyo 113-0034</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/6b/e56b0d0a0304c2c30ee90efc1ddce9d6d1c5812d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.20" OriginalAmount="248.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66971" Longitude="139.82002" StarRating="0" HotelCode="|185840" HotelName="Randb Tokyo Toyo-cho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minamisuna 2-1-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/4/0/185840_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.60" OriginalAmount="249.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.728724" Longitude="139.734053" StarRating="2" HotelCode="|475051" HotelName="Belle Via Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-chome-22-1 Minamiotsuka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/0/5/1/475051_68e52421216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="256.98" OriginalAmount="249.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.705546752226" Longitude="139.75589857887" StarRating="3" HotelCode="192599|1122888" HotelName="Hotel Wing International Kourakuen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-25-11 Hongou, Bunkyou-ku, Tokyo 113-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/75/05/7505fe4b9cd447a63005669de233db4415a2afd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo (TYO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.45" OriginalAmount="249.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.706052" Longitude="139.803867" StarRating="3" HotelCode="|533727" HotelName="Hostel Inn Tokyo Asakusa East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-chome-7-6 Higashikomagata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/7/2/7/533727_ffc3ccb1115.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.731259" Longitude="139.716235" StarRating="3" HotelCode="167547|hotel_grand_city" HotelName="Grand City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-30-7 Higashi Ikebukuro, Toyoshimaku, Tokyo 170-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/1a/6d1a79cade6aa939f8c785ba44db598f63672d98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.761543" Longitude="139.718517" StarRating="0" HotelCode="426401|tae_domus_apartment" HotelName="Tae Domus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-8-22 Kamijujo, Kita-ku, 114-0034 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/72/317240ba277ba45312916b6794555f90056d953f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 1.5-star Tae Domus Apartment offers comfort and convenience whether you're on business or holida...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71033162" Longitude="139.80324734" StarRating="3" HotelCode="744121|rakuten_stay_tokyo_asakusa" HotelName="Hotel Amanek Asakusa Azumabashi Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-16-6 Azumabashi, Sumida, Tokyo 130-0001</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/95/b1950caa5d4e36151b1db8f9e66fe046bf910c0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.55962694" Longitude="139.72478426" StarRating="3" HotelCode="865171|hotel_oriental_express_tokyo_kamata_open_in_april_19_2019" HotelName="Hotel Oriental Express Tokyo Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-3-15 Minamikamata, Ota, Tokyo 144-0035, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/87/c58742443479f9c29e86ae8a481a219ee3a80098.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Oriental Express Tokyo Kamata”, new hotel, opens in April 2019. The hotel is ideally located, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.50" OriginalAmount="250.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="962626|jesly_villa_tokyo" HotelName="Jesly Villa Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-20-20 Kanedahigashi, Tokyo 292-0009, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ec/50ec989e6476ec08421f227e0992a4304d6768b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="259.22" OriginalAmount="251.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69933058" Longitude="139.82503502" StarRating="3" HotelCode="440653|2203315" HotelName="Excel City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-27-12 Kameido, Koto-ku, Tokyo 136-0071</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/d3/e9d33ae87f3c9a3a82474e816451597d3df2d0a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.57" OriginalAmount="252.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.562767" Longitude="139.724038" StarRating="0" HotelCode="|565179" HotelName="AI HOTEL Keikyu Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-15-12 Kamata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/1/7/9/565179_0d828411933.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.79" OriginalAmount="252.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.707234" Longitude="139.795444" StarRating="0" HotelCode="|463040" HotelName="Livemax Asakusa Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-6-5 Komagata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/0/4/0/463040_d6e0b991622.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="259.95" OriginalAmount="252.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69465418" Longitude="139.76221951" StarRating="3" HotelCode="419546|1714618" HotelName="APA Hotel Kanda-Jimbocho-Ekihigashi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-1-22 Kanda-Ogawamachi, Chiyoda-ku, Tokyo 101-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/0e/720e8610f240736b75501661452bfff816d6833c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;In the heart of Tokyo, APA Hotel Kanda-Jimbocho-Ekihigashi is clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.06" OriginalAmount="252.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6789561" Longitude="139.7799714" StarRating="3" HotelCode="|131555" HotelName="Smile Tokyo Nihonbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-13-5, Nihonbashi-Kayabacho, Chuou-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/5/5/131555_2a6b9671130.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near Kayabacho the Station of. ROOM: The establishment has 171 rooms with an air-conditioning system, a television, kettle and a bathroom with a bath. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant, a tea room and a breakfast service. FACILITIES: Guests are offered a massage service and a launderette.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.59" OriginalAmount="253.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.671233" Longitude="139.735472" StarRating="3" HotelCode="78062|hotel_grand_fresa_akasaka" HotelName="Sotetsu Fresa Inn Tokyo-Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6  3 17 Akasaka, Minato-ku, Tokyo 107 0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/82/308256240b6fe82a8e0b928debfce075eb21e8ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.59" OriginalAmount="253.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5871518" Longitude="139.73612545" StarRating="3" HotelCode="639228|tmark_city_hotel_tokyo_omori" HotelName="Tmark City Hotel Tokyo Omori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-2-10 Omori, Tokyo 143-0011</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/33/bc3320a506e625bf3132afaeba68d0cf48ed7389.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.10" OriginalAmount="253.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72715236" Longitude="139.77286946" StarRating="3" HotelCode="523230|2252855" HotelName="Apa Hotel Tkp Nippori-Ekimae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5-52-9 Higashinippori, Tokyo 116-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/92/0a92348dc80f8086cde99ca855e06203fc76d387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.57" OriginalAmount="253.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.56248" Longitude="139.71317" StarRating="3" HotelCode="|185753" HotelName="Nishitetsu Inn Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-49-5 Nishikamata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/7/5/3/185753_1_5292.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="261.93" OriginalAmount="254.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71784235" Longitude="139.7693477" StarRating="2" HotelCode="422047|1173808" HotelName="Ryokan Katsutaro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-16-8 Ikenohata  Taito-ku, 110-0008 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/8e/eb8ee27604da2759796acf54ebb7e86477b995b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy hotel is set in Tokyo City. With a total of 8 bedrooms, this is a nice place to stay. This...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.65" OriginalAmount="255.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.703052497232" Longitude="139.69954700431" StarRating="2" HotelCode="315681|hotel_hanabi" HotelName="Hanabi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-8-5 Hyakunincho, Shinjukuku, Tokyo 169-0073</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/69/28697bcdd89378fb81a36adf424b6eedd0d1cc67.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo (TYO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.65" OriginalAmount="255.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71814886" Longitude="139.78186746" StarRating="2" HotelCode="856455|hotel_comfact" HotelName="Hotel Comfact" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-11 1 Chome Shitaya, Taito-ku, Tokyo 110-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/e9/4be9347a89f1dbfb9c020c5e836014f00d9e2b6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.67" OriginalAmount="255.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.56278" Longitude="139.7189" StarRating="3" HotelCode="|435355" HotelName="RandB Hotel Kamatahigashiguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-23-1, Kamata, Otaku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/5/3/5/5/435355_b3da7d01655.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.77" OriginalAmount="255.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6939379" Longitude="139.7853479" StarRating="3" HotelCode="|324135" HotelName="Randb Higashi Nihonbashi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Higashi Nihombashi 2-15-6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/4/1/3/5/324135_588252b1828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.94" OriginalAmount="255.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65863" Longitude="139.81867" StarRating="0" HotelCode="|386388" HotelName="Livemax Tokyo Shiomi-ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shiomi 2-8-8, Koto-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/3/8/8/386388_2f6c97c1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="263.68" OriginalAmount="256" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6807964" Longitude="139.780353" StarRating="3" HotelCode="916111|407868" HotelName="Keio Presso Inn Kayabacho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3-5 Nihonbashi Kayabacho Chuo-ku, Tokyo 103-0025</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/e8/76e848672792ab83fe369b5d5e86b7fde20f254a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.68" OriginalAmount="256.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.708352914434" Longitude="139.77159315393" StarRating="3" HotelCode="316498|centurion_hotel_ueno" HotelName="Centurion Hotel Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2-3-4 Ueno, Taito-ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/02/38021457ba0a19d1e4001d9217321fbfdc8e6305.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="264.23" OriginalAmount="256.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.679002" Longitude="139.779991" StarRating="3" HotelCode="95448|136614" HotelName="Smile Hotel Tokyo Nihonbashi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-13-5 Nihonbashi-Kayabacho, Chuo-Ku, Tokyo 103-0025</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/07/04/07046cb08b5a133eb5c5bde75e494dc5c6bfba64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel can be reached on foot in only 1 minute from the Kayabacho Station on the Hibiya line. Mos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.43" OriginalAmount="256.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.562069" Longitude="139.719926" StarRating="3" HotelCode="|432606" HotelName="Keikyu Ex Inn Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-28-18 Kamata, Ohta-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/2/6/0/6/432606_9e4ebe50806.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.69" OriginalAmount="256.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69756" Longitude="139.70924" StarRating="0" HotelCode="|462956" HotelName="Livemax Shinjuku East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-27-49 Shinjuku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/9/5/6/462956_cdd65571649.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.71" OriginalAmount="257.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6846491" Longitude="139.86305336" StarRating="2" HotelCode="490840|sunnex_funabori" HotelName="Kuretake Inn Tokyo Funabori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-7-19 Funabori, Edogawa-ku, Tokyo 134-0091</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/b6/78b6ff3a3144cc0da7673597940dbb9ecb45add5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.71" OriginalAmount="257.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.781817959332" Longitude="139.71980923307" StarRating="0" HotelCode="697631|super_hotel_tokyo_akabane" HotelName="Super Hotel Tokyo Akabane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>1-41-13 Akabane, Kita 115-0045, Tokyo, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/c0/f9c01f3780c9e3e01dffa73616c5e93e60f9adab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Super Hotel Tokyo Akabane to discover the wonders of Tokyo. The hotel has everything you nee...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.15" OriginalAmount="257.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70652" Longitude="139.77046" StarRating="0" HotelCode="|185886" HotelName="Tokyo Ueno Youth" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4F, 1-13-6 Taito-ku Ueno</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/8/6/185886_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.23" OriginalAmount="258.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6919621" Longitude="139.7750965" StarRating="3" HotelCode="|168308" HotelName="Apa Kanda-eki-higashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku Iwamoto-cho 2-1-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/0/8/168308_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is a 5-minute walk away from the railway station JR de Kanda. 10 minutes walk away, you can find the area Akihabara and the department store Mitsukoshi. FACILITIES: Guests are offered a massage service, restaurant, washing machines (available for a fee) and a reception. The establishment also offers computers (available for a fee). ROOM: Customers can find modern rooms with WiFi (free of charge), a flat-screen television, an air-conditioning system and a bathrobe. They also have a fridge, video, kettle, a bathroom with slippers and a bath with a shower. RESTAURANT: Clients can enjoy a breakfast and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.80" OriginalAmount="259.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69474" Longitude="139.7691" StarRating="3" HotelCode="|429406" HotelName="Keio Presso Inn Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Chome-8 Kanda Tacho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/4/0/6/429406_43b73621315.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.19" OriginalAmount="259.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70379" Longitude="139.74796" StarRating="3" HotelCode="|244573" HotelName="Koraku Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koraku 1-5-3, Bunkyo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/4/5/7/3/244573_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.83" OriginalAmount="260.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70992" Longitude="139.77675" StarRating="3" HotelCode="|246572" HotelName="KOKO Ueno Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-18-4, Higashiueno Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/5/7/2/246572_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.83" OriginalAmount="261.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67070902" Longitude="139.73816286" StarRating="2" HotelCode="775600|ici_hotel_akasaka_by_relief" HotelName="Ici Hotel Akasaka By Relief" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-Chome-17-55 Akasaka, Minato-ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/dd/0bddf96d73e7c2917c15c5f61b8b84ef0918d6d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.32" OriginalAmount="261.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72668" Longitude="139.7646" StarRating="0" HotelCode="|186334" HotelName="Annex Katsutaro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-8-4 Yanaka Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/3/4/186334_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.53" OriginalAmount="261.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5870487" Longitude="139.7361215" StarRating="4" HotelCode="|319054" HotelName="Tmark City Tokyo Omori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ota-ku Omorihoncho 1-2-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/9/0/5/4/319054_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="269.79" OriginalAmount="261.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.779112" Longitude="139.719275" StarRating="3" HotelCode="|318093" HotelName="Wing International Akabane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kita-ku Akabane Nishi 1-39-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/0/9/3/318093_d618ff61142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.86" OriginalAmount="262.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.732251" Longitude="139.714277" StarRating="3" HotelCode="167568|the_b_ikebukuro" HotelName="the b ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1-39-4 Higashiikebukuro, Toshima, Tokyo 170-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/16/81/1681e78d986db393a833e7b365e062cc539236e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within just a 10-minute walk of the hotel, guests will find a variety of shopping and dining options...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.86" OriginalAmount="262.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.696028251465" Longitude="139.8124976" StarRating="3" HotelCode="916133|hotel_famy_inn_kinshicho" HotelName="Famy Inn Kinshicho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-17-4 Kotobashi, Sumida-ku, Tokyo 130-0022, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/3e/813e007d6db63bb88688930c8a524cbb426b0210.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="269.86" OriginalAmount="262.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="977939|hotel_amanek_kamata_ekimae" HotelName="Hotel Amanek Kamata-Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-4-11 Nishi-Kamata, Ota-ku, Tokyo 144-0051, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/b5/9eb5807ca931fcbeaadfd46cd9a3a24641081483.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.28" OriginalAmount="262.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6816549" Longitude="139.780313" StarRating="3" HotelCode="|85940" HotelName="Keio Presso Inn Nihonbashi Kayabacho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-3-5 NIHONBASHI KAYABACHO CHUO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/4/0/85940_95c7e091137.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities. ROOM: The rooms have double-glazed windows, comfortable beds, a fridge and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.83" OriginalAmount="263.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.671594" Longitude="139.7738669" StarRating="3" HotelCode="|168323" HotelName="Apa Ginza Shintomicho Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Shintomi 2-5-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/2/3/168323_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 10-minute walk away from el mercado de pescado de Tsukiji, a 1-minute walk away from the metro station of Shintomi-cho and 5 minutes away from the metro station of Tsukiji. 15 minutes walk away, guests will find the area Ginza. Just a 20-minute train ride away you will find El Tokyo Disney Resort FACILITIES: The establishment boasts WiFi (free of charge), a massage service (available for a fee) and a reception with luggage room. ROOM: All the rooms have modern facilities, a flat-screen television with films, a fridge, kettle, a bathroom with a bath and toiletries. RESTAURANT: Clients can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.92" OriginalAmount="264.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7100952" Longitude="139.79528775" StarRating="3" HotelCode="595828|apa_hotel_asakusa_kaminarimon" HotelName="APA Hotel Asakusa Kaminarimon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-14-1 Kaminarimon, Taito-ku, Tokyo 111-0034</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/fc/bbfc36b9e7c361b38febdaacc6f619a5e315aefb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.92" OriginalAmount="264.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69629744" Longitude="139.78539001" StarRating="0" HotelCode="840026|hotel_livemax_asakusabashi_ekimae" HotelName="Hotel Livemax Asakusabashi Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-1-14 Asakusabashi, Taito, Tokyo 111-0053</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/5f/335f05eefa87e9170eb9ec4af8a6d93783abaaee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.25" OriginalAmount="264.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69143" Longitude="139.77504" StarRating="3" HotelCode="|185699" HotelName="Mystays Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-2-2 Iwamoto-cho, Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/9/9/185699_1_5555.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.26" OriginalAmount="264.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6861685" Longitude="139.7760787" StarRating="3" HotelCode="|85939" HotelName="Smile Nihombashi - Mitsukoshimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Nihonbashi Honcho 1-4-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/3/9/85939_8acc15a1126.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a hall with WiFi (free of charge), computer (free of charge), a laundry service (for a fee), a reception, a dry cleaner's, a baggage room and a photocopier. SITUATION: This hotel is a 5-minute walk away from Mitsukoshimae the underground station of the establishment, is a 10-minute train ride away from Tokio the Station of el Palacio Imperial it is 5 minutes drive away from 10 minutes away by metro, guests can find Akihabara the Station of it is 25 minutes away (by train) from Tokyo Dome the stadium. ROOM: Each room has internet (free of charge), a flat-screen television, a massage service (available on request), an air-conditioning system, a safe, a fridge, kettle, a bathroom with a hairdryer and toothbrush. They also have mineral water, a bathrobe and slippers. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.72" OriginalAmount="264.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.709143" Longitude="139.77553" StarRating="3" HotelCode="|456052" HotelName="APA Hotel Ueno Okachimachi Ekimae Minami" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6 Chome-7-21 Ueno,Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/0/5/2/456052_586e9371712.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.95" OriginalAmount="265.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5627811" Longitude="139.71893125" StarRating="2" HotelCode="916165|rb_hotel_kamata_higashiguchi" HotelName="R&amp;B Hotel Kamata Higashi-guchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-23-1 Kamata, Tokyo 144-0052, Ota-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/5a/0a5ad76c04687e59f2b971efc19792c1fa1014f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tokyo, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="273.39" OriginalAmount="265.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.727033" Longitude="139.716251" StarRating="3" HotelCode="189029|1060788" HotelName="Hotel Resol Ikebukuro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-30-14 Minamiikebukuro, Toshima-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6b/24/6b2413e06e0504034f8241446e542221cdf90c70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.49" OriginalAmount="265.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.752348" Longitude="139.804679" StarRating="3" HotelCode="|251487" HotelName="Urbain Tokyo Ueno Kitasenju" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Adachi-ku Senju 4-20-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/8/7/251487_210de771337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.61" OriginalAmount="265.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.668453" Longitude="139.77132" StarRating="3" HotelCode="|434104" HotelName="Livemax Higashi Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-12-1 Tsukiji, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/1/0/4/434104_dde28691729.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273.98" OriginalAmount="266" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.56257729" Longitude="139.72273592" StarRating="2" HotelCode="864325|372024" HotelName="Ai Hotel Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-18-6 Kamata, Tokyo 144-0052, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/22/922265f9abc8bdc821d5acbe31aad964ea0a9c5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.98" OriginalAmount="266.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.707449" Longitude="139.795225" StarRating="2" HotelCode="531391|hotel_wing_international_select_asakusa_komagata" HotelName="Hotel Wing International Select Asakusa Komagata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-7-5 Komagata, Taito-ku, Tokyo 111-0043, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/61/8461b68ab65a837faed0f6bef74a5751e78e34d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.69" OriginalAmount="266.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.624756" Longitude="139.724217" StarRating="2" HotelCode="|203426" HotelName="Royal Oak Gotanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-9-3, Nishigotanda, Shinagawa-ku, Tokyo-to</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/2/6/203426_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.85" OriginalAmount="266.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69474" Longitude="139.76234" StarRating="3" HotelCode="|185569" HotelName="Apa  Kanda Jimbocho Ekihigashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-1-22 Kanda Ogawamachi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/6/9/185569_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.708987" Longitude="139.790968" StarRating="3" HotelCode="140869|48747" HotelName="Agora Place Asakusa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-2-9 Kotobuki, Taito-Ku, Tokyo 111-0042</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/cf/c0cf5272c354c63bc6bd651bc428c83b1ec21267.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Kotobuki area of Taito-ku in Tokyo, the hotel provides easy access to central Tokyo....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.01" OriginalAmount="267" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.709385174999" Longitude="139.77593064308" StarRating="3" HotelCode="189098|439748" HotelName="Ueno Marutani Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Garden,Internet,Laundry,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>6-7-6 Ueno, Taito-Ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/138625/138625a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Marutani is conveniently located in Ueno, a prominent downtown area in Tokyo, where JR, Subway...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.01" OriginalAmount="267.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.738975457761" Longitude="139.76185285582" StarRating="2" HotelCode="80646|hotel_mets_tabata" HotelName="Hotel Mets Tabata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Fax,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-17-20 Higashitabata, Kita-ku, Tokyo 114-0013, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/c0/c9c0338956f697fb50047477c910a4af1b1f880b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.01" OriginalAmount="267.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67178875" Longitude="139.73950837" StarRating="3" HotelCode="481670|akasaka_urban_hotel" HotelName="Akasaka Urban Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-12-2 Akasaka, Minato-ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/82/1082e1dde962be378f448e3e0e4be61ee8907942.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.67" OriginalAmount="267.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.559858" Longitude="139.713766" StarRating="3" HotelCode="95478|340385" HotelName="Vista Hotel Kamata Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-20-11 Nishi-Kamata, Ota-ku, Tokyo 144-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/7f/437fff85e0a63860c04ad0978ada1bf26033e0d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Tokyo. It is a short drive away from the Ikegami-Honganji...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.80" OriginalAmount="267.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7159595" Longitude="139.78033169" StarRating="3" HotelCode="472232|1849808" HotelName="APA Hotel Ueno-Ekimae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7-12-11 Ueno, Taitou-ku, 110-0005 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/16928/2516928/44.jpg?f=15613887</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.00" OriginalAmount="267.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73124" Longitude="139.717178" StarRating="3" HotelCode="166925|234676" HotelName="Ark Tokyo" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-5-5 Higashi Ikebukuro, Tokyo 170-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a8/94/a894d62c5da63895d1d68897bd626f67af43d085.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.00" OriginalAmount="267.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7165489" Longitude="139.7941136" StarRating="1" HotelCode="|321155" HotelName="Sting - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Asakusa 2-25-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/5/5/321155_c65359f1746.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.02" OriginalAmount="267.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.705123083183" Longitude="139.7564619828" StarRating="3" HotelCode="189011|1897555" HotelName="the b suidobashi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-25-27 Hongo, Bunkyo-ku, Tokio 113-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/46/e646bb17656c9f14dc8c3dd082c396560fc9b35b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="276.50" OriginalAmount="268.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.733413" Longitude="139.71133" StarRating="3" HotelCode="189000|631165" HotelName="APA Hotel Ikebukuro-Eki-Kitaguchi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-48-7 Ikebukuro, 1. Stock Gin Yuba, Toshima-ku, Tokyo 171-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/61/e861934296af3c730c34aaf721e10c4562f14374.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.81" OriginalAmount="268.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6660823" Longitude="139.7749704" StarRating="3" HotelCode="|168329" HotelName="Apa Tsukiji-eki-minami" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Tsukiji 7-10-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/2/9/168329_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 5-minute walk away from el mercado de pescado de Tsukiji and the metro station Tsukiji. It is located 2 metro stops away from the shopping area of Ginza and about 10 minutes away (by car) from the shopping area of Akihabara. Just a 30-minute train ride away you will find the complex Disney Tokyo. It is a 15-minute taxi ride away from the Station of Tokio. ROOM: Customers have modern rooms with flatscreen television, films, a fridge, a bathroom with a bath, a hairdryer, toiletries and a bathrobe. RESTAURANT: It has available a restaurant with breakfast service. FACILITIES: Some of the services offered are a laundry service, a massage service and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.07" OriginalAmount="269.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7120577" Longitude="139.79308409" StarRating="2" HotelCode="481229|hotel_trend_asakusa" HotelName="Hotel Trend Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-chome 12-9, Taito-ku, Asakusa, Tokyo 111-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/ef/b9efa269305ff76f833402e1448d60b9c7c9655d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hotel Trend Asakusa, you'll be centrally located in Tokyo, minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.07" OriginalAmount="269.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70610814" Longitude="139.78151443" StarRating="2" HotelCode="769422|ici_hotel_ueno_shin_okachimachi_by_relief" HotelName="Ici Hotel Ueno Shin Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-23-11 Taito, Tokyo 110-0016</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/d1/16d185c68c793480fb9c6887ae6473fb8c325af0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.07" OriginalAmount="269.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681930760791" Longitude="139.78213690547" StarRating="3" HotelCode="916162|hotel_hokke_inn_nihonbashi" HotelName="Hokke Inn Nihonbashi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6 Nihonbashi-koamicho, Chuo-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/84/4d8484f3a4cb04a51b773f6b39a186e99fb915ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.65" OriginalAmount="269.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5599008" Longitude="139.7137774" StarRating="3" HotelCode="|73523" HotelName="Chisun Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>8-20-11 Nishi Kamata, Ota-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/5/2/3/73523_1_1697.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="278.02" OriginalAmount="269.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68797627" Longitude="139.77011643" StarRating="2" HotelCode="541220|2607865" HotelName="Keio Presso Inn Otemachi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-4-1 Nihonbashi Hongoku-cho, Chuo-ku, Tokyo, Tokyo 103-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/82/64825cfbc01d360a54c274f3d94b27b535419c73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Tokyo City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.10" OriginalAmount="270.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.62479758" Longitude="139.72423323" StarRating="2" HotelCode="468875|hotel_royal_oak_gotanda_2" HotelName="Hotel Royal Oak Gotanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-9-3 Nishigotanda, Shinagawa-Ku, Tokyo 141-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/6a/0c6aedd6821b3dc7c2f0540e7c373db76096b6ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.10" OriginalAmount="270.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67176913" Longitude="139.77509023" StarRating="3" HotelCode="739390|apa_hotel_hatchobori_shintomicho" HotelName="APA Hotel Hatchobori Shintomicho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-17-8 Shintomi, Chuo-ku, Tokyo 104-0041</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/cd/8bcd64a43959c260e79ad4f59cf04c9ee364b2f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.10" OriginalAmount="270.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="840002|business_hotel_cresent" HotelName="Business Hotel Crescent" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-3-4 Nakano</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/b7/36b79dde0f00f81012e35dd17c4ff233c5d035ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.73" OriginalAmount="270.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.63414" Longitude="139.714674" StarRating="3" HotelCode="|85944" HotelName="Abest Meguro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-26-5 KAMIOSAKI SHINAGAWA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/4/4/85944_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 3 star hotel, Tokio it is in Meguro River, Seishoko Kakurinji Temple and Ebisu Shrine it is situated 20 minutes away from this establishment, Daienji Temple, Meguro Parasitological Museum and Institute of Nature Study it is 200 metres away from it is 15 minutes drive away from Tokio Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="279.03" OriginalAmount="270.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5544023" Longitude="139.7413019" StarRating="3" HotelCode="|251499" HotelName="Henn Na Tokyo Haneda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Higashikojiya 2-11-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/9/9/251499_403827e1308.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.13" OriginalAmount="271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.704249435253" Longitude="139.79052199878" StarRating="2" HotelCode="337269|hotel_kuramae" HotelName="Hotel Kuramae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-7-1 Kuramae, Taito 111-0051, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/9c/539c8870e1fa9d9acafb74b9e04b9cf8b3655bb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.13" OriginalAmount="271.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.692119" Longitude="139.77502033333" StarRating="3" HotelCode="916120|apa_hotel_kandaekihigashi" HotelName="APA Hotel Kandaeki-Higashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-1-1, Iwamotocho, Chiyoda-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/db/9fdbefa94b86d0f7ef71e35f6bcfefddbc866c51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="279.27" OriginalAmount="271.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.708714" Longitude="139.781289" StarRating="2" HotelCode="|537653" HotelName="UENO WOO HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-chome-4-1 Higashiueno</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/7/6/5/3/537653_645fa750908.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.16" OriginalAmount="272" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72439951" Longitude="139.77556206" StarRating="0" HotelCode="563672|414836" HotelName="Hotel Cerezo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-6-1 Negishi, Taito-ku, Taito-ku, Tokyo 110-0003</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/0b/890ba88c0e5029704e703a77686aa4f98f762eb8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="280.16" OriginalAmount="272" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.669862" Longitude="139.817647" StarRating="3" HotelCode="140867|63296" HotelName="Sotetsu Fresa Inn Tokyo-Toyocho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-4-3 Toyo, Koto-ku, Tokyo 135-0016</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/82/5f82cdd70bd03af36862d8fee9da9d398b5f9be0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is 25 minutes from Shinjuku Station, 26 minutes from Disneyland and Tokyo Big Sight,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.16" OriginalAmount="272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69702183" Longitude="139.70233705" StarRating="2" HotelCode="359270|super_hotel_shinjuku_kabukicho_" HotelName="Super Hotel Shinjuku Kabukicho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Designated Smoking Area,Elevator,Internet,Laundry,Luggage Storage,Parking,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>2-39-9 Kabukicho Shinjuku-ku, 160-0021 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/e3/3be30734d7aaae9d7ba81dd8504dd2a324b9fc3f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Super Hotel Shinjuku Kabukicho to discover the wonders of Tokyo. The property features a wid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.16" OriginalAmount="272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69348" Longitude="139.773978" StarRating="3" HotelCode="189047|olympic_inn_kanda" HotelName="Olympic Inn Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Conference Hall,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>30-1 Kanda-Tomiyamachou, Chiyoda-ku, Tokyo 101-0043</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/85/9f858b8ea2beb98fbc7e45a1cce78ff05861b969.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Olympic Inn Kanda offers spacious rooms for your comfortable stay.  For your good sleep, down quilts...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.16" OriginalAmount="272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70796688" Longitude="139.79054124" StarRating="3" HotelCode="864176|hotel_trend_asakusa_tawaramachi" HotelName="Hotel Trend Asakusa Tawaramachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-18-3 Kotobuki, Asakusa, Tokyo 111-0042, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/5a/b95a409461df9229a2abbc13001ad76047efce28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.19" OriginalAmount="273.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68295" Longitude="139.73987" StarRating="3" HotelCode="|185567" HotelName="Apa Nagatacho Hanzomon Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-3-5, Hirakawacho, Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/6/7/185567_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.19" OriginalAmount="273.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.712515" Longitude="139.782062" StarRating="3" HotelCode="95470|chisun_hotel_ueno" HotelName="HOTEL MYSTAYS Ueno East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>5-5-6 Higashi-Ueno, Taito-ku, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/0e/fa0e88b108c7e3bb739ec022151d40d0cfb5a889.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.19" OriginalAmount="273.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.735115" Longitude="139.710447" StarRating="2" HotelCode="189064|super_hotel_inn_ikebukuro_eki_kitaguchi_" HotelName="Super Hotel Lohas Ikebukuro-Eki Kitaguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Designated Smoking Area,Elevator,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>2-62-14 Ikebukuro, Toshima-ku, Tokyo 171-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/5d/a55db95ff7a5c839d743c2484a71ef4b09e7092b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Super Hotel Inn Ikebukuro-Eki Kitaguchi is a popular choice amongst travelers in Tokyo, whether expl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.19" OriginalAmount="273.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="971065|hotel_wing_international_select_ikebukuro" HotelName="Hotel Wing International Select Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-7-1 Higashi-Ikebukuro, Toshima Ward, Tokyo 170-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/b9/99b900a5be26fe6bce08658684a080ab58c52258.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.47" OriginalAmount="273.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7245" Longitude="139.776" StarRating="0" HotelCode="|565932" HotelName="Cerezo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-6-1, Negishi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/9/3/2/565932_704e2192004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="283.17" OriginalAmount="274.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.691478" Longitude="139.775177" StarRating="3" HotelCode="189013|1117978" HotelName="HOTEL MYSTAYS Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2-2 Iwamotocho, Chiyoda-ku, Tokyo 101-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c9/af/c9af980c2044d2337c2edae5c9c805ca0e11d14a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.25" OriginalAmount="275" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7101436325" Longitude="139.77918282151" StarRating="2" HotelCode="189099|413401" HotelName="New Izu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Room Service,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>3-13-1 Higashiueno, Taito-Ku, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/13/8313077091f6d064c95d3c9fc38f03534642be19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within a 5 minutes' walk from JR Ueno Station. As it provides Japanese rooms wh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.25" OriginalAmount="275.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72666991" Longitude="139.7647057" StarRating="2" HotelCode="380473|annex_katsutaro_ryokan" HotelName="Annex Katsutaro Ryokan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>3-8-4 Yanaka, Tokyo 110-0001, Taito-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/73/40739318d62e058aec60be3ea09f41435e835390.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.25" OriginalAmount="275.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70993909" Longitude="139.77678731" StarRating="3" HotelCode="613209|hotel_wing_international_select_uenookachimachi" HotelName="Hotel Wing International Select Ueno Okachimachi Hotel Wing International Select Ueno Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-18-4 Higashiueno, Taito-ku, Tokio</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/99/0b99696a57f44a2f1fceefbee21aecad81bc25e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.25" OriginalAmount="275.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69070267" Longitude="139.7732514" StarRating="2" HotelCode="787641|ici_hotel_kanda_by_relief" HotelName="ICI Hotel Kanda By Relief" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-9-15 Kajicho, Chiyoda-Ku, Tokyo 101-0044</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/20/5420f54d16826ef64aea68a51308f4d2ac421102.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="283.38" OriginalAmount="275.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.62657423" Longitude="139.72082767" StarRating="2" HotelCode="541222|2660925" HotelName="Keio Presso Inn Gotanda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-17-12 Nishigotanda, Shinagawa-ku, Tokyo, Tokyo 141-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/ee/5dee4babcedf8504072019f353c559945f2f60ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Shinagawa. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.73" OriginalAmount="275.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67015" Longitude="139.81765" StarRating="3" HotelCode="|67164" HotelName="Sotetsu Fresa Inn Tokyo Toyocho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koto-ku, Toyo 4-4-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/6/4/67164_17.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 144 rooms, The establishment has a lobby, a restaurant, conference rooms, room service and a laundry service. SITUATION: 25 minutes away from the establishment, clients can findShinjuku the Station of Disneyland it is situated 26 minutes away from Clients can also find the exhibition centre, 40 kilometres away from the establishment, guests will findNarita Airport. ROOM: Each room has a bathroom with a shower, a hairdryer, cable television, internet, a fridge, a direct line telephone and an air-conditioning system. It also offers non-smoking rooms. FACILITIES: The establishment has a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.80" OriginalAmount="275.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6676" Longitude="140.011" StarRating="3" HotelCode="|435278" HotelName="Tosei Hotel Seminar Makuhari" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-3-2 Akanehama</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/5/2/7/8/435278_a7dbbce1543.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="283.95" OriginalAmount="275.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68294725495" Longitude="139.73990656142" StarRating="3" HotelCode="380555|1461758" HotelName="APA Hotel Hanzomon-Hirakawacho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3-5 Hirakawacho, Chiyoda-ku, Tokyo 102-0093</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/59/ec59af2b43547dcf7528aaf1eb4d118b8ea5c80a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="284.00" OriginalAmount="275.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.56104924" Longitude="139.719268" StarRating="3" HotelCode="522785|3711315" HotelName="Apa Hotel Kamataeki-higashi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5-31-5 Otaku Kamata, Tokyo 144-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/f7/1ff796818be398b9954207a314e41fe9ae2aab53.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.07" OriginalAmount="275.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6983543" Longitude="139.7497" StarRating="3" HotelCode="|168326" HotelName="Apa Tokyo-kudanshita" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku, Iidabashi 1-4-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/2/6/168326_16.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 3-minute walk away from the metro station of Kudanshita and 1 kilometre away from el Tokyo Dome. 10 minutes walk away, guests can find El Santuario de Yasukuni 20 minutes walk away, you can find el Palacio Imperial it is a 20-minute metro ride away from La torre Sky Tree FACILITIES: The establishment has a restaurant, WiFi (free of charge), a massage service, a reception, computers (available for a fee) and a luggage room. ROOM: It has modern rooms with LCD TV, kettle, a fridge, an air-conditioning system, a desk, toiletries and videos (available for a fee). RESTAURANT: Regarding gastronomy, the establishment offers a restaurant with breakfast service, lunch service and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.17" OriginalAmount="275.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6731047" Longitude="139.7754344" StarRating="3" HotelCode="|168301" HotelName="Apa Hatchobori Eki Minami" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Shintomi 1-14-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/0/1/168301_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 3-minute walk away from the metro station of Hatchobori and a 5-minute walk away from the metro station of Shintomicho. It is a 30-minute train ride away from the theme park Tokyo Disneyland. It is 15 minutes away (by train) from el mercado de pescado de Tsukiji FACILITIES: Guests are offered WiFi (free of charge), a massage service, a dry cleaner's, a launderette and a photocopier. ROOM: The rooms have internet (free of charge), films (available for a fee), a flat-screen television, a fridge, duvets and a bathrobe. RESTAURANT: Clients can enjoy a buffet restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.23" OriginalAmount="275.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6978" Longitude="139.812" StarRating="3" HotelCode="|429219" HotelName="Super Tokyo Kinshicho Ekimae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-4-12, Kinshi, Tokyo, 130-0013, Tokyo, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/2/1/9/429219_dccb6421356.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="284.41" OriginalAmount="276.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.560538" Longitude="139.721489" StarRating="3" HotelCode="189034|1448488" HotelName="Chisun Inn Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4-23-13 Kamata, Oota-ku, Tokyo 144-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/4a/c24ad635c8c8f8f3f7916c0594f50ea1e27eacea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.95" OriginalAmount="276.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.704652" Longitude="139.789963" StarRating="2" HotelCode="|551223" HotelName="FOCUS Kuramae - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-21-2 Kuramae</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/1/2/2/3/551223_f801e3b1348.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.31" OriginalAmount="277.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.732167109314" Longitude="139.7291171499" StarRating="2" HotelCode="916126|rb_hotel_otsukaeki_kitaguchi" HotelName="R&amp;B Hotel Otsuka Eki Kitaguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-14-2 Kitaotsuka, Toshima-ku, Tokyo 170-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/2d/812dc27976c81a050d2f36daaf71dc058fc1b362.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tokyo, this hotel has the perfect ambience for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.31" OriginalAmount="277.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.777631" Longitude="139.72282025" StarRating="3" HotelCode="916117|daiwa_roynet_hotel_tokyo_akabane" HotelName="Daiwa Roynet Tokyo Akabane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-9-13 Akabane-Minami, Kita-ku, Tokyo 115-0044</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/2c/c52c784affb2204adba955c5a370462eece1fc95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.31" OriginalAmount="277.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.712980333333" Longitude="139.758232" StarRating="3" HotelCode="916170|hotel_forest_hongo" HotelName="Forest Hongo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-16-4 Hongo, Bunkyo-ku, Tokyo 113-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/52/835223a5addc8c028f7faae9f1fc25a750fa9015.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.33" OriginalAmount="277.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.62206" Longitude="139.74002" StarRating="3" HotelCode="|186365" HotelName="Flexstay Inn Shinagawa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-22-19, Kitashinagawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/6/5/186365_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.14" OriginalAmount="277.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69783" Longitude="139.754484" StarRating="3" HotelCode="|85887" HotelName="Villa Fontaine Tokyo - Kudanshita" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku Nishikanda 2-4-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/8/8/7/85887_3d41a7f1629.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a baggage room (free of charge), a dry cleaner's and a reception with computers, (for a fee), You are also offered a laundry service (for a fee), a vending machine, WiFi (free of charge), in communal areas, stylish rooms rooms and with internet (free of charge). ROOM: All the rooms have a flat-screen television, a fridge, kettle, a bathroom with a hairdryer and complimentary bathroom items. SITUATION: This hotel is in the central area, 3 minutes walk away, you can find Jimbocho the underground station of it is situated 10 minutes walk away from Tokyo Dome and Nippon Budokan the stadium it is 5 minutes away (by train) from Akihabara the area. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.15" OriginalAmount="277.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.662316" Longitude="139.7323" StarRating="3" HotelCode="|433881" HotelName="APA Hotel Roppongi Eki-mae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-7-8 Roppongi, Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/3/8/8/1/433881_d5dfdcd1517.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.25" OriginalAmount="277.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.695434" Longitude="139.792078" StarRating="2" HotelCode="|86005" HotelName="Ryogoku View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-19-1 RYOGOKU, SUMIDA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/0/5/86005_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a reception, a restaurant, a cafÃ© and vending machines. ROOM: All the rooms have large windows, a small table, chairs, a flat-screen television, a fridge, kettle, a balcony and WiFi (free of charge). RESTAURANT: Clients can enjoy a Japanese restaurant and a coffee shop. In the surrounding area, guests will find shops and restaurants. SITUATION: This establishment, is 240 metres away from Ryogoku the Stadium of Akihabara it is a 4-minute train ride away from Ueno 12 minutes away from it is located 100 metres away from Ryogoku the Station of el Museo Edo Tokio 500 metres away, guests will find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.34" OriginalAmount="278" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.55721827" Longitude="139.72509589" StarRating="3" HotelCode="614337|249901" HotelName="Hotel Relief Premium Haneda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-25-13 Minami Kamata, Ota-ku, Tokyo 144-0035</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/63/637624/637624a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.34" OriginalAmount="278.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70177619" Longitude="139.77498137" StarRating="3" HotelCode="634888|keikyu_ex_inn_akihabaratokyo_akihabara" HotelName="Keikyu Ex Inn Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1 Akihabara, Taito-ku, Tokyo 110-0006</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/09/290921a938d2fba9c9572bbaa12dd67270e7eed6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Tokyo City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.34" OriginalAmount="278.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70338318" Longitude="139.75559371" StarRating="0" HotelCode="840024|satoh_tokyo" HotelName="Hotel Satoh Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-4-4 Hongo, Bunkyo-ku, Tokyo 113-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/54/ff5427fbf455d5511c858355180679ad4317ba4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.43" OriginalAmount="278.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7090001" Longitude="139.7908858" StarRating="3" HotelCode="|67169" HotelName="Agora Place Tokyo Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-9 KOTOBUKI, TAITO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/6/9/67169_1_1508.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 136 rooms and with features that offer you the maximum level of comfort. Guests can find a lobby, conference rooms and a restaurant. The establishment also offers room service and a laundry service. It has with air-conditioning. SITUATION: Kotobuki It is in it has good links to the city centre, 7 minutes away, guests can find a metro station, 60 minutes away from the establishment guests have Narita the International Airport of. ROOM: The establishment has single rooms double rooms for single use, double rooms, with telephone, a television, a hairdryer and a fridge. They also have an air-conditioning system, a bathroom with a shower, complimentary bathroom items, a shower cap, a bathrobe, toothbrush and slippers. FACILITIES: Guests can enjoy a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, a buffet breakfast and a lunch and dinner service. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.25" OriginalAmount="278.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.689489" Longitude="139.770597" StarRating="3" HotelCode="|468856" HotelName="Kanda Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-4-3 Kajicho, Chiyoda City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/8/5/6/468856_3029dae1224.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.37" OriginalAmount="279.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71100216" Longitude="139.77765176" StarRating="3" HotelCode="357491|tourist_hotel_" HotelName="Tourist Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-18-11 Higashiueno, Taito-ku, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/c9/d6c913ee9e7698dbbd6aee8b873c48856d2e4fd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.37" OriginalAmount="279.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.698218129105" Longitude="139.74949625727" StarRating="3" HotelCode="916114|apa_hotel_tokyokudanshita" HotelName="APA Hotel Tokyo Kudanshita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-4-7 Iidabashi, Chiyoda-ku, Tokyo-shi 102-0072, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/f6/daf6d785228602789d8a62d7673328d9d0bcd378.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.91" OriginalAmount="279.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.721729" Longitude="139.779734" StarRating="3" HotelCode="|85937" HotelName="Candeo Hotels Uenokoen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-2-13 NEGISHI TAITO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/3/7/85937_1_8436.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a fax service, a photocopier and a laundry service. Guests are also offered a computer, with internet, (free of charge), The establishment offers guests a massage service and internet (free of charge). ROOM: All the rooms have films (free of charge), a fridge, kettle, a bathroom, a writing desk and a flat-screen television. SITUATION: The hotel is a 3-minute walk away from JR Uguisudani the Station of Akihabara it is 10 minutes away (by train) from Asakusa it is 10 minutes drive away from el parque de Ueno it is situated 3 minutes away from. MEALS: Regarding the food and beverage offering, the establishment offers meal services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.03" OriginalAmount="279.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7117221" Longitude="139.7852808" StarRating="3" HotelCode="|168415" HotelName="Mystays Ueno Inaricho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku, Matsugaya 1-5-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/1/5/168415_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is situated 3.5 kilometres away from the theme park Tokio Disney Resort. INFORMATION: The establishment offers a transfer service. ROOM: All the rooms have modern furniture, an air-conditioning system, a fridge, humidifier, flat-screen satellite television and WiFi (free of charge). FACILITIES: Some of the services offered are a launderette and a dry cleaner's. The establishment also offers a reception, a luggage room and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.30" OriginalAmount="279.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6984643" Longitude="139.776628" StarRating="3" HotelCode="|168298" HotelName="Apa Akihabara-ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku Kanda Sakuma-cho 2-13-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/2/9/8/168298_8.jpg</HotelPictures>
        <HotelDescription>FACILITIES: The establishment boasts WiFi (free of charge), films, a massage service, washing machines (available for a fee) and a microwave for shared use. Reception offers computers (available for a fee), a humidifier, a dry cleaner's and a photocopier. SITUATION: This hotel is a 2-minute walk away from the Railway Station of Akihabara. The establishment is a 10-minute train ride away from the stations of Ueno and Tokio. The establishment is a 15-minute drive away from el Palacio Imperial it is 10 minutes drive away from the area Asakusa. ROOM: The rooms have an air-conditioning system, a television, a fridge, a bathrobe, slippers, kettle, tea and a bathroom with a hairdryer. RESTAURANT: Customers can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.682228744141" Longitude="139.79970653369" StarRating="3" HotelCode="78493|comfort_hotel_tokyo_kiyosumi_shirakawa" HotelName="Comfort Tokyo Kiyosumi  Shirakawa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-6-12 Shirakawa, Koto-ku, Tokyo 135-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/25/27/2527004849564c3ed7837b98c0a44eb10fe90eaf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.40" OriginalAmount="280.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.669336" Longitude="139.801822" StarRating="3" HotelCode="167544|day_nice_hotel_tokyo" HotelName="Day Nice Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Conference Hall,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-1-1 Kiba, Koto-ku, Tokyo 135-0042</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/09/4a09673b2a9b4feb69eec8e76dca0e5fa8533619.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ohtemachi and Nihonbashi lie west of the hotel, and Tokyo Disney Resort, Tokyo Tatsumi International...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="289.17" OriginalAmount="280.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69698117" Longitude="139.75192893" StarRating="3" HotelCode="541212|2665065" HotelName="Keio Presso Inn Kudanshita" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-7-1 Kudan-kita, Chiyoda-ku, Tokyo, Tokyo 102-0073</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/fa/1afa68208ca6f0abe9e9ddb9dff1953ea1f57698.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Tokyo City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.39" OriginalAmount="280.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71002" Longitude="139.77745" StarRating="0" HotelCode="|556830" HotelName="SUNTARGAS UENO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-19-3 Higashiueno</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/8/3/0/556830_b0a4a311608.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.40" OriginalAmount="280.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6483604" Longitude="139.7501519" StarRating="3" HotelCode="|168311" HotelName="Apa Mita-ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Shiba 4-4-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/1/1/168311_1_558.jpg</HotelPictures>
        <HotelDescription>ROOM: They offer modern rooms with internet (free of charge), an air-conditioning system, fitted carpets and a fridge. They also have a flat-screen television with films, kettle, a bathroom with a hairdryer and slippers. FACILITIES: Guests are offered a massage service (available for a fee), a microwave for shared use, a reception, a dry cleaner's, a photocopier and a restaurant. SITUATION: 3 minutes walk away, you can find the metro station of Mita and the railway station JR de Tamachi. The hotel is a 15-minute train ride away from the Railway Station of Tokio and about 5 minutes away (by car) from la Torre de Tokio. It is 15 minutes drive away from the area Odaiba.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.43" OriginalAmount="281.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.673202278305" Longitude="139.77432129354" StarRating="3" HotelCode="495341|apa_hotel_shintomichoekikita" HotelName="APA Hotel Shintomicho-Ekikita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-12-11 Shintomi, Chuo-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0a/ee/0aee5b766ebf35fee0c31175245e7690e0ce0739.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.46" OriginalAmount="282.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65845744" Longitude="139.81861493" StarRating="2" HotelCode="568665|hotel_livemax_tokyo_shiomi_ekimae" HotelName="Hotel Livemax Tokyo Shiomi Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Chome-8-8 Shiomi, Koto-ku 135-0052, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/0e/2a0e4d69191951300b1a5de522ef557a0df6d1ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.49" OriginalAmount="283.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69546736" Longitude="139.79202645" StarRating="3" HotelCode="359518|the_hotel_bellegrande" HotelName="Ryogoku View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-19-1 Ryogoku, Sumida-Ku, Tokyo 130-0026</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ac/85/ac855351a4d00bba625d8c2e7164e42afb32f58d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.49" OriginalAmount="283.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71417806" Longitude="139.77932833" StarRating="3" HotelCode="592135|ueno_urban_hotel" HotelName="Ueno Urban Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>7-8-21 Ueno, Taito-ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/91/689105dd2cac1ec26f7c928ee0f82f26d2cbd9d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.52" OriginalAmount="284.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.666117" Longitude="139.77494266667" StarRating="3" HotelCode="916174|apa_hotel_tsukijiekiminami" HotelName="APA Hotel Tsukiji-Eki Minami" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-10-11 Tsukiji, Chuo-ku, Tokyo-shi 104-0045, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/1d/971d7e3aa8a855e6a21710fd79783c7916ebf126.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="292.70" OriginalAmount="284.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7114389" Longitude="139.7941911" StarRating="3" HotelCode="|379545" HotelName="Asakusa Central" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku, Asakusa 1-5-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/9/5/4/5/379545_3493ad71200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.55" OriginalAmount="285.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70058588" Longitude="139.74799845" StarRating="3" HotelCode="571737|apa_hotel_iidabashiekiminami" HotelName="APA Hotel Iidabashi-Ekiminami" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-1-4 Iidabashi, Chiyoda-ku, Tokyo 102-0072</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/6f/146f27aab9f8ade456af463e9a7faf1aeb4689b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.57" OriginalAmount="285.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.662484" Longitude="139.860352" StarRating="3" HotelCode="|316955" HotelName="Rembrandt Style Tokyo Nishikasai Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-19-18 Nishikasai, Edogawa-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/6/9/5/5/316955_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="293.58" OriginalAmount="285.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.698289" Longitude="139.776471" StarRating="3" HotelCode="315423|1451668" HotelName="APA Hotel Akihabara Ekimae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-13-20 Kandasakumacho, Chiyoda-ku, Tokyo 101-0025</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/f5/46f5a5ea51351ec707e4fd74d06bf1c9dc727f9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.29" OriginalAmount="285.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65737" Longitude="139.81898" StarRating="3" HotelCode="|185576" HotelName="Apa and Resort Tokyo Bay Shiomi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-8-6 Shiomi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/7/6/185576_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="294.47" OriginalAmount="285.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71184994" Longitude="139.79124147" StarRating="2" HotelCode="520052|3684445" HotelName="Taito Ryokan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1-4 Nishi-Asakusa, Taito-ku, Tokyo 111-0035</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/cf/0ccf854b21099cc702a2071ccb0b275fd70c23e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Built in 1950 and renovated in 2011, the completely non-smoking Taito Ryokan offers simple accommoda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.58" OriginalAmount="286.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.696515928044" Longitude="139.7913399871" StarRating="3" HotelCode="95436|pearl_hotel_ryogoku" HotelName="Pearl Ryogoku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2-24 Yokoami, Sumida-ku, Tokyo 130-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/c8/bec83b9af4706255ce48fc79cbc80c566d9f519d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a very convenient location for both sightseeing and business travellers. The hote...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.58" OriginalAmount="286.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66853084" Longitude="139.77139196" StarRating="3" HotelCode="436892|hotel_livemax_higashi_ginza" HotelName="Hotel Livemax Higashi Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-12-1 Tsukiji, Chuo-ku, Tokyo 104-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/1a/f91a72ccc8b9691b6e6485a751dcaf31bfd97ecd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.72" OriginalAmount="286.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6451884" Longitude="139.67073" StarRating="3" HotelCode="|85905" HotelName="The B Sangenjaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-17-9 Taishido, Setagaya-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/0/5/85905_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Tokyo it is situated near the city centre. It has excellent transport links to public transport services. It is situated close to the bus stop, the metro station and the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.77" OriginalAmount="286.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681841" Longitude="139.782164" StarRating="3" HotelCode="|85913" HotelName="Almont Inn Tokyo Nihonbashi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-6 NIHONBASHI, KOAMI-CHO,CHOU-KU, TOKYO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/1/3/85913_77186561107.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a washing machine (for a fee), internet and a printing service. With regards to the food and beverage offering, the establishment has breakfast service. SITUATION: It is a 5-minute walk away fromKayabacho the metro stations of, Hamarikyu Garden it is situated 3 kilometres away from el Palacio Imperial it is 4,5 kilometres away from it is 10 minutes drive away from JR Tokyo the railway station. ROOM: All the rooms have films, internet (available for a fee), heating, an air-conditioning system, a flat-screen television, a kettle, a coffee maker, humidifier, a bathroom with toiletries and a bath. OTHERS: You can request a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.29" OriginalAmount="286.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.672293" Longitude="139.773512" StarRating="0" HotelCode="|558741" HotelName="Livemax Tokyoshintomicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-7-12 Shintomi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/7/4/1/558741_adb67761701.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.61" OriginalAmount="287.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.55448377" Longitude="139.74102006" StarRating="2" HotelCode="621122|henn_na_hotel_tokyo_haneda" HotelName="Henn na Hotel Tokyo Haneda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-11-18 Higashikojiya, Ota-ku, Tokyo-to 144-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/62/3f6265b4a5859fd20fd4e62ce6f9e7451173e282.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="295.64" OriginalAmount="287.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.634164576268" Longitude="139.71469767683" StarRating="3" HotelCode="311294|1166458" HotelName="Hotel Abest Meguro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-26-5 Kamiosaki, Shinagawa-ku, 141-0021 Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/39/1539b9f08ba6bc79bc2e38d6914b52d4697baf32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo (TYO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="296.59" OriginalAmount="287.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.671660905199" Longitude="139.77360360522" StarRating="3" HotelCode="315430|1455898" HotelName="APA Hotel Shintomicho-Ekimae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-5-10 Shintomi, Chuo-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/be/dbbe533482f6d2ab8b22a7b38ffe83c3387af00c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.64" OriginalAmount="288.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.75590344" Longitude="139.62071551" StarRating="3" HotelCode="407327|hotel_cadenza_hikarigaoka" HotelName="Hotel Cadenza Hikarigaoka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>5-8-20 Takamatsu, Nerima, Tokyo 179-0075, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/4e/874e5f93af42a1099ec8b99cb2160ee5b128e25c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.64" OriginalAmount="288.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.679363" Longitude="139.776305" StarRating="3" HotelCode="531563|center_hotel_tokyo_2" HotelName="Center Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15-13 Nihonbashi Kabutocho, Chuo, Tokio 103-0026, Präfektur Tokio</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/02/d40221f076920199f3a290091624af49d3cb2346.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Center Hotel Tokyo in Tokyo (Chuo), you'll be minutes from To...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.64" OriginalAmount="288.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.711677397911" Longitude="139.78522784657" StarRating="2" HotelCode="447182|hotel_mystays_ueno" HotelName="HOTEL MYSTAYS Ueno Inaricho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-5-7 Matsugaya, Taito-ku, Tokyo 111-0036</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/49/0b49640d2fa1f278862b5641a7f473742a661f01.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="297.32" OriginalAmount="288.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.675938" Longitude="139.736017" StarRating="3" HotelCode="189003|1128958" HotelName="APA Villa Hotel Akasaka Mitsuke" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-19-10 Akasaka, Minato-ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/b1/b8b1a534fdfe86b530f6cade7c7e617e362a4e02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="297.67" OriginalAmount="289" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70097775" Longitude="139.74771306" StarRating="3" HotelCode="550017|235717" HotelName="APA Hotel Iidabashi-Ekimae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3-4-6 Iidabashi, Chiyoda-ku, Tokyo 102-0072</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/00/8f00ce81ebf042f4c007e3bda2d569fb7732a7ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a restaurant are available to guests of the hotel. Wireless internet a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.67" OriginalAmount="289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66563533" Longitude="139.860883" StarRating="3" HotelCode="596233|robot_hotel_by_henn_na_hotel_tokyo_nishikasai" HotelName="Henn Na Hotel Tokyo Nishikasai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5-4-7 Nishikasai, Edogawa-ku, Tokyo 134-0088</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/9e/689ef3badd31995bba54245746552de0db42ab55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.67" OriginalAmount="289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.55192771" Longitude="139.73947108" StarRating="3" HotelCode="612825|hotel_relief_premium_haneda_airport" HotelName="Hotel Relief Premium Haneda Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>3-6 Haginaka, Ota-ku, Tokyo 144-0047</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/9a/e29a8387ee8cd894c279533cbd633157a236746e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.67" OriginalAmount="289.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="968983|ikidane_residential_hotel_komagome" HotelName="Ikidane Residential Hotel Komagome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-4-7 Tabata, Kita-ku, Tokyo 114-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/3f/673f5d3813353e8321515f6ea499bb6e78c5e1c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="298.70" OriginalAmount="290" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.690746835978" Longitude="139.76844952693" StarRating="3" HotelCode="167574|210215" HotelName="UNIZO INN Tokyo Kandaeki-West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-8-4 Uchikanda, Chiyoda-ku, Tokyo 101-0047</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/383196/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a 3-minute walk away from Kanda Station, which is the next station after Tokyo Station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.70" OriginalAmount="290.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.61766409" Longitude="139.74143143" StarRating="3" HotelCode="739698|keikyu_ex_inn_shin_banba_ekikitaguchi" HotelName="Keikyu EX Inn Shinagawa Shimbamba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-18-1 Kita Shinagawa, Tokyo 140-0001</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/bc/b0bc40e49cca15275c0ee0ba37de221826f643c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.70" OriginalAmount="290.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="830801|hotel_amethyst_2" HotelName="Hotel Amethyst" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-60-1 Ikebukuro, Toshima-ku, Tokyo 171-0014, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/3d/a03db5e2fa1703ab33edd31cab30b65d39df1512.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="299.07" OriginalAmount="290.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.662476036701" Longitude="139.86037402451" StarRating="3" HotelCode="552042|2009555" HotelName="Best Western Tokyo Nishikasai Grande" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6-19-18 Nishikasai, Edogawa-ku, Tokyo-to, Tokio 134-0088, Tokio</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/cc/73cc82961c6890c0e4d911a4a858dfbbe2c3bed6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to travellers in the public areas. Those arriving in their own...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.73" OriginalAmount="291.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71550903" Longitude="139.85861551" StarRating="0" HotelCode="697635|super_hotel_tokyo_jr_shinkoiwa" HotelName="Super Hotel Tokyo JR Shinkoiwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-31-5 Shinkoiwa, Katsushika, Tokyo 124-0024, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/01/cb0114881ab1a3ddd19c303aaf4d016bfcaaffb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.79" OriginalAmount="291.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.696985" Longitude="139.758453" StarRating="3" HotelCode="|85885" HotelName="Villa Fontaine Tokyo - Jimbocho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-30 KANDA-JIMBOCHO, CHIYODA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/8/8/5/85885_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby with WiFi, (free of charge), a laundry service (for a fee), computers (for a fee), a reception and a baggage room. The establishment offers guests breakfast service and room service. SITUATION: The hotel is a 2-minute walk away from Jimbocho the metro station it is situated 15 minutes walk away from Tokyo Dome the stadiums, The hotel is a 7-minute walk away from JR Suidobashi the train station It has excellent transport links to, is situated 10 minutes away (by metro) from Shinjuku the area. ROOM: Customers have rooms with internet (free of charge), a television with films, a bathroom with a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.00" OriginalAmount="291.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66244" Longitude="139.8612" StarRating="3" HotelCode="|185694" HotelName="Lumiere Nishikasai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-20-3 Nishikasai Edogawaku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/9/4/185694_1_2144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.07" OriginalAmount="291.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.686241" Longitude="139.777347" StarRating="3" HotelCode="|96136" HotelName="Villa Fontaine Tokyo - Nihombashi Mitsukoshimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-7-6 Nihonbashi Honcho Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/1/3/6/96136_1_4412.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby with WiFi, (free of charge), a reception, a baggage room and a massage service (for a fee), The hotel has a laundry service and vending machines. Regarding the food and beverage offering, the establishment has a buffet breakfast. SITUATION: The hotel is a 5-minute walk away from Mitsukoshi-mae the underground station of 7 minutes walk away, you can find Ningyo-cho the metro station It has excellent transport links to and. ROOM: All the rooms have internet (free of charge), a flat-screen television, a mini-bar, a bathroom with a hairdryer and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="300.39" OriginalAmount="291.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.710508569219" Longitude="139.7790192976" StarRating="2" HotelCode="189025|1447638" HotelName="Hotel New Touhoku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-14-2 Higashi Ueno, Taito-ku, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/43/5e43019c49a80c9cd7a1d696668e7c78514d95f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70387209" Longitude="139.74802256" StarRating="3" HotelCode="314865|koraku_garden_hotel" HotelName="Koraku Garden Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-5-3 Korakuhinkan, Koraku, Bunkyoku, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/55/f055b87a1becf8da0ee8bef5186955c6271930fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Tokyo City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.662393334884" Longitude="139.86132700154" StarRating="3" HotelCode="342168|hotel_lumiere_nishikasai" HotelName="Hotel Lumiere Nishikasai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-20-3 Edogawa-ku, Nishikasai, Tokyo 134-0088</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/8c/b98cc7cb1539740d3eb37e4892ca30cbb2ff3c35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Tokyo City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.57241072" Longitude="139.68861163" StarRating="3" HotelCode="593485|voga_corte_chidoricho" HotelName="Voga Corte Chidoricho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-13-12 Chidori, Ota-ku, Tokyo 146-0083</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/ed/c6ed7c8ff7e570f9eabed1d24cffe8b3d61f01c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.76" OriginalAmount="292.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.673098380839" Longitude="139.77549618253" StarRating="3" HotelCode="916100|apa_hotel_hatchyobori__eki__minami" HotelName="APA Hotel Hatchobori Eki Minami" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-14-7 Shintomi, Chuo-ku, Tokyo 104-0041, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/a4/3fa47a67c05de74f878cefa4055780aa2f14e865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a restaurant and a bar, for a comforta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.89" OriginalAmount="292.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.56073" Longitude="139.72183" StarRating="3" HotelCode="|185570" HotelName="APA Hotel Keikyukamata-Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-19-1 Kamata, Ota</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/7/0/185570_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.37" OriginalAmount="293.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.661151319905" Longitude="139.75454285572" StarRating="3" HotelCode="285067|1134768" HotelName="Livemax Shimbashi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-20-1 Shinbashi, Minato-ku, Tokio 105-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/2e/972e97cf7406cf8ebcc3ce1149f7965439f398d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="303.78" OriginalAmount="294.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7046041" Longitude="139.6347212" StarRating="2" HotelCode="95462|1060838" HotelName="Smile Hotel Tokyo Asagaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-37-11 Asagaya-minami, Suginami-ku, Tokyo 166-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/1c/601c465ad7c90e30e831e5175111816e1ce9914b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.85" OriginalAmount="295" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.694044599098" Longitude="139.78305190802" StarRating="3" HotelCode="115610|208866" HotelName="Comfort Hotel Tokyo Higashi Nihombashi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-10-11 Nihombashi, Bakurocho, Tokyo 103-0002, Chuo-Ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/35/3f359f6c27a201309d06e29d1c447ff5f6bd1f02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located near the centre of Tokyo, the Higashi-Nihombashi area provides well-developed, linked traffi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.69" OriginalAmount="295.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.690601" Longitude="139.773299" StarRating="3" HotelCode="|428858" HotelName="Sui Kanda Byabest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-9-15 Kajicho, Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/8/8/5/8/428858_08400f51300.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.74" OriginalAmount="295.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6968315" Longitude="139.7839154" StarRating="3" HotelCode="|251497" HotelName="Henn Na Tokyo Asakusabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Asakusabashi 1-10-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/9/7/251497_b61e0ff1614.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="304.76" OriginalAmount="295.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6977311" Longitude="139.7882179" StarRating="2" HotelCode="387178|1722378" HotelName="Web Hotel Tokyo Asakusabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-30-3 Yanagibashi, Taito, Tokyo 111-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/4f/354fe40755f1b3ab76a67efae9f9dc45991b80aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="304.88" OriginalAmount="296" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.64065987" Longitude="139.7413489" StarRating="3" HotelCode="775440|349893" HotelName="Keikyu Ex Inn Shinagawa Sengakuji Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-11-26 Mita, Minato-ku, Tokyo 108-0073, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1033842/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Shinagawa. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.88" OriginalAmount="296.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.707887" Longitude="139.759741" StarRating="3" HotelCode="189022|hotel_kizankan" HotelName="Hotel Kizankan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-37-20 Hongo, Bunkyo-ku, Tokyo 113-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/8a/c48adf6ca308c64fc0ea334ec9d7e6fdb1f52606.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.88" OriginalAmount="296.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7104849" Longitude="139.7771431" StarRating="3" HotelCode="361897|hotel_guest1_ueno_ekimae" HotelName="HOTEL Guest1 Ueno Ekimae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-18-18 Higashi-Ueno Taitoku, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1a/5d1a1e552e8e2cd46f93b702684d40f354c69d49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.15" OriginalAmount="296.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697826108432" Longitude="139.75448906422" StarRating="3" HotelCode="161534|393275" HotelName="Hotel Villa Fontaine Tokyo - Kudanshita" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-4-4 Nishi Kanda, Chiyoda-ku, Tokyo 101-0065</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/70/6d7099e9c5351a02708ffae85973a53c33261a3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3-star hotel is located in the city centre of Tokyo. It is close to the Yasukuni Shrine and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="305.32" OriginalAmount="296.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.672964891987" Longitude="139.76847186931" StarRating="0" HotelCode="531597|3710445" HotelName="Hotel Mercury" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Massage Centre,Restaurant,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>2-1-9  Asakusabashi, Taito, Tokyo  111-0053</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/1e/ba1e0872e378e51d3594ac98ad8c62157816446a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2.5-star Hotel Mercury Asakusabashi offers comfort and convenience whether you're on business or...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="305.91" OriginalAmount="297.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.703128949197" Longitude="139.76329318637" StarRating="3" HotelCode="80633|hotel_mets_akabane" HotelName="Mets Akabane" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bicycle Rental,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Parking,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-1-76 Akabane, Kita-ku, Tokyo 115-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/eb/beeb445555563d2dc613d741244a31a833722e7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a short walk from JR Akabane Station (East Exit) and is conveniently situated ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.05" OriginalAmount="297.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.675924" Longitude="139.736109" StarRating="3" HotelCode="|152555" HotelName="Apa Villa Akasaka Mitsuke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-19-10 Akasaka, Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/5/5/152555_c83c6211332.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a reception, a laptop hire service, a massage service, a laptop hire service, a microwave (free of charge) and a computer with internet. SITUATION: This hotel is a 2-minute walk away from Akasaka-Mitsuke the underground station of it is near Akasaka-Mitsuke the Station of It has excellent transport links to Tokio the Station of Shinjuku, Shibuya and Ginza the areas it is situated 2 kilometres away from Roppongi Hill. ROOM: Each room has an LCD TV, WiFi (free of charge), an air-conditioning system, a fridge, tea, films (available for a fee), a bathrobe and complimentary bathroom items. OTHERS: Regarding the food and beverage offering, clients have a bar with breakfast service and buffet lunch for an extra charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.94" OriginalAmount="298" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.56079" Longitude="139.721913" StarRating="3" HotelCode="167646|209404" HotelName="APA Hotel Keikyu Kamata Ekimae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-18-24 Kamata Ota-ku, Tokyo 144-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/383220/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.94" OriginalAmount="298.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67510246" Longitude="139.74083954" StarRating="3" HotelCode="951205|apa_hotel_pride_kokkaigijidomae_national_diet_bldg" HotelName="APA Hotel Pride Kokkaigijidomae National Diet Building" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-10-2 Nagata-cho, Chiyoda-ku, Tokyo 100-0014, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/0b/ec0b490ac20c2ae5fdde5cbd3146695af38d76c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.79" OriginalAmount="298.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6807599" Longitude="139.77997304" StarRating="3" HotelCode="314863|1171458" HotelName="Sotetsu Fresa Inn Nihombashi Kayabacho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3-10 Nihombashikayabacho, Chuo-ku, Tokyo 103-0025</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/89/15898a214d40af5e75a81d95cee0f93cb29a52ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="308.35" OriginalAmount="299.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66241449" Longitude="139.7323013" StarRating="3" HotelCode="510102|3683705" HotelName="Apa Hotel Roppongi-Ekimae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6-7-8 Roppongi, Minato-ku, Tokyo 106-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/2a/4d2ab3f96581b55e5d7ce44385b90f047ad5c322.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.61" OriginalAmount="299.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.672318" Longitude="139.775119" StarRating="0" HotelCode="|564393" HotelName="ELE hotel Ginza East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-15-10, Shintomi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/4/3/9/3/564393_2776ec81907.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.61" OriginalAmount="299.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73384" Longitude="139.71127" StarRating="3" HotelCode="|186335" HotelName="Apa Ikebukuro Station Kitaguchi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-48-7, Ikebukuro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/3/5/186335_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.96" OriginalAmount="299.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7125701" Longitude="139.7820342" StarRating="3" HotelCode="|73557" HotelName="Mystays Ueno East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-5-6 Higashi-Ueno, Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/5/5/7/73557_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="309.00" OriginalAmount="300" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697121563337" Longitude="139.70564487735" StarRating="4" HotelCode="320814|48780" HotelName="Shinjuku Granbell Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2-14-5 Kabuki-cho, Shinjuku-ku, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/61/a7/61a7c0332eaa5314ccb162dfefbbf87c0ed9024e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="309.00" OriginalAmount="300.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71068973921" Longitude="139.79202121496" StarRating="3" HotelCode="95447|sunroute_asakusa" HotelName="Sunroute Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8-5 Kaminarimon, Taito-Ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/a9/4aa9811288131697dbc69e89b148511e538745aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location just a minute's walk from Ginza's Tawaramachi station. It li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="309.00" OriginalAmount="300.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.698129165474" Longitude="139.70477539546" StarRating="3" HotelCode="359636|apa_hotel_higashishinjukukabukicho" HotelName="APA Hotel Higashi Shinjuku Kabukicho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-19-14 Kabukicho, Shinjuku-ku, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/88/6988140d4f3a4da6e7d881509c50d169d5a13544.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="309.00" OriginalAmount="300.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.657853" Longitude="139.818687" StarRating="3" HotelCode="909472|apa_hotel_tokyoshiomiekimae_2" HotelName="APA Hotel Tokyo Shiomi Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-8-6 Shiomi, Koto-ku, Tokyo 135-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/f4/f7f426b0594a89a40ee3e3adeea6b4cb52cdc542.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.34" OriginalAmount="300.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6056988" Longitude="139.7341221" StarRating="3" HotelCode="|251475" HotelName="Ours Inn Hankyu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinagawa-ku Oi 1-50-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/7/5/251475_1634ca81326.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.49" OriginalAmount="300.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73444" Longitude="139.70798" StarRating="0" HotelCode="|185540" HotelName="Hatoya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-56-2 Ikebukuro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/4/0/185540_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.93" OriginalAmount="300.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7046408" Longitude="139.6347927" StarRating="3" HotelCode="|131548" HotelName="Smile Tokyo Asagaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-37-11, Asagayaminami, Suginamiku,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/4/8/131548_19e2cf91113.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near Asagaya the Station of. ROOM: The establishment has 112 rooms with TV, a fridge, a kettle and a bathroom. FACILITIES: Regarding the food and beverage offering, there is a reception and a dry cleaner's.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.03" OriginalAmount="301.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.610376" Longitude="139.750368" StarRating="3" HotelCode="161528|hearton_hotel_higashishinagawa" HotelName="Hearton Hotel Higashishinagawa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-13-27 Higashishinagawa, Shinagawa-Ku, Tokyo 140-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/85/628500c0552a2eea0def7fee9784a0bd49fc1189.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Tokyo and was established in 2006. It is a short drive away fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.03" OriginalAmount="301.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71145224" Longitude="139.7941701" StarRating="3" HotelCode="344106|asakusa_central_hotel" HotelName="Asakusa Central Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-5-3 Asakusa, Taito-ku, Tokyo 111-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/93/b99395cf41f0fbf0968c8308dbdbf0fef7cfccce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can reach the upper storeys via the lift or stairs. The hotel features a baggage storage ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.03" OriginalAmount="301.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.56474797" Longitude="139.71408725" StarRating="2" HotelCode="315984|super_hotel_tokyo_jr_kamata_nishiguchi" HotelName="Super Hotel Tokyo JR Kamata Nishiguchi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Designated Smoking Area,Elevator,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/76/7b76909144b78f26e273943cc0e1d3ba2a73d59a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2.5-star Super Hotel Tokyo JR Kamata-Nishiguchi offers comfort and convenience whether you're on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.03" OriginalAmount="301.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69944602" Longitude="139.7879038" StarRating="2" HotelCode="468880|toyoko_inn_tokyo_akiba_asakusabashieki_higashiguchi" HotelName="Toyoko Inn Akiba Asakusabashi-Eki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-14-4, Yanagi-Bashi, Taito-Ku, Tokyo  111-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/fd/87fda82bdb7151c5d731c6e1e02e3e1942d4d745.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.27" OriginalAmount="301.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6967982" Longitude="139.7739212" StarRating="3" HotelCode="|318051" HotelName="Resol Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku Kanda Sudacho 2-25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/0/5/1/318051_a2f319c1126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="310.29" OriginalAmount="301.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.550436" Longitude="139.75252" StarRating="3" HotelCode="|432607" HotelName="Keikyu Ex Inn Haneda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-5-14 Haneda, Ota-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/2/6/0/7/432607_d53d9470801.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.06" OriginalAmount="302" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67904" Longitude="139.782673" StarRating="3" HotelCode="95438|20835" HotelName="Pearl Kayabacho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2-5 Shinkawa, Chuo-ku, Tokyo 104-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/ff/a9ffe43cf98faf8492e075c2a0fbbb3ac6fca28b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 4-star hotel is located in the city centre of Tokyo. It is a short drive away from the Tsukiji ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.06" OriginalAmount="302.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.714964" Longitude="139.792765" StarRating="3" HotelCode="167549|hotel_keihan_asakusa" HotelName="Keihan Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2 12 4 Asakusa, Taito ku, Tokyo 111 0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/72/6b72e6d7ce4f093cafbe50f005de4d279a389eb5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.06" OriginalAmount="302.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.648424216285" Longitude="139.75014141687" StarRating="3" HotelCode="340549|apa_hotel_mitaekimae" HotelName="APA Hotel Mita Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4-4-8 Shiba, Minato-ku, Tokyo-shi  105-8563, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/20/ae2082c7b284e4dc6e58e750049856c900162194.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="311.06" OriginalAmount="302.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.686168053832" Longitude="139.77738894842" StarRating="3" HotelCode="189109|hotel_villa_fontaine_nihombashi_mitsukoshimae" HotelName="Hotel Villa Fontaine Tokyo - Nihombashi Mitsukoshimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-7-6 Honcho Nihombashi, Chuo-ku, Tokyo 103-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/1e/5d1e576cae36143e2b44dbef79bd029eb2c103b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.28" OriginalAmount="302.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.659509" Longitude="139.705814" StarRating="3" HotelCode="|152577" HotelName="Sakura Fleur Aoyama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>????????2-14-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/7/7/152577_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Tokio the city centre of 5 minutes away from the establishment, you can find Shibuya the Railway Station of it is situated 1 kilometre away from Omotesando the Street of. ROOM: The rooms have WiFi (free of charge), films, a bathroom, fully-equipped, an air-conditioning system, heating, a fridge, a writing desk and flat-screen satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="312.09" OriginalAmount="303.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.675675" Longitude="139.737117" StarRating="3" HotelCode="906271|akasaka_granbell_hotel" HotelName="Akasaka Granbell Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-10-9 Akasaka, Minato-ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/6d/2f6dc96e3ae0a46a63f689593e708ec134fb3cc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="312.57" OriginalAmount="303.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.610377" Longitude="139.75037" StarRating="3" HotelCode="|86149" HotelName="Hearton Higashishinagawa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-13-27 HIGASHI SHINAGAWA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/4/9/86149_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 448 rooms and 2 restaurants. The establishment offers a laundry service and a dry cleaner's. The establishment has a car park. SITUATION: The hotel is in the centre of Tokio. It is situated close to Odaiba it has excellent transport links to the Station of Rinkai-sen/Shinagawa Seaside. ROOM: The rooms have a hairdryer, a safe, a trouser press and an air-conditioning system. MEALS: The establishment offers meal services. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.12" OriginalAmount="304.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.693045" Longitude="139.711505" StarRating="3" HotelCode="76096|listel_shinjuku_hotel_tokyo" HotelName="Listel Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-3-20 Shinjuku, Shinjuku-ku, Tokyo 160-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/d9/44d912706cf0216ad8f58c654da4a7921008aa38.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a location in Shinjuku that is ideal for both tourists and business traveller...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.61" OriginalAmount="304.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.561039" Longitude="139.719224" StarRating="3" HotelCode="|424117" HotelName="Apa Kamataeki-higashi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Otaku Kamata 5-31-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/1/1/7/424117_41ab3db1509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="313.82" OriginalAmount="304.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.683284765993" Longitude="139.78242790709" StarRating="3" HotelCode="315934|1169858" HotelName="Sotetsu Fresa Inn Nihombashi-Ningyocho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-15-4 Nihombashikakigaracho, Chuo-ku, Tokyo 103-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/31/9f31a227b829051c8ffac91f58ecec5291b5578c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.40" OriginalAmount="305.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.694072" Longitude="139.783022" StarRating="3" HotelCode="|86180" HotelName="Comfort  Tokyo Higashi Nihombashi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-10-11 Nihombashi Bakurocho Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/8/0/86180_84359071156.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has attentive service, air-conditioning, has 259 rooms, a lobby, a breakfast room and a laundry service. SITUATION: This establishment, is close to Tokio the centre of it is well-connected, the establishment is 36 kilometres away from a zoo, is 16 kilometres away from shops, the hotel is close to Bakurocho the Station of It has excellent transport links to Tokio Airport it is situated 66 kilometres away from Narita Airport. ROOM: All the rooms have cable and satellite television, a fridge, a bathroom with a shower, a hairdryer, an air-conditioning system and individual heating. Guests are offered non-smoking rooms. MEALS: The establishment offers a breakfast service in the breakfast room. PAYMENT METHODS: Customers can pay using American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.76" OriginalAmount="305.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6668552" Longitude="139.9240586" StarRating="2" HotelCode="|251431" HotelName="Cvs Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shiohama 2-3-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/3/1/251431_ac3cc0d1604.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.98" OriginalAmount="305.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.703725" Longitude="139.744003" StarRating="2" HotelCode="|469466" HotelName="Hop Inn Tokyo Iidabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-25 Shimomiyabicho, Shinjuku City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/4/6/6/469466_132864f1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.18" OriginalAmount="306.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70494162" Longitude="139.77562742" StarRating="2" HotelCode="446247|hotel_new_green_okachimachi" HotelName="Hotel New Green Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-15-1 Ueno, Taito, Tokyo 110-0005, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/68/a36872650ee72f6395e2c83a798cbb82c4f8ce7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Budget hotel located near Ueno area.Approx. 3-minute walk from JR Yamanote Line, Okachimachi station...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.18" OriginalAmount="306.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.667651" Longitude="139.77301651" StarRating="3" HotelCode="591891|hotel_ann_tsukiji" HotelName="Hotel Ann Tsukiji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-10-4 Tsukiji, Chuo-ku, Tokyo 104-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/c9/3bc9b86ffb11e33c97eb1f2fd6d9cd0123a80b02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A safe is among the facilities. Wireless internet access in public areas allows guests to stay conne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.18" OriginalAmount="306.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71301803" Longitude="139.7014562" StarRating="0" HotelCode="811849|hotel_livemax_takadanobaba_ekimae" HotelName="Hotel Livemax Takadanobaba Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-12-5 Takadanobaba, Shinjuku-ku, Tokyo 169-0075, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/4e/754ed778db3cef6026c7dfb098e121d192dc6694.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.81" OriginalAmount="306.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7141958" Longitude="139.7792733" StarRating="2" HotelCode="|251333" HotelName="Ueno Urban" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Ueno 7-8-21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/3/3/251333_9c56ef71648.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.21" OriginalAmount="307.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="880157|plat_hostel_keikyu_asakusa_karin" HotelName="Plat Hostel Keikyu Asakusa Karin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-11-2 Higashikomagata</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/bf/d8bf775a2563d4888068cb93779051c58fd845ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="316.25" OriginalAmount="307.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.716071" Longitude="139.794578" StarRating="1" HotelCode="|522304" HotelName="Glamping Tokyo Asakusa - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-24-8, Asakusa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/3/0/4/522304_fc301d21116.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="316.51" OriginalAmount="307.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.675633" Longitude="139.778173" StarRating="3" HotelCode="|467354" HotelName="Apa Hatchobori Ekimae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Chome-26-3 Hatchobori, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/3/5/4/467354_089f5db1620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="316.54" OriginalAmount="307.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7271655" Longitude="139.7161319" StarRating="3" HotelCode="|131538" HotelName="Resol Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-30-14 Minamiikebukuro Toshima-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/3/8/131538_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception and a baggage room. SITUATION: This establishment, is 60 minutes away from Narita Airport. ROOM: The establishment has 185 rooms with TV, internet and a bathroom. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet restaurant and a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="316.69" OriginalAmount="307.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67965" Longitude="139.78767" StarRating="0" HotelCode="|186377" HotelName="Livemax Nihonbashi Hakozaki" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>29 Nihonbashihakozakicho Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/7/7/186377_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="316.81" OriginalAmount="307.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69656" Longitude="139.70532" StarRating="4" HotelCode="|185855" HotelName="Shinjuku Granbell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-14-5 Kabuki-cho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/5/5/185855_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="317.03" OriginalAmount="307.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6509" Longitude="139.75528" StarRating="3" HotelCode="189060|1443908" HotelName="Kuretake Inn Premium Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8-18 Shiba, Minato-ku, Tokyo 105-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/5b/a35b89b338f13638d4ef4160c0dbd3663561c634.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.24" OriginalAmount="308.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.732038" Longitude="139.714496" StarRating="3" HotelCode="316497|centurion_hotel_ikebukuro" HotelName="Centurion Hotel Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ikebukuro 1-8-9, Toshima-ku, Tokyo 170-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/b7/29b7be0fa63d1eed681da686aff496a1cb84bd52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.24" OriginalAmount="308.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69531340986" Longitude="139.76044907096" StarRating="3" HotelCode="359644|sotetsu_fresa_inn_ochanomizujimbocho" HotelName="Sotetsu Fresa Inn Ochanomizu-Jimbocho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-19-7 Kanda-jimbocho, Chiyoda-ku, Tokyo 101-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/bc/53bc028668c95735d48fed82352d125369ae886f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.63" OriginalAmount="308.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71141" Longitude="139.77314" StarRating="3" HotelCode="|250253" HotelName="Apa Keisei Ueno-ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Chrome-14-26 Ueno, Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/2/5/3/250253_48c370b1252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.85" OriginalAmount="308.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6593189" Longitude="139.7527061" StarRating="3" HotelCode="|251316" HotelName="Keio Presso Inn Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Shibadaimon 1-1-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/1/6/251316_82b3ae81242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.27" OriginalAmount="309.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73451591" Longitude="139.70797584" StarRating="2" HotelCode="441707|hatoya_hotel" HotelName="Hatoya Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-56-2 Ikebukuro, Toshima 171-0014, Tokio</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/12/28125226393597fa639863eb9abb3d26d2e84929.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="318.27" OriginalAmount="309.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="3" HotelCode="629784|urban_lodge_komagome" HotelName="Urban Lodge Komagome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-6-19 Tabata</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/03/a703ccc4aa0ccb201ea306ebeefcc192f8dc31b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.94" OriginalAmount="309.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.705398" Longitude="139.783572" StarRating="2" HotelCode="|528854" HotelName="Serorin Light Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kojima 2-chome 7 - 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/8/5/4/528854_1fe89b61007.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.30" OriginalAmount="310.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.552104265754" Longitude="139.74161982536" StarRating="2" HotelCode="189081|toyoko_inn_tokyo_haneda_kuko_no2" HotelName="Toyoko Inn Tokyo Haneda Kuko 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-1-7 Haneda, Ota-ku, Tokyo 144-0043</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/3d/0e3d1ce9ad6e959be2b5e2589e4a8b32983536d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.30" OriginalAmount="310.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68967574" Longitude="139.68365119" StarRating="3" HotelCode="616050|apa_hotel_resort_nishishinjuku_gochome_eki_tower" HotelName="APA Hotel &amp; Resort Nishishinjuku Gochome Eki Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-14-1 Hon-machi, Shibuya-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/df/d7df42968d3bce16523810a236a110d828794c45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.30" OriginalAmount="310.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69804541636" Longitude="139.70510215704" StarRating="3" HotelCode="878692|apa_hotel_higashishinjuku_kabukicho_higashi" HotelName="APA Hotel Higashi-Shinjuku Kabukicho-Higashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-17-7 Kabuki-cho, Shinjuku-ku, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/67/df/67df73c2a5317436b703ac90d39765f6d5d06735.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.30" OriginalAmount="310.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.695731" Longitude="139.766422" StarRating="3" HotelCode="903195|the_b_ochanomizu" HotelName="The B Ochanomizu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-7-5 Kanda Awaji-cho, Chiyoda-ku, Tokyo 101-0063</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/dd/78dd31909bcdedfd90abaa8b4c33639faf10a44a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo (TYO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.30" OriginalAmount="310.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.696985" Longitude="139.758453" StarRating="3" HotelCode="|96141" HotelName="Villa Fontaine Jinbocho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jimbou-Cho Chiyoda-Ku Tokyo, ,1-30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/1/4/1/96141_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Villa Fontaine Jinbocho is rated three stars, it was opened in 2002. SITUATION: This establishment is in the centre of Tokyo. It is situated close to Yasukuni Shrine, has excellent transport links to the train station Jimbocho. ROOM: The establishment has 72 rooms with a hairdryer, a trouser press, an ironing set and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.83" OriginalAmount="311.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.733838" Longitude="139.726814" StarRating="0" HotelCode="|565618" HotelName="Otsuka Town 24" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-9-1, Kita-Otsuka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/6/1/8/565618_e05fca92052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.36" OriginalAmount="312.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72185218" Longitude="139.77979837" StarRating="3" HotelCode="187650|candeo_hotels_ueno_koen" HotelName="Candeo Ueno Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2-13 Negishi, Taito-ku, 110-0003 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/97/4d97a659cf2320ad3ab4c32d94ab8263c84cda5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo (TYO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="321.40" OriginalAmount="312.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.667293384031" Longitude="139.77036891466" StarRating="3" HotelCode="591518|3723055" HotelName="Keikyu EX Inn Higashi Ginza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-15-15 Tsukiji, Chuo-ku, Tokyo 104-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/94/519455c84e11e00f00c80ccb868fe7bc09def8bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.39" OriginalAmount="313.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73509719" Longitude="139.77485566" StarRating="0" HotelCode="873326|residence_condominium_kalahaai" HotelName="Residence Condominium Kalahaai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-29-20 Nishinippori, Arakawa-ku, Tokyo 116-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/a2/59a22b5b5255823247f5f3b6cfa8d018aca9a854.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="323.00" OriginalAmount="313.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71137867" Longitude="139.77309108" StarRating="3" HotelCode="510249|2252785" HotelName="Apa Hotel Keisei Ueno-Ekimae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-14-26 Ueno, Taito-ku 110-0005, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/c1/b9c1a13b28fdd83bc6af022bca9848b4c8a635fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.01" OriginalAmount="313.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6982171" Longitude="139.7073224" StarRating="3" HotelCode="|168306" HotelName="Apa Higashi Shinjuku Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinjuku-ku Okubo 1-1-48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/0/6/168306_1_164.jpg</HotelPictures>
        <HotelDescription>ROOM: It has modern rooms with WiFi (free of charge), a flat-screen television with video, an air-conditioning system, a writing desk, a fridge, kettle, a bathrobe, slippers, a bathroom with bathroom amenities and a hairdryer. FACILITIES: Guests are offered computers (available for a fee), a massage service (available for a fee), washing machines, a microwave for shared use, a trouser press and a dry cleaner's. SITUATION: The establishment is a 1-minute walk away from the metro station Higashi Shinjuku. It is a 10-minute train ride away from the train station Shinjuku. Just a 15-minute train ride away you will find park Shinjuku Gyoen. The establishment is a 15-minute train ride away from the train station Ikebukuro. MEALS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.24" OriginalAmount="313.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.733449" Longitude="139.728241" StarRating="2" HotelCode="|565251" HotelName="Superhotel Tokyo Otsuka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-17-13,Kitaotsuka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/2/5/1/565251_05eb2240905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.61" OriginalAmount="314.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.721362" Longitude="139.786034" StarRating="3" HotelCode="|203506" HotelName="Vessel Inn Ueno Iriya Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-25-6 Iriya, Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/0/6/203506_72ecfb01222.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="324.45" OriginalAmount="315.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6980532" Longitude="139.7047502" StarRating="3" HotelCode="|168303" HotelName="Apa Higashi Shinjuku Kabukicho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinjuku-ku Kabukicho 2-19-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/0/3/168303_13.jpg</HotelPictures>
        <HotelDescription>ROOM: It has modern rooms with WiFi (free of charge), a flat-screen television with video, an air-conditioning system, a writing desk, a fridge, kettle, a bathrobe, slippers, a bathroom with bathroom amenities and a hairdryer. FACILITIES: Guests are offered computers (available for a fee), a massage service (available for a fee), washing machines, a microwave for shared use, a trouser press and a dry cleaner's. SITUATION: The establishment is a 1-minute walk away from the metro station Higashi Shinjuku and it is a 10-minute train ride away from the train station Shinjuku. It is a 15-minute train ride away from park Shinjuku Gyoen. The establishment is a 15-minute train ride away from the train station Ikebukuro. RESTAURANT: The establishment offers breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.45" OriginalAmount="315.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.698425121396" Longitude="139.76783841848" StarRating="3" HotelCode="189045|ochanomizu_juraku" HotelName="Ochanomizu Juraku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2-9 Awaji-cho Kanda, Chiyoda-ku, Tokyo 101-0063</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/f8/58f8cf0b3c90f753d3f090d68f695331e29adfab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.45" OriginalAmount="315.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.736128152749" Longitude="139.74711953373" StarRating="3" HotelCode="443600|hotel_mets_komagome" HotelName="Hotel Mets Komagome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-1-39 Komagome, Toshima-ku, Tokyo-to 170-0003</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b8/3bb885fb54849b60da78b5feb6db58948b5e074f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.13" OriginalAmount="315.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73212" Longitude="139.72913" StarRating="0" HotelCode="|185839" HotelName="Randb  Otsuka-eki Kita-guchi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-14-2 Kita-Otsuka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/3/9/185839_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.48" OriginalAmount="316.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697053919627" Longitude="139.75846812129" StarRating="3" HotelCode="189107|hotel_villa_fontaine_jimbocho" HotelName="Hotel Villa Fontaine Tokyo - Jimbocho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-30 Jimbou-cho, Chiyoda-ku, Tokyo 101-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/00/7700cd94aa85e22f94cf80781eea9b25ae2add2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="325.48" OriginalAmount="316.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69780806" Longitude="139.70391325" StarRating="0" HotelCode="982844|apa_hotel_higashi_shinjuku_kabukicho_tower" HotelName="APA Hotel Higashi Shinjuku Kabukicho Nishi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-31-17 Kabukicho, Shinju-ku, Tokyo 160-0021, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/68/7a/687ab9c62b74b2ece8ab8bd5b4b247993d40012b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.05" OriginalAmount="316.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65186" Longitude="139.74985" StarRating="0" HotelCode="|185747" HotelName="Rose Stay - Tokyo Shiba Park -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-20-12 Shiba</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/7/4/7/185747_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.51" OriginalAmount="317.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69498591" Longitude="139.70606193" StarRating="3" HotelCode="531588|shinjuku_urban_hotel" HotelName="Shinjuku Urban Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-8-12 Kabukicho, Shinjuku 160-0021, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/62/5762aa7c6672c7b5d2f912fbec9231a7f1bba5ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.57" OriginalAmount="317.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6341116" Longitude="139.7134276" StarRating="3" HotelCode="|85898" HotelName="Mid In Meguro - Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-2-19, MEGURO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/8/9/8/85898_68995fd1152.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a buffet breakfast and a massage service. The establishment has a reception, a safety deposit box service, a baggage room, a cafÃ© and a breakfast room. SITUATION: The hotel is a 3-minute walk away from Meguro the Railway Station of It has excellent transport links to Tokio the Railway Station of, and the metro station. ROOM: The rooms an LCD TV, tea, a bathroom, an air-conditioning system, a fridge, kettle, slippers, complimentary bathroom items and films (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.21" OriginalAmount="317.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.694252" Longitude="139.720853" StarRating="3" HotelCode="|318061" HotelName="Pearl Shinjuku Akebonobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinjuku-ku Sumiyoshicho 9-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/0/6/1/318061_8367ab41151.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.54" OriginalAmount="318.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69384896" Longitude="139.77237686" StarRating="3" HotelCode="612247|apa_hotel_kanda_ekimae" HotelName="Apa Hotel Kanda Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-10-3 Kajicho, Chiyoda-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/9d/719d1e9cd899073afb7ae10df6bde040b6a02ed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.54" OriginalAmount="318.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69695498" Longitude="139.78436991" StarRating="2" HotelCode="620275|henn_na_hotel_tokyo_asakusabashi" HotelName="Henn Na Hotel Tokyo Asakusabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-5-1 Asakusabashi, Taito-ku, Tokyo 111-0053</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/18/ca18b1892acde41462b80dd92240652730684cb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.54" OriginalAmount="318.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66084134" Longitude="139.75428586" StarRating="0" HotelCode="971022|hotel_wing_international_shimbashi_onarimon" HotelName="Hotel Wing International Shimbashi Onarimon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-20-8 Shimbashi, Minato-ku, Tokyo 105-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c4/9b/c49b4f2d6698fba007a5a20db76e9f240ecdf2a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.54" OriginalAmount="318.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="880077|ici_hotel_asakusabashi_by_relief" HotelName="ICI HOTEL Asakusabashi By RELIEF" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-26-6 Asakusabashi</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c0/abc06229bfb72f4dfbd284da1772fe051071cd30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.57" OriginalAmount="319.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6544784" Longitude="139.76210985" StarRating="0" HotelCode="864895|hotel_tavinos_hamamatsucho" HotelName="Hotel Tavinos Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-13 Kaigan, Minato-ku, Tokyo 105-0022, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/d6/51d6f7db948b7396a8e68ffd21b10fbcc48cd81d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.57" OriginalAmount="319.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65958" Longitude="139.754521" StarRating="3" HotelCode="916108|sotetsu_fresa_inn_hamamatsucho_daimon" HotelName="Sotetsu Fresa Inn Hamamatsucho Daimon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2-7 Shibadaimon, Minato-ku, Tokyo 105-0012</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/28/a128ae62745a894f5177eb013c4b0d946ca81057.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="329.19" OriginalAmount="319.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69446" Longitude="139.7798" StarRating="2" HotelCode="563859|2073865" HotelName="Comfort Hotel Tokyo Higashi Kanda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-9-10 Higashi-Kanda, Chiyoda-ku, 101-0031 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/f6/e2f66b9c0b1ef4ca7b07d5ed3784bf72cff558c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="330.33" OriginalAmount="320.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.715436" Longitude="139.779989" StarRating="2" HotelCode="315985|3729275" HotelName="Super Hotel JR Ueno-iriyaguchi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Designated Smoking Area,Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/carsolize/c5/4e/c54e9a3752c7973d55158ec9b4d56dbe1ddda73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Super Hotel JR Ueno-Iriyaguchi is conveniently located in the popular Ueno area. The property featur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.63" OriginalAmount="321.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73322877" Longitude="139.72820816" StarRating="2" HotelCode="732172|super_hotel_tokyo_otsuka_" HotelName="Hotel Suntargas Otsuka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-17-15 Kitaotsuka, Toshima-ku, Tokyo 170-0004, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/2b/562b73e093566d5145041b070ac2cb89f43e35d2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.64" OriginalAmount="321.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72762" Longitude="139.77419" StarRating="2" HotelCode="|203412" HotelName="Mystays Nippori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-43-7 HIGASHINIPPORI ARAKAWAKU TOKYO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/1/2/203412_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.81" OriginalAmount="322.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6833591" Longitude="139.7823787" StarRating="3" HotelCode="|168430" HotelName="Sotetsu Fresa Inn Nihombashi Ningyocho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Nihonbashi Kakigara-cho 1-15-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/3/0/168430_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is a 3-minute walk away from the metro stations Ningyocho and Suitengu-mae. FACILITIES: The establishment boasts a computer with internet connection, a launderette and WiFi (free of charge). The establishment also offers a reception, a luggage room, vending machines and a hall with a coffee service. ROOM: All the rooms have an LCD television with films, a mini-bar, an air-conditioning system, a bathroom with bathroom amenities, tea and a bathrobe.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.21" OriginalAmount="322.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.652057" Longitude="139.754816" StarRating="3" HotelCode="|85891" HotelName="Villa Fontaine Tokyo - Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-6-5 SHIBA, MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/8/9/1/85891_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers simple rooms, WiFi (free of charge), in communal areas, a baggage room, a safety deposit box service, a laundry service (for a fee) and vending machines. SITUATION: This hotel is 8 minutes away from JR Hamamatsucho the Station of 20 minutes away from the establishment, clients can find Haneda Airport it is situated 10 minutes away from Daimon the metro station of 5 minutes away from the establishment you have Tsukiji the Market of Roppongi 6 minutes away from the establishment, you can find it is situated 15 minutes away from Tokio the Tower of. ROOM: All the rooms have a flat-screen television, a fridge, kettle, a bathrobe and a bathroom with bathroom kit. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast free of charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.69" OriginalAmount="323.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="814656|hotel_mju_adults_only" HotelName="Hotel Mju" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-14-2 Taito-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/55/e15532595f571f6ab46a0cd39c408b9242d0d015.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.72" OriginalAmount="324.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70810517" Longitude="139.791309" StarRating="0" HotelCode="969601|henn_na_hotel_tokyo_asakusa_tawaramachi" HotelName="Henn na Hotel Tokyo Asakusa Tawaramachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-chome-19 Kotobuki, Tokyo 111-0042</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/58/7a58adf25740696699b9981dff9af79644e1b26b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="334.32" OriginalAmount="324.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.690595" Longitude="139.766831" StarRating="3" HotelCode="161533|392985" HotelName="Hotel Villa Fontaine Tokyo - Otemachi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8-8 Uchi Kanda, Chiyoda-ku, Tokyo 101-0047</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/d6/31d6147610fc9335cfd410ab9b0623f5549bd75a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Tokyo. It is close to the Imperial Palace and the nearest stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.73" OriginalAmount="324.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5885299" Longitude="139.7282305" StarRating="3" HotelCode="|85902" HotelName="JR-East Mets Omori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-6-16, OMORIKITA, OTA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/0/2/85902_1_364.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is an ideal place for relaxing, The establishment offers facilities for disabled guests. SITUATION: This establishment, Tokyo it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.75" OriginalAmount="325.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73218805" Longitude="139.70694502" StarRating="2" HotelCode="361571|super_hotel_jr_ikebukuro_nishiguchi_" HotelName="Super Hotel JR Ikebukuro Nishiguchi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Massage Centre,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Ikebukuro 2-14-12, 171-0014 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/a3/f6a3d3167675af54ba0fbc3a57f01e9d5313062f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ikebukuro, Super Hotel Ikebukuro Nishiguchi is a perfect starting point from which to exp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.75" OriginalAmount="325.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71064966" Longitude="139.80599521" StarRating="2" HotelCode="746122|la_krasse_sumida" HotelName="La Krasse Sumida" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-16-8 Mukojima, Tokyo 131-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/b5/16b5ac57778fbeea5e1d79b7dd1c7a6815092a14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.75" OriginalAmount="325.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697799122278" Longitude="139.70714774474" StarRating="3" HotelCode="916136|e_hotel_higashi_shinjuku" HotelName="E Hotel Higashi Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-3-15 Kabuki-cho, Shinjuku-ku, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/a3/d8a3437065b34ba921841ade55ff4c8b8c185c34.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="334.93" OriginalAmount="325.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7079364" Longitude="139.772481" StarRating="3" HotelCode="|251393" HotelName="Sotetsu Fresa Inn Ueno Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Ueno 1-20-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/9/3/251393_468f2ac1258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="335.57" OriginalAmount="325.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.693569" Longitude="139.774361" StarRating="3" HotelCode="|86181" HotelName="Comfort Tokyo Kanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>11-2 Kanda Higashimatsushita Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/8/1/86181_1_2075.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Tokyo the city centre of el Palacio Imperial it is situated near and Akihabara the commercial area of. ROOM: The establishment has cosy rooms, have a bathroom, a fridge, a hairdryer and a television. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.78" OriginalAmount="326.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65003" Longitude="139.75558" StarRating="3" HotelCode="95441|chisun_hotel_hamamatsucho" HotelName="Chisun Hotel Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-3-10 Shibaura, Minato-ku, Tokyo 105 0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/19/8a19f6bec5cc1129f90f87d24839ba2f9ee75dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located to provide easy access to 6 train lines and 4 nearby stations inc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.78" OriginalAmount="326.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7079839" Longitude="139.77253785" StarRating="3" HotelCode="594606|sotetsu_fresa_inn_uenookachimachi" HotelName="Sotestsu Fresa Inn Ueno-Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Ueno 1-20-8, Taito-ku, Tokyo 111-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/51/3c51ae072fb21a668790ad97225c1848ce654edd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.28" OriginalAmount="326.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67005834" Longitude="139.77400975" StarRating="3" HotelCode="592580|2654945" HotelName="Henn Na Hotel Tokyo Ginza" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-2-1 Tsukiji, Chuo-ku, Tokyo 104-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/3e/6d3e109fe52720f7ae0ca2a8577baa4df4bacdf4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="336.72" OriginalAmount="326.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.651607" Longitude="139.749783" StarRating="2" HotelCode="380469|1454398" HotelName="Mita Kaikan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-20-12 Shiba, Minato, Tokyo 105-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/0a/460a2b4a8ec550cc1e5e8c8c86a5144d557635eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.81" OriginalAmount="327.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.56352854" Longitude="139.71296193" StarRating="3" HotelCode="351098|urbain_tokyo_haneda_kamata_2" HotelName="Urbain Tokyo Haneda Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7-25-10 Nishi-Kamata, Ota-ku, Tokyo 144-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/21/7121989f93ca12e5421a96afebbaa04c16cf570d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.81" OriginalAmount="327.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69668604" Longitude="139.77387882" StarRating="3" HotelCode="856550|hotel_resol_akihabara" HotelName="Hotel Resol Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-25-12 Kanda Sudacho, Chiyoda, Tokyo 101-0041</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/9c/709c3c03214241ece6ad6c094b6682eea6b62201.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.84" OriginalAmount="328.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69427733" Longitude="139.72085174" StarRating="3" HotelCode="774491|pearl_hotel_shinjuku_akebonobashi" HotelName="Pearl Hotel Shinjuku Akebonobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>9-5 Sumiyoshicho, Tokyo 162-0065, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/6d/736d5aca4f53ed3a107c89da45a76081f925297b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Tokyo City. The hotel comprises 151 cosy accommodation units. The ac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.15" OriginalAmount="328.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6254083" Longitude="139.7283912" StarRating="3" HotelCode="|168403" HotelName="Mystays Gotanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinagawa-ku, Higashigotanda 2-5-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/0/3/168403_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is a 5-minute walk away from the railway station JR de Gotanda, is a 5-minute train ride away from Ebisu Garden Palace, is a 10-minute train ride away from la Torre de Tokio and Roppongi Hills. FACILITIES: Guests are offered a massage service and washing machine (available for a fee). ROOM: Customers can find rooms with kitchen with a microwave, a flat-screen television and WiFi (free of charge). They also have an air-conditioning system, kettle, a fridge, kitchenware, a bathroom with a bath and toiletries.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.51" OriginalAmount="328.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6977027" Longitude="139.7070623" StarRating="3" HotelCode="|85938" HotelName="E Higashi Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-3-15 KABUKITYOU, SHINZYUKU-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/3/8/85938_1_2127.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2008, was renovated in 2012, has 250 rooms, 63 single rooms and 187 double rooms. SITUATION: This establishment, Tokyo it is in near the establishment, you will find the bus station and the railway station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="338.94" OriginalAmount="329.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6810522" Longitude="139.7919497" StarRating="0" HotelCode="|321110" HotelName="Lyuro Tokyo Kiyosumi By The Share Hotels -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koto-ku, Kiyosumi 1-1-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/1/0/321110_bb216881735.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.40" OriginalAmount="329.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6945126" Longitude="139.7797161" StarRating="3" HotelCode="|447640" HotelName="Comfort ERA Tokyo Higashi Kanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-9-10 Higashi-Kanda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/4/0/447640_06e42400954.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.90" OriginalAmount="330.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.661296" Longitude="139.873372" StarRating="3" HotelCode="93259|pearl_hotel_kasai" HotelName="Pearl Kasai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-1-7 Higashikasai, Edogawa-ku, Tokyo 134-0084</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/a0/37a05dcd72b8b39ff886a11b5e30b8947146ef23.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Tokyo. It is located a 10-minute drive from the Tokyo metro station Otemach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.90" OriginalAmount="330.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.716444649715" Longitude="139.78053291776" StarRating="3" HotelCode="316510|ueno_hotel" HotelName="Ueno Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>7-12-9 Ueno, Taito-ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/44/264477a992d819a752f08041153440a3802b42e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.90" OriginalAmount="330.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.652025331399" Longitude="139.75499734282" StarRating="3" HotelCode="189105|hotel_villa_fontaine_hamamatsucho" HotelName="Hotel Villa Fontaine Tokyo - Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-6-5 Shiba, Minato-Ku, Tokyo 105-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/24/ca2441d7b661c2a4782ee9741c88aafd1c12e93b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.90" OriginalAmount="330.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69550926" Longitude="139.70282379" StarRating="0" HotelCode="962558|apa_hotel_shinjuku_kabukicho_chuo" HotelName="APA Hotel Shinjuku Kabukicho Chuo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-26-5 Kabukicho, Shinjuku, Tokyo 160-0021, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/66/a7/66a74de32f31dc34821d92bbd604cefc7425fb32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="340.75" OriginalAmount="330.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.694132" Longitude="139.70722" StarRating="3" HotelCode="93256|245486" HotelName="Sunlite Shinjuku" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-15-8 Shinjuku, Shinjuku-ku, Tokyo 160-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/53/f75385aadc01040e1e8c71fdbfcfe2d87e6de3c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel only few minutes' walk from the metro at Shinjuku Station and 10 minutes' walk from the ea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.93" OriginalAmount="331.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.604303739459" Longitude="139.73423436284" StarRating="2" HotelCode="167576|viainn_tokyo_oimachi" HotelName="Viainn Tokyo Oimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-3-1 Oi, Shinagawa, Tokyo 140-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/4e/274e4a16fc85ab63a4cfa94a27df5515034d4bb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.93" OriginalAmount="331.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69821726" Longitude="139.7073402" StarRating="3" HotelCode="340552|apa_hotel_higashi_shinjuku_ekimae" HotelName="APA Hotel Higashi-Shinjuku-Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-1-48 Okubo, Shinjuku-ku, Tokyo, Tokyo-to 169-0072</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2b/31/2b310fe205128cf92690581705cc22b86bf7e666.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="341.77" OriginalAmount="331.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.678276" Longitude="139.782593" StarRating="3" HotelCode="|85889" HotelName="Villa Fontaine Tokyo - Kayabacho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-8-2 SHINKAWA, CHUO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/8/8/9/85889_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby with WiFi (free of charge), modern rooms with internet (free of charge), a reception with a baggage room, a laundry service (for a fee) and vending machines. SITUATION: This hotel is a 5-minute walk away from Kayabacho Underground Station. 8 minutes walk away, you can find Hatchobori Station. It has excellent transport links to the Tokyo Disney Resort Theme Park. It is situated 10 minutes away (by metro) from la lonja de pescado de Tsukiji and Akihabara ROOM: All the rooms have a flat-screen television, a fridge, a kettle, a bathroom with a hairdryer and complimentary bathroom items. MEALS: Guests are offered a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.96" OriginalAmount="332.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67507103" Longitude="139.7710862" StarRating="3" HotelCode="591689|hotel_abest_ginza_kyobashi" HotelName="Hotel Abest Ginza Kyobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-9-1 Kyobashi, Chuo-ku, Tokyo 104-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/d8/cfd845dd8ebeb85ad3a6eee1487544040dd43465.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.77" OriginalAmount="332.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6937677" Longitude="139.8154682" StarRating="3" HotelCode="|251392" HotelName="Sakura Sky" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sumida-ku Kotobashi 4-9-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/9/2/251392_a502b0c1657.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="342.90" OriginalAmount="332.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.695938" Longitude="139.786733" StarRating="3" HotelCode="95439|1473528" HotelName="Tokyo Asakusabashi Belmont" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2-8 Yanagibashi, Taito-Ku, 111-0052 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/3c/8b3c31f5f18ced5bba4dcbdbd4fd4d89ba26dd7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Asakusabashi area, next to Akihabara electrical town, the hotel is conveniently tucke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="342.99" OriginalAmount="333" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7122487" Longitude="139.79231864" StarRating="3" HotelCode="346113|61463" HotelName="Red Planet Asakusa Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Asakusa 1-11-6, Taito-ku, Tokyo 111-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/57788/dec44404-dbe3-4d44-8fd6-05fbf2815da7.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.99" OriginalAmount="333.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.63800207" Longitude="139.73936466" StarRating="3" HotelCode="430276|apa_hotel_shinagawa_sengakuji_ekimae" HotelName="APA Hotel Shinagawa Sengakuji-Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Housekeeping,Internet,Laundry,Luggage Storage,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>2-16-30, Takanawa, Minato-ku, Tokyo 108-0074</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/a3/53a35410b68fb6f88d0a1b5fd49b9abe1657c901.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3.5-star APA Hotel Shinagawa Sengakuji Eki-Mae offers comfort and convenience whether you're on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.35" OriginalAmount="333.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6852" Longitude="139.77962" StarRating="3" HotelCode="|186409" HotelName="Nishitetsu Inn Nihonbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>15-18 Kofunemachi Nihonbashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/4/0/9/186409_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.60" OriginalAmount="333.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.702491" Longitude="139.699858" StarRating="0" HotelCode="|463063" HotelName="Galois Hotel Shin-Ōkubo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-4-9 Hyakunincho, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/0/6/3/463063_1011d4a1636.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.02" OriginalAmount="334.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.693557" Longitude="139.77437" StarRating="3" HotelCode="115613|comfort_hotel_tokyo_kanda_2" HotelName="Comfort Hotel Tokyo Kanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11-2 Kanda Higashimatsushita, Chiyoda-ku, Tokyo 101-0042</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/14/28147afb44df742be15958d694295d66f805905c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.22" OriginalAmount="334.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7123" Longitude="139.79224" StarRating="3" HotelCode="|185835" HotelName="Far East Village Hotel Tokyo, Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-11-6 Asakusa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/3/5/185835_1_101.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="344.92" OriginalAmount="334.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.706573428948" Longitude="139.77041199803" StarRating="3" HotelCode="189097|634585" HotelName="Ueno First City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-14-8 Ueno, Taito-ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/46/9846eb13634ee9a229197c6f60302532de560a5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.01" OriginalAmount="334.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.713449" Longitude="139.780068" StarRating="2" HotelCode="|322702" HotelName="Livemax Ueno-ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku, Higashi-Ueno 4-12-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/2/7/0/2/322702_b3d5b251743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.05" OriginalAmount="335.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.661421317855" Longitude="139.75534056115" StarRating="3" HotelCode="916167|apa_hotel_shinbashionarimon" HotelName="APA Hotel Shimbashi Onarimon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-10-3 Shinbashi, Minato-ku, Tokyo-shi 105-0004, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/2c/a92c4ad16439315de2b7bde1e0d4d2103e1e8dee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.11" OriginalAmount="335.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6614265" Longitude="139.7552012" StarRating="3" HotelCode="|168322" HotelName="Apa Shimbashi Onarimon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku, Shinbashi 6-10-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/2/2/168322_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 7-minute walk away from the Railway Station of JR de Shinbashi, 4 minutes away from the metro station Onarimon. Just a 20-minute train ride away you will find the temple Senso-ji. 20 minutes walk away, you can find the area Ginza. It is situated 10 minutes walk away from the area Shiodome and la Torre de Tokio. FACILITIES: The establishment has a restaurant, a massage service, computers with internet connection and WiFi (free of charge). ROOM: It has stylish rooms with flatscreen television, heating, an air-conditioning system, a fridge, a bathroom with a bath, a hairdryer, complimentary bathroom items and a bathrobe. RESTAURANT: It has available a restaurant, vending machines and a microwave free of charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.88" OriginalAmount="335.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.712644" Longitude="139.790617" StarRating="3" HotelCode="|381609" HotelName="Ann Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-10-6, Nishiasakusa, Tokyo, Tokyo, 111-0035</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/1/6/0/9/381609_bfdefa41219.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.08" OriginalAmount="336.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697224912714" Longitude="139.70211490989" StarRating="3" HotelCode="189058|hotel_vintage_shinjuku_2" HotelName="Premier Hotel Cabin Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-40-3 Kabukicho, Shinjuku-Ku, Tokyo-to 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/92/f1920a09ead017245e0e23c73a0deef0e09c0691.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.08" OriginalAmount="336.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68104441" Longitude="139.79199527" StarRating="2" HotelCode="595431|the_share_hotels_lyuro_tokyo_kiyosumi" HotelName="The Share Hotels Lyuro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-1-7 Kiyosumi, Koto, Tokyo 135-0024</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/99/9299f495b1155a9bec539157471de8333beee1a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="347.08" OriginalAmount="336.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.588532" Longitude="139.728525" StarRating="3" HotelCode="95444|304025" HotelName="Omori Tokyu REI Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-6-16 Omorikita, Atre Omori, Tokyo 143-0016, Ota-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/e3/6ee360e492822be00739bdc03b655356118c91b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.11" OriginalAmount="337.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.709453373531" Longitude="139.77622212074" StarRating="3" HotelCode="404361|apa_hotel_okachimachi_ekikita_s" HotelName="APA Hotel Okachimachieki Kita S" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-7-19 Ueno, Daitouku-ku, Tokyo-shi 110-0005, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/e2/8be2f7a2d409cb7095b85afb6332df98ed5196ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="347.13" OriginalAmount="337.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66751081" Longitude="139.75350708" StarRating="3" HotelCode="563576|2181365" HotelName="The B Tokyo Shimbashi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-17-13 Nishi Shinbashi, Minato-ku, Tokyo-to 105-0003</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/36/6f36fd7c73fb4429ecb8509d32cd44002b01f568.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="348.14" OriginalAmount="338" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.727584853256" Longitude="139.77424199922" StarRating="2" HotelCode="337783|63092" HotelName="HOTEL MYSTAYS Nippori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>5-43-7 Higashinippori, Arakawa-ku, Tokyo 116-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/26/5526c22fba10e9a32722651304159aca55cf8002.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.47" OriginalAmount="338.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6929353" Longitude="139.7114457" StarRating="3" HotelCode="|43499" HotelName="Listel Shinjuku Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-3-20, SHINJUKU, SHINJUKU-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/9/9/43499_1_1137.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning and has 262 rooms, In the entrance, guests are offered a lobby with a reception, With regards to the food and beverage offering, the establishment has a bar and a restaurant. The establishment offers guests 3 conference rooms and a business centre. The establishment also offers room service and a laundry service. SITUATION: This urban hotel is in Shinjuku a good location in is situated in a peaceful area, nearby, you will find a metro station, Disney 15 minutes away, guests can find 25 minutes away from the establishment, you can find Tokio Bay. ROOM: The stylish rooms, have a hairdryer, a direct line telephone, a satellite television, a radio, a fridge, a coffee maker, a kettle, an iron, individual air-conditioning, a bathroom with a bath, an electronic key and a writing desk. FACILITIES: The establishment has a swimming pool, a sauna and a gym. Guests are offered spa treatments. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients can enjoy restaurants and bars. The establishment offers typical French cuisine, Italian specialties and Japanese dishes. The establishment serves a buffet breakfast, an Ã  la carte lunch and a set-menu dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.58" OriginalAmount="338.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65262" Longitude="139.79662" StarRating="0" HotelCode="|245907" HotelName="Livemax Toyosu-ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-5-34 Toyosu, Koto-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/5/9/0/7/245907_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.62" OriginalAmount="339.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7066406" Longitude="139.7704076" StarRating="3" HotelCode="|85853" HotelName="Ueno First City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-14-8 UENO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/8/5/3/85853_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge), 2 restaurants, a massage service, business facilities and a baggage room. Guests can also find bicycle rental, computer (for a fee), breakfast service and a cafÃ©. SITUATION: This hotel is 1 minute away from Yushima the underground station of 5 minutes away from the establishment guests have Okachimachi the Station of Ueno First City 10 minutes away from Close to tourist points of interest, is situated 5 minutes away from Kappabashi the street. ROOM: Each room has a television, a fridge and a bathroom with a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.20" OriginalAmount="340.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68886345" Longitude="139.70887211" StarRating="3" HotelCode="358458|apa_hotel_shinjuku_gyoemmae" HotelName="APA Hotel Shinjuku Gyoenmae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-8 2-chome, Shinjuku, Shinjuku-ku, Tokyo 160-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/c1/3fc157cf1780ec6dfae1136c573ff0f425c1103f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="350.24" OriginalAmount="340.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5510247" Longitude="139.7491426" StarRating="3" HotelCode="|168405" HotelName="Mystays Haneda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Otaku,Haneda,5-1-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/0/5/168405_1_5952.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is 10 minutes drive away from Airport Haneda. 4 minutes walk away, you can find the Railway Station of Anamoi-Inari and a 10-minute walk away from the Station of Tenkubashi. HOTEL: The establishment boasts standard rooms and apartments has features that offer you the maximum level of comfort with WiFi (free of charge), a restaurant and a transfer service to the airport. You are also offered a reception, washing machines and vending machines. ROOM: The rooms have an air-conditioning system, a television, a fridge, a safety deposit box, a bathroom with a bath, toiletries and a hairdryer. The apartments have a kitchen with hobs and a microwave. FACILITIES: The establishment has baggage handling, a dry cleaner's, a trouser press and a car park (available for a fee). RESTAURANT: Clients also have at their disposal a restaurant with breakfast service and dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.26" OriginalAmount="342.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70626" Longitude="139.775957" StarRating="2" HotelCode="189065|super_hotel_uenookachimachi" HotelName="Super Hotel Ueno-Okachimachi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-23-12 Ueno, Taitou-ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/25/3425a3824bab84d7eefae35dc1d59c23826afda7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.26" OriginalAmount="342.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.685290333333" Longitude="139.77954133333" StarRating="3" HotelCode="916115|nishitetsu_inn_nihonbashi" HotelName="Nishitetsu Inn Nihombashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15-18 Nihonbashikobunacho, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/ae/50ae292ee71fee4ed4b944729beaaacc89e85df3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="353.37" OriginalAmount="343.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7140397" Longitude="139.7791694" StarRating="3" HotelCode="|85894" HotelName="Sutton Place Hotel Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-8-23, Ueno, Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/8/9/4/85894_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, it offers a massage service, a baggage room, internet (free of charge) and a laundry service (for a fee). SITUATION: This establishment, is 100 metres away from JR Ueno the Railway Station of it is 40 minutes away from Narita Airport the hotel el parque de Ueno it is 500 metres away from 300 metres away from the establishment, you can find Ueno the underground station of It has excellent transport links to, and. it is situated 20 minutes walk away from Asakusa the area. ROOM: The rooms have wooden floors, internet (available for a fee), a flat-screen television, an air-conditioning system, wooden furniture, large windows, a bath, slippers and a satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="353.83" OriginalAmount="343.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70868" Longitude="139.81026" StarRating="0" HotelCode="|239290" HotelName="Livemax Asakusa Sky Front" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-10-4 Narihira Sumida</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/2/9/0/239290_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="354.32" OriginalAmount="344" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.634179719898" Longitude="139.71341904693" StarRating="3" HotelCode="933702|210121" HotelName="Mid In Meguro Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-2-19 Shimomeguro, Meguro-ku, Tokyo 153-0064, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/29/73295f8d465aff869e43a7ad7021ed9233380a86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Tokyo City. Pets are not permitted on the premises. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="354.32" OriginalAmount="344" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66624659" Longitude="139.7662021" StarRating="3" HotelCode="754745|349837" HotelName="E Hotel Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-17-7 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/1033799/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.32" OriginalAmount="344.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.713958678609" Longitude="139.779060781" StarRating="3" HotelCode="189066|sutton_place_hotel_ueno" HotelName="Sutton Place Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-8-23 Ueno, Taito-ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c5/0bc562a682eab91f3a2e7e125616505059056047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.32" OriginalAmount="344.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72735539" Longitude="139.69299409" StarRating="1" HotelCode="436953|sheena_to_ippei" HotelName="sheena and ippei" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>2-12-4 Toshima-ku Nagasaki, Tokyo 171-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/28/db281169c0f2f2906395d2b0040992a29c4a3364.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.32" OriginalAmount="344.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="694823|royal_hotel_shinokubo" HotelName="Royal Hotel Shinokubo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-17-1 Hyakunincho</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/82/f2821aadb3706fcf6b7efe9fe3273e6dbdbd8db4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="355.35" OriginalAmount="345" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.718395" Longitude="139.792348" StarRating="3" HotelCode="904441|228437" HotelName="Toyoko Inn Asakusa Senzoku Tsukuba Express" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-15-1 Senzoku, Taito-ku, Tokyo 111-0031, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/d6/0fd68192ee66fb12d5a47a8c0cb375077425d4fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is reachable with a 4-minute walk from the A2 exit of Asakusa station on the Tukuba expres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.35" OriginalAmount="345.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.62537554" Longitude="139.72838153" StarRating="3" HotelCode="351542|hotel_mystays_gotanda_2" HotelName="HOTEL MYSTAYS Gotanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-5-4 Higashigotanda, Shinagawa-ku, Tokyo 141-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/1d/f91d556852d15006122b4c04e8f0b7bc61d5434f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.38" OriginalAmount="346.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.550864775124" Longitude="139.74914680639" StarRating="3" HotelCode="345114|hotel_mystays_haneda" HotelName="HOTEL MYSTAYS Haneda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>5-1-13 Haneda, Otaka-ku, Tokyo 144-0043</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/04/9604b9d640bf7f23a256e29dc7f28abbe71a1224.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for short stays or just those who want to be close to the airport, the recently built HOTEL ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.07" OriginalAmount="346.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.680408" Longitude="139.67555" StarRating="0" HotelCode="|528518" HotelName="Luana Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-8-11 Hatagaya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/5/1/8/528518_691d1b21005.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.32" OriginalAmount="346.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69613" Longitude="139.7013" StarRating="3" HotelCode="|186337" HotelName="Apa Shinjuku Kabukicho Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-20-2 Kabukicho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/3/7/186337_1_4206.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="357.34" OriginalAmount="346.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70011" Longitude="139.70547" StarRating="0" HotelCode="|186456" HotelName="Sophiearth Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-7-26 Okubo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/4/5/6/186456_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.41" OriginalAmount="347.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6783249" Longitude="139.7825911" StarRating="3" HotelCode="189108|hotel_villa_fontaine_kayabacho" HotelName="Hotel Villa Fontaine Tokyo - Kayabacho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8-2 Shinkawa, Chuo-ku, Tokyo 104-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/25/5f25d6d6eed32835243c3b85c83392129072b4ce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.41" OriginalAmount="347.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="816100|hotel_crystal_adult_only" HotelName="Hotel Crystal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-8-4 Negishi</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/13/61/13619757df2ed866ef79515fbfc1a6c67db8d35b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.44" OriginalAmount="348.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72226" Longitude="139.70512" StarRating="3" HotelCode="189049|richmond_hotel_tokyo_mejiro" HotelName="Richmond Tokyo Mejiro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-5-14 Mejiro, Toshima-ku, Tokyo 171-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/27/b12730037b2fb12111f7c0940dbaf0e2c3e24aa5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="360.50" OriginalAmount="350" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70070865" Longitude="139.77048855" StarRating="3" HotelCode="594335|235713" HotelName="APA Hotel Akihabaraeki Denkigaiguchi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-11-4 Sotokanda, Chiyoda-ku, Tokyo 101-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/fb/58fbe4a52a6cc4c7ff170cfc53828abb8a42a180.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.50" OriginalAmount="350.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71266845" Longitude="139.79066817" StarRating="3" HotelCode="830641|hotel_ann_asakusa" HotelName="Hotel Ann Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-10-6 Nishiasakusa, Taito-ku, Tokyo 111-0035</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/0b/1e0b45b020ada01566ae2c8367c6804f9196f410.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="361.17" OriginalAmount="350.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7277592" Longitude="139.70795513" StarRating="2" HotelCode="486174|3702515" HotelName="Business Hotel Nishiike" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-39-9 Nishiikebukuro, Toshima, Tokyo 171-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/d4/edd4017b27e123babff6e7598323db4567eb4119.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.53" OriginalAmount="351.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69377692" Longitude="139.81536525" StarRating="3" HotelCode="621110|sakura_sky_hotel" HotelName="Sakura Sky Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4-9-3 Kotobashi, Tokyo 130-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/51/54517a35f664f8f468b78b7a157529649337da64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="361.53" OriginalAmount="351.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.63599025" Longitude="139.69078975" StarRating="3" HotelCode="916182|tokyustay_meguroyutenji" HotelName="Tokyu Stay Meguro-Yutenji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yutenji 2-15-7, Meguro-ku, Tokyo 153-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/85/7e85809c478c705f0e53325c4b74221dccb8172e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="364.50" OriginalAmount="353.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6564681" Longitude="139.3406403" StarRating="3" HotelCode="|164761" HotelName="Keio Plaza Hachioji" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>14-1, Asahicho, Hachioji-shi, Tokyo, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/7/6/1/164761_3ad42831206.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays and business stays, has conference rooms and banquet halls. SITUATION: This hotel is close to JR Hachioji the train station There are many places you can visit in the surrounding area, including. ROOM: The establishment has 200 stylish rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.15" OriginalAmount="355.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.693883" Longitude="139.698418" StarRating="2" HotelCode="|466346" HotelName="Wpu Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-10-5 Nishishinjuku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/3/4/6/466346_8aef9821658.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="366.28" OriginalAmount="355.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.63182" Longitude="139.789947" StarRating="3" HotelCode="210122|240026" HotelName="Sunroute Ariake" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-6-6 Ariake, Koutou-Ku, Tokyo 135-0063</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a4/7da47be9006adc5f340aa55faf2ad6cb368e7ede.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.68" OriginalAmount="356.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="880564|ikidane_cozy_hotel_haneda_airport" HotelName="Ikidane Cozy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-13-4 Haneda</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/b5/51b5697bfce92da23ab560339ed7ae58d2c74f8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="366.91" OriginalAmount="356.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67460257" Longitude="139.73632991" StarRating="3" HotelCode="407758|3684465" HotelName="Super Hotel Lohas Akasaka" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-16-7 Akasaka, Minato, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/b6/ebb6b098335bb937034b755428c876a6d992f38c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="367.61" OriginalAmount="356.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.694339" Longitude="139.777207" StarRating="0" HotelCode="|534365" HotelName="Hotaku HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-13-1 Iwamotocho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/6/5/534365_898a11f1149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.71" OriginalAmount="357.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66337846" Longitude="139.73363716" StarRating="3" HotelCode="593712|sotetsu_fresa_inn_tokyoroppongi" HotelName="Sotetsu Fresa Inn Tokyo-Roppongi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-10-1 Roppongi, Minato-ku, Tokyo 106-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/7f/6e7fdcc32f2c078db100ae5a8d9d81900e0156fa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="368.02" OriginalAmount="357.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70711324" Longitude="139.5612174" StarRating="3" HotelCode="315818|3738365" HotelName="Richmond Hotel Tokyo Musashino" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Economy hotel" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/da/ccdaf57a6e3e526e91878f84c2bdccd6dd018b92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="368.74" OriginalAmount="358.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69604876" Longitude="139.70125772" StarRating="3" HotelCode="410896|apa_hotel_shinjuku_kabukicho_tower" HotelName="APA Hotel Shinjuku Kabukicho Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-20-2 Kabuki-cho, Shinjuku-ku, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/b8/cdb8eddc01be464509177a85323aa957568638dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.80" OriginalAmount="360" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.694097698438" Longitude="139.69415926422" StarRating="3" HotelCode="916175|61700" HotelName="Nishitetsu Inn Shinjuku" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-23-2 Nishi Shinjuku, Shinjuku-ku, Tokyo to 160-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/5a/075aa8411bbf979e68674d52083e07e9ba51d4a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.83" OriginalAmount="361.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70013286" Longitude="139.70539944" StarRating="1" HotelCode="411981|sophiearth_apartment" HotelName="Sophiearth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Business Centre,Coffee Shop,Currency Exchange,Designated Smoking Area,Dry Cleaning,Housekeeping,Internet,Laundry,Luggage Storage,Parking,Pets allowed,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>1-7-26 Okubo, Shinjuku-Ku, Tokyo 169-0072</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/b5/fab5545943c35530b510f39c69d65f6d8b118917.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sophiearth Hostel is conveniently located in the popular Shinjuku area. The property features a wide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="372.52" OriginalAmount="361.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.626561590594" Longitude="139.7374637425" StarRating="3" HotelCode="189092|1563288" HotelName="Toyoko Inn Shinagawa-Eki Takanawa-Guchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4-23-2 Takanawa, Minato-ku, Tokyo 108-0074</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/2a/562aa220496d892600311994846fb256c4e66841.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.92" OriginalAmount="364.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.667896" Longitude="139.816796" StarRating="3" HotelCode="167558|hotel_routeinn_tokyo_toyocho" HotelName="Route-Inn Tokyo Toyocho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-3-12 Toyo, Koto, Tokyo 135-0016</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/3f/933f2b9a5a7a837e7e2cce809e3938c68644749d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="376.10" OriginalAmount="365.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.629243918842" Longitude="139.73296716647" StarRating="3" HotelCode="95467|335785" HotelName="Shinagawa Tobu Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4-7-6 Takanawa, Minato-ku, Tokio 108-0074</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/c4/06c408e48b537125f55264024c8409871b109a8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Only a 5-minute walk from JR and KEIKYU Shinagawa Station.  Located on a small hilltop, at the borde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="376.98" OriginalAmount="366" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.669485" Longitude="139.774615" StarRating="3" HotelCode="263235|61196" HotelName="Ginza Capital Annex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>3-1-5 Tsukiji, Chuo-ku, Tokyo 104-0045, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/72/2c724d36dc464b178bbefef782aa9b7cbaf8e821.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can enjoy a variety of facilities, services and amenities during their stay. A l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.98" OriginalAmount="366.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="867820|hotel_frontier_adults_only" HotelName="Hotel Frontier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-15-6 Kitaotsuka</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/9a/2a9a8938255eba3f6ba1cce5a24e91ff687a2d36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.14" OriginalAmount="366.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.678378" Longitude="139.779104" StarRating="0" HotelCode="|460009" HotelName="Livemax Kayabacho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-7-3 Kayabacho, Nihombashi, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/0/0/9/460009_b8486d11740.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.48" OriginalAmount="366.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.721068" Longitude="139.706848" StarRating="3" HotelCode="|162633" HotelName="Jr-east Mets Mejiro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-4-1 Mejiro, Toshima-ku, Tokyo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/6/3/3/162633_1_6558.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has facilities for people with reduced mobility. SITUATION: This establishment, Tokio it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.97" OriginalAmount="366.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7222306" Longitude="139.7051565" StarRating="3" HotelCode="|168425" HotelName="Richmond Hotel Tokyo Mejiro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Toshima-ku, Mejiro 3-5-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/2/5/168425_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Tokio, a 2-minute walk away from the train station JR Mejiro. The establishment is a 5-minute train ride away from the Station of Ikebukuro. ROOM: It has Occidental-style rooms with WiFi (free of charge), humidifier, an air-conditioning system, a television, a fridge, kettle and coffee. Our guests also have available a bathroom and a hairdryer. FACILITIES: By paying an extra charge, you can use a gym, a covered swimming pool and a launderette. You also have at your disposal a reception with computers (available for a fee), an ironing service and a luggage room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.01" OriginalAmount="367.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.59055034" Longitude="139.73244776" StarRating="3" HotelCode="95474|art_hotels_omori" HotelName="HOTEL MYSTAYS PREMIER Omori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-19-3 Minami Oi, Shinagawa-ku, Tokyo 140-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/08/f5083aa97622ae92a810f0a403df712ac4b9db42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="378.77" OriginalAmount="367.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.663517" Longitude="139.733844" StarRating="3" HotelCode="408818|1070508" HotelName="the b roppongi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>3-9-8 Roppongi, Minato-ku, Tokyo 106-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/49/8a490da4040da78a8ab2c9136551aa7f9db67595.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a 1-minute walk from Roppongi station on the Toei Oedo line, and a 2-minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.25" OriginalAmount="368.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7033731" Longitude="139.7732377" StarRating="3" HotelCode="|320830" HotelName="Super Akihabara-suehirocho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Ueno 3-2-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/8/3/0/320830_25e1db81017.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.84" OriginalAmount="368.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7117887" Longitude="139.815972" StarRating="3" HotelCode="|321194" HotelName="ONE＠Tokyo by insomnia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sumidaku Oshiage 1-19-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/9/4/321194_1151fc31133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.84" OriginalAmount="368.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.651037" Longitude="139.684736" StarRating="3" HotelCode="|86008" HotelName="Suave Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-24-4 OHASHI, MEGURO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/0/8/86008_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant and a massage service. The establishment offers a buffet breakfast. SITUATION: The hotel is opposite Ikejiri-Ohashi the Railway Station of It has excellent transport links to and, is 7 minutes away (by train) from Omotesando the commercial area of. ROOM: The establishment has rooms with air-conditioned, WiFi (free of charge), a fridge, tea, slippers, a bathroom with a bath and a shower. OBSERVATIONS: Ask for the hotel opening hours, Regarding the food and beverage offering, the establishment provides breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.91" OriginalAmount="368.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5904569" Longitude="139.7324619" StarRating="4" HotelCode="|85933" HotelName="Mystays Premier Omori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-19-3 Minamioi, Shinagawa-ku, Tokyo, Tokyo-to, 140-0013</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/3/3/85933_1_3106.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge) and a transfer service to the airport, (free of charge). ROOM: The classic style rooms, have a television, a fridge, a kettle, a coffee maker, a sofa, a bathroom with a bath, a shower and complimentary bathroom items. FACILITIES: Guests are offered a massage service in the rooms, a laundry service and ticket sales. MEALS: Guests are offered a buffet breakfast with Japanese dishes and Occidental dishes. SITUATION: Odaiba It takes 20 minutes to get to Shinagawa 6 minutes away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="380.07" OriginalAmount="369" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.627633914341" Longitude="139.73707231518" StarRating="0" HotelCode="731067|411120" HotelName="Shinagawa Prince Hotel East Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Concierge,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>10-30 Takanawa 4-chome, Minato-ku, Tokyo 108-8611</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/79/db7992a94b5ba6dea9053458352f4b9804064f7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 4 star hotel is located in the city centre of Tokyo. It is 18.0 Km from the Shinjuku and the ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.07" OriginalAmount="369.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.675772384556" Longitude="139.73650723001" StarRating="3" HotelCode="313503|centurion_hotel_grand_akasaka" HotelName="Centurion Hotel Grand Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>3-19-3 Akasaka, Minato, Tokio 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/40/d7408a80d12d18dc49726a11c338cd9739d80e1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="380.58" OriginalAmount="369.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6581963" Longitude="139.7550496" StarRating="3" HotelCode="|168404" HotelName="Mystays Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku, Hamamatsucho 1-18-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/0/4/168404_15.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is a 3-minute walk away from the metro station of Daimon and a 5-minute walk away from the railway station JR de Hamamatsucho. 500 metres away from the establishment, you can find the Tram Station of Hamamatsucho. It is a 5-minute metro ride away from the area Ropongi. It is 5 minutes drive away from el mercado de pescado de Tsukiji, FACILITIES: Guests are offered a massage service. ROOM: It has stylish rooms with internet, an air-conditioning system, heating, a fridge, a television, a kettle, a bathroom with a bath and a WC. HOTEL: The hotel has a lobby with coffee service, a reception, computers (for a fee), WiFi, a laundry service and a dry cleaner's.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="381.10" OriginalAmount="370.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.714613" Longitude="139.79215301" StarRating="3" HotelCode="775290|the_b_tokyo_asakusa" HotelName="The B Tokyo Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Internet,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-16-12 Nishiasakusa, Taito-ku, Tokyo 111-0035, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/e8/f0e8a1dac7e47394d7c722d4c7aad7d2e640e125.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a 3-minute walk from Tsukuba Express Asakusa Station, the b asakusa is 400 m from Senso...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="382.05" OriginalAmount="370.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68891" Longitude="139.70891" StarRating="3" HotelCode="|185574" HotelName="Apa Shinjuku Gyoemmae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-8 Shinjuku, Shinjuku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/7/4/185574_1_3178.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.16" OriginalAmount="372.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.61302157942" Longitude="139.74499711179" StarRating="2" HotelCode="313620|super_hotel_shinagawa_aomono_yokocho_" HotelName="Super Hotel Shinagawa Aomonoyokocho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-22-27 Higashi, Shinagawa, Shinagawa-ku, Tokyo 140-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/cf/08cf5e4df853100fb1680cc1283677796b9dde78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.16" OriginalAmount="372.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69722473" Longitude="139.70185823" StarRating="0" HotelCode="952953|lagent_hotel_shinjuku_kabukicho" HotelName="La'gent Hotel Shinjuku Kabukicho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-40-5 Kabukicho, Shinjuku, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/4e/ac4e993663da50925434bc734b25f92482f57ffa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="384.10" OriginalAmount="372.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67430098" Longitude="139.77183449" StarRating="3" HotelCode="422968|1199888" HotelName="APA Hotel Ginza Takaracho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Economy hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Massage Centre,Restaurant,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>3-11-2, Kyobashi, Chuo-ku, Tokyo 104-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/2f/1e2fa035f06d78bc2cd30075575a99283052eeca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at APA Hotel Ginza-Takaracho in Tokyo Ginza, you'll be convenient to B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.06" OriginalAmount="373.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6832287" Longitude="139.7418436" StarRating="3" HotelCode="|251470" HotelName="Nest Tokyo Hanzomon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda ku Hayabusa cho 2-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/7/0/251470_ff5de0b1303.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.25" OriginalAmount="375.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65275794" Longitude="139.7966503" StarRating="2" HotelCode="596762|hotel_livemax_toyosuekimae" HotelName="Hotel Livemax Toyosu-Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-5-34 Toyosu, Koto-ku, Tokyo 135-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/97/6697897d3c7e0a8080016cec7f01627c562662e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel LiVEMAX Toyosu-Ekimae in Tokyo (Koto), you'll be close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="388.31" OriginalAmount="377.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67906532" Longitude="139.77585338" StarRating="3" HotelCode="593454|belken_hotel_tokyo" HotelName="Belken Hotel Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel,Apartment" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>18-3 Nihombashi Kabutocho, Chuo-ku, Tokyo 103-0026</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b6/83/b683903c932c9bfdabb411957ffbede517153b76.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Belken Hotel Tokyo in Tokyo (Chuo), you'll be minutes from To...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.34" OriginalAmount="378.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.671058" Longitude="139.769477" StarRating="3" HotelCode="189014|ginza_daiei_hotel_" HotelName="Ginza Daiei" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-12-2 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2c/fa/2cfa3ad80038763cff2b76ae8c829cca1bbc2b1d.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affordable hotel in the heart of Tokyo's famous Ginza district. Only a short taxi ride from Tokyo St...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="389.88" OriginalAmount="378.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.716399" Longitude="139.797408" StarRating="2" HotelCode="|467463" HotelName="Other Space Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-chome-4-10 Asakusa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/4/6/3/467463_308dbb91708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.37" OriginalAmount="379.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.61743639" Longitude="139.74426233" StarRating="3" HotelCode="345076|super_hotel_shinagawa_shinbanba_" HotelName="Super Hotel Shinagawa Shinbanba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Elevator,Internet,Laundry,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/zz/05adee8c6671c38301269522a8215d2fb5d5083c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.55" OriginalAmount="380.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69148" Longitude="139.773297" StarRating="0" HotelCode="|462957" HotelName="Live Max Tokyo Kanda Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-4-3 Kajicho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/9/5/7/462957_d9c31751601.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="393.05" OriginalAmount="381.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.549352" Longitude="139.754641" StarRating="0" HotelCode="|466576" HotelName="Metropolitan Tokyo Haneda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Haneda Innovation City Zone A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/5/7/6/466576_e916a921633.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="393.46" OriginalAmount="382.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.698194653215" Longitude="139.79708566138" StarRating="3" HotelCode="95443|daiichi_hotel_ryogoku" HotelName="Dai-ichi Ryogoku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-6-1 Yokoami, Sumidaku, Tokio  130-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/de/03de6761b1854e8145dca55e274646c3aa0395c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A 5-minute journey from JR Ryogoku Station will take guests to Tokyo station and the Ginza shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="394.38" OriginalAmount="382.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6719079" Longitude="139.7677456" StarRating="3" HotelCode="|251396" HotelName="Sotetsu Fresa Inn Ginza Sanchome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-8-4 Ginza, Chuo-ku, Tokyo, 104-0061, Tokyo, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/9/6/251396_dbe9a261335.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.49" OriginalAmount="383.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.702612" Longitude="139.764638" StarRating="3" HotelCode="173857|tokyo_garden_palace" HotelName="Garden Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-7-5 Yushima, Bunkyo-ku, Tokyo 113-0034</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/56/5c5607f1f945b9d39edc8effbc2d74c97c765749.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 213 rooms. A dining area is among the facilities. Those arriving in t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.49" OriginalAmount="383.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.676528666667" Longitude="139.77171933333" StarRating="3" HotelCode="916121|sotetsu_fresa_inn_tokyo_kyobashi" HotelName="Sotetsu Fresa Inn Tokyo Kyobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-11-1 Kyobashi, Chuo-ku, Tokyo 104-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/0c/0e0c7e6938b5d98b86dd8fa7489f91103c27cc06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.52" OriginalAmount="384.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70537311" Longitude="139.74251182" StarRating="2" HotelCode="435253|flexstay_inn_iidabashi" HotelName="Flexstay Inn Iidabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>3-26 Shinogawamachi, Shinjuku-ku, Tokyo 162-0814</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/fb/9cfbdaa44c03286fed6fe96f118621236245d280.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="395.52" OriginalAmount="384.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="870587|hotel_classy_skytree" HotelName="Hotel Classy Skytree" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-38-10 Mukou-jima</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/c8/28c83c61dbe83b3cde8be23517675f4e127a0574.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="396.21" OriginalAmount="384.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.732528" Longitude="139.707204" StarRating="0" HotelCode="|464909" HotelName="Petit Bali Ikebukuro - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-12-11 Ikebukuro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/9/0/9/464909_54792021216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.55" OriginalAmount="385.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.721055688473" Longitude="139.70682396075" StarRating="3" HotelCode="80640|hotel_mets_mejiro" HotelName="Hotel Mets Mejiro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Restaurant,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-4-1 Mejiro, Toshima-ku, Tokyo 171-0031, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6d/a86daf3bc291c1ed5e1ae5fddd3e47f92f853316.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Mejiro, it only takes about 15 minutes by Yamanote-line to Shibuya, Shinjuku, and Ikebuku...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.55" OriginalAmount="385.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.56254428" Longitude="139.72181478" StarRating="3" HotelCode="593504|hotel_routeinn_tokyo_kamata" HotelName="Hotel Route-Inn Tokyo Kamata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-18-2 Kamata, Ota-ku, Tokyo 144-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/30/3930344f39f5d422c48b0df4d9b41687d50d10ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="396.55" OriginalAmount="385.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68340261" Longitude="139.7906014" StarRating="3" HotelCode="860476|speriainn_nihombashi_hakozaki" HotelName="S-Peria-Inn Nihombashi Hakozaki" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-9 Nihonbashi Nakasu, Tokyo 103-0008</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/c2/d2c2a23d20b3930b06d18c948fb6495f5e272354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.61" OriginalAmount="387.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.729676" Longitude="139.719437" StarRating="3" HotelCode="82298|sunshine_city_prince_hotel_ikebukuro_tokyo" HotelName="Sunshine City Prince Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-1-5 Higashi-Ikebukuro, Toshima-ku, Tokyo 170-8440</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/74/2274c6344b3cbf8e77c51216ea3ec751e35d186b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 8 minutes' walk from Ikebukuro Station, where the JR, Seibu-Ikebukuro, Tobu-Toj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.61" OriginalAmount="387.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6583346" Longitude="139.7551386" StarRating="3" HotelCode="338120|hotel_mystays_hamamatsucho" HotelName="HOTEL MYSTAYS Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-18-14 Hamamatsucho, Minato-ku, Tokyo 105-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/c8/30c8923ce5157634f7b292494fa4f04dd98963bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="399.33" OriginalAmount="387.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66822401" Longitude="139.76323146" StarRating="3" HotelCode="522901|2237625" HotelName="Sotetsu Fresa Inn Ginza-Nanachome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7-11-12 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/da/93da4360d89f9c13431e8fb99a66ee8d5226d09e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="399.97" OriginalAmount="388.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7178374" Longitude="139.7819809" StarRating="4" HotelCode="|318101" HotelName="Comfact" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>?????1??3-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/1/0/1/318101_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.67" OriginalAmount="389.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.656917" Longitude="139.752316" StarRating="3" HotelCode="189009|hotel_comsoleil_shiba_tokyo" HotelName="Richmond Hotel Tokyo Shiba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-3-4 Shiba-koen, Minato-ku, Tokyo 105-0011</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b2/84/b284bc2480a608f277f1c182c7ff4dd75652bdd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.67" OriginalAmount="389.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="981000|jreast_hotel_mets_tokyo_bay_shinkiba" HotelName="Jr-East Hotel Mets Tokyo Bay Shinkiba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-6-1 Shinkiba, Koto, Tokyo 136-0082</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/bc/d7bc191fb7603d3f6c42beb9cade171335eecba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.92" OriginalAmount="389.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7086322" Longitude="139.7759587" StarRating="3" HotelCode="|86085" HotelName="Sardonyx Ueno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-6-7 UENO, TAITO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/8/5/86085_1_8602.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has attentive service and comfortable rooms, is ideal for holidays or business trips, The establishment offers guests express check-out, a lobby with an elevator, air-conditioning, a restaurant and a laundry service. SITUATION: The hotel is close to points of interest, is situated 7 minutes walk away from Ueno the Railway Station of It has excellent transport links to the road. ROOM: All the rooms have a shower, an air-conditioning system, a television, internet, a hairdryer, a fridge, a coffee maker and a kettle. OTHERS: Regarding the food and beverage offering, clients have a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="401.28" OriginalAmount="389.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.680434" Longitude="139.786029" StarRating="3" HotelCode="|86132" HotelName="Villa Fontaine Tokyo - Nihombashi Hakozaki" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Nihombashi Hakozaki-cho 20-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/3/2/86132_1_3784.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a fax machine, a photocopier and internet. is business, The establishment has a reception and air-conditioning. It has 163 rooms, The establishment boasts a breakfast room. SITUATION: This aparthotel, is a 1-minute walk away from Tokio Air City Terminal the bus station it is close to Suitengmae the Station of. ROOM: Each room has a shower, satellite or cable TV, internet and an air-conditioning system. MEALS: The establishment offers a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.70" OriginalAmount="390.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6722943" Longitude="139.77349138" StarRating="0" HotelCode="971051|hotel_livemax_tokyoshintomicho" HotelName="Hotel Livemax Tokyo Shintomicho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-7-12 Shintomi, Chuo-ku, Tokyo 104-0041</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/f5/1ff5b7eafb7309146676ae62b505b753a77a05db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="402.76" OriginalAmount="391.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67424" Longitude="139.77197" StarRating="3" HotelCode="|185566" HotelName="Apa Ginza Takaracho Tokyo Yaesu Minamiguchi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-11-2 Kyobash</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/6/6/185566_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="403.76" OriginalAmount="392.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.708717395501" Longitude="139.77612009819" StarRating="3" HotelCode="172281|sardonyx_ueno" HotelName="Hotel Sardonyx Ueno" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-6-7 Ueno, Taito-ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/54/19540ad4aada45be6dcf994a3d715aefc78ed8be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient location from which to explore major sightseeing spots in Tokyo. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="403.76" OriginalAmount="392.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.685551191238" Longitude="139.78027560662" StarRating="3" HotelCode="95460|hotel_nihonbashi_saibo" HotelName="Hotel Nihonbashi Saibo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-3-16 Ningyo-cho, Nihombashi, Chuo-ku, Tokyo 103-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/2b/c52b27ac96f9565795fcbc0045ffac9fda976c99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.79" OriginalAmount="393.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66633402" Longitude="139.72016577" StarRating="0" HotelCode="971177|male_only_dormitory_hotel_adonis_hostel" HotelName="Male Only Dormitory Hotel Adonis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-3-2 Minamiaoyama, Tokyo 107-0062</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/6b/6a6b131ff9260949893a3db864a8db213c68286b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="405.19" OriginalAmount="393.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.713061" Longitude="139.70142" StarRating="0" HotelCode="|557349" HotelName="Livemax Takadano Baba Station Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-12-5 Takadanobaba</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/3/4/9/557349_a8a1b8a1648.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.82" OriginalAmount="394.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.620813" Longitude="139.729429" StarRating="3" HotelCode="80822|new_otani_inn_tokyo" HotelName="New Otani Inn Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-6-2 Osaki, Shinagawa-ku, Tokyo 141-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/fb/57fb8aa7a5de0d32314f61d4ade33e42e77bfc83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is arguably at the very centre of Tokyo, and is a convenient base for every type of visito...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="406.15" OriginalAmount="394.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.673837942743" Longitude="139.73790504663" StarRating="3" HotelCode="189008|1121788" HotelName="Centurion Hotel Residential Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-12-3 Akasaka, Minato-ku, Tokyo-to 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/70/8f70c5619fb215e60ee5963074837d74f0b62576.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant, a bar, room service and a laundry service...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.85" OriginalAmount="395.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71180009" Longitude="139.81598225" StarRating="3" HotelCode="564245|one_tokyo" HotelName="ONE@Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-19-3 Oshiage, Sumida-ku, Tokyo 131-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/56/d0562d5c7360858ae3c3249494a23b3c80639e49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="407.88" OriginalAmount="396.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.686772" Longitude="139.72744" StarRating="3" HotelCode="167629|mitsui_garden_hotel_yotsuya" HotelName="Hotel Keihan Tokyo Yotsuya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-24 Yotsuya, Shinjuku-ku, Tokyo 160-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/b4/acb485d5ded38897944a97de5ddfff8b5baff0f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="407.88" OriginalAmount="396.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66689215" Longitude="139.75325438" StarRating="3" HotelCode="356787|apa_hotel_shimbashi_toranomon" HotelName="APA Hotel Shimbashi Toranomon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 6-9 Nishi-shinbashi, Minato-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/7a/3a7acf9d2a7828e16761dc51edd9207bc7e7f85d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="408.91" OriginalAmount="397.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68337478" Longitude="139.74197753" StarRating="2" HotelCode="613774|nest_hotel_tokyo_hanzomon" HotelName="Nest Hotel Tokyo Hanzomon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-18 Hayabusa-cho, Chiyoda-ku, 102-0092 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/6a/5a6a098041150c64162e74ec02d8c2a89cb2a5bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities at the hotel offer guests the opportunity to combine business wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="408.91" OriginalAmount="397.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="971034|shimbashi_urban_hotel" HotelName="Shimbashi Urban Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-11-9 Shimbashi, Tokyo 105-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/26/b2265eb0de3c477125030f19ca0877dbd64dba55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="408.95" OriginalAmount="397.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.689905" Longitude="139.708182" StarRating="2" HotelCode="|378702" HotelName="Rocks" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinjuku-ku, Shinjuku 2-10-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/8/7/0/2/378702_fd3005c0949.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="409.56" OriginalAmount="397.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6635442" Longitude="139.7336306" StarRating="3" HotelCode="|251338" HotelName="Sotetsu Fresa Inn Tokyo Roppongi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku, Roppongi 3-10-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/3/8/251338_9cef7c31648.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="409.94" OriginalAmount="398.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.733130684208" Longitude="139.70611064846" StarRating="3" HotelCode="404485|oak_hotel_ikebukuro" HotelName="Oak Hotel Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bicycle Rental,Business Centre,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>2-16-8 Ikebukuro, Toshima-ku, Tokyo 170-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/94/01948492be17eee06985932887f49baf959f2d51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Tokyo, Oak Hotel Ikebukuro puts everything the city has to offer just out...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="409.94" OriginalAmount="398.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="981943|hotel_tourist_inn_ueno_okachimachi" HotelName="Hotel Tourist Inn Ueno Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-20-4 Misuji, Tokyo 111-0055</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/f1/06f1fb9802d0fdfd39bc4edda02931fac1707ffc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="410.00" OriginalAmount="398.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7389012" Longitude="139.7781079" StarRating="3" HotelCode="|251309" HotelName="Randor Residence Tokyo Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arakawa-ku, Arakawa 4-37-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/0/9/251309_97b6af51643.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="410.24" OriginalAmount="398.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.659811" Longitude="139.695405" StarRating="3" HotelCode="|85996" HotelName="Shibuya  En" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-1 MARUYAMA-CHO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/9/6/85996_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a baggage room, a dry cleaner's, comfortable rooms, with WiFi (free of charge), 2 restaurants and a massage service. ROOM: The rooms have an air-conditioning system, a television, a radio, a sitting room, a mini-bar and kettle. On request, the establishment offers humidifier. RESTAURANT: Guests can enjoy a bar, a tea room and a bistro restaurant. SITUATION: This hotel is a 7-minute walk away from Shibuya the Station of In the surrounding area, you can find shops and restaurants. 15 minutes walk away, guests can find Yoyogi park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="412.36" OriginalAmount="400.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.731767" Longitude="139.711102" StarRating="3" HotelCode="|433874" HotelName="Sun City Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 29 1 Nishiikebukuro Toshima Ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/3/8/7/4/433874_a564e2f1525.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.03" OriginalAmount="401.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.733462" Longitude="139.728287" StarRating="2" HotelCode="316001|superhotel_tokyo_otsuka" HotelName="Super Hotel Tokyo Otsuka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Elevator,Internet,Massage Centre,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-17-13 Kita-Otsuka, Toshima-ku, Tokyo 170-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/d1/b8d1bd05a949b9770b6d646381761a42b94b86d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Ikebukuro, Super Hotel Tokyo Otsuka promises a relaxi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.03" OriginalAmount="401.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71653581" Longitude="139.79522854" StarRating="3" HotelCode="725503|the_kanzashi_tokyo_asakusa" HotelName="Hotel WBF Tokyo Asakusa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-chome 27, Asakusa, 111-0032 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/e6/49e63fa7c55d5f9bff88641e995333ff4fd45c0d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="413.83" OriginalAmount="401.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.664087" Longitude="139.7002474" StarRating="3" HotelCode="|319073" HotelName="The Onefive Tokyo Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shibuya-ku Jinnan 1-8-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/9/0/7/3/319073_327c86f1114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.06" OriginalAmount="402.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73176835" Longitude="139.7112139" StarRating="2" HotelCode="620354|hotel_sun_city_ikebukuro" HotelName="Hotel Suncity Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-29-1 Nishiikebukuro, Toshima-ku, Tokyo 171-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/ce/4fced15348e1a9a52a492027a4b3b29a7f93eeba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="414.08" OriginalAmount="402.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72091" Longitude="139.7957" StarRating="0" HotelCode="|532598" HotelName="Yoshitsuki" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5 Chome-30-5 Asakusa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/5/9/8/532598_43b72d91035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="415.09" OriginalAmount="403.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69683112" Longitude="139.70594231" StarRating="3" HotelCode="767044|hotel_g7_adult_only" HotelName="Hotel G7" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-5-5 Kabukicho, Tokyo 160-0021, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/29/422905662c515cf1e84d7b4c339c8dc9f578e7b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="415.09" OriginalAmount="403.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6867166" Longitude="139.7268436" StarRating="3" HotelCode="916181|tokyu_stay_yotsuya" HotelName="Tokyu Stay Yotsuya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yotsuya 2-1, Shinjuku-ku, 160-0004 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/83/f3831976f8bfa92a5889c25758cbff6709e388f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="415.70" OriginalAmount="403.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69879" Longitude="139.81795" StarRating="0" HotelCode="|185706" HotelName="Park Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-16-11 Kinshicho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/7/0/6/185706_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="417.37" OriginalAmount="405.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.609188402718" Longitude="139.74866473922" StarRating="3" HotelCode="115626|329105" HotelName="Sunroute Shinagawa Seaside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-12-8 Higashishinagawa, Shinagawa-ku, Tokyo 140-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/190637/190637a_hb_a_004.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 300 rooms. Most storeys are accessible by lift. Services a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="417.45" OriginalAmount="405.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6572193" Longitude="139.7564518" StarRating="3" HotelCode="|251496" HotelName="Henn Na Tokyo Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Hamamatsucho 1-24-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/9/6/251496_33059c01355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="417.55" OriginalAmount="405.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66829" Longitude="139.76327" StarRating="3" HotelCode="|242177" HotelName="Sotetsu Fresa Inn Ginza Nanachome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-11-12 Ginza Chuo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/1/7/7/242177_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="418.12" OriginalAmount="405.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66318897607" Longitude="139.69883054495" StarRating="3" HotelCode="95459|323735" HotelName="Shibuya Tobu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-1 Udagawa-cho, Shibuya-ku, Tokio 150-0042, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/1a/841a3b648a23338612979c698f14fd6296ffcf14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="418.14" OriginalAmount="405.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.728126" Longitude="139.773202" StarRating="3" HotelCode="95469|396305" HotelName="Lungwood" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-50-5 Higashi Nippori, Arakawa Ward, Tokyo 116-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/87/e187280a9648eb4cd0d6eaacc4595ff15a1ee426.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 1 minute on foot from JR/Keisei Nippori Station, and also has good access to Ue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="419.35" OriginalAmount="407.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6676583" Longitude="139.7729366" StarRating="3" HotelCode="|251305" HotelName="Ann Tsukiji" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Tsukiji 3-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/0/5/251305_58a39101200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="420.24" OriginalAmount="408" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66414722" Longitude="139.70013891" StarRating="2" HotelCode="731952|285650" HotelName="Hotel Emit Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-8-11 Jinnan, Shibuya-ku, Tokyo 150-0041, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/74/9c7458c38a778c3f8800fbd7d30ad9d9406acc61.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="420.24" OriginalAmount="408.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.634824" Longitude="139.71395" StarRating="3" HotelCode="175920|hotel_wing_international_meguro" HotelName="Wing International Meguro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3-14 Meguro, Meguro-ku, Tokyo 153-0063</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/6c/eb6c002a3668ad1f4c5d48b405b1d9a4d3c54fbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient location for both business and leisure. It is only 2 minutes from JR ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="420.24" OriginalAmount="408.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.751255017968" Longitude="139.80303980712" StarRating="3" HotelCode="345350|coco_grand_kitasenju" HotelName="Hotel Coco Grand Kitasenju" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-40-2 Adachi-ku, Senju, 120-0034 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/aa/4faa7a9e02658055dc5c741d0208a159688de4c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="422.30" OriginalAmount="410.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67188684" Longitude="139.76776919" StarRating="3" HotelCode="615223|sotetsu_fresa_inn_ginzasanchome_dec1st_2017_new_open" HotelName="Sotetsu Fresa Inn Ginza-Sanchome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-8-4 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/4b/1f4b8cb80e5922a44bbdefb5d36ea3162c5f87e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Sotetsu Fresa Inn Ginza-Sanchome (Dec.1st, 2017 New Open) in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.34" OriginalAmount="410.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.706" Longitude="139.799" StarRating="3" HotelCode="|435362" HotelName="PLAYSIS ASAKUSA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>??????1-12-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/5/3/6/2/435362_4548c531637.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.70" OriginalAmount="410.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7097911" Longitude="139.7756238" StarRating="3" HotelCode="|221357" HotelName="Centurion and Spa Ueno Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Ueno 6-8-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/5/7/221357_1_1032.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.33" OriginalAmount="411.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.680417915823" Longitude="139.7860378772" StarRating="3" HotelCode="164215|hotel_villa_fontaine_nihombashi_hakozaki" HotelName="Hotel Villa Fontaine Tokyo - Nihombashi Hakozaki" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20-10 Hakozaki-cho, Nihombashi Chuo-ku, Tokio 103-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/65/49/6549b21da2db888ec2c1fd62fe0c8bae0f46c765.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is just a 1-minute walk from the Tokyo Air City Terminal in one of the most convenien...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="424.24" OriginalAmount="411.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="2" HotelCode="115797|1105888" HotelName="HOTEL MYSTAYS PREMIER Akasaka" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-17-54 Akasaka, Miniato-Ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/5c/6e5c01a671a7e13705dc6941f7b6fefaa258b89b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="424.36" OriginalAmount="412" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67655475" Longitude="139.73600875" StarRating="3" HotelCode="903000|48784" HotelName="The B Akasaka-Mitsuke" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Currency Exchange,Golf,Internet,Laundry,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-21-7 Akasaka, Minato-ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/db/c5db365d07c4c33dc5e75261277c63c03a5fd7cf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.36" OriginalAmount="412.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697424222667" Longitude="139.70433443785" StarRating="3" HotelCode="189093|toyoko_inn_shinjuku_kabuki_cho" HotelName="Toyoko Inn Shinjuku Kabuki Cho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-20-15 Kabuki-cho, Shinjuku-ku, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/84/bf84f102b9a38e64bb981ca3583995e35d8e2dc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.89" OriginalAmount="414.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7141699" Longitude="139.7943038" StarRating="3" HotelCode="|168424" HotelName="Richmond Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku, Asakusa 2-7-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/2/4/168424_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2012. SITUATION: The establishment is a 3-minute walk away from el templo de Sensoji, is in the area Asakusa (Tokio). 3 minutes walk away, you can find the Station of Asakusa. The establishment is a 10-minute walk away from the metro station Asakusa. 30 minutes walk away, guests can find La Torre Tokyo Sky Tree, RESTAURANT: Guests can enjoy an Italian restaurant and a buffet breakfast. ROOM: The modern rooms have TV channels (available for a fee), a bathroom with slippers, toiletries and an LCD television. FACILITIES: Guests are offered washing machines (available for a fee), a reception, a dry cleaner's, fax and a photocopier. You also have at your disposal a hall with computers (free of charge) and a microwave (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="428.48" OriginalAmount="416.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.690999" Longitude="139.686744" StarRating="3" HotelCode="189075|tokyu_stay_nishishinjuku" HotelName="Tokyu Stay Nishi-Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-9-8 Nishi-shinjyuku, Shinjuku-ku, Tokyo 160-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/c8/95c845c5970528a91aa6283a003b3bfcd819ee72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="428.93" OriginalAmount="416.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.732335" Longitude="139.707265" StarRating="3" HotelCode="|152586" HotelName="Tokyu Stay Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-12-2 Ikebukuro Toshima-ku TOKYO JAPAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/8/6/152586_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a baggage room, a cleaning service, a photocopier, a messaging centre and a buffet breakfast. SITUATION: This hotel is 4 minutes away from Ikebukuro the underground station of the railway station. ROOM: The rooms have a washing machine, tumble drier, a microwave, WiFi (free of charge), an air-conditioning system, a satellite television, a safe, a fridge, kettle, a bathroom with a hairdryer and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="428.98" OriginalAmount="416.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.659808199068" Longitude="139.69546017358" StarRating="3" HotelCode="315865|1451768" HotelName="Shibuya Hotel En" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-1 Maruyamacho, Shibuya-ku 150-0044, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/2d/762dfc7774f6b8ed7cde171ca3898517d142d784.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.17" OriginalAmount="416.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.668442" Longitude="139.757712" StarRating="3" HotelCode="|164804" HotelName="Sotetsu Fresa Inn Shimbashi Hibiyaguchi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-14-3 Shimbashi, Minato-gu, Tokyo-city, Japan 105-0004</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/8/0/4/164804_f48387b1412.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment it was opened in 2013, The establishment boasts WiFi (free of charge). SITUATION: This establishment, is a 2-minute walk away from JR Shimbashi the stations of You will be able to visit and. It has excellent transport links to and Shinjuku the Station of. ROOM: The establishment has 147 rooms with TV and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.54" OriginalAmount="418.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67412883" Longitude="139.7691491" StarRating="3" HotelCode="359294|koko_hotel_ginza_1chome" HotelName="Unizo Ginza Itchome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1-9-5, Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/a8/eca8acf933b2271a46a6e9ecb26ed0ee084a84d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.37" OriginalAmount="418.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.690034" Longitude="139.774912" StarRating="3" HotelCode="|152587" HotelName="Tokyu Stay Nihombashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nihombashi-honcho 4-7-9, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/8/7/152587_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi, (free of charge), a reception, a baggage room, a dry cleaner's, a photocopier and a messaging centre. SITUATION: This establishment, is 2 minutes away from JR Shin Nihombashi the Station of 10 minutes away, you can find Tokio and Akihabara the stations of 3 minutes away from the establishment guests have Ginza the Station of Close to the commercial area, is situated 35 minutes away from Haneda Airport. ROOM: All the rooms have an air-conditioning system, a satellite TV, a safety deposit box, a mini-bar, kettle, a bathroom with a hairdryer and complimentary bathroom items. Some rooms have a kitchen, a microwave and a washing machine.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="432.90" OriginalAmount="420.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.669229" Longitude="139.801884" StarRating="3" HotelCode="|85960" HotelName="Day Nice  Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KIBA, KOTO-KU 2-1-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/6/0/85960_c5296501125.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has facilities for people with reduced mobility. SITUATION: This establishment, is in Tokyo a good area in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="433.72" OriginalAmount="421.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.665750564469" Longitude="139.77087333798" StarRating="3" HotelCode="189072|634395" HotelName="Tokyu Stay Tukiji" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-11-5 Tsukiji, Chuo-ku, Tokyo 104-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/74/9074b963078139c2906bff1007eb80b591cef162.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="434.50" OriginalAmount="421.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.696017" Longitude="139.702877" StarRating="0" HotelCode="|471984" HotelName="Amanek Shinjuku Kabukicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kabukicho 2 -24-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/9/8/4/471984_2b3f5332019.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="434.66" OriginalAmount="422.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="880198|super_hotel_tokyo_hamamatsucho" HotelName="Super Hotel Tokyo Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1 2-Chome</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/4e/fc4e9d05c8373151818b4e994c6bcdeca96ec697.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.09" OriginalAmount="422.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.714949" Longitude="139.79875" StarRating="2" HotelCode="|522258" HotelName="hanachiku asakusa wagokoro hoteru" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-7-2 Hanakawado</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/5/8/522258_14b2b880912.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.55" OriginalAmount="422.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69582" Longitude="139.7043" StarRating="3" HotelCode="|185714" HotelName="Siena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-22-1 Kabukicho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/7/1/4/185714_b141f031253.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.55" OriginalAmount="422.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70626" Longitude="139.77605" StarRating="2" HotelCode="|185864" HotelName="Super Ueno - Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-23-12 Ueno, Taitou-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/6/4/185864_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="435.69" OriginalAmount="423.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.689707" Longitude="139.774516" StarRating="2" HotelCode="210121|kazusaya" HotelName="Hotel Kazusaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/54/175451779909889e3902df9a9973033d6093a932.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can reach the upper storeys via the lift or stairs. The hotel features various services a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="436.72" OriginalAmount="424" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681116" Longitude="139.738527" StarRating="3" HotelCode="167572|48795" HotelName="Toshi Center Hotel Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-4-1 Hirakawa-cho, Chiyoda-ku, Tokyo 102-0093</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/99/94991e015084d573d40f2e932cf8c3cab1c48675.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="437.40" OriginalAmount="424.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70538" Longitude="139.74268" StarRating="3" HotelCode="|185620" HotelName="MYSTAYS Iidabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-26, Shinogawamachi, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/2/0/185620_95a924c0833.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="437.75" OriginalAmount="425" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.627887130336" Longitude="139.7361588478" StarRating="3" HotelCode="32268|59824" HotelName="Shinagawa Prince Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-30 Takanawa 4-chome, Minato-ku, Tokyo 108-8611</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/a8/fea84224403c769a1bdb1f6ee0d70aff61e67523.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 2 minutes’ walk from the Keihin Kyuko Shinagawa shinkansen (bullet train) station (Taka...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="438.20" OriginalAmount="425.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7098366" Longitude="139.77555985" StarRating="3" HotelCode="571989|3724015" HotelName="Centurion Hotel &amp; Spa Ueno Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>6-8-16 Ueno, Taito-ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/15/2815789cb88ded7124a817aebb1b6f09735e95b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="438.66" OriginalAmount="425.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.655591" Longitude="139.753765" StarRating="3" HotelCode="|448378" HotelName="Sotetsu Fresa Inn Daimon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-6-2 Shibadaimon</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/3/7/8/448378_5922ed21149.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="438.78" OriginalAmount="426.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.642707" Longitude="139.745004" StarRating="3" HotelCode="141660|hotel_villa_fontaine_tamachi" HotelName="Hotel Villa Fontaine Tokyo - Tamachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mita Twin Building East Wing, 4-2-8 Shibaura, Minato-Ku, Tokyo 108-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/8e/608ee6b4f92b67f113700b400ba345731d502c42.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Tokyo. It is close to the Tokyo Tower and the nearest sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="438.78" OriginalAmount="426.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6754455" Longitude="139.77081657" StarRating="3" HotelCode="614012|hotel_intergate_tokyo_kyobashi" HotelName="Hotel Intergate Tokyo Kyobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3-7-11 Kyobashi, Chuo-ku, Tokyo 104-0031, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/f0/b5f0d4d560a09969865ae645201c969f21a0df9d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="438.94" OriginalAmount="426.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.691067" Longitude="139.686698" StarRating="3" HotelCode="|152588" HotelName="Tokyu Stay Nishi Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nishi-shinjyuku 5-9-8, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/8/8/152588_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge). SITUATION: This hotel is 2 minutes away from Nishi-Shinjuku Gochome the metro station 5 minutes away from the establishment, guests will find Shinjuku the Park of it is situated 15 minutes away from Shinjuku the Railway Station of 10 minutes away from the establishment clients have the government excellent building transport links to. ROOM: All the rooms have a washing machine, tumble drier, a microwave and a mini-bar. Some rooms offer a kitchen, Each room has an air-conditioning system, a satellite TV, a safe, kettle, a hairdryer and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.26" OriginalAmount="426.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68694" Longitude="139.69296" StarRating="3" HotelCode="76097|135964" HotelName="Shinjuku Washington Hotel Main" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>2-9 Nishishinjuku, 3chome, Shinju-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/19/1d191c925ce65f9c7eb75c6df2fde72aa08f0e58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located near the Shinjuku Train Station (an 8-minute walk) and close to restaurants and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="440.26" OriginalAmount="427.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.668300822296" Longitude="139.75763028543" StarRating="3" HotelCode="315932|1172888" HotelName="Sotetsu Fresa Inn Shimbashi-Hibiyaguchi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-14-3 Shimbashi, Minato-ku, Tokyo 105-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/e6/d6e6ef0e154f2298d4ee8f62cbfd76c29bdb8ddf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a wide range of facilities to ensure travellers a comfortable stay. Wireless intern...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="440.84" OriginalAmount="428.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65425886" Longitude="139.75451253" StarRating="3" HotelCode="519872|sanco_inn_grande_tokyo_hamamatsucho" HotelName="Sanco Inn Grande Tokyo Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-7-18 Minato-ku Hamamatsu, Tokyo 105-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/f1/98f10e3a7973234b83083c59762c89e173db5ddc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Sanco Inn Grande Tokyo Hamamatsucho in Tokyo (Hamamatsucho), ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="441.87" OriginalAmount="429.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="977509|hotel_gran_villa" HotelName="Hotel Gran Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-27-11 Sugamo, Toshima-Ku, Tokyo Prefecture 170-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/81/49810bfb35f0aa74219a66d17cbbb853a2ba5f97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="443.93" OriginalAmount="431.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.682967" Longitude="139.743478" StarRating="3" HotelCode="177414|grand_arc_hanzomon" HotelName="Grand Arc Hanzomon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-1, Hayabusa-cho, Chiyoda-ku, Tokyo 102-0092</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/32/4132c35140ada3eb5b42ca7d51b2e29e3af73ec8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel places it guests right in the heart of Tokyo and is easily accessible, situated just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="444.96" OriginalAmount="432" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73891866" Longitude="139.77800387" StarRating="3" HotelCode="624654|249891" HotelName="Grand Machiya Second" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>4-37-1 Arakawa, Arakawa-ku, Tokyo 116-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/796312/eb02e198461d895696444a8031e54ecc.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="445.21" OriginalAmount="432.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.632558" Longitude="139.793214" StarRating="3" HotelCode="82476|478915" HotelName="Tokyo Bay Ariake Washington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-7-11 Ariake, Koto-ku, Tokyo 135-0063</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/66/ba66952285f97c9dad527d835aa3209676a29c7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 3 minutes' walk from Ariake Station on the Yurikamome Line and Kokusai-Tenjijo Station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="448.05" OriginalAmount="435.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.731862718852" Longitude="139.72727519826" StarRating="3" HotelCode="95461|hotel_bellclassic_tokyo" HotelName="Hotel Bellclassic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-33-6 Minami Ohtsuka, Toshima-Ku, Tokyo 170-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/f1/17f170e86dec2bae956b9ae6f17a44e8663f1f26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="449.08" OriginalAmount="436.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.698667277157" Longitude="139.70796019511" StarRating="3" HotelCode="189032|hotel_sunroute_higashi_shinjuku" HotelName="Hotel Sunroute Higashi Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-27-9 Shinjuku, Shinjuku-ku, Tokio 160-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/21/3a21f4ea13e7a4a98910135218fad36b8085cd4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="449.08" OriginalAmount="436.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65728367" Longitude="139.75638912" StarRating="2" HotelCode="623262|henn_na_hotel_tokyo_hamamatsucho" HotelName="Henn na Hotel Tokyo Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-24 Hamamatsucho, Minato-ku, Tokyo 105-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/80/ae80267a051ef64c9d0f245626a961325c58360c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="449.08" OriginalAmount="436.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.685721361886" Longitude="139.69259348898" StarRating="3" HotelCode="916153|keio_presso_inn_shinjuku" HotelName="Keio Presso Inn Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-4-5 Nishi Shinjuku, Shinjuku-ku, Tokyo 160-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e0/ede0bb9acaa4995b7f18bba267970387686bc21c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Tokyo City. Keio Presso Inn Shinjuku features a total of 371 units. Keio Pre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="452.46" OriginalAmount="439.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.62903" Longitude="139.735706" StarRating="3" HotelCode="|85896" HotelName="Keikyu Ex Takanawa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-10-8 TAKANAWA,MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/8/9/6/85896_557b69e1133.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 164 rooms, a hall, a breakfast room, a cleaning service and a cafÃ©. SITUATION: This establishment, is in Shinagawa the district of Close to Sengaku-ji the Temple of Tokio the Tower of 2 minutes away from the establishment clients have Shinagawa the Railway Station of. ROOM: The rooms have a satellite TV, films (available for a fee), a direct line telephone, a coffee maker, a kettle, water (free of charge), a bathroom with a shower or bath, a shower, a bidet, a hairdryer, internet, an ironing set and an alarm clock. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and a breakfast service. PAYMENT METHODS: Customers can pay by American Express, JCB and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="454.05" OriginalAmount="440.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.690572" Longitude="139.766768" StarRating="3" HotelCode="|85941" HotelName="Villa Fontaine Tokyo - Otemachi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-8-8 UCHI-KANDA, CHIYODA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/4/1/85941_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Villa Fontaine Otemachi is rated three stars and it was opened in 2001. SITUATION: This establishment is in the centre of Tokyo. It is close to el Palacio Imperial, has excellent transport links to the train station Otemachi. ROOM: The establishment has 143 rooms with a hairdryer, a trouser press, an ironing set and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="454.23" OriginalAmount="441.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.668747878102" Longitude="139.71683621407" StarRating="3" HotelCode="192598|tokyu_stay_aoyama_premier" HotelName="Tokyu Stay Aoyama Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-27-18 Minami-aoyama, Minato-ku, Tokyo 107-0062</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7a/zz/7aad8d53708c572c607d6707faf30e918bbe60cf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="455.26" OriginalAmount="442.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71421619" Longitude="139.79425129" StarRating="3" HotelCode="340297|richmond_hotel_asakusa" HotelName="Richmond Hotel Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/c4/59c487857a25b7cc6ae3b3fbd412f37cf89365ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Tokyo City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="455.71" OriginalAmount="442.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6970237" Longitude="139.7067939" StarRating="2" HotelCode="|251394" HotelName="G-stays Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Shinjuku-ku Kabukicho 2-3-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/9/4/251394_a5a631d1657.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="456.85" OriginalAmount="443.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.732271" Longitude="139.738646" StarRating="0" HotelCode="|567475" HotelName="Gran Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-27-11 Sugamo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/7/4/7/5/567475_5d4d1a01433.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.32" OriginalAmount="444.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.695962229755" Longitude="139.70427650628" StarRating="3" HotelCode="342721|hotel_siena_2" HotelName="Hotel Siena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-22-1 Kabuki-cho, Shinjuku-ku, 160-0021 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/d8/06d823a962c494bcea542387f777c3817638a448.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="458.35" OriginalAmount="445.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.56082" Longitude="139.721481" StarRating="3" HotelCode="189078|tokyu_stay_kamata" HotelName="Tokyu Stay Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-23-1 Kamata, Ota-ku, Tokyo 144-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/48/e048a4a45ee8b2a2594e554501e8664e35a53f79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="459.38" OriginalAmount="446.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.628553378833" Longitude="139.73659828227" StarRating="0" HotelCode="731069|shinagawa_prince_hotel_n_tower" HotelName="Shinagawa Prince Hotel N Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>10-30 Takanawa 4-chome, Minato-ku, Tokyo 108-8611</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/e5/8fe5e15b2f49356b0b869b318d78a343a354aaff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="460.71" OriginalAmount="447.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.706134" Longitude="139.786345" StarRating="3" HotelCode="|526634" HotelName="Mr Kintaro Asakusa South" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-4-10 Misuji</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/6/3/4/526634_c749f091123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.47" OriginalAmount="449.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70984515" Longitude="139.80229934" StarRating="1" HotelCode="782072|playsis_east_tokyo_hostel" HotelName="Playsis East Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-11-1 Azumabashi, Tokyo 130-0001</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9c/a09c4ed8f2c86e4c032d5aa37ce7d6ea558e31c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="463.50" OriginalAmount="450.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.642773" Longitude="139.74784108" StarRating="3" HotelCode="340915|sotetsu_fresa_inn_tokyotamachi" HotelName="Sotetsu Fresa Inn Tokyo Tamachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/38/583826de114c1a66b33ec565a1dc32ca72c7a4e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The range of services and facilities offered by the hotel ensures that travellers enjoy a comfortabl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="463.50" OriginalAmount="450.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71531379" Longitude="139.779281" StarRating="0" HotelCode="971068|grids_tokyo_ueno_hotel_hostel" HotelName="Grids Tokyo Ueno Hotel &amp; Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-10-4 Ueno, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/77/c877bf72211a6def72c4b784be8ff33b59f9c39a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="463.98" OriginalAmount="450.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6986389" Longitude="139.7079458" StarRating="3" HotelCode="|86076" HotelName="Sotetsu Fresa Inn Higashi Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHINJUKU, SHINJUKU-KU 7-27-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/7/6/86076_1_1186.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has internet (free of charge), 2 restaurants and a reception. The establishment also has a fax machine and a photocopier. The establishment offers guests a laundry service, a dry cleaner's and a baggage room. The establishment has a restaurant with breakfast service. SITUATION: The hotel is in the centre of Tokio, close to Higashi Shinjuku Metro Station. The hotel is 10 minutes away from a shopping centre. It has excellent transport links to Roppongi, Yoyogi and Tsukiji Market. ROOM: Each room has a flat-screen television, films (available for a fee), a fridge, an ironing set, a coffee maker and a kettle.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="465.78" OriginalAmount="452.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.628937953791" Longitude="139.73553657532" StarRating="2" HotelCode="161968|335765" HotelName="Keikyu EX Inn Takanawa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-10-8 Takanawa, Minato-ku, Tokyo 108-0074</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/e8/b3e8258e2824b091d01aa8a9220f61cc327964e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the Shinagawa neighbourhood of Tokyo, this hotel is close to Sengaku-ji Temple. Other ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="467.35" OriginalAmount="453.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.55175336" Longitude="139.7469674" StarRating="3" HotelCode="497651|2053265" HotelName="Hotel JAL City Haneda Tokyo West Wing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4-16 Haneda Asahi-cho, Ota-ku, Tokyo 144-0042</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/a1/eaa124c629eeff21e1719edde918c7da69f6733b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A bar is available to travellers. Wireless internet access is available to guests in the public area...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.62" OriginalAmount="454.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.675488" Longitude="139.732881" StarRating="4" HotelCode="95479|hotel_monterey_akasaka" HotelName="Monterey Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-9-24 Akasaka, Minato-ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/8a/d68a219864bc8fd4570b496dea306edd1d6830ed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the city of Tokyo, close to the Akasaka Sacas. It is situated close to A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.62" OriginalAmount="454.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6714037" Longitude="139.73674137" StarRating="3" HotelCode="433615|keio_presso_inn_akasaka" HotelName="Keio Presso Inn Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6-2-13 Akasaka, Minato-ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b5/aa/b5aadd1b4682d8fb3abedb34653225a7c2d42f56.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="469.68" OriginalAmount="456" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.705294933769" Longitude="139.78185027838" StarRating="3" HotelCode="161532|48800" HotelName="Hotel Villa Fontaine Tokyo - Ueno Okachimachi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-4-4 Kojima, Taito-ku, Tokyo 111-0056</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/6d/856d1d2424f77f8619f33713eab46a416fd44720.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Tokyo. It is close to the Ameyayokocho street market dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.68" OriginalAmount="456.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.733780333333" Longitude="139.70613266667" StarRating="2" HotelCode="916137|grand_house_chang_tee_hotel" HotelName="Hotel Changtee" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-32-4 Ikebukuro, Toshima-ku, Tokyo 171-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/36/ae3629febc660fc55697a985b86f624eadaba07b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="470.68" OriginalAmount="456.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.689607" Longitude="139.710692" StarRating="2" HotelCode="170660|604875" HotelName="City Hotel N.U.T.S" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-16-5 Shinjuku, Shinjuku-ku, 160-0022 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/cc/35cce84a7aae81d5fb028617647a53084819f1b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="471.34" OriginalAmount="457.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.664849" Longitude="139.773339" StarRating="0" HotelCode="|451196" HotelName="KOKO Tsukiji Ginza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-8-8 Tsukiji, Chuo-ku,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/9/6/451196_af56a041155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="471.52" OriginalAmount="457.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66677" Longitude="139.7532" StarRating="3" HotelCode="|186336" HotelName="Apa Shimbashi Toranomon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 6-9, Nishishinbashi, Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/3/6/186336_0f6c74d1535.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.74" OriginalAmount="458.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6629421" Longitude="139.87438824" StarRating="3" HotelCode="620000|hotel_il_fiore_kasai" HotelName="Hotel Il Fiore Kasai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>6-5-8 Higashi Kasai, Edogawa-ku, Tokyo 134-0084</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/ee/40ee91f537901e99f473227f353560169b8e39ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="472.32" OriginalAmount="458.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6978684" Longitude="139.7737613" StarRating="3" HotelCode="|73548" HotelName="Remm Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-6-5 Kanda Sakuma-cho, Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/5/4/8/73548_1_6628.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, classic style hotel, it offers comfortable facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="473.60" OriginalAmount="459.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67525" Longitude="139.77068" StarRating="0" HotelCode="|246646" HotelName="Intergate Tokyo Kyobashi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-7-11 Kyobashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/6/4/6/246646_18.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="473.80" OriginalAmount="460.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.701883277342" Longitude="139.54523269969" StarRating="2" HotelCode="80643|hotel_mets_musashisakai" HotelName="Mets Musashisakai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-1-8 Sakai Minami, Musashino-shi 180-0023, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/a6/99a6b3caccb95ec7910a00e6c627fb372060b4f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in Musashisakai, very near to Kichijouji and Mitaka and only 30 minutes to Tokyo stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="474.83" OriginalAmount="461.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.656267853806" Longitude="139.69516641175" StarRating="3" HotelCode="340569|apa_hotel_shibuyadogenzakaue" HotelName="APA Hotel Shibuya Dogenzakaue" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Bar,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>20-1 Maruyamacho, Shibuya-ku, Tokyo-shi  150-0044, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/ab/4dabb63202898f61000d7623fa43a5c87501a9ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="476.15" OriginalAmount="462.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6949893" Longitude="139.6972786" StarRating="3" HotelCode="|86136" HotelName="MyStays Nishi-Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-14-14,NISHI-SHINJUKU,SHINJUKU-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/3/6/86136_1_5604.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is close to Shinjuku the Station of it is on a quiet street, Close to, restaurants, Next to the main road. HOTEL: The hotel has air-conditioning a lobby with a reception. ROOM: Each room has a television, a direct line telephone, internet (free of charge), a hairdryer, a bathroom with a bath and a shower. They also offer individual air-conditioning and individual heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="476.89" OriginalAmount="463.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66918893" Longitude="139.77422412" StarRating="2" HotelCode="775256|ginza_capital_hotel_moegi" HotelName="Ginza Capital Hotel Moegi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-3-4 Tsukiji, Chuo-ku, Tokyo, Tokyo 104-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/f8/31f8e9dff94c82657fdd45fbe9eba3be6bf8d807.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="477.23" OriginalAmount="463.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6954842" Longitude="139.7704965" StarRating="3" HotelCode="|321165" HotelName="Dormy Inn Premium Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-16 Suda-cho, Kanda, Chiyoda-ku, Tokyo, 101-0041</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/6/5/321165_0407f491120.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="478.81" OriginalAmount="464.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66522" Longitude="139.73715" StarRating="4" HotelCode="|86178" HotelName="Villa Fontaine Grand Tokyo - Roppongi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-6-2 Roppongi Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/7/8/86178_3946d8e1217.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel centrally located, has 6 floors, attentive service, air-conditioning, has 210 standard rooms and 6 suites. The establishment boasts a lobby and a laundry service. SITUATION: This urban hotel is in an excellent location. It has excellent transport links to the Ark Hills Complex, the concert hall Suntory Hall, the shopping centre, the Laforet Museum, the Roppongi Hills Complex and the Tokyo Midtown Complex. It's 1 kilometre from la Torre de Tokio this establishment It's 15 kilometres from the Zojo-ji Temple. 3 kilometres away from the establishment, guests will find the Kabuki Theatre. It's 35 kilometres from los Jardines del Este, the Yasukuni sanctuary and the national garden Shinjuku Gyoen. The establishment is a 6-minute drive away from Kamiyacho Station. It is 61 kilometres away from Narita International Airport. ROOM: All the rooms have a bathroom with a bath, a hairdryer, a direct line telephone, a television, a fridge and an air-conditioning system. MEALS: Customers are offered the use of a breakfast service. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="479.22" OriginalAmount="465.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68633" Longitude="139.6926" StarRating="3" HotelCode="305278|2148085" HotelName="Shinjuku Washington Hotel Annex" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-9 Nishishinjuku, 3chome, Shinju-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/b4/97b4d89e0fc4945869f5d1cd8c885779547aeff7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys quickly and easily by lift. Services and facilities at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="480.25" OriginalAmount="466.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66832" Longitude="139.763" StarRating="3" HotelCode="|396456" HotelName="ibis Styles Tokyo Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 10 9, Ginza, Chuo ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/4/5/6/396456_8bdc4f41207.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="480.65" OriginalAmount="466.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.649066" Longitude="139.921774" StarRating="3" HotelCode="|416232" HotelName="Ibis Styles Tokyo Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 1 1 Hinode Urayasu Urayasu</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/1/6/2/3/2/416232_012c5de1213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="482.04" OriginalAmount="468.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65529477" Longitude="139.76308301" StarRating="3" HotelCode="115611|bayside_hotel_azur_takeshiba" HotelName="Azur Takeshiba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-11-2 Kaigan, Minato-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/85/7b852ab47a13661df76c47b479a72558b5cbd203.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="482.04" OriginalAmount="468.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.672879" Longitude="139.76903" StarRating="4" HotelCode="904487|hotel_monterey_la_soeur_ginza" HotelName="Monterey La Soeur Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-10-18 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/18/40/1840a431f778d0bf88993f2578481f13afefe810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="483.07" OriginalAmount="469.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70917843" Longitude="139.77619942" StarRating="3" HotelCode="361183|dormy_inn_ueno_okachimachi" HotelName="Dormy Inn Ueno Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Ueno 6-7-22, 110-0005 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/c1/b6c1c71545915c5453c00515ea433bb9c5875ede.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="484.10" OriginalAmount="470.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.674479839258" Longitude="139.81460707487" StarRating="4" HotelCode="78847|east_21_tokyo" HotelName="East 21 Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-3-3 Toyo, Koto, Tokyo 135-0016</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/ce/6fceb04a49eeb1092067974efe86d63a7acb17eb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the city of Tokyo. It is a short drive away from the Tokyo Disney Resort...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="484.87" OriginalAmount="470.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65631" Longitude="139.69519" StarRating="3" HotelCode="|185572" HotelName="Apa Shibuya Dogenzakaue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>20-1 Maruyamacho Shibuya-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/7/2/185572_a5cc0fc1241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="485.55" OriginalAmount="471.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.694408860038" Longitude="139.69370177546" StarRating="3" HotelCode="81725|634155" HotelName="Hotel Rose Garden Shinjuku" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-1-3 Nishi-Shinjuku, Shinjuku, Tokio 160-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/fc/affcb352d7460c4731e2b822dca9d194c32ce2bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel´s central location is absolutely ideal, providing guests excellent access on foot and by c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="486.24" OriginalAmount="472.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.694437" Longitude="139.693745" StarRating="3" HotelCode="|86084" HotelName="Rose Garden Shinjuku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>8-1-3 NISHI-SHINJUKU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/8/4/86084_1_1121.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 100 single rooms, double rooms and double single rooms. The establishment boasts catering service, meeting rooms and conference facilities. It also has a lobby with a reception, a safety deposit box service, a breakfast room, conference facilities and room service. SITUATION: This hotel is in a central area excellent transport links to the business area, entertainment areas, dining facilities and commercial zones. This hotel is near the metro station, is located close to Shinjuku the Station of Shinjuku the motorway. ROOM: The establishment has fully-equipped rooms, with a bathroom, a shower, a hairdryer, a direct line telephone, a television, films (available for a fee), internet (free of charge), a mini-bar and a trouser press. MEALS: Regarding the food and beverage offering, the establishment offers restaurants. PAYMENT METHODS: Customers can pay using Visa and JCB.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="487.19" OriginalAmount="473" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.672480471215" Longitude="139.75955843925" StarRating="3" HotelCode="167557|63486" HotelName="remm HIBIYA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-2-1 Yuraku-cho, Chiyoda-ku, Tokyo 100-0006</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/44/45445a052a18ac6ce4bebffed877aa50cea07454.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="487.19" OriginalAmount="473.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72832777" Longitude="139.79557667" StarRating="2" HotelCode="440596|andon_ryokan" HotelName="Andon Ryokan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-34-10 Nihonzutsumi, Taito, Tokyo 111-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/63/c0634864c529418d3a89ae09f5200c82861c1a88.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="488.22" OriginalAmount="474.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66482" Longitude="139.737531" StarRating="3" HotelCode="141663|hotel_villa_fontaine_tokyoroppongi" HotelName="Hotel Villa Fontaine Tokyo - Roppongi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-6-2 Roppongi, Minato-ku, Tokyo 106-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/b4/dab4c153b7ee51bdc65e58e3351e85ae05ec807f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3-star hotel is located in the city centre of Tokyo. It is close to the Roppongi and the neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="490.99" OriginalAmount="476.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.696303" Longitude="139.78531" StarRating="0" HotelCode="|430094" HotelName="Livemax Asakusabashi Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-1-14 Asakusabashi, Taito-ku, Tokyo, Tokyo, 111-0053</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/0/0/9/4/430094_4bd692d1835.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="493.35" OriginalAmount="478.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70184299" Longitude="139.5802561" StarRating="3" HotelCode="95445|269745" HotelName="Kichijoji Tokyu REI Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-6-3 Kichijoji-minamicho, Musashino-shi, Tokyo 180-0003</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/68/1568b28bef0ecfa0e42f4eb55bec745f19e1dbec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="493.37" OriginalAmount="479.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6689403" Longitude="139.7785192" StarRating="3" HotelCode="982733|gh_one_more_heart_tsukiji_1" HotelName="Guest House One More Heart Tsukiji 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-6 Akashicho, Tokyo 104-0044</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/f5/07f5ccf284543c5ddd29d07d4c755321bb4dad11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="494.86" OriginalAmount="480.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.664775" Longitude="139.756222" StarRating="3" HotelCode="|73660" HotelName="Sotetsu Fresa Inn Shimbashi-karasumoriguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-10-2 Shinbashi Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/6/0/73660_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="496.42" OriginalAmount="481.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6689458" Longitude="139.778546" StarRating="0" HotelCode="|322696" HotelName="One More Heart At Tsukiji 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>?????3?6?</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/2/6/9/6/322696_b07303e1740.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="496.46" OriginalAmount="482.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66826141" Longitude="139.76306642" StarRating="3" HotelCode="451772|hotel_unizo_tokyo_ginzananachome" HotelName="Unizo Ginza-nanachome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-10-9 Chuo-ku, Ginza, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/2a/c72a2f1cda232f763bae103a42ccbd3a86aed863.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="497.49" OriginalAmount="483" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.694979101668" Longitude="139.69732314348" StarRating="3" HotelCode="161965|61982" HotelName="HOTEL MYSTAYS Nishi Shinjuku" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-14-14 Nishishinjuku, Shinjuku-ku, Tokio 160-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/98/b398b35512c4571ddb7f410b76fb77b457bf85c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel location is fantastic, only about a 5-7 minute walk from Shinjuku station. Situated on a q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="498.52" OriginalAmount="484.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71396368" Longitude="139.79380743" StarRating="3" HotelCode="403693|richmond_hotel_premier_asakusa_international" HotelName="Richmond Hotel Premier Asakusa International" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>2-6-7 Asakusa, Taito-ku, Tokyo 111-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/2d/de2df75a72f00d1622acda1579a039cf02dcb6d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="500.58" OriginalAmount="486.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.702697" Longitude="139.773264" StarRating="3" HotelCode="189010|dormy_inn_akihabara" HotelName="Dormy Inn Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-12-5 Sotokanda, Chiyoda-ku, Tokyo 101-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/43/7c43cc11a691c975ce6bd81a9279361c6af2d648.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="500.58" OriginalAmount="486.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697182304295" Longitude="139.81085032639" StarRating="4" HotelCode="95435|tobu_hotel_levant_tokyo" HotelName="Tobu Hotel Levant Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-2-2 Kinshi, Sumida-ku, Tokyo 130-0013, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/64/20/6420233cb636899a484fcecc79d1a540f3bede59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="500.58" OriginalAmount="486.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.64909" Longitude="139.692274" StarRating="3" HotelCode="192601|dormy_inn_meguroaobadai" HotelName="Dormy Inn Express Meguro-Aobadai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-21-8 Aobadai, Meguro-ku, Tokyo 153-0042</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/af/80afef46829b84e3a7b647429ff13ddf455ee1c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="501.61" OriginalAmount="487.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.54404851" Longitude="139.76827832" StarRating="4" HotelCode="302486|royal_park_hotel_the_haneda" HotelName="Royal Park Hotel The Haneda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-6-5 Haneda Airport, Ota-ku, Tokyo, Direct connection to Haneda Airport International Terminal 144-0041</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/0a/330aeea2ca76c62ef48879e988f023268b6d5ef5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.64" OriginalAmount="488.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.62638144" Longitude="139.63371332" StarRating="3" HotelCode="916180|tokyustay_yoga" HotelName="Tokyu Stay Yoga" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Yoga 4-4-1, Setagaya-ku, Tokyo 158-0097</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/3c/fe3c63bd27c8e4499088e2a915c3b2db9c64e9ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="503.67" OriginalAmount="489.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69520314" Longitude="139.78343382" StarRating="3" HotelCode="943597|ddd_hotel_2" HotelName="DDD Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-1 Nihonbashibakurocho Chuo-Ku, 2 Chome, Tokyo 103-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/c1/19c13fa991bf24edb7a8fb8d5084b180579bc7c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="504.26" OriginalAmount="489.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.55187" Longitude="139.743309" StarRating="4" HotelCode="|450118" HotelName="Mercure Tokyo Haneda Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 2 11 Haneda, Ohta-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/1/8/450118_66c14e20754.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="504.30" OriginalAmount="489.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.546467" Longitude="139.767265" StarRating="4" HotelCode="|185838" HotelName="The Royal Park  Tokyo Haneda Airport Terminal 3" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-6-5 Haneda International Airport</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/3/8/185838_9b2f17a1359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="504.70" OriginalAmount="490.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.686601" Longitude="139.742144" StarRating="3" HotelCode="95453|hotel_monterey_hanzomon" HotelName="Monterey Hanzomon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>23-1 Ichiban-cho, Chiyoda-ku, Tokyo 102-0082</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/07/09/07097c72c1203e6fec934de4ea268554f2a5fbcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Tokyo, just across the street from Hanzomon subway station. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="505.13" OriginalAmount="490.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.695538" Longitude="139.770662" StarRating="3" HotelCode="548837|2087815" HotelName="Myoujin-no-Yu Dormy Inn Premium Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>1-16 Kanda Sudacho, Chiyoda ku, Tokyo 101-0041, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/82/ce822578b3b0eafecd74c24b2ae6cfef2d347a22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="506.76" OriginalAmount="492.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7009462" Longitude="139.7491785" StarRating="4" HotelCode="80624|hotel_metropolitan_edmont" HotelName="Hotel Metropolitan Edmont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 10 8 Iidabashi, Chiyoda ku, Tokyo 102 8130</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f1/77f1baa03226c2afd39df954ca577b3179401443.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="507.42" OriginalAmount="492.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.626511446389" Longitude="139.72280949354" StarRating="3" HotelCode="95458|1598308" HotelName="HOTEL MYSTAYS Gotanda Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-6-8 Nishi-Gotanda, Shinagawa-ku, Tokyo 141-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/bf/cfbff4182d44f6971daae1c57edbddd8fdee029d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a convenient setting in a fine area of Tokyo, within reach of local transportation...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="508.82" OriginalAmount="494.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.695512" Longitude="139.791573" StarRating="0" HotelCode="531594|ryogoku_river_hotel" HotelName="Ryogoku River Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-13-8 Ryogoku, Sumida 130-0026, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/66/1366f732e522575d500d8183cd76d211fd7d87ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Tokyo City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.40" OriginalAmount="494.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.671103" Longitude="139.798788" StarRating="3" HotelCode="189073|634445" HotelName="Tokyu Stay Monzen-Nakacho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-23-2 Tomioka, Koto-ku, Tokyo 135-0047</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f7/6af7255dbf4b4e14180c4e888389707d3636f425.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="515.43" OriginalAmount="500.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.624358302784" Longitude="139.75119796097" StarRating="3" HotelCode="78628|1424978" HotelName="Dai-ichi Hotel Tokyo Seafort" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-3-15 Higashi-shinagawa, Shinagawa-ku, Tokyo 140-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/ea/49ea6d73e53177de7a9277cd57d30d6a93d701cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.03" OriginalAmount="501.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6707662" Longitude="139.76835791" StarRating="3" HotelCode="773955|superhotel_premier_ginza" HotelName="Super Hotel Premier Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-11-15 Ginza, Chuo-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/94/4a/944a8743dd97408b338fd9fafe6a5e8dbc1512fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="517.50" OriginalAmount="502.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7026" Longitude="139.77315" StarRating="3" HotelCode="|185608" HotelName="Dormy Inn Akihabara Hot Spring" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-12-5 Soto-Kanda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/0/8/185608_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.12" OriginalAmount="504.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.663313492667" Longitude="139.69473163955" StarRating="3" HotelCode="916096|shibuya_creston_hotel" HotelName="Shibuya Creston Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-8 Kamiyama-cho, Shibuya-ku, Tokyo 150-0047, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/49/1a495827089dbfc78b0eacc0d6083751da838630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="523.35" OriginalAmount="508.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6629494" Longitude="139.8744621" StarRating="3" HotelCode="|251458" HotelName="Il Fiore Kasai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Edogawa-ku Higashikasai 6-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/5/8/251458_e59ed211337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="523.89" OriginalAmount="508.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69030392" Longitude="139.77805865" StarRating="3" HotelCode="491525|1995615" HotelName="Dormy Inn Premium Tokyo Kodenmacho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-3 Nihonbashikodenmacho, Chuo, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/9b/509b4900f34e7752630704c3b199d1b7f9663b14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="525.30" OriginalAmount="510" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69933987" Longitude="139.7872915" StarRating="3" HotelCode="754326|349857" HotelName="Hotel Route-Inn Grand Tokyo Asakusabashi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-29-14 Asakusabashi, Taito-ku, Tokyo 111-0053, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/0d/f10d52210addfc0027457177a9bf248ff03c8868.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.33" OriginalAmount="511.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69565569" Longitude="139.70613429" StarRating="3" HotelCode="623706|hotel_perrier_adult_only" HotelName="Hotel Perrier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-7-12 Kabuki-cho, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/47/7347d93ab9fa64a6b2826fe1f9d085704e48f8c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="526.33" OriginalAmount="511.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66849435" Longitude="139.75715681" StarRating="0" HotelCode="962560|daiwa_roynet_hotel_shimbashi" HotelName="Daiwa Roynet Hotel Shimbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-17-2 Shimbashi, Minato-ku, Tokyo 105-0004, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/38/2338b1c44cb179a3987187412644c9d3b56699fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="527.93" OriginalAmount="512.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.728462" Longitude="139.708317" StarRating="4" HotelCode="47950|634085" HotelName="Hotel Metropolitan Tokyo Ikebukuro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-6-1 Nishi-Ikebukuro, Toshima-ku, Tokyo 171-8505</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b7/22b7202ebe35a2762b37549948488ed98839951f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.39" OriginalAmount="513.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.666788905051" Longitude="139.77880597115" StarRating="3" HotelCode="161529|ginza_creston" HotelName="Ginza Creston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 Akashi-cho, Chuo-ku, Tokyo 104-0044</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/74/8674e802e7b341a7da51ffb441acc1c9f7deccb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Tsukiji Hongan-ji and Tsukiji Market are both about 5 minutes on foot from the hotel, while Tsukishi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="530.26" OriginalAmount="514.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.664904" Longitude="139.694079" StarRating="0" HotelCode="|430091" HotelName="Tabist New Washington Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-2, Kamiyama-cho, Tokyo, 150-0047, Tokyo Prefecture, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/0/0/9/1/430091_49aff421833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="530.45" OriginalAmount="515.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67374203" Longitude="139.73803829" StarRating="3" HotelCode="622490|hotel_felice_akasaka" HotelName="Hotel Felice Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-12-5 Akasaka, Minato-ku, Tokio 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/73/b3734f2614ce94969ab48788faf0be07c67dd189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently centered between 3 different train stations, Hotel Felice Akasaka is just a 3-minute wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="530.45" OriginalAmount="515.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="981951|quintessa_hotel_tokyo_ginza" HotelName="Quintessa Hotel Tokyo Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-201-11 Ginza, Chuo, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2b/06/2b06ff7949012dbd6b0bc550552bbffae23d1898.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="532.21" OriginalAmount="516.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67889385" Longitude="139.76996382" StarRating="3" HotelCode="570618|2616855" HotelName="Keio Presso Inn Tokyo Station Yaesu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-4-1 Kyobashi, Chuo-ku, Tokyo 104-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/00/bd00f6c6a45048b9d4e2ef6232a762a8d3e01818.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="533.49" OriginalAmount="517.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69936" Longitude="139.701371" StarRating="0" HotelCode="|556740" HotelName="Cen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-5-19 Hyakunincho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/7/4/0/556740_02046e31614.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="537.51" OriginalAmount="521.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6244456" Longitude="139.7511551" StarRating="4" HotelCode="|85935" HotelName="ANA Holiday Inn Tokyo Bay by IHG" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HIGASHI-SHINAGAWA, SHINAGAWA-KU 2-3-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/3/5/85935_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has facilities for people with disabilities. SITUATION: This establishment is in Tokyo,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="537.66" OriginalAmount="522.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69708706" Longitude="139.7060116" StarRating="3" HotelCode="491953|hotel_spa_jmex_shinjuku_kabukicho_adult_only" HotelName="Hotel J-MEX" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-5-6 Kabukicho, Shinjuku-ku, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/a6/92a64694584bfe9903f8f5b07da710dfbea39995.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Hotel &amp; Spa J-MEX - Adults Only in Tokyo (Kabukicho), you'll be con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="538.69" OriginalAmount="523.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67357792" Longitude="139.76980907" StarRating="3" HotelCode="361384|hotel_sunroute_ginza" HotelName="Hotel Sunroute Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-15-11 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/d0/bed0a310ba7f3cd026d3a8d7cb3566c0df8708f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Tokyo City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="540.36" OriginalAmount="524.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.679003" Longitude="139.782683" StarRating="3" HotelCode="|73613" HotelName="Pearl Kayabachou" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2-5 Shinkawa Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/1/3/73613_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Palacio ImperialTokyo It is situated 3 kilometres away from it is situated 7 kilometres away from Yasukuni the Temple of 8,5 kilometres away, you can find Tokyo the Tower of. ROOM: The establishment has rooms with TV. FACILITIES: With regards to the food and beverage offering, there is a restaurant, The establishment has a lift.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.78" OriginalAmount="526.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.694469374351" Longitude="139.70419496298" StarRating="3" HotelCode="95440|best_western_shinjuku_astina_hotel_tokyo" HotelName="Citadines Central Shinjuku Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2-9 Kabuki-cho, Shinjuku-ku, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/98/2d/982da837df811d03a3b9bd76d32e228e3b56f301.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a convenient location in Tokyo, the hotel is just a 5-minute walk from the subway station. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="544.87" OriginalAmount="529" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697322" Longitude="139.773746" StarRating="3" HotelCode="95446|48748" HotelName="Akihabara Washington Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8-3 Sakuma-cho, Kanda, Chiyoda-ku, Tokyo 101-0025</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/16/0a16bdea7183e3215df619538817e526e353dc69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 1-minute walk from Akihabara station on the JR Line and Tsukuba Express Line, 2 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="547.08" OriginalAmount="531.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697513" Longitude="139.704576" StarRating="0" HotelCode="|485585" HotelName="BaliAn Resort Higashi Shinjyuku - Adults only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-19-17 Kabukicho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/5/8/5/485585_42886062118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="549.54" OriginalAmount="533.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.642667" Longitude="139.744774" StarRating="3" HotelCode="|85957" HotelName="Villa Fontaine Grand Tokyo - Tamachi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHIBAURA MINATO-KU 4-2-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/5/7/85957_1_1085.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a baggage room, WiFi (free of charge), in communal areas, a laundry service (for a fee), vending machines and computers (for a fee). SITUATION: This hotel is a 8-minute walk away from Tamachi the Station of Mita the underground station of It has excellent transport links to the airport, This hotel Torre de Tokio it is 15 minutes drive away from it is 10 minutes drive away from JR Shinagawa Shinkansen the Railway Station of. ROOM: The rooms have a flat-screen television, a fridge, a large desk, WiFi (free of charge), a bathroom with a hairdryer and complimentary bathroom items. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="550.02" OriginalAmount="534.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="975071|remm_plus_ginza" HotelName="Remm Plus Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>8-11 Ginza, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2d/ef/2def27ecf3f3fc3b337cc7431f03292337b53d19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="552.78" OriginalAmount="536.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6336151" Longitude="139.7377988" StarRating="4" HotelCode="|380845" HotelName="Miyako City Tokyo Takanawa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Takanawa 3-19-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/0/8/4/5/380845_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="553.84" OriginalAmount="537.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.696307" Longitude="139.705537" StarRating="0" HotelCode="|481512" HotelName="HOTEL ATLAS Shinjuku Kabukicho - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-12-9 Kabukicho, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/5/1/2/481512_be985cf1858.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="554.14" OriginalAmount="538.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73316888221" Longitude="139.72751945257" StarRating="3" HotelCode="189089|toyoko_inn_otsuka_eki_kita_guchi_no1" HotelName="Toyoko Inn Otsuka Eki Kita Guchi No.1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-11-3, Kita-otsuka, Toshima-ku, Tokyo 170-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/3d/d23d9143a523124b109cb913f25d6f45a0562117.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="557.23" OriginalAmount="541.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.668838" Longitude="139.763524" StarRating="3" HotelCode="98736|hotel_gracery_ginza" HotelName="Gracery Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-10-1 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/80/a7807b7bf9b58e101c8de453da32855a8408e781.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.26" OriginalAmount="542.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70768937" Longitude="139.81336475" StarRating="3" HotelCode="833710|smire_stay_oshiage" HotelName="Smi:re Stay Oshiage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-10-13 Narihira, Sumida-ku, Tokyo 130-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/84/0f84f6f194d1c6b51b2e85433edb9d26b4f93ed0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.29" OriginalAmount="543.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6792948" Longitude="139.7698648" StarRating="0" HotelCode="531564|yaezakura_no_yu_super_hotel_lohas_tokyoeki_yaesu_chuoguchi" HotelName="Super Hotel LOHAS Tokyo Station Yaesu Chuo-guchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Concierge,Elevator,Internet,Massage Centre,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-2-7 Yaesu, Chuo-ku, Tokyo 104-0028, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/98/f6987c83a335bfe48a74d4323d58a08d920b5a44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Super Hotel Lohas Tokyo Station Yaesu Chuo-Guchi is a popular choice amongst travelers in Tokyo, whe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="561.35" OriginalAmount="545" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.695273173639" Longitude="139.78347301483" StarRating="2" HotelCode="95451|48772" HotelName="Nihonbashi Villa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-2-1 Nihonbashi Bakurocho, Chuo, Tokyo 103-0012</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/147799/147799a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in Tokyo's Akihabara neighbourhood, the hotel is close to the Ryogoku Kokugikan arena, Toky...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="561.35" OriginalAmount="545.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.547953121604" Longitude="139.74854321536" StarRating="3" HotelCode="757009|theatel_haneda" HotelName="Theatel Haneda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-23-7 Haneda, Ota, Tokyo 144-0043</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/26/b12619175744aea9db39c6a6fa08e8cd7274a220.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="565.47" OriginalAmount="549.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="982758|jreast_hotel_mets_akihabara" HotelName="Jr East Hotel Mets Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-17-4 Sotokanda, Chiyoda, Tokyo 101-0021, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/8a/f58a0ce70b87ea5bc01517992eb17fcaf0ca8e7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="566.45" OriginalAmount="549.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.64911" Longitude="139.69237" StarRating="3" HotelCode="|185609" HotelName="Dormy Inn Express Meguro Aobadai Hot Spring" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-21-8 Aobadai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/0/9/185609_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="567.13" OriginalAmount="550.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69650412" Longitude="139.77227114" StarRating="3" HotelCode="445973|1473698" HotelName="Via Inn Akihabara" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bicycle Rental,Currency Exchange,Garden,Golf,Internet,Laundry,Massage Centre,Parking,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2 Chome-19-4 Kanda Sudacho, Chiyoda-ku, Tokyo 101-0041</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/e9/1ee9d26217765b276e641f7441a3928340b92cf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just two stations from Tokyo station. A simple and smart hotel located in the hot spot Akihabara.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="568.56" OriginalAmount="552.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69636257" Longitude="139.70549394" StarRating="3" HotelCode="593320|hotel_atlas_adult_only" HotelName="Hotel Atlas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2-12-9 Kabukicho, Shinjuku-ku, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/87/ed87ab28d1e71508d053d3706676c0650a8d6228.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="568.80" OriginalAmount="552.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6738115" Longitude="139.7380037" StarRating="3" HotelCode="|251380" HotelName="Hillarys Akasaka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Akasaka 3-12-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/8/0/251380_1fd67a61219.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="569.38" OriginalAmount="552.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.553026" Longitude="139.78716" StarRating="3" HotelCode="95463|76944" HotelName="Haneda Excel Hotel Tokyu" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-4-2 Hanedakuko, Ota-Ku, Tokyo 144-0041</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/21/6021cebda2b56d2bfe2c3eb419d0ff227ea2ef9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 20 minutes on the Tokyo Monorail from the Hamamatsucho station, 20 minutes on the Keihi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="569.59" OriginalAmount="553.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="976969|kagurazaka_retro_na_hotel" HotelName="Kagurazaka Retro Na Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-1-3 Kagurazaka, Shinjuku-ku, Tokyo 162-0825, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/bc/f9bc37dcb5531fa2989600e4405d0070cae9e0b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="570.62" OriginalAmount="554.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69326759" Longitude="139.70736841" StarRating="3" HotelCode="422802|via_inn_shinjuku_" HotelName="Via Inn Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Bicycle Rental,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Massage Centre,Parking,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5 Chome-11-16, Shinjuku-ku, Tokyo-to 160-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/ed/09ed08f1ede0a1d40786c7cd1da5074bf61376b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;4 min. walk from Shinjuku Sanchome St, C7 Exit. 11 min. walk from JR Shinjuku Center East Exit. Brea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="570.62" OriginalAmount="554.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="969959|onyado_nono_asakusa_hot_springs" HotelName="Onyado Nono Asakusa Natural Hot Springs" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-7-20 Asakusa, Taito, Tokyo 111-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/a2/caa22b67d3b5ec93387df6eb6fd29552d48a4111.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="570.65" OriginalAmount="554.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65492" Longitude="139.70507" StarRating="3" HotelCode="|165774" HotelName="Tokyu Stay Shibuya Shin-minamiguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shibuya 3-26-21, Shibuya-Ku Tokyo 150-0002</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/7/7/4/165774_1_4847.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 2 star hotel is in Tokyo the centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.74" OriginalAmount="558.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.703458808233" Longitude="139.75321630423" StarRating="4" HotelCode="82477|tokyo_dome_hotel" HotelName="Tokyo Dome Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3-61 Koraku, Tokyo 112-8562, Bunkyo-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/57/ae57563793ac9808491c628272bbd696ba42ff16.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="574.74" OriginalAmount="558.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.695306" Longitude="139.7020539" StarRating="4" HotelCode="316499|hotel_gracery_shinjuku" HotelName="Hotel Gracery Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-19-1 Kabukicho, Shinjuku-ku, Tokyo 160-8466</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/52/5d/525d800c036a92a755d446d8ecaa464ee1032ee4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="575.50" OriginalAmount="558.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6973616" Longitude="139.7734244" StarRating="3" HotelCode="|86137" HotelName="Akihabara Washington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-8-3 SAKUMA-CHO, KANDA, CHIYODA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/3/7/86137_1_1579.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is near Akihabara the train station. HOTEL: The hotel has a cafÃ© with snacks, drinks and a bar. The establishment boasts air-conditioning, a lobby with a reception and express check-out. The establishment offers breakfast service and room service. You are also offered conference facilities. ROOM: Each room has a desk, a television, a direct line telephone, internet, a fridge, an air-conditioning system and central heating. They also have a bathroom with a shower, a bath, a hairdryer and a double bed. RESTAURANT: The establishment offers a buffet breakfast, lunch service and dinner service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.77" OriginalAmount="559.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66701022" Longitude="139.77037076" StarRating="3" HotelCode="422810|viainn_higashi_ginza_" HotelName="Via Inn Higashi Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2 Chome-15-13 Tsukiji, Chuo-ku, Tokyo 104-0045, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/b6/dfb6e84d9327a09ff28b13f963d484407f2855db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="581.95" OriginalAmount="565.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71012417" Longitude="139.75333606" StarRating="3" HotelCode="739432|dormy_inn_korakuen_hot_springs" HotelName="Dormy Inn Korakuen Hot Springs" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-23-14 Hongo, Bunkyo, Tokyo 113-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/41/1d41d54cdb2cb7a246a4558c032494080f096b5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="583.27" OriginalAmount="566.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6955344" Longitude="139.7060545" StarRating="2" HotelCode="|251488" HotelName="Perrier - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-7-12 Kabuki-cho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/8/8/251488_b3e31e51611.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="588.32" OriginalAmount="571.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70954" Longitude="139.77634" StarRating="3" HotelCode="|185610" HotelName="Dormy Inn Ueno Okachimachi Hot Spring" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-7-22, Ueno, Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/1/0/185610_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="590.19" OriginalAmount="573" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67798" Longitude="139.777837" StarRating="3" HotelCode="189106|175113" HotelName="Hotel Villa Fontaine Tokyo - Hatchobori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-3-3 Kayaba-Cho, Nihombashi, Chuo-Ku, Tokyo 103-0025</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/67/6c672bca511f042a33806ad6af662e78e9646324.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="591.22" OriginalAmount="574.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.712812982533" Longitude="139.77780993487" StarRating="2" HotelCode="189026|hotel_new_ueno" HotelName="Hotel New Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-2-5 Ueno, Taito-ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/eb/9cebda3fbfc85bef57619329925e4495099d7062.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="591.22" OriginalAmount="574.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.663733654496" Longitude="139.73139841541" StarRating="3" HotelCode="95476|remm_roppongi" HotelName="remm ROPPONGI" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-14-7 Roppongi, Minato-ku, Tokio 106-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/02/e3021ec618076b4fe03e6526e1aff38ec7d275fd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="592.15" OriginalAmount="574.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6971127" Longitude="139.7060529" StarRating="3" HotelCode="|320950" HotelName="and Spa J-mex - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Shinjyuku-ku Kabukicho 2-5-6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/9/5/0/320950_48661e41020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="592.39" OriginalAmount="575.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.676451" Longitude="139.770714" StarRating="3" HotelCode="|450680" HotelName="lyf Ginza Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-5-4 Kyobashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/8/0/450680_d57ef921233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="593.28" OriginalAmount="576.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69560238" Longitude="139.70571463" StarRating="3" HotelCode="521992|hotel_spa_an_adults_only" HotelName="Hotel &amp; Spa AN" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2-7-5 Kabukicho, Shinjuku-ku, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/ae/d2ae6f007d9ab26bf366371e3b3cc38e1a61528e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="594.81" OriginalAmount="577.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.660197" Longitude="139.756932" StarRating="3" HotelCode="93254|267575" HotelName="Mitsui Garden Shiodome Italia-gai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-14-24 Higashi-shimbashi, Minato-ku, Tokyo 105-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/0c/650c624d5707f2c2104c2ba16ecfbde98a908ffd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="596.37" OriginalAmount="579.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66233256" Longitude="139.75373936" StarRating="3" HotelCode="639420|hotel_1899_tokyo" HotelName="Hotel 1899 Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-4 Shimbashi, Minato-ku, Tokyo 105-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/0c/410c58e741b698f9771cecef9ddf067f6fa61c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="597.17" OriginalAmount="579.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7337913" Longitude="139.7126217" StarRating="1" HotelCode="|320988" HotelName="Varkin (adult Only)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-1-14 Ikebukuro Toshima-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/9/8/8/320988_a11efdf1709.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="599.46" OriginalAmount="582.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.672874" Longitude="139.769057" StarRating="3" HotelCode="80759|hotel_monterey_ginza" HotelName="Monterey Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-10-2 Ginza, Chuo-Ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/22/b522f46549a38911c2231ecc96cc0121ecb9712a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="599.50" OriginalAmount="582.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.64295" Longitude="139.74512" StarRating="3" HotelCode="|86145" HotelName="Villa Fontaine Tokyo Mita" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MITA TWIN BUILDING EAST WING (4-2-8 Shibaura Minato-ku)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/4/5/86145_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 173 rooms. SITUATION: The hotel is in Tokio the centre of it is near Tokio the Tower of It has excellent transport links to Sanda the Station of. ROOM: The rooms have a hairdryer, a trouser press and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="603.38" OriginalAmount="585.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.662574661011" Longitude="139.69839081136" StarRating="3" HotelCode="167647|1057318" HotelName="Hotel Unizo Tokyo Shibuya" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4-3 Udagawacho, Shibuya-ku, Tokyo 150-0042</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/63/5b/635b739119b81591c2de01513f3e09b2161be64b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 7 min by walk from Shibuya Station, halfway between NHK Hall or Yoyogi National Gimnasium or...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="607.70" OriginalAmount="590.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.643767" Longitude="139.750938" StarRating="3" HotelCode="167546|hotel_gracery_tamachi" HotelName="Hotel Gracery Tamachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-8-1 Shibaura, Minato-ku, Tokyo 108-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e8/74/e874d386fb840e57196e967b05acb3a8e02f748a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="611.82" OriginalAmount="594" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71131036" Longitude="139.79618215" StarRating="2" HotelCode="337177|61168" HotelName="Hotel Kaminarimon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bicycle Rental,Elevator,Internet,Massage Centre,Meeting Room,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/d9/87d9107864287d874c29dd62e182578a65551ed7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Kaminarimon is located at entrace of Sensoji-temple. guest can enjoy traditional Japanese futt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="611.82" OriginalAmount="594.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6960428" Longitude="139.70653587" StarRating="2" HotelCode="860800|bespoke_hotel_shinjuku" HotelName="Bespoke Hotel Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-17 Kabukicho, Tokyo 160-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/a9/5da9d44cd3a1dfefad22778ac32201ef4258a648.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="612.85" OriginalAmount="595.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67688574" Longitude="139.77039006" StarRating="3" HotelCode="854249|remm_tokyo_kyobashi" HotelName="Remm Tokyo Kyobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Chome-6 Kyobashi, Chuo Ward, Tokyo 104-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/c3/f7c36cdc915d8f193cd96cfed6285e18902661d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="614.90" OriginalAmount="596.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66587" Longitude="139.75522" StarRating="4" HotelCode="|251518" HotelName="Candeo Hotels Tokyo Shimbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minatoku Shinbashi 3-6-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/1/8/251518_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="615.20" OriginalAmount="597.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7036" Longitude="139.753443" StarRating="4" HotelCode="|60184" HotelName="Tokyo Dome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3-61 Koraku Bunkyo-Ku Tokyo-To 112-8562 Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/8/4/60184_1_4630.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a reception and a concierge. SITUATION: This establishment, Tokyo it is in it is next to Tokyo Dome the stadium 6 minutes walk away, you can find the train stations and the metro stations. ROOM: Each room has an air-conditioning system, flatscreen cable television, a fridge, a writing desk, a safety deposit box, a bathroom with a bath and complimentary bathroom items. FACILITIES: The establishment has a business centre, a massage service, a currency exchange, a luggage room and a swimming pool (available for a fee). RESTAURANT: Regarding gastronomy, the establishment offers restaurants and bars.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="618.24" OriginalAmount="600.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.694658" Longitude="139.700169" StarRating="3" HotelCode="76098|136604" HotelName="Shinjuku Prince Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-30-1 Kabuki-cho, Shinjuku-ku, Tokio 160-8487</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/9a/629ab3c4b979f7323a5ec11d2c72f8c085869df3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located near the towering Tokyo Metropolitan City Hall, this elegant hotel is just a few minutes’ wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="621.09" OriginalAmount="603.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.698666712857" Longitude="139.78846547791" StarRating="2" HotelCode="398260|tsubame_hotel_asakusabashi" HotelName="Tsubame Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-13-1 Yanagibashi, Taito-ku, Tokyo 111-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/0d/080d894fc0004670c3dc8e7614076a1b854030d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="622.12" OriginalAmount="604.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.700654" Longitude="139.756795" StarRating="3" HotelCode="167645|niwa_tokyo" HotelName="Hotel Niwa Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-1-16 Kandamisaki-cho, Chiyoda-ku, Tokyo 101-0061, Japan</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/82/c682e3f99208c6de56d49887423b6e0c999d4a9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo. It is within easy reach of a variety of the area's plac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="623.15" OriginalAmount="605" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68925708" Longitude="139.76691031" StarRating="3" HotelCode="622476|257710" HotelName="Mitsui Garden Hotel Otemachi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1-2 Uchi-Kanda, Chiyoda-ku, Tokyo 101-0047</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/0b/8f0bac6ae17b82b17eca0135d5eb45ae38b3e06d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is set in Tokyo City. A total of 191 rooms are available for guests' convenience...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="627.27" OriginalAmount="609.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6935754" Longitude="139.81327264" StarRating="3" HotelCode="572269|moxy_tokyo_kinshicho" HotelName="Moxy Tokyo Kinshicho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3-4-2 Kotobashi, Sumida-ku, Tokyo 130-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/bc/12bc1261098d79d814db4ce1726cf5cc3e562bb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="636.54" OriginalAmount="618.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66027825" Longitude="139.72471379" StarRating="4" HotelCode="416136|roppongi_hotel_s" HotelName="Hotel S Roppongi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Bar,Bicycle Rental,Business Centre,Conference Hall,Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Room Service,Smoking Rooms,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-11-6 Nishi-azabu, Minato-ku, Tokyo 106-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/e6/dce66fd75aba54c43119c1c8c09912df90c18aee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This sophisticated hotel is situated in Tokyo City. Located within 500 metres from the town centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="636.54" OriginalAmount="618.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66566567" Longitude="139.70223827" StarRating="3" HotelCode="916171|dormy_inn_premium_shibuya_jingumae" HotelName="Dormy Inn Premium Shibuya Jingumae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-24-4 Jingu-mae, Shibuya, Tokio 150-0001</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/9e/699ecfb90fa6a9939cd57f7c8e67d44ca6fb3c68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="637.07" OriginalAmount="618.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.686632" Longitude="139.77045" StarRating="0" HotelCode="|463168" HotelName="Jhotel Tokyo Geo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-1-6 Nihonbashi Hongokucho Chuo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/1/6/8/463168_faa10811726.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="637.57" OriginalAmount="619" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70972946" Longitude="139.7954971" StarRating="3" HotelCode="639702|285652" HotelName="Hotel Gracery Asakusa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-10-2 Kaminarimon, Taito-ku, Tokyo 111-0034</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/5d/f65de9130968bd07a14bd3eb037a7747255ce703.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="642.72" OriginalAmount="624.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6919441" Longitude="139.73311594" StarRating="3" HotelCode="543021|hotel_grand_hill_ichigaya" HotelName="Hotel Grand Hill Ichigaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-1 Ichigaya Honmuracho, Shinjuku-Ku, Tokyo 162-0845, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/74/a9749896c6305b544115011293df8c196e776e79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is in Tokyo City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="645.12" OriginalAmount="626.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.714434" Longitude="139.80085" StarRating="0" HotelCode="|429217" HotelName="Prostyle Tokyo Asakusa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-12-11 Hanakawado, Taito, Tokyo, Tokyo, 111-0033</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/2/1/7/429217_9308ebb1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="647.95" OriginalAmount="629.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.713783" Longitude="139.79837" StarRating="3" HotelCode="|466191" HotelName="Omo3 Asakusa By Hoshino Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-15-5 Hanakawado, Taito</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/1/9/1/466191_7fb86ed1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="648.82" OriginalAmount="629.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66188" Longitude="139.7593" StarRating="4" HotelCode="|96130" HotelName="Villa Fontaine Grand Tokyo-Shiodome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Higashi-shinbashi 1-9-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/1/3/0/96130_1_1618.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 497 rooms, 10 floors, attentive service, air-conditioning, a hall, conference facilities, room service and a laundry service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="654.05" OriginalAmount="635" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67222941" Longitude="139.76921423" StarRating="3" HotelCode="774232|350033" HotelName="The Square Hotel Ginza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-11-6 Ginza Chuoku, Tokyo 104-0061, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/ff/71ffbf2ed63d88666632875b6dff12c4b56f9f4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="658.92" OriginalAmount="639.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.690584" Longitude="139.706631" StarRating="2" HotelCode="|545927" HotelName="Petit Bali Forest Shinjuku Sanchome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-chome-8-10 Shinjuku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/9/2/7/545927_90557db1036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="659.20" OriginalAmount="640.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="969948|via_inn_nihonbashi_ningyocho" HotelName="Via Inn Nihonbashi Ningyocho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16-12 Nihonbashi Koami-cho, Tokyo 103-0016</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/f3/d4f3d74d360675cde8f215ce70c3f2206a506fe7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="659.21" OriginalAmount="640.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6869691" Longitude="139.6986145" StarRating="3" HotelCode="|43143" HotelName="Sunroute Plaza Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-3-1 YOYOGI, SHIBUYA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/1/4/3/43143_0a96bd71110.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2007 and has 624 rooms. Is ideal for holidays or business trips. Some of the facilities that the establishment offers to guests include 2 bars, a restaurant, conference rooms and a laundry service. SITUATION: This hotel is 100 metres away from the metro station. Close to the establishment, guests have Shinjuku Railway Station. Nearby, you will find the tourist attractions, the commercial district and the business area. It is near restaurants, shops and shopping centres. ROOM: All the rooms have internet (free of charge), satellite and cable television with international channels, a bathroom with a hairdryer, a fridge, a coffee maker, a kettle, an ironing set and an individual air-conditioning system. FACILITIES: Guests are offered a massage service. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant, 2 bars, a cafÃ© and bars.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="660.54" OriginalAmount="641.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.713269" Longitude="139.705836" StarRating="0" HotelCode="|468577" HotelName="Vessel Inn Takadanobaba" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-chome-17-4 Takadanobaba</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/5/7/7/468577_36817aa1826.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="663.46" OriginalAmount="644.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.674311" Longitude="139.737992" StarRating="2" HotelCode="|522109" HotelName="COCOSHUKU AKASAKA Premium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-chome-6-20 Akasaka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/1/0/9/522109_b4598120948.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="670.31" OriginalAmount="650.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.628772" Longitude="139.787176" StarRating="4" HotelCode="186623|243636" HotelName="Trusty Tokyo Bay Side" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-1-15 Ariake, Koutou-ku, 135-0063 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/16/3a/163aee70f70ca7ad7a295f9ad6020092ce73eaa3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="670.62" OriginalAmount="651.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65573539598" Longitude="139.70388730658" StarRating="3" HotelCode="80645|397585" HotelName="Hotel Mets Shibuya" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Laundry,Massage Centre,Restaurant,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-29-17 Shibuya, Shibuya-ku, Tokyo 150-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/63/a863113b619532966e6392e4f11b5f528f8b9dc4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Shibuya, considered as one of the main downtown areas of Tokyo. It is very ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="671.56" OriginalAmount="652" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.64863023" Longitude="139.80101487" StarRating="3" HotelCode="811608|362376" HotelName="Hotel Monday" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2-11 Shinonome, Koto-ku, Tokyo 135-0062</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/c0/10c0bfa12f7e8030051bf46f2479898381f41534.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Tokyo and was established in 2018. It is a short ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="673.98" OriginalAmount="654.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6868677" Longitude="139.6926092" StarRating="4" HotelCode="|168428" HotelName="Shinjuku Washington Main" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nishishinjuku 3-2-9, Shinjuku-ku,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/2/8/168428_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is a 5-minute walk away from the district of Shinjuku, where clients can find shops and restaurants. 15 minutes walk away, you can find the Railway Station of Shinjuku, the government buildings and the Park of Shinjuku Gyoen. 10 minutes walk away, guests can find the nightlife of Kabukicho. FACILITIES: The establishment boasts a lounge with massage chairs, a concierge service and WiFi (free of charge). ROOM: The rooms have a fridge, a hairdryer and a flat-screen television with films (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="678.45" OriginalAmount="658.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65112" Longitude="139.748738" StarRating="4" HotelCode="76095|345645" HotelName="Hotel The Celestine Tokyo Shiba" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-23-1 Shiba, Minato-ku, Tokyo 105-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/b5/6bb5d4fefb3c54ece4962aafd03c117767513afa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of a business district of Tokyo and in the Mita area, which is fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="679.11" OriginalAmount="659.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.699476" Longitude="139.78139" StarRating="0" HotelCode="|533096" HotelName="Cocts Akihabara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-chome-2-7 Asakusabashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/0/9/6/533096_401b9421416.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="681.63" OriginalAmount="661.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6657263" Longitude="139.7020914" StarRating="3" HotelCode="|131528" HotelName="Dormy Inn Premium Shibuya Jingumae Hot Spring" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-24-4, Jingumae, Shibuya-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/5/2/8/131528_1_2973.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 5 minutes away from Meiji Jingumae Station. ROOM: The establishment has 136 rooms with TV, WiFi and a bathroom with a hairdryer. FACILITIES: Guests are offered a massage service, a sauna, thermal baths and vending machine. OTHERS: The establishment offers a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="684.95" OriginalAmount="665.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.661944" Longitude="139.759971" StarRating="3" HotelCode="141664|hotel_villa_fontaine_shiodome" HotelName="Hotel Villa Fontaine Tokyo - Shiodome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-9-2 Higashi-shinbashi, Minato-ku, Tokyo 105-0021</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/dc/4adc095b6518922825ede05490c3a79574afaa10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Tokyo. It is close to Ginza and the nearest station is Shiodom...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="684.95" OriginalAmount="665.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66220229" Longitude="139.73271207" StarRating="3" HotelCode="595562|candeo_hotels_tokyo_roppongi" HotelName="Candeo Hotels Tokyo Roppongi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>6-7-11 Roppongi, Minato-ku, Tokyo 106-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/d5/36d55ef70e5fdea5a8b808a222aae4b727a766f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="689.04" OriginalAmount="668.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.701029" Longitude="139.767714" StarRating="2" HotelCode="|529607" HotelName="Sakano tretio Ochanomizu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-chome-17-5 Sotokanda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/0/7/529607_68635461036.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="689.07" OriginalAmount="669.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.608026" Longitude="139.667243" StarRating="3" HotelCode="916122|hotel_pulitzer_jiyugaoka" HotelName="Hotel Pulitzer Jiyugaoka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-11-19 Jiyugaoka, Meguro-ku, Tokyo 152-0035</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/78/797893d5a84eee74405fd2ba56bc2b690307c697.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="689.34" OriginalAmount="669.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.631408" Longitude="139.791844" StarRating="4" HotelCode="|386076" HotelName="DoubleTree by Hilton Tokyo Ariake" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koto-ku, Ariake 3-7-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/0/7/6/386076_2995f701257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="698.34" OriginalAmount="678.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.63826492" Longitude="139.73957416" StarRating="3" HotelCode="611745|tokyu_stay_takanawa_sengakuji_ekimae" HotelName="Tokyu Stay Takanawa Sengakujieki-Mae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-16-29 Takanawa, Minato-ku, Tokyo 108-0074</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/bc/2cbcb45bf1b528d3925005cc2b2eb9d0da54725f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A range of services and facilities await guests of the hotel, ensuring a comfortable stay. A laundry...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="699.44" OriginalAmount="679.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.714894" Longitude="139.79498" StarRating="0" HotelCode="|450893" HotelName="Onyado Nono Asakusa Bettei" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Asakusa 2-7-26, Taito City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/8/9/3/450893_cebf0cb1250.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="703.54" OriginalAmount="683.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.675068" Longitude="139.736047" StarRating="4" HotelCode="|319075" HotelName="Vista Premio Tokyo Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-3, Akasaka, Tokyo, 107-0052, Tokyo, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/9/0/7/5/319075_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="707.18" OriginalAmount="686.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.698656" Longitude="139.780492" StarRating="4" HotelCode="|527687" HotelName="MONday Apart Asakusabashi Akihabara(Former：MONday Apart Akihabara Southeast)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-15-5 Asakusabashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/6/8/7/527687_9d2de8f1245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="707.61" OriginalAmount="687.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.688631" Longitude="139.688638" StarRating="3" HotelCode="93255|shinjuku_new_city_hotel" HotelName="The Knot Tokyo Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>31-1 Nishi-Shinjuku 4-chome, Shinjuku-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/ca/3cca50f8bd5e6a38c46068869507b1f136f9368c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the city of Tokyo, this property is just a few minutes’ walk from Tochomae Station on the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="711.92" OriginalAmount="691.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65404" Longitude="139.69154" StarRating="3" HotelCode="|185689" HotelName="Fukudaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-5-9 Aobadai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/8/9/185689_bc5da5f1032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="713.06" OriginalAmount="692.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67331941" Longitude="139.76909729" StarRating="3" HotelCode="378761|1802118" HotelName="Daiwa Roynet Hotel Ginza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-13-15 Ginza, Chuo 104-0061, Tokio Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/ed/e5ed037588d8001c9b439bd1d67f247ee034f86a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="713.79" OriginalAmount="693.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72414426" Longitude="139.7835866" StarRating="3" HotelCode="639241|sakura_cross_hotel_iriya" HotelName="Sakura Cross Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-18-18 Negishi, Tokyo-to, Tokio 110-0003</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/f4/32f496134193cb1412d29be6a4109c509b832b9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="713.79" OriginalAmount="693.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.63416269" Longitude="139.79286583" StarRating="3" HotelCode="767101|daiwa_roynet_hotel_tokyo_ariake" HotelName="Daiwa Roynet Hotel Tokyo Ariake" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-7-3 Ariake, Koutou-ku, Tokyo 135-0063, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/7b/8d7b643690f11850c43700fed0a07e28dbcf64e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="720.30" OriginalAmount="699.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6734471" Longitude="139.7691607" StarRating="3" HotelCode="|316948" HotelName="Daiwa Roynet Ginza Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Ginza 1-13-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/6/9/4/8/316948_1_6009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="721.00" OriginalAmount="700.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73275061" Longitude="139.72872327" StarRating="3" HotelCode="613176|hoshino_resorts_omo5_tokyo_otsuka" HotelName="Hoshino Resorts OMO5 Tokyo Otsuka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-26-X Kita-Otsuka, Toshimaku, Tokio 170-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/9d/e49d09593f50fce509a64438842a79b6416b08eb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="722.03" OriginalAmount="701.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68209365" Longitude="139.78389912" StarRating="0" HotelCode="562589|hotel_corest_adult_only" HotelName="Hotel Corest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-26-8 Kakigara-cho</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/3e/ae3e72de507518e318c71bd92bb2f27262222634.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="724.09" OriginalAmount="703.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71003371" Longitude="139.77683098" StarRating="3" HotelCode="864080|tosei_hotel_cocone_ueno" HotelName="Tosei Hotel Cocone Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-18-5 Higashi Ueno, Taito, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/24/5f244088f750192cbe510bd339dd1a09f36e7aad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="726.52" OriginalAmount="705.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.676627" Longitude="139.778643" StarRating="3" HotelCode="189031|1119848" HotelName="Hotel Sardonyx Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-13-7 Hacchobori, Chuo-ku, Tokyo 104-0032, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/f2/51f2bf9fd1c9b6ba99d520a93a0af263f4d1a52c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="726.94" OriginalAmount="705.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68398" Longitude="139.787427" StarRating="0" HotelCode="|86000" HotelName="City Pension Zem" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-16-9 NIHONBASHIKAKIGARACHO CHUO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/0/0/86000_96badd91010.jpg</HotelPictures>
        <HotelDescription>HOTEL: The City Pension Zem is rated four stars and it is in the centre of Tokyo. ROOM: Clients are offered 27 rooms with a hairdryer and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="728.12" OriginalAmount="706.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.668488" Longitude="139.767" StarRating="4" HotelCode="|454758" HotelName="Agora Tokyo Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-14-7 Ginza</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/7/5/8/454758_9201c421102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="728.30" OriginalAmount="707.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.665599" Longitude="139.773604" StarRating="0" HotelCode="|526932" HotelName="Spatium Ginza Pony" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-6-11 Tsukiji</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/6/9/3/2/526932_3974b141045.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="732.96" OriginalAmount="711.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.715823" Longitude="139.789393" StarRating="0" HotelCode="|546906" HotelName="KOKO HOTEL Residence Asakusa Kappabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-chome-24-2 Nishiasakusa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/6/9/0/6/546906_41a492b2305.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="735.42" OriginalAmount="714.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="979669|hotel_brilio_asakusabashi" HotelName="Hotel Brilio Asakusabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-16-16 Yanagibashi, Taito, Tokyo 111-0052, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/ed/f3ed88705b6cac2193315ff3b764c3b3cb4b8481.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="736.45" OriginalAmount="715.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.73204972106" Longitude="139.71282264656" StarRating="2" HotelCode="78627|dai_ichi_inn_ikebukuro" HotelName="Dai Ichi Inn Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-42-8 Higashi-Ikebukuro, Toshima-ku, Tokyo 170-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/e2/1ae29da83962691d4a53724574f1d537b85e9f22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="736.79" OriginalAmount="715.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.693561" Longitude="139.813275" StarRating="4" HotelCode="|251483" HotelName="Moxy Tokyo Kinshicho By Marriott" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sumida-ku Kotobashi 3-4-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/8/3/251483_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="737.03" OriginalAmount="715.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.677462" Longitude="139.789329" StarRating="0" HotelCode="|485783" HotelName="ulu Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-chome-1-9 Saga</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/5/7/8/3/485783_a4155282112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="743.42" OriginalAmount="721.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.658651" Longitude="139.752177" StarRating="4" HotelCode="17649|16044" HotelName="Shiba Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-5-10 Shiba Koen, Tokyo 105-0011, Minato, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/86/fc/86fc48e09da217ed8bd6d697b7bb488c7bc4c681.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is very conveniently located in a quiet but extremely central spot close to the Daimon Gat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="748.30" OriginalAmount="726.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6554985" Longitude="139.7548065" StarRating="4" HotelCode="|51710" HotelName="Shiba Park " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-5-10 Shiba-koen, Minatu-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/1/0/51710_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern building was renovated in 2000. SITUATION: It is situated next toShiba park Tokyo Tower and Zojoji Temple it is situated near 2 streets away, clients can find the beach, is near Ginza the business area of It has excellent transport links to the railway station and the metro station. ROOM: The establishment has 386 well-equipped rooms with TV, a direct line telephone, an air-conditioning system and a bathroom. FACILITIES: The establishment has a restaurant, a bar, living rooms and business facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="758.08" OriginalAmount="736.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.74293" Longitude="139.77107" StarRating="0" HotelCode="|186465" HotelName="Tokyo Guest House 2020" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Chome 33-14 , Niiyama Mansion</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/4/6/5/186465_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="769.41" OriginalAmount="747.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66776617" Longitude="139.76359196" StarRating="3" HotelCode="620864|hotel_musse_ginza_meitetsu" HotelName="Hotel Musse Ginza Meitetsu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>7-12-9 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/98/de98131c765a9875f74f570a0550dded53c8f60f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="773.51" OriginalAmount="750.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.74311381" Longitude="139.7712369" StarRating="2" HotelCode="410962|1230968" HotelName="Tokyo Guest House B&amp;B Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>33-14 2 Chome, Niiyama Mansion, Higashi-Ogu, Arakawa-ku, Tokyo 116-0012</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/59/c85943203ce6e2d0634d9d384afc4d29f19c1408.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="774.56" OriginalAmount="752.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.62508803" Longitude="139.72519913" StarRating="3" HotelCode="625005|mitsui_garden_hotel_gotanda" HotelName="Mitsui Garden Hotel Gotanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-2-6 Higashi-Gotanda, Shingawa-ku, Tokio 141-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/fa/78fa5fe79bc23a41c1984d17db544e7674f57343.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="778.99" OriginalAmount="756.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.706661" Longitude="139.76954" StarRating="0" HotelCode="|529939" HotelName="Section L Yushima" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-chome-25-2 Yushima</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/9/3/9/529939_0e2f70b1022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="783.83" OriginalAmount="761" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66889489" Longitude="139.77459224" StarRating="3" HotelCode="638701|285655" HotelName="Hotel Keihan Tsukiji Ginza Grande" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3 Chome-5-4 Tsukiji, Chuo-ku, Tokyo 104-0045, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/f5/35f52d4517dd36d4cdb6c63c7bc5c219da58d7de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="783.83" OriginalAmount="761.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71034583881" Longitude="139.72259855416" StarRating="4" HotelCode="16742|rihga_royal_hotel_tokyo" HotelName="RIHGA Royal Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-104-19 Totsuka-machi, Shinjuku-ku, Tokyo 169-8613</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/49/80/4980819411cfbe3f493e5e8d1db3f96b82eea1b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="783.83" OriginalAmount="761.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71038159" Longitude="139.81362561" StarRating="3" HotelCode="388896|richmond_hotel_premier_tokyo_oshiage" HotelName="Richmond Hotel Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-10-3 Sumida-ku, Oshiage, Tokio 31-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/73/a97324273e1507310feecb9b2eb63e777f70cda4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A safe and a laundry service are available to guests of the hotel. Wireless internet access is avail...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="785.63" OriginalAmount="762.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.683149974605" Longitude="139.7709658742" StarRating="3" HotelCode="189030|1117768" HotelName="Hotel Ryumeikan Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-3-22 Yaesu, Chuo-ku, Tokyo 103-0028</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/ff/4bffb78a94fa1b49eec76131de6e31ee262f9696.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="786.92" OriginalAmount="764.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.658884" Longitude="139.748062" StarRating="3" HotelCode="18906|tokyo_prince_hotel" HotelName="Tokyo Prince Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-3-1 Shiba-Koen, Minato-Ku, Tokyo 105-8560</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/37/ef373c308836d54b8703d286efc3b8602307f797.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel stands at the foot of Tokyo Tower, conveniently located with good access to all areas of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="794.71" OriginalAmount="771.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.630193294983" Longitude="139.73350731168" StarRating="4" HotelCode="15138|77014" HotelName="Grand Prince Hotel Shin Takanawa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-13-1 Takanawa, Minato-ku, Tokyo 108-8612</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/c3/97c3ae5ca43acf81241cc03739db054df3325911.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Tokyo, a short drive away from the Tokyo Tower. The nearest st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="797.63" OriginalAmount="774.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.63169606692" Longitude="139.73444047316" StarRating="4" HotelCode="63557|67834" HotelName="Grand Prince Hotel Takanawa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-13-1 Takanawa, Minato-ku, Tokyo 108-8612</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/f9/bbf93d2b92f77079afeca5770e42f2a925a1e400.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="802.37" OriginalAmount="779.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.687581" Longitude="139.805865" StarRating="2" HotelCode="909471|annex_hotel_edoite" HotelName="Riverside Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-3-8 Kikukawa, Sumida-ku, Tokyo 130-0024</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/b2/74b2ef7788984a51a152772fc0c3d1648447e94d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="810.19" OriginalAmount="786.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68315" Longitude="139.77078" StarRating="3" HotelCode="|185712" HotelName="Ryumeikan Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-3-22 Yaesu, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/7/1/2/185712_1_2455.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="813.70" OriginalAmount="790.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.654758" Longitude="139.779562" StarRating="3" HotelCode="13222|harumi_grand_hotel" HotelName="Harumi Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8 1 Harumi 3 chome, Chuo ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/96/a096ba4610b7a9bbf2b3f69b4ce82561930d658c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="814.94" OriginalAmount="791.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.695162" Longitude="139.706604" StarRating="0" HotelCode="|555660" HotelName="BaliAn Resort Shinjuku - Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1-11 Kabukicho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/5/6/6/0/555660_16062541510.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="819.88" OriginalAmount="796.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65188156" Longitude="139.68611174" StarRating="0" HotelCode="870634|act_hotel_shibuya" HotelName="Act Hotel Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-22-7 Ohashi, Tokyo 153-0044</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/8e/468e0eb8edfaea45324cdd4ad1da71138d4e5e9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="821.94" OriginalAmount="798.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.626242" Longitude="139.770815" StarRating="5" HotelCode="66910|hotel_nikko_tokyo" HotelName="Hilton Tokyo Odaiba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-9-1 Daiba, Minato-ku, Tokyo 135-8625</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/b4/57b45331af01aea336bba95ba7b9097a4432b5a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the popular Odaiba district, on an island in Tokyo Bay, the hotel is just 15 minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="826.06" OriginalAmount="802.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="873853|keisei_richmond_hotel_tokyo_monzennakacho" HotelName="Keisei Richmond Hotel Tokyo Monzennakacho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-8-9 Monzennakacho</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/75/9a/759a027a3f878e06feabbdf8c5689850943d6626.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="826.71" OriginalAmount="802.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.690459" Longitude="139.760481" StarRating="3" HotelCode="|164788" HotelName="Kkr Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-4-1, Otemachi, Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/7/8/8/164788_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 161 rooms, 5 restaurants and bars. SITUATION: This hotel is 5 minutes drive away from Tokio the Station of it is 40 minutes away from Haneda Airport the establishment is a 80-minute drive away from Narita Airport It has excellent transport links to the metro station, Close to, and. is situated in Tokio the centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="827.34" OriginalAmount="803.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.688055459565" Longitude="139.71842832945" StarRating="3" HotelCode="79883|1473508" HotelName="Hotel Wing International Premium Tokyo Yotsuya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3-14-1 Yotsuya, Shinjuku-ku, Tokyo Prefecture 160-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/a8/16a889b6f8e5fcd2cb1f18198ba36cde97388908.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is one minute on foot from Yotsuya San-Chome metro station on the Marunouchi line, which t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="828.12" OriginalAmount="804.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.710886966667" Longitude="139.79522143333" StarRating="4" HotelCode="916130|the_gate_hotel_asakusa_kaminarimon_by_hulic" HotelName="THE GATE HOTEL Asakusa Kaminarimon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-16-11, Kaminarimon, Taito-ku, Tokyo 111-0034</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/fd/ecfddbd7586ab49ea726786d58b5f286c95063bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="830.38" OriginalAmount="806.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6689987" Longitude="139.7559967" StarRating="4" HotelCode="|51709" HotelName="Park Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-7-1, Hibashi-Shinbashi, Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/0/9/51709_6a350e71754.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 274Â well-equipped rooms. SITUATION: This establishment, Shiodome Media Tower it is in Shiodome it is in The establishment offers direct access to the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="832.40" OriginalAmount="808.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.695576" Longitude="139.70581" StarRating="3" HotelCode="|434408" HotelName="Hotel AN Shinjuku (JHT Group) - Adult Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-7-5, Kabukicho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/4/0/8/434408_90d6d6d1732.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="836.71" OriginalAmount="812.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.661448" Longitude="139.703108" StarRating="4" HotelCode="|466122" HotelName="All Day Place Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-17-1 Shibuya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_48b4d861800.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="837.99" OriginalAmount="813.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.690602746951" Longitude="139.7605830431" StarRating="3" HotelCode="189038|1123248" HotelName="KKR Hotel Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-4-1 Otemachi, Chiyoda-Ku, Tokyo 100-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/74/db74989e0217c8d0be5a90371010d554bba04ece.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="844.76" OriginalAmount="820.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.680173" Longitude="139.788708" StarRating="4" HotelCode="|60161" HotelName="Royal Park  Tokyo Nihonbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1-1 Nihonbashi-Kakigara-cho, CHUO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/6/1/60161_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 5 restaurants, a cafÃ©, 2 event rooms, a bar and a tearoom. Some of the facilities that the establishment offers to guests include a lobby, a currency exchange service, a kiosk, a hairdresser's, conference facilities and WiFi. SITUATION: This urban hotel is situated in Tokio a good location in Tokyo City Air Terminal it is close to near the establishment, guests will find Suitengumae the underground station of In the surrounding area, you can find shops and restaurants. it is 10 minutes away from Tokio the Railway Station of The Imperial Palace it is situated 12 minutes away from. ROOM: The rooms have a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a satellite TV, internet, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment boasts a body care centre, a covered pool, a gym, a massage service, a beauty centre, a spa and hydrotherapy. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="846.66" OriginalAmount="822.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6944708" Longitude="139.68955116" StarRating="3" HotelCode="774062|daiwa_roynet_hotel_nishi_shinjuku" HotelName="Daiwa Roynet Hotel Nishi Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-12-39 Nishi-shinjuku, Shinjuku-ku, Tokyo 160-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/05/d50520d75498a292dca2e54cccddf9849b00616e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="852.07" OriginalAmount="827.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6632232" Longitude="139.7595901" StarRating="4" HotelCode="81112|67724" HotelName="Park Hotel Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Shiodome Media Tower, 1-7-1 Higashi Shimbashi, Minato-ku, 105-7227 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/ea/b0ea111fe79ffd499e1ac3b3cb8069e7f00225f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located directly over Shiodome station, which services the Oedo subway and Yurikamome railway lines,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="853.87" OriginalAmount="829.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.72747591" Longitude="139.79399237" StarRating="3" HotelCode="767146|hotel_sails" HotelName="Hotel Sails" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-2-7 Minowa, Taito, Tokyo 110-0011</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/b6/d7b6eeaafb94709bd2d38929441acab6d7dc47f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="854.64" OriginalAmount="829.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.670350958749" Longitude="139.76734072024" StarRating="3" HotelCode="376227|2237635" HotelName="Tokyu Stay Ginza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-10-5 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/c3/ab/c3ab25e59669f1db09c14b59db6cfae5cdf1f80e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="860.05" OriginalAmount="835.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.663605" Longitude="139.757044" StarRating="3" HotelCode="189079|tokyu_stay_shimbashi_3" HotelName="Tokyu Stay Shimbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4-23-1 Shimbashi, Minato-ku, Tokyo 105-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/7a/5b7aff83223b55c8ac03b03ead4d68a707dbceed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="869.32" OriginalAmount="844.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.669495" Longitude="139.758248" StarRating="3" HotelCode="78626|dai_ichi_hotel_annex" HotelName="Dai-ichi Hotel Annex" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-5-2 Uchisaiwaicho, Chiyoda-ku, Tokyo 100-0011</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/f4/bef41b063a4d8d07609ffd46a995d3704504e05c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="874.12" OriginalAmount="848.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7005103" Longitude="139.7565662" StarRating="4" HotelCode="|73656" HotelName="Niwa Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-1-16 Kandamisakicho, Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/5/6/73656_1_138.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is ideal for holidays or business trips. SITUATION: This establishment, is in Tokyo a good area in it is situated near the commercial area and the shopping area. ROOM: The establishment has contemporary style rooms. FACILITIES: The establishment has a fitness centre fully-equipped, 2 restaurants, a bar, a lounge, meeting facilities and event facilities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="877.12" OriginalAmount="851.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.682172" Longitude="139.78664" StarRating="4" HotelCode="35447|76884" HotelName="Royal Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-1-1 Nihonbashi-Kakigara-cho, Chuo-ku, Tokyo 103-8520</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/de/d1dee9c9631d0e035aa64ea821e99863de7f227f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is exceptionally convenient as a base in Tokyo, being adjacent to Tokyo City Air Term...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="877.56" OriginalAmount="852.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65446321" Longitude="139.73683221" StarRating="3" HotelCode="595449|hotel_the_glanz" HotelName="Hotel The Glanz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2-21-3 Azabu Juban, Minato-Ku, Tokyo 106-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/d4/82d4b22c01553efbc12499669647e6f2a63b3e3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="884.02" OriginalAmount="858.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.655713" Longitude="139.693495" StarRating="3" HotelCode="|164810" HotelName="Tokyu Stay Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8-14, Shinsencho, Shibuya-ku, Tokyo.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/8/1/0/164810_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is near Shibuya it has excellent transport links to the train.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="888.89" OriginalAmount="863.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67416746" Longitude="139.73743179" StarRating="3" HotelCode="615336|the_centurion_classic_akasaka" HotelName="The Centurion Classic Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-11-8 Akasaka, Minato-ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/42/4e42bc3b023a40968c5df2de1c19578b9d8da473.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="896.67" OriginalAmount="870.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.670779" Longitude="139.767261" StarRating="3" HotelCode="189061|1145928" HotelName="Solaria Nishitetsu Ginza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-9-2 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/9b/9a9b91139c5b715bf501936b03d5526729b2d389.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="897.12" OriginalAmount="870.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66411264" Longitude="139.76053835" StarRating="4" HotelCode="81940|77364" HotelName="Royal Park Hotel The Shiodome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-6-3 Higashi-Shinbashi, Minato-ku, Tokyo 105-8333</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/b5/48b54de786809f7af3b9d73ca0eb68a2168a6db8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies floors 24 to 38 in the Shiodome Tower in Tokyo. An underpass connects the hotel d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="903.31" OriginalAmount="877.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697473777796" Longitude="139.70244146884" StarRating="3" HotelCode="161531|hotel_villa_fontaine_shinjuku" HotelName="Hotel Villa Fontaine Tokyo-Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-40-9 Kabuki-cho, Shinjuku-ku, Tokyoo 101-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/32/ee/32ee7724a87858851a97518dbcd43fc1503f362f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Tokyo. It takes 6 minutes to walk from the A1 exit of the Higa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="913.61" OriginalAmount="887.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66991892" Longitude="139.76618018" StarRating="4" HotelCode="380557|millennium_mitsui_garden_hotel_tokyo" HotelName="Millennium Mitsui Garden Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5-11-1 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/66/73668e37639368f8bc26dcd4dadfc3f02490551c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="945.54" OriginalAmount="918.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.691104" Longitude="139.713113" StarRating="3" HotelCode="899670|citadines_shinjuku_tokyo" HotelName="Citadines Tokyo Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-28-13 Shinjuku, Shinjuku-ku, Tokyo 160 0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d1/1d/d11d4ea8b0f01f0ec3290c4d6d1ea88ee5160f0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This serviced apartment complex is located in the shopping and entertainment district, about 1 km fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="950.69" OriginalAmount="923.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66883018" Longitude="139.76668145" StarRating="0" HotelCode="970864|mitsui_garden_hotel_ginzagochome" HotelName="Mitsui Garden Hotel Ginza-gochome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-13-15 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/b2/f4b28dc11201c42be3f944faac228cc72ffa73b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="957.90" OriginalAmount="930.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67832483" Longitude="139.77092389" StarRating="3" HotelCode="491838|mitsui_garden_hotel_kyobashi" HotelName="Mitsui Garden Hotel Kyobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-3-6 Kyobashi, Chuo-ku, Tokyo 104-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9e/36/9e36009e56bee8538b3b30a57b01d0825b2b2d32.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="958.93" OriginalAmount="931.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.689535594667" Longitude="139.69440142461" StarRating="4" HotelCode="259288|keio_plaza_tokyo" HotelName="Keio Plaza Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-2-1 Nishi-Shinjuku, Shinjuku-Ku, Tokio 160-8330</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a2/5aa2dfe288cbd02a59aab2f109a70922f48bd902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the dynamic business, entertainment and shopping area of Shinj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="971.29" OriginalAmount="943.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68773397" Longitude="139.69833608" StarRating="4" HotelCode="316328|jr_kyushu_blossom_shinjuku_" HotelName="JR Kyushu Hotel Blossom Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Housekeeping,Internet,Massage Centre,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/97/0897f9199c5071300eda1c91280e260bde4c4f3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Preparing Twin room mainly, providing comfortable atmosphere to each customer. Using Kyushu-area mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="979.99" OriginalAmount="951.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.652841" Longitude="139.762147" StarRating="0" HotelCode="|42614" HotelName="Intercontinental Tokyo Bay, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-16-2 KAIGAN, MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/6/1/4/42614_1_5138.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 1995 and has 339 rooms, The establishment boasts a safety deposit box service, a lift, a hairdresser's, a cafÃ©, a nightclub, a restaurant and conference facilities (for a fee), The establishment offers room service and a laundry service. SITUATION: This hotel is in Tokyo the city centre of it is situated 1 kilometre away from Ginza the commercial area of Palacio Real close to the establishment, clients can find in the surrounding area, clients have Takeshiba the Railway Station of 2 kilometres away, you can find Roppongi the nightlife area of 6 kilometres away from the establishment, guests will find Ueno park it is 70 kilometres away from Narita the International Airport of. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a safety deposit box, a satellite television, a radio, a mini-bar, a trouser press, an iron, internet and an air-conditioning system. FACILITIES: The establishment boasts a swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers 5 restaurants, 2 bars and a coffee shop. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="980.66" OriginalAmount="952.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.711871" Longitude="139.778133" StarRating="3" HotelCode="189042|634545" HotelName="Mitsui Garden Hotel Ueno" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-19-7 Higashi-ueno, Taito-ku, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/9b/3e9b71fe76c074477135fb4350553d045029050d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="982.00" OriginalAmount="953.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.667523" Longitude="139.76589" StarRating="3" HotelCode="|467799" HotelName="Dormy Inn Premium Ginza Hot Springs" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-16-8 Ginza</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/7/9/9/467799_448f6e21716.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="996.42" OriginalAmount="967.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.708643" Longitude="139.774116" StarRating="0" HotelCode="|471785" HotelName="Andhere Tokyo Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ueno 2-chome 11-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/7/8/5/471785_7e577d61246.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1000.13" OriginalAmount="971.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.70885509" Longitude="139.78493919" StarRating="0" HotelCode="963139|tokyo_condominiun_hotel_asakusa_eight" HotelName="Tokyo Condominiun Hotel Asakusa Eight" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-14-13 Motoasakusa, Tokyo 111-0041, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/4f/3f4f962bed9b06b035160ede5d1445da4a332b9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1001.65" OriginalAmount="972.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.652947641075" Longitude="139.7619927877" StarRating="5" HotelCode="35541|77294" HotelName="InterContinental Tokyo Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-16-2 Kaigan, Minato-Ku, Tokyo 105-8576</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e2/72e2ce0d9f7bd50486ebd42179fa7ba5f1d22a71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre of Tokyo, approximately 1 km from the Ginza shopping distri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1005.28" OriginalAmount="976.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67583798" Longitude="139.6714861" StarRating="3" HotelCode="746253|himalaya_cloud_hotel" HotelName="O-Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-30-2 Hatagaya, Shibuya, Tokyo 151-0072</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/27/19274ee6c3b648eee59a70a6661a76dc952b6408.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1015.97" OriginalAmount="986.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.621035" Longitude="139.737406" StarRating="4" HotelCode="|185882" HotelName="Tokyo Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-7-36 Kitashinagawa, Shinagawa-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/8/2/185882_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1019.54" OriginalAmount="989.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6688" Longitude="139.767" StarRating="4" HotelCode="|424522" HotelName="Mitsui Garden Ginza gochome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-13-15, Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/5/2/2/424522_5cc0e430644.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1038.24" OriginalAmount="1008.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.61056372" Longitude="139.630102" StarRating="3" HotelCode="362444|futakotamagawa_excel_hotel_tokyu" HotelName="Futakotamagawa Excel Hotel Tokyu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Futakotamagawa rise 30F, 1-14-1 Tamagawa, Setagaya-Ku, Tokyo 158-0094</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/54/e754fa476eb3817ca0431568135e4205e6a0a7c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1041.33" OriginalAmount="1011.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.715292" Longitude="139.792009" StarRating="4" HotelCode="76639|asakusa_view_hotel" HotelName="Asakusa View" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-17-1 Nishiasakusa, Taito-ku, Tokyo 111-8765</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/45/77454c914a9d470dca98d16e029453a926a31032.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo (TYO).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1045.45" OriginalAmount="1015.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68623695368" Longitude="139.70026956544" StarRating="4" HotelCode="77973|century_southern_tower_hotel" HotelName="Hotel Century Southern Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-2-1 Yoyogi, Shibuya-ku, Tokyo 151-8583</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/05/2b05b88bf332d3ad01a71b10e7110c684d5d6dbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1053.92" OriginalAmount="1023.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.667095" Longitude="139.763216" StarRating="4" HotelCode="93260|267525" HotelName="Mitsui Garden Hotel Ginza Premier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-13-1 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/92/6192999cf9b6d0275b631ee6f681e13279c5cf46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 4 minutes' walk from Shimbashi Station (Exit No. 1) of the Tokyo Metro Ginza Subway Lin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1055.75" OriginalAmount="1025.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.660227" Longitude="139.702013" StarRating="3" HotelCode="95437|shibuya_tokyu_inn" HotelName="Shibuya Tokyu REI Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-24-10 Shibuya, Shibuya-Ku, Tokyo, Tokyo 150-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/5d/fb5d125baf7d4328a11331ca5c97ab09a953b9c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Tokyo, Japan, opposite the metro station, and just 10 minutes from Bunkamura...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1057.81" OriginalAmount="1027.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69333538" Longitude="139.81276007" StarRating="3" HotelCode="439303|hotel_balian_resort_kinshicho_adult_only" HotelName="Hotel Bali An Resort Kinshicho Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>2-2-12 Kotobashi, Sumida, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/88/b288a0af9c09545d83dae3e850ef06e2966f4d8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1057.86" OriginalAmount="1027.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6909493" Longitude="139.7131712" StarRating="4" HotelCode="|66006" HotelName="Citadines Shinjuku Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-28-13 SHINJUKU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/0/0/6/66006_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 160 rooms, Is ideal for holidays or business trips.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1060.40" OriginalAmount="1029.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.697292" Longitude="139.81073" StarRating="4" HotelCode="|85936" HotelName="Tobu Levant Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>KINSHI, SUMIDA-KU 1-2-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/3/6/85936_1_2070.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has facilities for people with reduced mobility. SITUATION: This establishment is in Tokyo,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1063.70" OriginalAmount="1032.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.654471" Longitude="139.794762" StarRating="4" HotelCode="|424429" HotelName="Mitsui Garden Toyosu Premier Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-1, Toyosu, Koto 135-0061 Tokyo Prefecture</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/4/2/9/424429_498edf51109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1073.96" OriginalAmount="1042.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66956" Longitude="139.764118" StarRating="3" HotelCode="|469925" HotelName="The Royal Park Ginza 6-chome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-16-14,Ginza, Chuou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/9/2/5/469925_e26f9491238.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1076.35" OriginalAmount="1045" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.624743298027" Longitude="139.77125287056" StarRating="4" HotelCode="28592|29068" HotelName="Grand Nikko Tokyo Daiba" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-6-1 Daiba, Minato-Ku, Tokyo 135-8701</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/3a/c83a689afe568f5396b85e84f233fb786d6a5a9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Odaiba - a man-made island in Tokyo Bay. Odaiba is one of the premier ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1079.44" OriginalAmount="1048.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="943577|the_blossom_hibiya" HotelName="The Blossom Hibiya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-1-13 Shinbashi, Minato-ku, Tokyo 105-0004, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/b6/84b6a5ec98f0393ce4acc669c3caad1ec42ee1df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1097.98" OriginalAmount="1066" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68002608" Longitude="139.71594003" StarRating="0" HotelCode="964913|439506" HotelName="Mitsui Garden Hotel Jingugaien Tokyo Premier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11-3 Kasumigaoka-machi, Shinjuku-ku, Tokyo 160-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a2/c1/a2c17c5c3e7a208e5a7d46fb444d56f208d191b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1097.98" OriginalAmount="1066" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68836433" Longitude="139.7731744" StarRating="3" HotelCode="746257|285712" HotelName="Mitsui Garden Hotel Nihonbashi Premier" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-4-4 Nihonbashi Muromachi, Chuo-ku, Tokyo 103-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/5d/d25d46f2136552f0df95afe6ca59112167abd78c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1101.07" OriginalAmount="1069.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.658716013554" Longitude="139.69973501108" StarRating="4" HotelCode="82101|shibuya_excel_hotel_tokyu" HotelName="Shibuya Excel Hotel Tokyu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Shibuya Mark City Building, 1-12-2 Dogenzaka, Shibuya-ku, Tokyo 150-0043</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/b5/3cb5d9d67f7c7b607269d4501a7062bda0d823db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Overlooking Shibuya Scramble intersection, the hotel is just a 3-minute walk to the famous Shibuya 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1154.63" OriginalAmount="1121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71026556" Longitude="139.77832591" StarRating="3" HotelCode="757145|nohga_hotel_ueno" HotelName="Nohga Hotel Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-21-10 Higashiueno, Taito, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/ab/8eab948324e4977684b46050e312d30982bfa782.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1161.73" OriginalAmount="1127.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.716866" Longitude="139.781809" StarRating="4" HotelCode="|470111" HotelName="Monday Apart Premium Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-7-6 Kitaueno</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/1/1/1/470111_57a302c1127.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1167.42" OriginalAmount="1133.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.657346" Longitude="139.702961" StarRating="4" HotelCode="|424405" HotelName="Shibuya Stream" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-21-3, Shibuya, Shibuya-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/4/0/5/424405_8a758980838.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1174.20" OriginalAmount="1140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65711038" Longitude="139.70294626" StarRating="3" HotelCode="774186|shibuya_stream_excel_hotel_tokyu" HotelName="Shibuya Stream Excel Hotel Tokyu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-21-3 Shibuya, Shibuya-ku, Tokyo 150-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/0e/f40e0b2f02bdd3e5415a63a08efa0b48990d5fcf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1179.04" OriginalAmount="1144.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.668190163803" Longitude="139.7407709828" StarRating="5" HotelCode="51547|83597" HotelName="ANA InterContinental Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-12-33 Akasaka, Minato-ku, Tokyo, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/72/fb722039244b4569fc9f421b82cb05ca0b005892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Ark Hills, the hotel is a short distance from the financial, government and commercial di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1181.25" OriginalAmount="1146.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6562587" Longitude="139.70159182" StarRating="3" HotelCode="314862|1223888" HotelName="Shibuya Granbell Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15-17 Sakuragaoka-cho, Shibuya-ku, Tokyo 150-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/ee/6dee6c46036d02e3aaedd94dcc281e107a95b359.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1200.98" OriginalAmount="1166.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66924857" Longitude="139.77168589" StarRating="0" HotelCode="943641|tsuki" HotelName="Tsuki" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-9-4 Tsukiji, Chuo-ku, Tokyo 104-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/37/b337b659fc4390dd1c369057b40d23788126be84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1207.16" OriginalAmount="1172.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66827785" Longitude="139.76241379" StarRating="3" HotelCode="781897|the_royal_park_canvas_ginza_8" HotelName="The Royal Park Canvas - Ginza 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8-9-4 Ginza, Tokyo 104-0061, Chuo, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ce/3a/ce3a3b49ebaa38c50a290d1cfd02b9018346a86f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1213.70" OriginalAmount="1178.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.712197" Longitude="139.726076" StarRating="5" HotelCode="|152557" HotelName="Chinzanso Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>10-8, Sekiguchi 2-chome, Bunkyo-ku, Tokyo 112-8680</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/5/7/152557_1_1044.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a Japanese garden, a covered swimming pool, 3 restaurants, a spa, the massage service, a hot spring and WiFi (free of charge). ROOM: The rooms have flat-screen satellite television, a Hi-Fi and a bathroom with a bath. FACILITIES: Clients can find a spa with treatments, a hydromassage bath and thermal baths. The establishment also offers business centre and a fitness centre. OTHERS: Regarding the food and beverage provision, the establishment offers 2 restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1220.01" OriginalAmount="1184.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.71188" Longitude="139.726003" StarRating="5" HotelCode="50604|62814" HotelName="Hotel Chinzanso Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10-8 Sekiguchi 2-chome, Bunkyo-ku, Tokyo 112-8680</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/84/79844961af9a32fc60609bf10aa2a2ae1aba88bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1229.82" OriginalAmount="1194.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.64559822" Longitude="139.74888277" StarRating="4" HotelCode="774493|pullman_tokyo_tamachi" HotelName="Pullman Tokyo Tamachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-1-21 Shibaura, Minato, Tokyo 108-8566</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/6c/686c814f8159725effcfff1d58a6c67cd896229e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1236.00" OriginalAmount="1200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.679177333333" Longitude="139.74090933333" StarRating="3" HotelCode="115623|apartment_hotel_kitano_arms" HotelName="Kitano Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-16-15 Hirakawa-cho, Chiyoda-ku, Tokyo 102-0093</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/27/0f27cc8d91a12e6cb8822ab19075cd1ae7f86894.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1239.63" OriginalAmount="1203.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66996" Longitude="139.76636" StarRating="4" HotelCode="|185745" HotelName="Millennium Mitsui Garden Tokyo/ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-11-1 Ginza, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/7/4/5/185745_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1262.64" OriginalAmount="1225.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.627912515229" Longitude="139.74075148099" StarRating="5" HotelCode="82256|83648" HotelName="InterContinental The Strings Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-32/F Shinagawa East One Tower, 2-16-1 Konan, Minato-ku, Tokio, Prefecture Tokyo 108-8282</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/00/380078fd187681e91fb82b665a1c6575779b97fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1266.70" OriginalAmount="1229.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67999497" Longitude="139.73497452" StarRating="4" HotelCode="455637|76914" HotelName="Hotel New Otani Tokyo Garden Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>4-1 Kioi-cho, Chiyoda-ku, Tokyo 102-8578</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/9b/dd9bca42a8176c0b7f579a2937f870bbfcfa32a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1277.57" OriginalAmount="1240.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6944221" Longitude="139.8159306" StarRating="3" HotelCode="|453342" HotelName="Mimaru Tokyo Kinshicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kotobashi, Sumida-ku, 4-11-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/4/2/453342_235de391123.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1319.43" OriginalAmount="1281.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6687336" Longitude="139.7573901" StarRating="4" HotelCode="51548|daiichi_hotel__tokyo" HotelName="Dai-ichi Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2-6 Shimbashi, Minato-ku, Tokyo 105-8621</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/c6/a6c6bb8460cdee30b7a6771687ead90a8e305c69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1360.12" OriginalAmount="1320.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7103" Longitude="139.778" StarRating="4" HotelCode="|424404" HotelName="Nohga Ueno Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110-0015 Tokyo-to, Taito-ku Higashi-ueno 2-21-10, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/4/0/4/424404_d7807fd0839.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1361.96" OriginalAmount="1322.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7345865" Longitude="139.7099862" StarRating="3" HotelCode="|453347" HotelName="Mimaru Tokyo Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ikebukuro Toshima-ku, 2-61-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/4/7/453347_0336b9e1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1368.87" OriginalAmount="1329.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.669075286709" Longitude="139.75987044014" StarRating="3" HotelCode="79205|hotel_the_celestine_ginza_october_5th_2017_new_open" HotelName="The Celestine Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8-4-22 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e6/56/e656e0242a75056a9e162a442f6872ef482b5a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1370.91" OriginalAmount="1330.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6959319" Longitude="139.7009517" StarRating="4" HotelCode="|450764" HotelName="GROOVE SHINJUKU, A PARKROYAL Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-29-1, Kabukicho Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/7/6/4/450764_73c27681631.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1374.85" OriginalAmount="1334.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6682875" Longitude="139.7412255" StarRating="5" HotelCode="|63117" HotelName="Intercontinental Ana Tokyo, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-12-33 AKASAKA MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/1/1/7/63117_1_2350.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Ark Hills, close to the financial area and the commercial area. There are many places you can visit in the surrounding area, including cultural spots and the shopping centre Ginza. 1 minute away from the establishment, you can find the metro station. HOTEL: This hotel centrally located, has 865 standard rooms, business facilities, a photocopier, translation services, a messenger service, computers and a printing service. In the establishment entrance, guests will find a lobby and a lift. Some of the establishment facilities on offer are a hairdresser's, a bar, conference facilities, internet, room service, a laundry service and a car park. ROOM: The rooms have an individual air-conditioning system, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment boasts a swimming pool with deck chairs. You also have at your disposal a gym, a sauna, a steam bath and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1387.41" OriginalAmount="1347.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.690955652549" Longitude="139.6911406517" StarRating="4" HotelCode="387602|hyatt_regency_tokyo" HotelName="Hyatt Regency Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-7-2 Nishi-Shinjuku, Shinjuku-Ku, Tokio 160-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/39/2039fc429ebd1b75acdde5d1e5f3a4fee017e154.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a location convenient for Shinjuku station, which links to the Tokyo subway a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1391.53" OriginalAmount="1351" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68057445" Longitude="139.78559098" StarRating="2" HotelCode="632929|257703" HotelName="Mimaru Tokyo - Nihombashi Suitengumae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>17-6 Nihombashi, Hakozaki-cho, Chuo-ku, Tokyo 103-0015, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/53/5b53f6ec6fabcfb5ba0ae4bc52710e88309c3a11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1400.06" OriginalAmount="1359.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.63099" Longitude="139.735541" StarRating="4" HotelCode="81232|67714" HotelName="The Prince Sakura Tower Tokyo, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-13-1 Takanawa, Minato-ku, Tokyo 108-8612</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/c2/a1c2972bb8658e7e52e97c50d1957f016d1bb4ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1419.34" OriginalAmount="1378.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6722832" Longitude="139.7582955" StarRating="5" HotelCode="50575|imperial_hotel_3" HotelName="Imperial Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-1 Uchisaiwai-cho, 1-chome, Chiyoda-ku, Tokyo 100-8558</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/90/de9087da25a8e381f6121cb46157b8fb940a38c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Tokyo. Its setting is especially ideal for business trav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1426.55" OriginalAmount="1385.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.693942217032" Longitude="139.69830349088" StarRating="3" HotelCode="141536|ibis_tokyo_shinjuku" HotelName="ibis Tokyo Shinjuku Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-10-5 Nishi-Shinjuku, Shinjuku-ku, Tokyo 160-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/21/b321891aa1c92242e199df6dc347ee82e0761530.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 3-minute walk from the Shinjuku Station west exit and 5 minutes' walk from the airpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1434.79" OriginalAmount="1393.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.63206047" Longitude="139.73497431" StarRating="3" HotelCode="980209|takanawa_hanakohro_grand_prince_hotel_takanawa_annex" HotelName="Takanawa Hanakohro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-13-1 Takanawa, Minato-ku, Tokyo 108-8612</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/88/448861342018c2daead5763fb57ba801a96ac3dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1438.91" OriginalAmount="1397.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.668375262904" Longitude="139.76499259472" StarRating="4" HotelCode="35542|courtyard_by_marriott_tokyo_ginza" HotelName="Courtyard Tokyo Ginza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-14-10 Ginza, Chuo-Ku, Tokio 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/47/4747b765ebc0232cb5080a8bcf0e17bfe2c24729.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the world-famous Ginza District on Tokyo's premier Showa-Dori Avenue, and is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1440.66" OriginalAmount="1398.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.686459" Longitude="139.700325" StarRating="4" HotelCode="|85932" HotelName="Century Southern Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-1 YOYOGI, SHIBUYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/3/2/85932_1_4395.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, is business and has elegant rooms rooms. SITUATION: This hotel is a 3-minute walk away from the railway station and the metro station, Around the establishment, clients can find, Shinjuku Gyoen the national garden the tourist attractions.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1454.36" OriginalAmount="1412.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68092" Longitude="139.73391" StarRating="4" HotelCode="455634|hotel_new_otani_tokyo" HotelName="Hotel New Otani Tokyo The Main" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Internet,Jacuzzi,Restaurant,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>4-1 Kioi-cho, Chiyoda-ku, Tokyo 102-8578</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/f6/54f67f4fe1d7227055f31b94d5507685164a69f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1475.25" OriginalAmount="1432.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.656522" Longitude="139.699267" StarRating="5" HotelCode="77975|CAK199800" HotelName="Cerulean Tower Tokyu Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>26-1 Sakuragaoka-cho, Shibuya-ku, Tokyo, Tokyo 150-8512</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/1e/fa1efe79ce8494f954a1ba2282249b90e87f5da8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in Tokyo. For business travellers, it provides everything ne...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1482.40" OriginalAmount="1439.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67" Longitude="139.77" StarRating="4" HotelCode="|224751" HotelName="Mimaru Tokyo Nihombashi Suitengumae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103-0015 Tokyo-to, chuo-ku Nihombashi Hakozakicho 17-6, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/7/5/1/224751_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1531.50" OriginalAmount="1486.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.655327" Longitude="139.747048" StarRating="4" HotelCode="76099|77004" HotelName="The Prince Park Tower Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-8-1 Shiba Koen, Minato-Ku, Tokyo 195-8563</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/0f/da0fec899665d8a116be320ef700003f231432c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near the business districts of Toranomon and Kasumigaseki, as well as the fash...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1532.33" OriginalAmount="1487.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.668384" Longitude="139.764818" StarRating="4" HotelCode="|73559" HotelName="Courtyard By Marriott Tokyo Ginza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Ginza 6-14-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/5/5/9/73559_1_1825.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, a bar, a reception, air-conditioning and a hall. The establishment offers guests internet in communal areas, meeting room, a gym, an oudooor car park, a lift and a laundry service (for a fee). SITUATION: This hotel is in Chuo, close to el Teatro Kabuki-za,el Edificio San-ai and Mitsukoshi ROOM: All the rooms have an air-conditioning system, a bathroom, a hairdryer, an iron, an ironing board, a safety deposit box, a writing desk, a mini-bar, a coffee maker, a direct line telephone, a radio and a satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1549.12" OriginalAmount="1504.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.641741" Longitude="139.715511" StarRating="5" HotelCode="28591|the_westin_tokyo" HotelName="The Westin Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-4-1 Mita, Meguro-ku, Tokyo 153-8580</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/8f/808f6f16845c5c6dd6429e462c789e5dfde73272.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Shibuya neighbourhood of Tokyo, near the Tokyo Metropolitan Museum of Ph...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1551.36" OriginalAmount="1506.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68195" Longitude="139.73344" StarRating="5" HotelCode="|219191" HotelName="New Otani Tokyo Garden Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-1 Kioi-Cho Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/1/9/1/219191_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1558.39" OriginalAmount="1513.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67279051" Longitude="139.76144642" StarRating="3" HotelCode="775217|the_gate_hotel_tokyo_by_hulic" HotelName="The Gate Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-2-3 Yurakucho, Chiyoda-ku, Tokyo 100-0006</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/73/e973208b13bb04f7015c401c89af0e6f2535ac79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1574.87" OriginalAmount="1529.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68666163" Longitude="139.76281327" StarRating="4" HotelCode="550597|ascott_marunouchi_tokyo" HotelName="Ascott Marunouchi Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>1-1-1 Otemachi, Chiyoda-ku, Tokyo 100-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/eb/efebb6c674085715b400f8a39985a67f5b439758.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1582.14" OriginalAmount="1536.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67816" Longitude="139.7699" StarRating="3" HotelCode="|185602" HotelName="Courtyard By Marriott Tokyo Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1-3 Kyobashi, Chuhoh-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/0/2/185602_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1602.68" OriginalAmount="1556.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67795999" Longitude="139.76991848" StarRating="4" HotelCode="935142|courtyard_by_marriott_tokyo_station" HotelName="Courtyard Tokyo Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-1-3 Kyobashi, Chuo-ku, Tokyo 104-0031</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/60/c1/60c17d8690d5c120eaba9999736b5635745ca788.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1614.75" OriginalAmount="1567.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67907" Longitude="139.7409" StarRating="3" HotelCode="|185579" HotelName="Apartment Hotel Kitano Arms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-16-15 Hirakawa-cho,, Tokyo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/7/9/185579_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1685.99" OriginalAmount="1636.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6563513" Longitude="139.6995617" StarRating="5" HotelCode="|42613" HotelName="Cerulean Tower Tokyu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>26-1 Sakuragaoka-cho, Shibuya-ku,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/6/1/3/42613_1_1727.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Cerulean Tower Tokyu is rated five stars. It has 40 floors and 414 luxurious rooms. is perfect for business and holiday stays. SITUATION: It is located near the commercial area. It is near the historic centre. Nearby, you will find the leisure area. It is in a good location in Tokyo. FACILITIES: The establishment boasts a spa, a fitness centre well-equipped and a covered swimming pool. Regarding the food and beverage offering, there is a restaurant, a bar and a lounge. There are many facilities and services available at the establishment, including a reception, a concierge service, meeting facilities, a business centre fully-equipped, event rooms and a small conference room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1686.11" OriginalAmount="1637.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68347" Longitude="139.766648" StarRating="4" HotelCode="101641|marunouchi" HotelName="Marunouchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1-6-3 Marunouchi, Chiyoda-Ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/bf/d9bfcc17793e3292e67c33596b839f1f07890aa1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1690.23" OriginalAmount="1641.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.696735825195" Longitude="139.76555264572" StarRating="3" HotelCode="200516|hotel_ryumeikan_ochanomizu_honten" HotelName="Ryumeikan Honten" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-4 Kanda-surugadai, Chiyoda-ku, Tokyo 101-0062</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/6b/986bcf386c8f4cff4de43927e5d75687622b357a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Haneda (HND).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1775.45" OriginalAmount="1723.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.667448" Longitude="139.74734" StarRating="3" HotelCode="|450677" HotelName="Hotel Toranomon Hills - The Unbound Collection by Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-6-4 Toranomon, Minato-Ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/7/7/450677_b6765971246.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1775.72" OriginalAmount="1724.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6846647" Longitude="139.78937436" StarRating="0" HotelCode="865246|hamacho_hotel_tokyo_nihonbashi" HotelName="Hamacho Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-20-2 Nihonbashi Hamacho, Chuo-ku, Tokyo 103-0007</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/52/c652efda4ab0b998fc2001d971c685b4ae40c743.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1813.83" OriginalAmount="1761.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.683804856165" Longitude="139.76866499848" StarRating="4" HotelCode="115657|metropolitan_marunouchi_hotel" HotelName="Metropolitan Tokyo Marunouchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-7-12 Marunouchi, Chiyoda-ku, Tokyo 100-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/4e/064ee9ada329cf582be5a7c88bf9380d25374a19.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1845.29" OriginalAmount="1791.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.660122" Longitude="139.697339" StarRating="0" HotelCode="|469137" HotelName="Indigo Tokyo Shibuya, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-25-12 Dogenzaka, Shibuya-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/1/3/7/469137_87dd9661855.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1876.55" OriginalAmount="1821.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68182" Longitude="139.73294" StarRating="5" HotelCode="|219192" HotelName="New Otani Tokyo Executive House Zen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-1 Kioi-Cho Chiyoda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/1/9/2/219192_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1882.43" OriginalAmount="1827.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.682185" Longitude="139.769614" StarRating="4" HotelCode="476855|CBE866400" HotelName="Oakwood Premier Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-8-2 Marunouchi, Chiyoda-ku, Tokyo 100-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://store1prod.blob.core.windows.net/images-hotels/57801/afd4aba6-9064-4953-9dd3-1c4537afff86.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1919.92" OriginalAmount="1864.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67073725" Longitude="139.76234091" StarRating="3" HotelCode="586855|hyatt_centric_ginza_tokyo" HotelName="Hyatt Centric Ginza Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>6-6-7 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/43/0a43b323b8a732ded4789228cbc0a31038a7e7fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1930.38" OriginalAmount="1874.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.68133532" Longitude="139.73357327" StarRating="4" HotelCode="455636|2259405" HotelName="Hotel New Otani Tokyo Executive House Zen" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>4-1 Kioi-cho, Chiyoda-ku, Tokyo 102-8578</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/4c/1c4c13258089923bca02defcb87b64c69d41b6ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2044.58" OriginalAmount="1985.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.685947" Longitude="139.693008" StarRating="3" HotelCode="|453201" HotelName="Mimaru Tokyo Shinjuku West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-3-11 Nishishinjuku, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/2/0/1/453201_ee75d201338.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2085.75" OriginalAmount="2025.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.674224" Longitude="139.741131" StarRating="5" HotelCode="77883|the_capitol_hotel_tokyu" HotelName="The Capitol Hotel Tokyu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-10-3 Nagata-cho, Chiyoda-ku, Tokyo 100-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6b/04/6b048d42c2978067a67ebd10e9b14f83c04d401c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in Akasaka, at the heart of Tokyo’s commercial centre. This prope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2132.10" OriginalAmount="2070.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.65974308" Longitude="139.728465" StarRating="5" HotelCode="26051|grand_hyatt_tokyo" HotelName="Grand Hyatt Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-10-3 Roppongi, Minato-Ku, Tokyo 106-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/fb/15fb687ca2f42cf2aec44f635278e5a73f5e5973.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 90 minutes by limousine bus from Narita International Airport and 40 minutes from Haned...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2139.74" OriginalAmount="2077.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67416" Longitude="139.74114" StarRating="5" HotelCode="|86063" HotelName="The Capitol Tokyu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-10-3 NAGATA-CHO CHIYODA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/6/3/86063_1_4967.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has dining facilities and leisure facilities. is ideal for holidays or business trips. SITUATION: This urban hotel is in Akasaka a good area in it is in Tokyo the shopping centre the hotel is near Japan the Parliament of excellent transport links to the commercial areas and restaurants. ROOM: Customers can find stylish rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2142.25" OriginalAmount="2079.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6556086" Longitude="139.7021387" StarRating="3" HotelCode="|450670" HotelName="Hyatt House Tokyo Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-3 Sakuragaoka-Cho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/7/0/450670_17bf8751427.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2196.04" OriginalAmount="2132.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.673026" Longitude="139.772677" StarRating="3" HotelCode="|453199" HotelName="Mimaru Tokyo Ginza East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-4, Shintomi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/1/9/9/453199_9a1bd551358.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2217.59" OriginalAmount="2153.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.66715499043" Longitude="139.74399089813" StarRating="5" HotelCode="316919|hotel_okura_tokyo" HotelName="Hotel Okura Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 10/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-10-4 Toranomon, Minato-ku, 105-8416 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/06/12063d0066ef78b221338375d6e87e8aaba64404.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is slightly elevated above its surroundings, and is 5 minutes' walk from Tokyo’s city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2348.47" OriginalAmount="2280.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.67958" Longitude="139.73659" StarRating="5" HotelCode="|220958" HotelName="The Prince Gallery Tokyo Kioicho, A Luxury Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Kioi-cho Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/9/5/8/220958_00bbbde1748.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2458.61" OriginalAmount="2387.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.679899291661" Longitude="139.73769450556" StarRating="5" HotelCode="28589|grand_prince_akasaka" HotelName="The Prince Gallery Tokyo Kioicho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>1-2 Kioi-cho, Chiyoda-ku, Tokyo 102-8585</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/36/a3/36a322e2cdc84f689b7793fb3afbf5b6d69ffda0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2615.50" OriginalAmount="2539.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.663119242188" Longitude="139.76126700639" StarRating="5" HotelCode="59248|77054" HotelName="Conrad Tokyo" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-9-1 Higashi-Shinbashi, Tokio 105-7337, Minato-Ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/8c/f98cd99a0e5a4211ab29857ba186f7281db17c8f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an excellent location directly at Shiodome Station which serves the Oedo subway and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2788.21" OriginalAmount="2707.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.666910607604" Longitude="139.74960904512" StarRating="5" HotelCode="297969|andaz_tokyo_toranomon_hills_2" HotelName="Andaz Tokyo Toranomon Hills" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-23-4 Toranomon, Minato-ku, Tokio 105-0001</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/41/5d41a915d6391e8a139b2bd3e23e5e9be63d3446.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2972.61" OriginalAmount="2886.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6879584" Longitude="139.7822119" StarRating="4" HotelCode="|453346" HotelName="Mimaru Suites Tokyo Nihombashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-10-9 Nihombashihoridomecho Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/4/6/453346_27681a41215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3053.55" OriginalAmount="2964.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6392614" Longitude="139.730285" StarRating="4" HotelCode="56472|77024" HotelName="Sheraton Miyako Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-1-50 Shirokanedai, Minato-ku, Tokyo 108-8640</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/7c/df7c8a60b1c6559ac4f451dcfa2b4f002fa59ea4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3077.05" OriginalAmount="2987.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.687818" Longitude="139.765047" StarRating="5" HotelCode="|220955" HotelName="Hoshinoya Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-9-1 Otemachi Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/9/5/5/220955_1_1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3153.86" OriginalAmount="3062.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.664995498252" Longitude="139.74535346031" StarRating="3" HotelCode="189048|pastoral_hotel_toranomon" HotelName="Pastoral Hotel Toranomon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-1-1 Toranomon, Minato-Ku, Tokyo 105-0001</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/0c/780ce5a62defac09d08016e66a78cdde1cb35b33.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Tokyo.&lt;br/&gt;&lt;br/&gt;The Pastoral Toranomon in Tokyo i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3235.33" OriginalAmount="3141.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.696007" Longitude="139.70065" StarRating="5" HotelCode="|466727" HotelName="BELLUSTAR TOKYO, A Pan Pacific Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kabukicho1-29-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/7/2/7/466727_d67493c1614.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3711.09" OriginalAmount="3603.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.681395062425" Longitude="139.76602457464" StarRating="4" HotelCode="186835|the_tokyo_station_hotel" HotelName="The Tokyo Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-9-1 Marunouchi, Chiyoda-ku, Tokyo 100-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/1c/e91c2305220ce16d2851f0e19b0270d87a8722e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel adjoins Tokyo Station, the main hub of Tokyo, and is conveniently surrounded by many plac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3927.45" OriginalAmount="3813.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.666224" Longitude="139.731507" StarRating="5" HotelCode="82428|86476" HotelName="The Ritz-Carlton Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9-7-1 Akasaka, Tokyo Midtown, Minato-ku, Tokyo, Tokyo 107-6245</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/92/67925d27250a77b534522b34726615896fbd92b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Tokyo, close to Roppongi, which is dotted with foreign em...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3984.04" OriginalAmount="3868.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.674703" Longitude="139.760764" StarRating="5" HotelCode="82418|the_peninsula_tokyo" HotelName="The Peninsula Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8-1 Yuraku-Cho, Chiyoda-Ku, Tokyo 100-0006</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/09/350920ef5708729491c6933a60c253c9d466979e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the prestigious business district of Marunouchi, opposite the Imperial Palace an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4101.14" OriginalAmount="3981.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.666335" Longitude="139.731005" StarRating="5" HotelCode="|67167" HotelName="The Ritz-carlton, Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TOKYO MIDTOWN 9-7-1, AKASAKA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/6/7/67167_712f9131721.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2007, has 248 standard rooms, restaurants, bars, a cafÃ©, a safety deposit box service and conference facilities. SITUATION: This hotel is in Tokio city centre, Close to Roppongi where guests can enjoy embassies, dining facilities, shops and a station. It is 14 kilometres away from Narita Airport. ROOM: Each room has an air-conditioning system, a television, a safety deposit box, a mini-bar, a bathroom and a hairdryer. FACILITIES: Guests are offered a spa, a covered swimming pool, a sauna and a gym. MEALS: The establishment offers restaurants, a coffee shop and bars.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4452.42" OriginalAmount="4322.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6726705" Longitude="139.7675278" StarRating="4" HotelCode="|450671" HotelName="The Tokyo Edition, Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-8-13 Ginza</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/7/1/450671_d0294dd1008.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="4461.07" OriginalAmount="4331.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.684694613968" Longitude="139.76115167141" StarRating="5" HotelCode="387604|67844" HotelName="Palace Hotel Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-1-1 Marunouchi, Chiyoda-ku, Tokyo 100-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/12/8812c59686bb804f046bfb7616f61fab0f522f72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4549.02" OriginalAmount="4416.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.695442" Longitude="139.816827" StarRating="0" HotelCode="|527320" HotelName="THE skM TOKYO HOTELandDINING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Chome-25-5 Kotobashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/3/2/0/527320_cc737531012.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4947.03" OriginalAmount="4802.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.686401" Longitude="139.772936" StarRating="5" HotelCode="|86131" HotelName="Mandarin Oriental, Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1-1 Nihonbashi Muromachi Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/3/1/86131_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a living room, a projector, air-conditioning, has 179 rooms, a lobby, a lift, a breakfast room, a laundry service (for a fee) and a car park (for a fee). SITUATION: The hotel is near the Imperial Palace, Ginza the leisure area of The hotel is 40 minutes drive away from Haneda Airport It has excellent transport links to the airport. ROOM: Each room has an LCD television, internet, a double bed, a direct line telephone, an air-conditioning system and a central heating system. FACILITIES: The establishment boasts a gym and a spa. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment offers a breakfast service and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="5063.26" OriginalAmount="4915.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.686932000465" Longitude="139.77299362421" StarRating="5" HotelCode="40086|CAV990700" HotelName="Mandarin Oriental Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-1-1 Nihonbashi Muromachi, Chuo-ku, Tokyo 103-8328</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/39/1539f44bb4c9f69949ca63fa4bb179e74b4577f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5426.68" OriginalAmount="5268.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.679903" Longitude="139.768974" StarRating="0" HotelCode="|450672" HotelName="Bulgari Hotel Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-1 Yaesu, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/7/2/450672_4e1c6a81102.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5987.41" OriginalAmount="5813.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.685906" Longitude="139.69055" StarRating="5" HotelCode="15702|82396" HotelName="Park Hyatt Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>3-7-1-2 Nishi Shinjuku, Shinjuku-ku, Tokyo 163-1055</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3f/3f/3f3fd372ba22649475b6d30373e2c0c861209507.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Tokyo, surrounded by shopping areas and several Japanese garde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6645.56" OriginalAmount="6452.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.682374" Longitude="139.769305" StarRating="5" HotelCode="142192|shangrila_hotel_tokyo" HotelName="Shangri-La Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 12/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marunouchi Trust Towe, 1-8-3 Marunouchi, Chiyoda-ku, Tokyo 100-8283</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/48/614804fa1a904a4add62fca8625f65f917bb397a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in central Tokyo and lies surrounded by some of the city's most popular shoppi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12783.19" OriginalAmount="12410.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.685543" Longitude="139.764645" StarRating="5" HotelCode="|219921" HotelName="Aman Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>THE OTEMACHI TOWER, 1-5-6 OTEMACHI, CHIYODA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/9/2/1/219921_1_2938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.41" OriginalAmount="65.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5771888" Longitude="139.7343738" StarRating="1" HotelCode="|317064" HotelName="Guest House Shie Shimi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Otaku, Omorinishi 2-32-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.55" OriginalAmount="85.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6961032" Longitude="139.7777547" StarRating="2" HotelCode="|251422" HotelName="Bnbplus Costelun Akiba (female Only)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku Iwamotocho 3-7-11-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.54" OriginalAmount="120.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7046049" Longitude="139.6168269" StarRating="1" HotelCode="|320982" HotelName="Anshin Oyado Tokyo Woman Shinjuku Ogikubo Branch" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Suginami-ku, Kamiogi 1-11-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="124.62" OriginalAmount="120.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7153302" Longitude="139.6865866" StarRating="1" HotelCode="|260953" HotelName="Shinjuku Skycapsule" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nakai 1-2-4 Shinjuku Skycapsule Hotel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.88" OriginalAmount="136.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5534093" Longitude="139.7405304" StarRating="1" HotelCode="|321096" HotelName="Guesthouse Sensu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ota-ku Higashikojiya 3-1-6 2F</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.25" OriginalAmount="148.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.368714" Longitude="140.473659" StarRating="2" HotelCode="|86029" HotelName="Smile Hotel Mito Ibaraki Prefecture" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-5-6 SAKURAKAWA, MITO CITY, IBARAKI PREFECTURE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>HOTEL: This air-conditioned hotel has 96 rooms and a lobby. SITUATION: This hotel is near tourist points of interest and business areas. ROOM: The establishment has non-smoking rooms with telephone, an air-conditioning system, a hairdryer and internet. PAYMENT METHODS: Customers can pay by JCB and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.77" OriginalAmount="150.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.664158" Longitude="139.753538" StarRating="1" HotelCode="|251595" HotelName="Bnbplus Wa Shinbashi International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Shinbashi 5-1-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.36" OriginalAmount="154.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7467145" Longitude="139.8025645" StarRating="1" HotelCode="|320934" HotelName="Spa&amp;capsule Grandpark Inn Kitasenju" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Adachi-ku, Senju nakacho 40-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="213.72" OriginalAmount="207.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7334693" Longitude="139.7077127" StarRating="0" HotelCode="|324097" HotelName="Kimi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Toshima-ku, Ikebukuro 2-36-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.19" OriginalAmount="218.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6866597" Longitude="139.8031135" StarRating="2" HotelCode="|323925" HotelName="Business Legato" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koto-ku, Morishita 3-17-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="233.38" OriginalAmount="226.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.709392" Longitude="139.775909" StarRating="2" HotelCode="|96249" HotelName="MARUTANI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-7-6, Ueno Taito-Ku Tokyo, ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>HOTEL: This hotel has a cafÃ©. SITUATION: This 3 star hotel is in Tokyo the centre of. ROOM: The establishment has 77 rooms with a hairdryer and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.76" OriginalAmount="248.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.735437" Longitude="139.7772329" StarRating="2" HotelCode="|321040" HotelName="Grand Nishi Nippori First" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arakawa-ku Nishinippori 1-3-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.67" OriginalAmount="249.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.672071" Longitude="139.772855" StarRating="0" HotelCode="|529649" HotelName="Comfybed Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-chome-2-2 Shintomi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.71" OriginalAmount="260.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.733334" Longitude="139.70953" StarRating="3" HotelCode="|85911" HotelName="Ikebukuro Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>IKEBUKURO 2-41-7, TOSHIMA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
        <HotelDescription>HOTEL: The Ikebukuro Royal is rated three stars, is in the centre of Tokyo and has a cafÃ©. ROOM: Guests are offered 240 rooms with a hairdryer and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.25" OriginalAmount="266.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.700256" Longitude="139.7482534" StarRating="3" HotelCode="|251418" HotelName="Apa Iidabashi-eki Minami" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Iidabashi 3-1-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.33" OriginalAmount="266.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.715957" Longitude="139.780404" StarRating="3" HotelCode="|430103" HotelName="Apa Hotel Ueno Ekikita" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ueno 7-chome 12-11, Taito-ku, Tokyo, 110-0005</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.58" OriginalAmount="275.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.714474" Longitude="139.801452" StarRating="2" HotelCode="|251511" HotelName="Mju (adult Only)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Hanakawado 2-14-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.08" OriginalAmount="290.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6878628" Longitude="139.8030945" StarRating="2" HotelCode="|320804" HotelName="Urban Morishita" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koto-ku Morishita 3-20-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.26" OriginalAmount="293.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7320918" Longitude="139.7292642" StarRating="3" HotelCode="|379613" HotelName="R&amp;b Otsukaeki-kitaguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Toshima-ku Kitaotsuka2-14-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.49" OriginalAmount="297.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6327979" Longitude="139.7115739" StarRating="2" HotelCode="|320905" HotelName="Meguro Emperor (adult Only)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Meguro-ku Shimomeguro 2-1-6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.02" OriginalAmount="299.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7322243" Longitude="139.7069397" StarRating="3" HotelCode="|320832" HotelName="Super Jr Ikebukuro Nishiguchi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ikebukuro 2-14-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.68" OriginalAmount="299.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5521948" Longitude="139.7393305" StarRating="3" HotelCode="|251374" HotelName="MONday Haneda Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ota-ku Haginaka 3-6-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.24" OriginalAmount="306.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.69179" Longitude="139.77413" StarRating="3" HotelCode="|251588" HotelName="Sotetsu Fresa Inn Tokyo Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku, Kanda Konya-cho 8-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.07" OriginalAmount="309.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.706047" Longitude="139.7815881" StarRating="3" HotelCode="|322624" HotelName="Ici Ueno Shin Okachimachi By Relief" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Taito 4-23-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.11" OriginalAmount="329.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6938437" Longitude="139.7723585" StarRating="3" HotelCode="|251476" HotelName="Apa Kanda Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda ku, Kajicho 2-10-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.70" OriginalAmount="338.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5522959" Longitude="139.7438149" StarRating="2" HotelCode="|320865" HotelName="Haneda Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ota-ku, Higashikojiya 3-12-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.95" OriginalAmount="342.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6641475" Longitude="139.8601229" StarRating="3" HotelCode="|251463" HotelName="Apa Tkp Tokyo Nishi-kasai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Edogawa-ku Nishi-Kasai 6-15?24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.94" OriginalAmount="360.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5646474" Longitude="139.7140509" StarRating="2" HotelCode="|380953" HotelName="Super Tokyo Jr Kamata Nishiguchi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ota-ku, Nishikamata 5-19-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.06" OriginalAmount="368.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6174282" Longitude="139.7442569" StarRating="3" HotelCode="|320784" HotelName="Super Shinagawa Shinbanba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinagawa-ku, Kitashinagawa 2-30-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="384.74" OriginalAmount="373.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7327036" Longitude="139.7289205" StarRating="2" HotelCode="|251408" HotelName="Frontier (adult Only)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Toshima-ku Kitaotsuka 2-15-6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.46" OriginalAmount="377.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6674811" Longitude="139.7535321" StarRating="3" HotelCode="|251299" HotelName="The B Tokyo Shimbashi Toranomon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 13/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Nishi Shimbashi 1-17-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="420.79" OriginalAmount="408.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6918052" Longitude="139.842031" StarRating="3" HotelCode="|323927" HotelName="Refre Forum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koto-ku Ojima 7-37-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="468.95" OriginalAmount="455.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.7283287" Longitude="139.7955135" StarRating="0" HotelCode="|378507" HotelName="Andon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Nihonzutsumi 2-34-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="568.55" OriginalAmount="551.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6792009" Longitude="139.7698903" StarRating="3" HotelCode="|320701" HotelName="Super Premier Tokyo Station Yaesu-Chuoguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Yaesu 2-2-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="601.38" OriginalAmount="583.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.700104" Longitude="139.700846" StarRating="3" HotelCode="|429154" HotelName="Hotel Petitbali Garden Shin Okubo A Adult Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-6-7 Hyakunin Chou, Tokyo, Tokyo, 169-0073</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="658.21" OriginalAmount="639.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.6956067" Longitude="139.7057951" StarRating="2" HotelCode="|321043" HotelName="An Shinjuku Kabukicho (adult Only)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kabukicho 2-7-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="703.04" OriginalAmount="682.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.665391" Longitude="139.894607" StarRating="3" HotelCode="|317062" HotelName="Bay Urayasu-ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kita Zakae 1-15-28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="811.53" OriginalAmount="787.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.727431" Longitude="139.793858" StarRating="3" HotelCode="|319111" HotelName="Sails" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Minowa 1-2-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Internet,Laundry,Bar,Restaurant,Telephone Service,Conference Hall,Fax,Jacuzzi,Swimming Pool,Room Service,Spa,Central Heating,Heated Pool,Sauna,Massage Centre,Wheelchair Access,Currency Exchange,Lounge,Shopping Arcade,Kitchen,Nightclub,Designated Smoking Area,Garden,Bicycle Rental,Golf,24 Hour Front Desk,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Vending Machine,Parking,24 Hour Room Service,Housekeeping,Meeting Room,Dining,24 Hour Security,Airport Transfer (on Demand),Babysitting,Wake-up Call Service,Smoking Rooms,Pets allowed,Diet Meals</BasicAmenities>
    <HotelRating>3,2,5,4,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,HOTEL,ECONOMY HOTEL,APARTMENT,GUESTHOUSE,APARTMENT HOTEL,ECO HOTEL,INNS,VILLA,CONFERENCE HOTEL,HISTORIC HOTEL,HOSTELS,RYOKANS</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
514f3bb4-5022-46a1-8ed2-e042d4469af6|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="514f3bb4-5022-46a1-8ed2-e042d4469af6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="59326" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-18T00:00:00" End="2026-06-23T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="916181|tokyu_stay_yotsuya" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="diwakarrao@tdi.net.in" Password="Tdibom06@26" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
514f3bb4-5022-46a1-8ed2-e042d4469af6|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
514f3bb4-5022-46a1-8ed2-e042d4469af6|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
514f3bb4-5022-46a1-8ed2-e042d4469af6|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="514f3bb4-5022-46a1-8ed2-e042d4469af6" TimeStamp="0001-01-01T00:00:00" HotelName="Tokyu Stay Yotsuya" HotelCode="916181|tokyu_stay_yotsuya" StarRating="3" GTCityId="59326" CountryCode="JP" CityName="Tokyo" CountryName="Japan" Address="Yotsuya 2-1, Shinjuku-ku, 160-0004 Tokyo" PostCode="160-0004" PhoneNo="+8133540109" FaxNo="+8133540191" Email="" CheckInTime="15:00" CheckOutTime="11:00" Latitude="35.6867166" Longitude="139.7268436" SourceId="63" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Moderate Single room" RoomTypeCode="h-d3c8b8cc-b078-5fac-8e5d-2f9ad169b915|63|NDAzLjAwfEdCUHwyMDI2LTA2LTE3" OriginalAmount="403" TotalPrice="415.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/06/2026"><AdditionalDetails>JPY 1000.00-- hotel fee is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 36.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Fridge|Cable TV|TV|Hairdryer|Shower/Bathtub|Bathtub|Shower|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-13T00:00:00" End="2026-06-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="415.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Single room - Moderate" RoomTypeCode="296857920|1|408|27|NDA4fEdCUHwyMDI2LTA2LTE3" OriginalAmount="408" TotalPrice="420.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Double Bed|Oven</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-13T02:00:00" End="2026-06-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="408" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Residential Double room (full double bed)" RoomTypeCode="h-9f095a1f-f681-598c-b142-717eefb164b6|63|NDM4LjAwfEdCUHwyMDI2LTA2LTE3" OriginalAmount="438" TotalPrice="451.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/06/2026"><AdditionalDetails>JPY 1000.00-- hotel fee is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 39.82-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Fridge|Cable TV|TV|Hairdryer|Shower/Bathtub|Bathtub|Shower|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-13T00:00:00" End="2026-06-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="451.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Single use" RoomTypeCode="264704797|1|443|27|NDQzfEdCUHwyMDI2LTA2LTE3" OriginalAmount="443" TotalPrice="456.29" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Double Bed|Oven</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-13T02:00:00" End="2026-06-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="443" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Residential" RoomTypeCode="193705234|1|483|27|NDgzfEdCUHwyMDI2LTA2LTE3" OriginalAmount="483" TotalPrice="497.49" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Double Bed|Oven</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-13T02:00:00" End="2026-06-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="483" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed)" RoomTypeCode="h-010659c3-45f7-50b4-ae7b-ee021ccdfcae|63|NTI1LjAwfEdCUHwyMDI2LTA2LTE3" OriginalAmount="525" TotalPrice="540.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 12/06/2026"><AdditionalDetails>JPY 1000.00-- hotel fee is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 47.73-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Fridge|Cable TV|TV|Hairdryer|Shower/Bathtub|Bathtub|Shower|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-13T00:00:00" End="2026-06-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="540.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Single use - De Luxe" RoomTypeCode="193854559|1|531|27|NTMxfEdCUHwyMDI2LTA2LTE3" OriginalAmount="531" TotalPrice="546.93" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Double Bed|Oven</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-13T02:00:00" End="2026-06-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="531" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - De Luxe" RoomTypeCode="191921871|1|577|27|NTc3fEdCUHwyMDI2LTA2LTE3" OriginalAmount="577" TotalPrice="594.31" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 13/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Kitchenette|Fridge|Air conditioning (centrally regulated)|Safe|Double Bed|Oven</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-13T02:00:00" End="2026-06-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="577" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed) (queen size bed)" RoomTypeCode="h-b2125231-d1da-5c75-a696-712ac1705f75|63|NzgwLjAwfEdCUHwyMDI2LTA2LTE2" OriginalAmount="780" TotalPrice="803.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 11/06/2026"><AdditionalDetails>JPY 1000.00-- hotel fee is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 70.91-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="true" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Fridge|Cable TV|TV|Hairdryer|Shower/Bathtub|Bathtub|Shower|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-12T00:00:00" End="2026-06-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="803.40" /></CancelPenalty><CancelPenalty Start="2026-06-13T00:00:00" End="2026-06-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="803.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/f3/83/f3831976f8bfa92a5889c25758cbff6709e388f1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/15/75/157562a3b0d9a42feececbb6c98a8760943e8435.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d9/b4/d9b494e16e9d799ae7dd507e0fc5c4306722c397.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fc/c6/fcc65a19fdb4f9fb6e7bf3d8fe9d7c0e3f95e92d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b7/b4/b7b4e4fcb706f747ac974393f239ce697f6a6791.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0d/36/0d36aea9e564c904107f617a280bdeacb267cad5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/8f/13/8f1346cd3c1b7f91da4e18f03f8cc96ae6e2e4b3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/95/74/9574e557cc27d4b785c46fa82684b58320ad68a8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/aa/5c/aa5c07b897dab9a7c5798e64705734df5f4a2a47.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/57/29/5729870344bbccfafa0defb72e4b2d660c4a84d8.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ec/e3/ece3648ac09fa30d88ad11a3eb9b2304126ca5a6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0c/1e/0c1e41cc7fdbcb814867c7645f622c0bbc805d35.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/81/84/81849eef7eae710a327b2cf10f8562d09a723c8d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/80/4a/804a41565c93d58f1c56e6a33a7e64b01e2ba704.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4d/8e/4d8eee9b3e5733f918f0eb616ce984be24841d21.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d9/80/d9804a5ccd68f843f5e1a0c427c69415036b638b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/18/8f/188fbb8b0bc6d6933686f6f317f73b1fc2820f7e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4d/96/4d96d53609ceec433573060fb07a9af4934f814c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2c/48/2c48317dda1a22e81928360f0bb6fe10a2262e37.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/17/df/17df40bd16ccdbd02b84e7e22664e5a96721697d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/91/cf/91cf6807dc6ee3eed0f0a77cf9f09c776c2722a6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/33/47/33471f67fb5ac6f646958a82dec4de504ef95d70.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e7/46/e746d64e532e8f34a78f992acbbd19bf8bc840a3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b1/db/b1dbf067f317542c953f9e8b7d2fa6b7259b33b1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/35/78/357807551ca9be62269d31b5b15667a3aea95c83.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in Tokyo. The nearest airport is Tokyo - Narita (NRT).&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;A pleasant ambience awaits guests in 148 rooms. Wireless internet access is provided in public areas.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;The hotel's rooms feature air conditioning. Guests are sure to get a good night's sleep in the double bed. Valuables can be securely stored in a safe. The kitchenette comes with a refrigerator and a stovetop. A telephone and WiFi are provided as well. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Breakfast can be booked.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Guests over the age of 17 count as adults.</HotelDescription><Facilities><HotelFacilities><Type>General</Type><Description>Air conditioning</Description><Value>Air conditioning</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Elevator/lift</Description><Value>Elevator/lift</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Smoking areas</Description><Value>Smoking areas</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Smoke-free property</Description><Value>Smoke-free property</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Washing machine</Description><Value>Washing machine</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Television in lobby</Description><Value>Television in lobby</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Fire Extinguisher</Description><Value>Fire Extinguisher</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Reception desk</Description><Value>Reception desk</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Accessibility features</Description><Value>Accessibility features</Value></HotelFacilities><HotelFacilities><Type>Accessibility</Type><Description>Wheelchair Accessible</Description><Value>Wheelchair Accessible</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Laundry</Description><Value>Laundry</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Safe-deposit box</Description><Value>Safe-deposit box</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Dry-cleaning</Description><Value>Dry-cleaning</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Bar</Description><Value>Bar</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Coffee/tea for guests</Description><Value>Coffee/tea for guests</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast</Description><Value>Breakfast</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Restaurant</Description><Value>Restaurant</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Vending machine</Description><Value>Vending machine</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Kitchen</Description><Value>Kitchen</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Microwave oven</Description><Value>Microwave oven</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Kettle</Description><Value>Kettle</Value></HotelFacilities><HotelFacilities><Type>Internet</Type><Description>Free Wi-Fi</Description><Value>Free Wi-Fi</Value></HotelFacilities><HotelFacilities><Type>Internet</Type><Description>Internet</Description><Value>Internet</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>English</Description><Value>English</Value></HotelFacilities><HotelFacilities><Type>Languages Spoken</Type><Description>Japanese</Description><Value>Japanese</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Fax and copy machine</Description><Value>Fax and copy machine</Value></HotelFacilities><HotelFacilities><Type>Pets</Type><Description>Pets Not Allowed</Description><Value>Pets Not Allowed</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Temperature control for staff</Description><Value>Temperature control for staff</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Personal protection equipment for staff</Description><Value>Personal protection equipment for staff</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Extra decontamination measures</Description><Value>Extra decontamination measures</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Temperature control for guests</Description><Value>Temperature control for guests</Value></HotelFacilities><HotelFacilities><Type>Health and Safety Measures</Type><Description>Additional measures against COVID-19</Description><Value>Additional measures against COVID-19</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|SearchRequest|SearchRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Search" TimeStamp="0001-01-01T00:00:00" TraceId="cc744996-3b8f-404d-b120-87721a1150b0">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="38" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-10T00:00:00" End="2026-06-11T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="flyplanners786@gmail.com" Password="Planners@321" RequestedCurrency="GBP" ClientNationality="PK" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:dec0405e-fa42-4c51-9763-f58c9e0cda50
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-06-04T13:33:07.3117879+01:00" Version="0" EchoToken="Search" TransactionIdentifier="cc744996-3b8f-404d-b120-87721a1150b0" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="10.48" OriginalAmount="10.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26955843" Longitude="55.30312218" StarRating="1" HotelCode="521934|2502605" HotelName="Mariana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, 109 Street, P.O. Box: 83163, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/96/e79671a4a847c113c2946f0d0760b0b0872bf098.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="10.80" OriginalAmount="10.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269498" Longitude="55.303229" StarRating="1" HotelCode="|443678" HotelName="Mariana " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/6/7/8/443678_23eed081419.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.49" OriginalAmount="11.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269106753506" Longitude="55.305659265116" StarRating="1" HotelCode="312720|1073078" HotelName="White Fort Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasser Square, Near Baniyas Metro Station, Deira, Dubai 83163</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/bc/dbbc8e975fda8032114e90d8d1e1e574d7c4c8e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.52" OriginalAmount="11.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270209574732" Longitude="55.306063008598" StarRating="2" HotelCode="162266|1473368" HotelName="Mount Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nasser Square, Near to Baniyas Metro Station, Deira, Dubai 34296</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/89/ff89d078be77b22156c8df329c082c987eb87722.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a commanding central position in Dubai's fashionable Merchant City overlook...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="11.72" OriginalAmount="11.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270998" Longitude="55.302518" StarRating="0" HotelCode="|491682" HotelName="Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/6/8/2/491682_934ad5e1003.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="11.92" OriginalAmount="11.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269033765755" Longitude="55.302022191455" StarRating="1" HotelCode="330047|1924675" HotelName="Downtown Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>26 18th Street Sabkha Road, Naif, Near Nasser Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/12/a712068108f75344efa51ad16b0c44f7dbf922ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.62" OriginalAmount="12.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26898" Longitude="55.30582" StarRating="1" HotelCode="|185560" HotelName="White Fort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/6/0/185560_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="12.72" OriginalAmount="12.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256094" Longitude="55.330171" StarRating="0" HotelCode="|506209" HotelName="Pharaohs Inn Deira Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 AlIttihad Road Apt 302,4th floor.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/6/2/0/9/506209_63a21b71051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.05" OriginalAmount="12.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.278301710271" Longitude="55.309955477715" StarRating="2" HotelCode="31465|1604788" HotelName="San Marco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Lounge,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>POBox 11292, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/7f/3b7f697d4963718778dc527e3ab8e9f33e02a5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated on Shomali Street in Frij Murar, around 5 km away from the centre o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13.45" OriginalAmount="13.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26889" Longitude="55.30212" StarRating="1" HotelCode="|235340" HotelName="OYO 329 Down Town" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 18 Sabkah Road Near Nasir Sqaure, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/3/4/0/235340_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.49" OriginalAmount="13.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270571829743" Longitude="55.311719495701" StarRating="2" HotelCode="915621|2384725" HotelName="Grand Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 114045, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/27/0c27d1b891a6cdae21c5e6e61a8e19adad081bf6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="13.52" OriginalAmount="13.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272336212746" Longitude="55.313718084656" StarRating="3" HotelCode="933775|921955" HotelName="Phoenix Hotel L.L.C" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nakheel Center, P.O.Box: 39674, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/34/8634429d707e6efa5638e8bfc56f4a4ba4669a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.08" OriginalAmount="13.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2701864" Longitude="55.3060802" StarRating="2" HotelCode="|119930" HotelName="Mount Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NASIR SQUARE DEIRA DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/3/0/119930_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 100 large rooms, 15 suites, a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment also has a cafÃ©, a bar, a pub, a nightclub, a restaurant, room service and a laundry service. SITUATION: This hotel is in a central area, is in front of Baniyas the square 10 minutes away from the establishment, guests will find Dubai Airport. ROOM: The rooms have a bathroom with a shower, a double bed, a direct line telephone, a satellite television, a writing desk, internet, a safe, a mini-bar, an iron and individual air-conditioning. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.30" OriginalAmount="13.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2722868" Longitude="55.313524" StarRating="3" HotelCode="|87886" HotelName="Phoenix" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>St.28, Community 118.Nakheel Area.Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/8/6/87886_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Nasr Square the district of Dubai it is in 20 minutes away from the establishment, guests will find Dubai the International Airport of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="14.39" OriginalAmount="13.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2856007" Longitude="55.3195992" StarRating="2" HotelCode="|20335" HotelName=" Palette San Marino" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 11292 Somali St Freij Murar Area, Deira, D</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/3/5/20335_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 120 rooms, The establishment boasts a reception, a safety deposit box service, a currency exchange service, a cloakroom, 3 lifts, a cafÃ©, a restaurant and a car park. SITUATION: It is inShomali the street 5 kilometres away, you can find Dubai the city centre of Gold Souk in the surrounding area, clients have It is 15 minutes away from the Congress Centre, 10 minutes away from the establishment, guests will find Dubai Airport. ROOM: The inviting rooms, have a bathroom with a hairdryer, a double bed, a satellite television, a mini-bar and internet. They also have an air-conditioning system, an ironing set, a coffee maker, a teapot and a safety deposit box (available for a fee). FACILITIES: You can find a swimming pool, a sauna and a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.75" OriginalAmount="14.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269224143217" Longitude="55.306211896675" StarRating="3" HotelCode="902062|4557415" HotelName="Royal Mark Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasr Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a4/f1a4b2713239202d80c782743e1a537f2261aa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="14.99" OriginalAmount="14.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264144481096" Longitude="55.3195853576" StarRating="4" HotelCode="935064|1254388" HotelName="New Black Stone Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Behind Commercial Bank Building, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/405298/405298a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.06" OriginalAmount="14.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.268201436032" Longitude="55.303627951544" StarRating="3" HotelCode="469983|1897435" HotelName="Al Khaleej Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/fc/a3fc339f56ee46c6d4c09402723e1090669b77df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is sitauted on Nasser Square close to Baniyas Street and roughly 10 minutes from Dubai's i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.12" OriginalAmount="14.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272122635571" Longitude="55.315867350368" StarRating="4" HotelCode="162561|2091595" HotelName="Dorus Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar-Bin-Khattab Road, Downtown Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/ed/d5ed21de1f9a5f7fcca5acf96ce0bffd80f93e2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a commanding central position of Dubai's Al Ghurair City, near Fish Roundabo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.23" OriginalAmount="14.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26445967667" Longitude="55.319020652778" StarRating="4" HotelCode="174867|639015" HotelName="Sun &amp; Sands Downtown Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/40/344039365d84ef17525e7eea3802156502f1426a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the district of Deira, situated right by Al Rigga Street, which is lined wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="15.88" OriginalAmount="15.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269225627753" Longitude="55.306891053915" StarRating="3" HotelCode="160796|30944" HotelName="Landmark Plaza Baniyas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/31/8f31ecd183bd8559be2d8dc4785cf0817965d494.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located at Al Nasser Square, in the heart of Dubai's shopping and commercial area,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.00" OriginalAmount="15.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2746888" Longitude="55.3274552" StarRating="4" HotelCode="|87287" HotelName="Grand Excelsior Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/8/7/87287_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.04" OriginalAmount="15.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263811671188" Longitude="55.32684803009" StarRating="4" HotelCode="63753|68554" HotelName="Grand Central Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Street 24c, PO Box 185722, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/07/f4077b5b4e5f86b65f72d77fc0f176a18c15af5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxurious hotel is located on Deira, a few minutes away from Maktoum Bridge, which links Old and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.09" OriginalAmount="15.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264665" Longitude="55.318918" StarRating="3" HotelCode="|443881" HotelName="Sun And Sands Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 B Street, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/8/8/1/443881_a90676e1033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.09" OriginalAmount="15.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2721265" Longitude="55.3158996" StarRating="4" HotelCode="|119929" HotelName="Dorus" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UMER BIN KHATT AB ROAD DEIRA DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/2/9/119929_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 80 large rooms, a lobby with express check-out and a reception. This renovated establishment in 2010, has a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a pub, a nightclub, a restaurant, internet, room service and a laundry service. SITUATION: It is inAl Ghurair City the complex Close to Dubai Airport. ROOM: Each room has a satellite television, a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, internet, a safety deposit box, a fridge, an ironing set and an air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and buffet and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.13" OriginalAmount="15.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264464405192" Longitude="55.319664746033" StarRating="4" HotelCode="364929|1470228" HotelName="Landmark Summit Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>34B Street, PO Box 64264, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0e/8f/0e8f84da54119a41790b3fc18c4c31e88b53f9e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located along one of Dubai’s liveliest, most exciting streets at the heart of the busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.26" OriginalAmount="15.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27715183817" Longitude="55.314594542328" StarRating="4" HotelCode="57903|868985" HotelName="Saffron Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar bin al Khattahb Road, D 88, Naif Road Signal, P.O. Box 181757, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/e7/58e7a6404edaaf73f062d10b03ce381e8c7f28f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of the commerical district of Dubai. The famous Al Ghurair and Re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.34" OriginalAmount="15.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274755644537" Longitude="55.327639093254" StarRating="4" HotelCode="17493|1877585" HotelName="Grand Excelsior Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box: 5772, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ae/f7/aef7e6328b9db0460f0a3b0e7f9a726cff855baa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies on Al Mateena road in the district of Deira just 5 km from the centre of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.42" OriginalAmount="15.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26757" Longitude="55.29383" StarRating="0" HotelCode="|186069" HotelName="Hafez Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Next to E NBD Bank Building</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/6/9/186069_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="16.43" OriginalAmount="15.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.276946" Longitude="55.314555" StarRating="4" HotelCode="|207963" HotelName="Saffron Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>D 88,omar bin al Khattahb Rd,aif Road Signal</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/7/9/6/3/207963_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="16.48" OriginalAmount="16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259009" Longitude="55.288926" StarRating="3" HotelCode="364976|32599" HotelName="Panorama Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8e/8e5787866a316eac/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel's location in the heart of the city provides guests with easy access to the World Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.89" OriginalAmount="16.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27397" Longitude="55.31901" StarRating="4" HotelCode="14432|31034" HotelName="Marco Polo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street 27, Dubai, P.O.Box: 25570</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b2/95/b2950f9314530816dbf4a0bec4b7935ecb1a3415.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Al Muteena street, around a 15-minute drive from Dubai airport. The centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="16.95" OriginalAmount="16.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269210217067" Longitude="55.305422174193" StarRating="3" HotelCode="364978|30934" HotelName="Landmark Hotel Baniyas" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/55/79559aba0423c4a9ada48af7df7098403a375c3a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located amidst Dubai's prime business, banking and shopping areas, the city hotel is 10 minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.13" OriginalAmount="16.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2593085" Longitude="55.2909989" StarRating="3" HotelCode="|87875" HotelName="City Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khaleed Bin Waleed Road , Computer Street , Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/7/5/87875_e7340531359.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a lobby with a reception, a lift and seats. SITUATION: It is situated 2 minutes away fromMina the bazaar Burjuman the commercial centre. ROOM: Each room has an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.23" OriginalAmount="16.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260165307468" Longitude="55.324518568122" StarRating="3" HotelCode="371999|31124" HotelName="Nihal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 14914, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/66/75/66758c698999845b733f956c9ccc85c071f07e1d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Al Maktoum Street within a short distance of the Clock Tower in the Deira district of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.32" OriginalAmount="16.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2599603" Longitude="55.3249884" StarRating="3" HotelCode="|30844" HotelName="Nihal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 14914, AL MAKHTOUM STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/4/4/30844_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and has 70 rooms, The establishment has air-conditioning, a safety deposit box service, lifts, the casino, a conference room, room service and a laundry service (for a fee), Guests can find dining facilities, conference facilities and a car park. SITUATION: Al Maktoum It is in Deira It is in it is 5 kilometres away from Dubai Airport It is situated 2 kilometres away from the city centre. ROOM: The rooms a bathroom, a hairdryer, a satellite or cable television, internet, a mini-bar, a coffee maker, a teapot, a central air-conditioning system and a safety deposit box (available for a fee). FACILITIES: Guests can also find a jacuzzi, a swimming pool and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.41" OriginalAmount="16.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259715140987" Longitude="55.326024647157" StarRating="4" HotelCode="17013|31064" HotelName="Golden Tulip Nihal Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>40c Street, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a1/a189fb3894db50b1/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Al Maktoum Street, this hotel is close to Clock Tower, Creek Golf and Yacht Club, Dubai C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.41" OriginalAmount="16.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262404779153" Longitude="55.29760658741" StarRating="4" HotelCode="38016|37094" HotelName="Arabian Courtyard Hotel &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Al Seef Area, Bur Dubai, Opposite to Dubai Museum, P.O.Box 46500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/5a/085a59a65431de1f5b1ef6b5cfb36f6daaa9df15.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at heart of Dubai on the well-known Meena Bazaar in Bur Dubai. The Dubai Museum...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.41" OriginalAmount="16.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25707038" Longitude="55.28998453" StarRating="4" HotelCode="834318|2325045" HotelName="Jacob's Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Rolla Street 316, Raffa, Burdubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/ba/2fbad1c26417af2dbd967d42b2e2cb8f89a1ca5e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="17.51" OriginalAmount="17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26646034085" Longitude="55.294196860119" StarRating="3" HotelCode="59308|39383" HotelName="St. George Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, Dubai Creek, Dubai, Al Ras</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/1a/a41ac40dd9f1a3dbbcf1503f668eec19118d7899.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Benyas Road, which is also known as Creek Road, this hotel lies across from Al Ras public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17.51" OriginalAmount="17.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.282650724145" Longitude="55.316512690807" StarRating="3" HotelCode="199613|ewa_hotel_dubai" HotelName="Sun And Sands Sea View Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Near Al Baraha Hospital, PO Box 93499, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/eb/c1eb49a4964443383ace417a09eb7d4bf8d3812e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.52" OriginalAmount="17.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260009386675" Longitude="55.285390466452" StarRating="3" HotelCode="57904|1133828" HotelName="Howard Johnson Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Street, Bur Dubai, Dubai PO Box 30329</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/af/2eaff31864021efb17772b141966b485fb28d937.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated on the Khalid Waleed Road opposite the Rashid Harbour. The international...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.55" OriginalAmount="17.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11152527495" Longitude="55.203422390213" StarRating="4" HotelCode="176180|631365" HotelName="Grand Excelsior Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Barsha 1, Near Mall Of The Emirates, Dubai 214343</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f3/f7/f3f7421422c6b3a836d044d40c1421024df9e78a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.71" OriginalAmount="17.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27203" Longitude="55.31143" StarRating="1" HotelCode="|185679" HotelName="Africana" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>28-C Street, Fish Roundabout, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/7/9/185679_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.78" OriginalAmount="17.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260554" Longitude="55.324745" StarRating="3" HotelCode="36293|31154" HotelName="Orchid Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c1/ce/c1ce4d3a682f95cf72273ca907c24772506f9e2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the bell tower in Al Maktoum Street, Deira. It is around 5 km from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.81" OriginalAmount="17.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261335497494" Longitude="55.32542582209" StarRating="2" HotelCode="299525|1715808" HotelName="Saffron Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, 34c Street 63, Behind ADCB Bank, Dubai 127286</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ca/ffca3c2d34fa5b9d8104785542304c775cbc66a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.82" OriginalAmount="17.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26537873969" Longitude="55.317395210281" StarRating="4" HotelCode="177181|755245" HotelName="Landmark Grand Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, P.O. Box 42222, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/0b/3f0baa84f7bae8300e369a6a763152fd3dcf19fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is approximately 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.84" OriginalAmount="17.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27318891777" Longitude="55.319745540619" StarRating="3" HotelCode="59801|30714" HotelName="Dubai Palm" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 21969, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/64/4b64800e89838a7b4e74118423d5f34f65b0de33.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated 5 minutes from the centre of Dubai. Guests also have easy access to the beach...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="17.84" OriginalAmount="17.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267076976174" Longitude="55.320061711639" StarRating="4" HotelCode="130160|108452" HotelName="Landmark Hotel Riqqa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al-Jazeera Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/57/5781391a61d396ad/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Riqqa next to Dubai's first shopping centre, Al Ghurair Centre....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17.91" OriginalAmount="17.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2656249" Longitude="55.3172094" StarRating="4" HotelCode="|121035" HotelName="Landmark Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, Opposite Al Ghurair Shopping mall</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/0/3/5/121035_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Landmark Grand is rated four stars, has room service and a swimming pool. SITUATION: It is 100 metres away from the metro station of Union and the shopping centre Al Ghurair.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.02" OriginalAmount="17.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2597492" Longitude="55.3258979" StarRating="4" HotelCode="|28227" HotelName="Golden Tulip Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>40C STREET, AL RIGGA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/2/7/28227_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, has 135 comfortable rooms, a reception, lifts, a safety deposit box service, restaurants, conference rooms, internet, room service, a laundry service and a car park. SITUATION: This hotel is in Al Maktoum Street. It is close to Deira Clocktower, Creek Golf, Gold Souk and Dubai World Trade Centre the trade fair ground. 15 minutes away from the establishment guests have the airport. ROOM: Each room has a bathroom with a hairdryer, internet, a mini-bar, an ironing set and a safety deposit box (available for a fee). FACILITIES: The establishment has a swimming pool, a jacuzzi and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.02" OriginalAmount="17.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2621165" Longitude="55.2921952" StarRating="3" HotelCode="|120175" HotelName="Grand Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/7/5/120175_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 2 minutes away from the river, 5 minutes away, you can find Bur Juman the shopping centre. ROOM: The rooms have an air-conditioning system. FACILITIES: The establishment has a car park (free of charge), Regarding the food and beverage offering, there is 4 restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.11" OriginalAmount="17.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250809427503" Longitude="55.291957855225" StarRating="3" HotelCode="165581|141584" HotelName="Citymax Hotel Bur Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Mankhool Road, Al Mankhool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/8b/198b9a1cfa1d4c7842d183505276b04c54e2bb04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the centre of Dubai. Its setting is especially ideal for business tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.12" OriginalAmount="17.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262615757775" Longitude="55.319941613423" StarRating="4" HotelCode="935401|2370585" HotelName="Landmark Premier Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 80666, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/eb/20eb81d6137e0dacc6cb5cadd117a1d8c8ca6ec1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.19" OriginalAmount="17.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2663439" Longitude="55.2944041" StarRating="3" HotelCode="|30851" HotelName="The George By Saffron Dubai Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 3944, DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/5/1/30851_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 140 rooms, The air-conditioned establishment has a safety deposit box service, a currency exchange service, a lift, conference facilities, WiFi, restaurants, a cafÃ© and a nightclub. The establishment has room service, a laundry service and a car park. SITUATION: Baniyas Street (Creek Road) It is on Baniyas Street (Creek Road) in front of the establishment, you can find the library in the business area, is 3 kilometres away from Dubai the city centre of 10 minutes away from the establishment, guests will find the airport. ROOM: Each room has a bathroom, a hairdryer, satellite or cable TV, a mini-bar and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.28" OriginalAmount="17.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262332" Longitude="55.289702" StarRating="2" HotelCode="|30848" HotelName="Regal Peninsula" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 33502</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/4/8/30848_f703e591747.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, with air-conditioning and has 80 rooms, The establishment has a safety deposit box service, a currency exchange service, a lift, a laundry service and room service. SITUATION: Bur Dubai Is situated in World Trade Center close to the establishment, guests have 8 kilometres away, you can find Dubai the city centre of It is situated 15 minutes away from the airport. ROOM: All the rooms have a bathroom, a hairdryer, a satellite or cable television and a mini-bar. They also have an iron, an ironing board and a central air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.46" OriginalAmount="17.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260462971097" Longitude="55.326613516891" StarRating="4" HotelCode="29424|30594" HotelName="Avari Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 50400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d5/d5085cedefc7628d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated at the heart of Dubai in the district of Deira. In a few minutes wa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.50" OriginalAmount="17.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263214956902" Longitude="55.320410728455" StarRating="3" HotelCode="21223|31464" HotelName="Versailles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>15th Street, PO Box 33382, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a5/3a/a53a6afa0d2575ceae9f9c1d11a5f0f7ad8cbbc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located near Al Rigga Street in Deira, about 3 km from the city centre. Guests will re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.50" OriginalAmount="17.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249137956035" Longitude="55.28312265873" StarRating="4" HotelCode="387139|4866125" HotelName="The Country Club Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankool Road, Port Rashid Road, Behind New Gold Souk, Bur Dubai, Dubai PO Box 118094</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/fa/acfa4ba95ace47b90e8a7bbbb28b67c5442808f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is ideally located in the centre in the Bur Dubai area, nestled between the imma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.50" OriginalAmount="17.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.219755" Longitude="55.323653" StarRating="3" HotelCode="935102|1041038" HotelName="Reflections Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jaddaf 1, P.O. Box: 30531, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/385066/385066a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.52" OriginalAmount="17.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261102" Longitude="55.325279" StarRating="2" HotelCode="27571|2574615" HotelName="Eureka Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, P.O. Box 64103, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9f/ef/9fef7aad0437663393198737377379ca6cbe61fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai, just a short drive from prime business and entertainment...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.52" OriginalAmount="17.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252909" Longitude="55.309435" StarRating="4" HotelCode="141981|120182" HotelName="Holiday Inn Bur Dubai - Embassy District" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Hamriya, Khaleed Bin Waleed 20th Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/36/a8360c44ddc7a555921f90f44dddcfc5eeb56ed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in the heart of Dubai, within walking distance of the BurJuman shopping centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="18.54" OriginalAmount="18.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262735" Longitude="55.294741" StarRating="3" HotelCode="187431|astoria_hotel_5" HotelName="Astoria Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, P.O.Box: 457, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/second2/1389672911/7e7dfceb9043c866aebb4aac1a855143.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.57" OriginalAmount="18.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263852907432" Longitude="55.325332581997" StarRating="4" HotelCode="13436|30834" HotelName="Excelsior Hotel Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, P.O. Box 29499, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/97/86/9786ff43df28ea7de77bdb53f5a7d5ceaff8ed1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upscale hotel is located close to Al Rigga Street in the centre of Dubai. The international con...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="18.68" OriginalAmount="18.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27215157" Longitude="55.31142595" StarRating="1" HotelCode="322210|1073038" HotelName="Africana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Golf">
        <Address>
          <AddressLines>
            <AddressLine>28 C Street, Fish Roundabout, Deira, PO Box 83954, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/8e/778ed5b204c7e29e16948f3228e6343e29c1717c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient location, perfect to visit city center.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.92" OriginalAmount="18.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2491076" Longitude="55.2831355" StarRating="4" HotelCode="|33357" HotelName="La Quinta by Wyndham Dubai Jumeirah	" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Near Mina Rashid Port - Sheikh Rashid Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/3/5/7/33357_81aa3590809.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2005, has 102 rooms, The establishment boasts a safety deposit box service, a currency exchange service, a lift, air-conditioning, a cafÃ©, a bar, a nightclub and a restaurant. The establishment also offers internet, a conference room, room service, a laundry service and a car park. SITUATION: This hotel is situated in a central area, close to the establishment, clients can find the commercial area, tourist areas, restaurants, shopping centres and the pedestrian area. it is situated 6 kilometres away from the international airport. ROOM: Each room has a bathroom with a hairdryer, a satellite or cable television, a stereo, a kettle, a coffee maker, an ironing set, a safe and a central air-conditioning system. FACILITIES: The establishment boasts a swimming pool with deck chairs, a playground, a gym and a jacuzzi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.92" OriginalAmount="18.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2631954" Longitude="55.3205513" StarRating="3" HotelCode="|30843" HotelName="Versailles By Raviz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>15 Street, Al Rigga Road, P.O.BOX 33382, DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/4/3/30843_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, with air-conditioning and has 84 rooms, The establishment has a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, a restaurant and a nightclub. The establishment also offers conference facilities, room service, a laundry service and a car park. SITUATION: Deira It is in 3 kilometres away from the establishment, guests will find the city centre, Al Ghurari Retail City in the surrounding area, clients have 10 minutes away from the establishment, clients can find the airport situated 15 minutes away from the Congress Centre. ROOM: The rooms a bathroom with a hairdryer, a television, a mini-bar, an iron, an ironing board, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: You can find a covered pool and a jacuzzi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="18.96" OriginalAmount="18.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264732" Longitude="55.3225" StarRating="0" HotelCode="|447617" HotelName="Le Paradise Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 C St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/1/7/447617_e5cb38b1613.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.01" OriginalAmount="18.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254827129207" Longitude="55.335194317791" StarRating="4" HotelCode="57905|42384" HotelName="Al Jawhara Gardens Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Port Saeed Street, P.O. Box 121711, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/b9/45b929d1f60f3cb7386a315b06080b79f286e532.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies at the heart of the city of Dubai, just behind the famous city centre shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.04" OriginalAmount="18.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269253" Longitude="55.303148" StarRating="0" HotelCode="|469926" HotelName="Mount Sina Hotel By Aura" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/9/2/6/469926_e31f6411239.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.18" OriginalAmount="18.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2827075" Longitude="55.3164349" StarRating="3" HotelCode="|87309" HotelName="Sun &amp; Sands Sea View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al-Khaleej Road Near Al Baraha Hospital</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/0/9/87309_82458a31206.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.34" OriginalAmount="18.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26266" Longitude="55.2974464" StarRating="4" HotelCode="|28228" HotelName="Arabian Courtyard  and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OPPOSITE DUBAI MUSEUM, AL FAHIDI STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/2/8/28228_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a currency exchange service, a lift, a safety deposit box service, a cafÃ©, a bar, club and a restaurant. The establishment also has a spa, 2 meeting rooms and an events room. The establishment offers guests room service and a laundry service. SITUATION: This hotel is in front of the museum, close to la Heritage Village, Al Bastakiya and the markets.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.38" OriginalAmount="18.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.104389" Longitude="55.166133" StarRating="2" HotelCode="70872|73124" HotelName="Holiday Inn Express Dubai - Internet City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Knowledge Village, P.O. Box 282647, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/93263/a_93263_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of a major business district in Dubai, incorporating Knowledge Vil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.38" OriginalAmount="18.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.188798669097" Longitude="55.255153813492" StarRating="2" HotelCode="76172|89720" HotelName="Holiday Inn Express Dubai Safa Park" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Wasl Road, Al Wasl District, P.O. Box 71136, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/95/7e/957e044aaf682a72b2bba77ce28b88689ed201a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business and conference hotel is situated in the heart of a major business district in Dubai, w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.38" OriginalAmount="18.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242484" Longitude="55.359686" StarRating="2" HotelCode="161349|123054" HotelName="Holiday Inn Express Dubai Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Dubai International Airport Terminal 3, P.O. Box 35257, Umm Ramool, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6e/31/6e3132cec2116103e8f88839b2b958da031ac038.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located opposite Dubai International Airport's Terminal 3. It is just a short walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.38" OriginalAmount="18.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242852" Longitude="55.271732" StarRating="2" HotelCode="888112|93610" HotelName="Holiday Inn Express Dubai - Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Road, P.O. Box 71256, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/41/c1/41c18f6120c90c4dd07b2451ac9c4fe201c9f853.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient base for business and leisure travellers alike, with easy access to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.58" OriginalAmount="19.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259254696178" Longitude="55.291703485378" StarRating="4" HotelCode="42786|30584" HotelName="Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Bur Dubai, 115160, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/7e/887e916123975be5a9bef557b8d7bd6dfabcce5b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of the hotel has made it an ideal base from where guests can explore and work. Built in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.58" OriginalAmount="19.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.266179094087" Longitude="55.317943096161" StarRating="3" HotelCode="60665|925365" HotelName="Zain International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Near Union Metro, P.O.Box 14936, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/17/be17b843226719a86ba8973e29e943ddb31060a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located only 5 minutes’ drive from the Gold Souq (gold market) and is walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.58" OriginalAmount="19.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2565878" Longitude="55.2931573" StarRating="3" HotelCode="|30897" HotelName="Rolla Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 52444, ROLLA STREET, BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/9/7/30897_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 152 suites and 7 floors. The establishment has air-conditioning, a safety deposit box service, a cafÃ©, a nightclub, bars and restaurants. The establishment also offers dining facilities, room service and a laundry service. SITUATION: 5 kilometres away from the establishment, guests will findDubai the city centre of in the surrounding area, clients have the fair centre, is situated 15 kilometres away from the airport. ROOM: The establishment has suites with a hairdryer, satellite and cable TV, internet, a mini-bar, a coffee maker, a teapot, an ironing set, a safety deposit box and a central air-conditioning system. FACILITIES: Near the establishment, guests can find sports activities.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.58" OriginalAmount="19.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.268988271748" Longitude="55.313749862774" StarRating="2" HotelCode="409332|31324" HotelName="Royalton Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Fish Roundabout opposite Al Maktoum Hospital, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/d3/b0d3d45c61e2ba8a580a69f33d5599fe0c41754a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai city, just 10 minutes away from Dubai International Airp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.58" OriginalAmount="19.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27415242" Longitude="55.3277168" StarRating="0" HotelCode="957308|2438925" HotelName="City Avenue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena, Deira, PO Box 83021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/85/d7852715a44943521d211db4fd3c747b40afd8c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.81" OriginalAmount="19.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2548405" Longitude="55.3352333" StarRating="4" HotelCode="|30845" HotelName="The Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DEIRA,P.O.BOX 7217</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/4/5/30845_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2004 and has 108 rooms, The establishment has a safety deposit box service, a currency exchange service, a lift, a conference room, a restaurant and a cafÃ©. The establishment also offers WiFi, a laundry service, room service and a car park. SITUATION: It is inDubai the heart of in the surrounding area, clients have the shopping centre. ROOM: The rooms have a bathroom with a hairdryer, satellite or cable TV, a central air-conditioning system, a coffee maker, a teapot, internet and an ironing set. FACILITIES: The establishment boasts a pool that has a children's area, a jacuzzi and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.82" OriginalAmount="19.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2437539" Longitude="55.2724637" StarRating="2" HotelCode="|80458" HotelName="Holiday Inn Express Dubai Jumeirah, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Road P.O. Box 71256 - Corner Of Jumeirah Road and 60 Road, Al Mina.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/5/8/80458_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 193 rooms, The establishment boasts a lounge bar, a gym and 2 meeting rooms. SITUATION: It is next toJumeirah the beach. ROOM: All the rooms have bedding, a sitting room with sofa and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.82" OriginalAmount="19.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1887007" Longitude="55.2550959" StarRating="3" HotelCode="|80457" HotelName="Holiday Inn Express Dubai Safa Park, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl District, Dubai, United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/5/7/80457_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inSheikh Zayed the street 5 minutes away, there is a public transport stop. ROOM: The establishment has 171 rooms, They have an air-conditioning system. FACILITIES: The establishment boasts a gym, a bar and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="19.91" OriginalAmount="19.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270644871946" Longitude="55.32002615575" StarRating="3" HotelCode="365008|61554" HotelName="Royal Falcon Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Salah Al Din Street, Al Muteena, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/01/370121943584808ac9abb7a778742a5463a2026c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is situated 8 km from the World Trade Center and many shopping centres, business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.03" OriginalAmount="19.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2354282" Longitude="55.2794057" StarRating="3" HotelCode="|120189" HotelName="The Luxe Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Diyafah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/8/9/120189_b1e85440921.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 8 restaurants, bars, a gym, a steam bath, a sauna and an outdoor pool with a terrace. SITUATION: It is inBur Dubai the district of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.04" OriginalAmount="19.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.278531" Longitude="55.313779" StarRating="3" HotelCode="178568|651665" HotelName="Fortune Pearl Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Khattab Road, After Naif Signal and behind Al Baraha, P.O. Box 98661, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/a5/a566beb349c8bf81/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.08" OriginalAmount="19.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262325" Longitude="55.289613" StarRating="2" HotelCode="59309|928655" HotelName="New Penninsula Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, Al Souq, P.O. Box 33502, Dubai, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/5c/485c09ab8c4f35cfe3117463daaf0c919bc11c6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bur Dubai, this hotel lies along Al Fahidi Street. It is just a short distance to the Wor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.15" OriginalAmount="19.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256638777184" Longitude="55.293119251728" StarRating="3" HotelCode="37485|30864" HotelName="Imperial Suites Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Street, Al Raffa, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/6b/976b8d903e83177293c2c7cce7d9e606f0e0d5b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Rolla Street, close to Khalid Bin Walid Street and approximately 5 km from the ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.35" OriginalAmount="19.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.277229993558" Longitude="55.347455139882" StarRating="4" HotelCode="337418|919965" HotelName="Abjad Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>P.O Box 21969, Opposite Abu Hail Metro Station, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/64/9364e99b687c6c55c587b172268e09d8c26ab073.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Abu Hail Road in the Deira district close to the Galadai roundabout. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.36" OriginalAmount="19.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25681" Longitude="55.29828" StarRating="4" HotelCode="|185957" HotelName="Orchid Vue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>1a Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/5/7/185957_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.41" OriginalAmount="19.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.281855" Longitude="55.31511" StarRating="4" HotelCode="175597|490195" HotelName="Hues Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corniche, P.O. Box 5245, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ac/91/ac91c589dcb009b67e5d1ba2ef53e72042298b5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Corniche Deira, the hotel is 13 km away from Dubai International Airport and 9 km away fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.47" OriginalAmount="19.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2691696" Longitude="55.3066273" StarRating="3" HotelCode="|87908" HotelName="GSS Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Nasr Square,Besides Baniyas Square Metro Station</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/0/8/87908_8d3e52d1041.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a swimming pool, a sauna, a gym and a nightclub. The establishment also offers WiFi (free of charge). SITUATION: Is situated inDubai the centre of next to the property, you can find Baniyas Square the metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23157461304" Longitude="55.270680708446" StarRating="3" HotelCode="263794|55046" HotelName="Al Khoory Executive Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl Road, P.O. Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/ea/97ea5ac8addd3171f90973f8624f517b786f83dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.220564125965" Longitude="55.328028202057" StarRating="3" HotelCode="58748|7922" HotelName="Arabian Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, PO Box 122382, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/01/790129f60fbbaacd99083600b53c5a2b095c67fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated, the hotel is a short drive from Dubai International Airport, while also offering q...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263005" Longitude="55.297566" StarRating="2" HotelCode="299506|201562" HotelName="Sun City International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Street, 6 Kms. from Dubai International Airport, Near Dubai Museum, Near Meena Bazaar, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/6c/e06c83d02b6d6a83f4cace6fd88f9b7098e4f416.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is close to the old souk.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="20.60" OriginalAmount="20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253920962037" Longitude="55.33253053373" StarRating="3" HotelCode="76174|18564" HotelName="ibis Dubai Deira City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Port Saeed District, Opposite Deira City Centre Mall, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/0a/180a690a9f3ef3627069072dd0c048683f5f1c84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.64" OriginalAmount="20.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.235299770465" Longitude="55.279484932541" StarRating="3" HotelCode="36292|31344" HotelName="Chelsea Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Nightclub,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street 237, Satwa, P.O. Box 24621, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/37/7a3768739ba03e648970e751652e0e2262849e00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the city of Dubai, near the International Exhibition Centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.64" OriginalAmount="20.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252439125326" Longitude="55.33562284497" StarRating="4" HotelCode="160523|651625" HotelName="Halo Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Garhoud Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/67/4e6784c3ecb4a4aca73fbb472e4ac4f8d81fbc99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the Deira district known as 'the heart of Dubai', just five minutes ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.65" OriginalAmount="20.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.258501781256" Longitude="55.322693288326" StarRating="4" HotelCode="152073|1512708" HotelName="Pearl Park Inn Deluxe Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>17th Street, Riggat Al Buteen Street, Deira, Dubai 126012</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/215144/a_215144_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Deira, Dubai's bustling business district, this hotel is also strategically ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.67" OriginalAmount="20.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263331" Longitude="55.318133" StarRating="3" HotelCode="14183|1865748" HotelName="Lavender Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Jazira Street, 40b Street, PB 2786, Al Rigga, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/16457/a_16457_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the shopping district, near the Al Ghurair centre. The river c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.67" OriginalAmount="20.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26341386199" Longitude="55.313678383827" StarRating="2" HotelCode="68507|31194" HotelName="Panorama Deira Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 181211, Omar Bin Al Khatab Road, Opposite Al Ghurair shopping mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f5/6df5d1878c360739c34987c49d64bd28272daa46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the heart of Dubai. Dubai creek is some 2 km away. Many shopping areas and busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.72" OriginalAmount="20.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2625648" Longitude="55.2964432" StarRating="0" HotelCode="|87981" HotelName="Sun City International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Near Dubai Museum, Al Fahidi Street, Bur Dubai, Near Meena Bazaar</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/8/1/87981_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 300 metres away from the Dubai Museum and the bazaar. ROOM: Each room has an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.72" OriginalAmount="20.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2593577" Longitude="55.2932375" StarRating="2" HotelCode="|55263" HotelName="Rush Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KHALID BIN WALID ROAD BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/3/55263_209199e1512.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 140 rooms a lobby, dining rooms, room service and a laundry service. SITUATION: Bur Dubai It is in the establishment, is in the business area, 10 minutes away, guests can find the airport, Clients can also find the exhibition centre and the commercial area. ROOM: The rooms have a mini-bar, a hairdryer, a safe, an ironing set and an individual air-conditioning system. MEALS: In front of the establishment, customers can find a coffee shop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.72" OriginalAmount="20.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1116649" Longitude="55.2034116" StarRating="4" HotelCode="|82692" HotelName="Grand Excelsior  Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Near Mall Of The Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/9/2/82692_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has 230 rooms and suites. The establishment has restaurants, leisure activities, a gym and a business area. SITUATION: Is situated inNueva DubÃ¡i the heart of near the establishment, guests will find a shopping centre. ROOM: The establishment has superior rooms, king size bed or two beds and a bathroom with a bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.76" OriginalAmount="20.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256551" Longitude="55.29809" StarRating="4" HotelCode="308099|1254448" HotelName="Orchid Vue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1a Street Bur Dubai, P.O. Box 185170, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/9a/5d9a30dd94f17bcec27df542118a2d6210cb5777.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.76" OriginalAmount="20.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24997" Longitude="55.2819" StarRating="3" HotelCode="901868|121224" HotelName="Smana Hotel Al Raffa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>AL Mina Road, P.O. Box 49789, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/57/c15711234156bde9a59cd7e927bdb892e04fcd5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is near a beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.89" OriginalAmount="20.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115483314906" Longitude="55.203811552649" StarRating="3" HotelCode="161006|143596" HotelName="Citymax Hotel Al Barsha At The Mall" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Behind Mall of Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/36/6536e87f84aa7a6e9c9018179ac1212946a9917b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to business districts and the Dubai Metro, this hotel is convenient for business trave...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.89" OriginalAmount="20.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114409261513" Longitude="55.202254843015" StarRating="3" HotelCode="882889|2358165" HotelName="Citymax Hotel Al Barsha" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Plot 3731298, Al Barsha Road, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/d2/03d2d336db31ae6eabf5b68d63649e65d2e0a737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="20.94" OriginalAmount="20.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2591412" Longitude="55.2912199" StarRating="4" HotelCode="|53922" HotelName="Ascot" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KHALID BIN WALEED ROAD BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/2/2/53922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 80 rooms, a smart hall and restaurants. SITUATION: This urban hotel is close to the airport, the business area, is situated 2 kilometres away from Dubai Airport. ROOM: The rooms a bathroom, a hairdryer, a direct line telephone, a satellite television, a mini-bar and an air-conditioning system. MEALS: The establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="20.99" OriginalAmount="20.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25896267629" Longitude="55.296933352947" StarRating="3" HotelCode="68873|31474" HotelName="York International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Khaleed Bin Waleed Road, Dubai P.O.Box 82555</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/3e/d73eb485f1c2bc49645995687dc330590130c519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai's business district. It is 10 minutes from the city centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.00" OriginalAmount="20.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2606649" Longitude="55.3228447" StarRating="3" HotelCode="|31476" HotelName="Knight Armour" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen, PO BOX 33315</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/7/6/31476_7b07e5d0419.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, is rated 4 stars and it offers excellent service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.01" OriginalAmount="20.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273989" Longitude="55.319098" StarRating="4" HotelCode="|28163" HotelName="Marco Polo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mateena St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/1/6/3/28163_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, economical hotel, has 126 comfortable rooms, a safety deposit box service, a lift, a currency exchange service, a cafÃ©, a bar, a nightclub, conference rooms and a banquet hall. Regarding the food and beverage offering, the establishment has restaurants and bars. The establishment boasts room service, a laundry service, WiFi and a car park. SITUATION: This hotel is in Al Muteena the Street of it is 15 minutes away from Dubai Airport it is situated 7 kilometres away from the city centre, Where you can find, the Congress Centre, the trade fair ground, and the museum. ROOM: The rooms have a bathroom with a hairdryer, a satellite TV, a mini-bar, a radio, a stereo, a kettle, a coffee maker, an iron, internet, a safe (available for a fee) and a central air-conditioning system. FACILITIES: Outdoors, clients have access to a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.02" OriginalAmount="20.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2197487" Longitude="55.3268176" StarRating="3" HotelCode="|33037" HotelName="Arabian Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Jaddaf Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/3/7/33037_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel great value, is ideal for holidays or business trips and has a bar and a restaurant. SITUATION: This hotel is close to Dubai Airport. Near the establishment, you will find Dubai World Trade Centre 20 minutes away from the establishment clients have a beach. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, internet, a coffee maker, a kettle, individual air-conditioning and a safety deposit box. FACILITIES: The establishment has a spa, a gym, a swimming pool with salt water and a terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.06" OriginalAmount="20.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24229990427" Longitude="55.298124851521" StarRating="3" HotelCode="59310|42264" HotelName="Fortune Karama Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Karama, P.O. Box 49185, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/45/f445e46192142be20f071f18365a83f3a190bcd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Karma. Dubai airport lies within easy reach of the hotel. The hotel'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.12" OriginalAmount="20.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2421435" Longitude="55.3596655" StarRating="2" HotelCode="|80456" HotelName="Holiday Inn Express Dubai Airport, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oppo Dubai Int'l Airport Terminal 3, Umm Ramool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/5/6/80456_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 381 rooms a transfer service to, the airport, (free of charge), The establishment boasts 5 meeting rooms and a gym. SITUATION: This hotel is 2 minutes away from the airport, 500 metres away, guests can find the metro station. ROOM: All the rooms have a television, a coffee maker, a kettle and internet (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.16" OriginalAmount="20.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25568" Longitude="55.301689" StarRating="4" HotelCode="305119|1070898" HotelName="Raviz Center Point" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/b0/f5b01a1166ebf0bb563a7683b285d7c52c11f541.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.17" OriginalAmount="20.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27073" Longitude="55.308012" StarRating="0" HotelCode="|469835" HotelName="Melody Queen Hotel By Aura" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19, Al Nasser Square, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/8/3/5/469835_ba501951258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.18" OriginalAmount="20.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.275843878152" Longitude="55.315854373016" StarRating="4" HotelCode="163665|130224" HotelName="Fortune Grand Hotel, Deira, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Khattab Road, Naif Junction, P.O. Box 98661, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/47/c7/47c76090bfac86d0b3b207896af1fa2211a457d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is well located, occupying a prime city centre location in the heart of Dubai, close to Ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.23" OriginalAmount="20.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264651" Longitude="55.318562" StarRating="4" HotelCode="26672|2279465" HotelName="Lotus Grand Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jazeira street, Al Rigga street, P.O.Box 128455, Al Muraqqabat, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/cb/5dcb6948bc4ef4e0961b21ce96b6e9d683798472.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Al Jazeera Street, between Al Maktoum Street and Al Rigga Street. It is jus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.30" OriginalAmount="20.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211272017644" Longitude="55.27412044373" StarRating="4" HotelCode="317014|1467118" HotelName="Emirates Grand Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Center 1, PO Box 116957, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/aa/0f/aa0f2286feaeed2a2a44342a3854649506d0f68e.WEBP</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.59" OriginalAmount="20.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23316423" Longitude="55.32089902" StarRating="4" HotelCode="951190|2391785" HotelName="Novotel Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Healthcare City, Umm Hurair 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/65/3f65c2dae5ae3f4578bfe82bb072f6593334ca39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2585041" Longitude="55.3005273" StarRating="4" HotelCode="623302|251109" HotelName="Al Khoory Inn Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>17th Street, Bur Dubai, PO Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/77/8577f153b4c4b5e96bfb09e8d562754822b7c226.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="21.63" OriginalAmount="21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.222843136298" Longitude="55.285739439061" StarRating="3" HotelCode="318973|90225" HotelName="ibis One Central" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trade Centre District, P.O.Box 9914, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/bc/e4bcc56fed48daed51032dadccfb3189e9d86235.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 15.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2524429" Longitude="55.3357708" StarRating="4" HotelCode="|80463" HotelName="The Leela" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Garhoud Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/6/3/80463_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Deira the district of it is situated 5 minutes away from Dubai Airport, the exhibition centre and the shopping centres. ROOM: The establishment has 120 spacious rooms suites with king size bed. FACILITIES: The establishment has a business centre, a gym, a swimming pool and a jacuzzi. With regards to the food and beverage offering, there is a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2048493" Longitude="55.2707828" StarRating="0" HotelCode="469999|deema_hotel" HotelName="Deema Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Opposite Palm Deira Metro Station, Near Hyatt Regency, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/6d/786de5a6460afc233cde31690353a577bc4f21fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="21.63" OriginalAmount="21.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="646998|oyo_157_al_khaima_hotel" HotelName="Al Khaima Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 33, Al Sabkha PO Box 120135, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/a6/f8a6f58956d1129aea715a0132d0072d54ec8bbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.73" OriginalAmount="21.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27616211" Longitude="55.31037003" StarRating="3" HotelCode="447065|2151925" HotelName="Al Farej Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Fareej Al Murarr Opposite Delhi Restaurant, Near Al Futtaim Mosque, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/28/b3283dc710c86e97b00303fcf9c6da24815464dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.75" OriginalAmount="21.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270027" Longitude="55.331013" StarRating="4" HotelCode="32310|2583535" HotelName="Ramada Plaza by Wyndham Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 81877, Beside Abu Baker Al Siddique Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/0c/d20cc48d18af56eef67b5271eae0406ab2042de3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the city of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.75" OriginalAmount="21.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260078520183" Longitude="55.291220247746" StarRating="3" HotelCode="56924|30524" HotelName="Admiral Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, Al Nahdha Street, P.O. Box: 26888, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/5e/3b5ee2b5d64d3bbc9b8a650b5c547dc1da2507c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on Al Nahda Street at the heart of Dubai, close to the commercial, business and shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.75" OriginalAmount="21.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274438" Longitude="55.315297" StarRating="3" HotelCode="66871|1039795" HotelName="Fortune Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Khattab Road, Deira, Dubai 49185</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/51/f7510f7cd8069fb15de16679b4ff698d9bf4d9f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai, near to Fish Roundabout.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.75" OriginalAmount="21.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.109534855178" Longitude="55.202957857637" StarRating="3" HotelCode="100073|89688" HotelName="Grandeur Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23rd Street, Behind the Mall of Emirates, P.O.Box: 282429, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/cb/17cbc347cacd10cd5cc472ce79bb7c7b15594194.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically located in the Al Barsha area, less than 2 minutes away from the Mall of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.75" OriginalAmount="21.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23711464" Longitude="55.30982997" StarRating="4" HotelCode="752298|2236255" HotelName="Roda Links Al Nasr" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10th Street, Oud Metha, Bur Dubai, P.O. Box 43490, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/b6/26b67f014ff342bcfc48cbf60ac9e2cd6547b243.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this hotel is ideal.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="21.87" OriginalAmount="21.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11269883558" Longitude="55.190126897233" StarRating="4" HotelCode="42919|71094" HotelName="Golden Tulip Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Next to Sharaf DG Metro Station, Al Barsha 1, P.O. Box 125962, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/14/20/142016a9ae3b0e874e9e818f7da5008162ce5d2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in Al Barsha, the newest development in Dubai on the edges of the Sheikh Zayee...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="21.95" OriginalAmount="21.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2601257" Longitude="55.2912736" StarRating="3" HotelCode="|30919" HotelName="Admiral Plaza  Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 26888, KHALID BIN WALID ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/1/9/30919_0b0dff91627.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2004 and has 142 rooms, The establishment boasts a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a hairdresser's, a bar and a nightclub. The establishment also offers a conference room, room service, a laundry service and a car park. SITUATION: It is inAl Nahda the city centre of nearby, you will find the business and commercial area 15 minutes away fromDubai Airport. ROOM: The rooms a bathroom with a hairdryer, satellite or cable TV, a kettle, a coffee maker, a safety deposit box (available for a fee) and a central air-conditioning system. FACILITIES: The establishment boasts a covered pool, a jacuzzi and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.04" OriginalAmount="21.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254909464039" Longitude="55.291912786411" StarRating="4" HotelCode="570584|2159275" HotelName="Omega Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>17-19d Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/604121/604121a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.09" OriginalAmount="21.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2507791" Longitude="55.291831" StarRating="3" HotelCode="|119046" HotelName="Citymax Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street and Mankhool Road, Al Mankhool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/0/4/6/119046_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 693 rooms, a swimming pool, a terrace and a gym with features that offer you the maximum level of comfort, The establishment has facilities for people with disabilities. ROOM: They offer cosy, comfortable rooms with internet, a flat-screen television, a small fridge and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.22" OriginalAmount="21.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242259" Longitude="55.2980535" StarRating="3" HotelCode="|30886" HotelName="Fortune Karama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Karama, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/8/6/30886_10776290432.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2005, with air-conditioning and has 130 rooms, It also has a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a bar, conference facilities and WiFi. Our guests can find a club, restaurants, live music performances, room service, a laundry service and a car park. SITUATION: Is situated inAl Karama the heart of close to the establishment, clients can find Dubai Airport. ROOM: The rooms a bathroom with a hairdryer, satellite or cable TV, internet and a mini-bar. They also have a coffee maker, a teapot, an iron, an ironing board, an air-conditioning system and a safety deposit box (available for a fee). FACILITIES: The establishment has a beauty centre, a covered swimming pool, a massage service and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.22" OriginalAmount="21.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256903" Longitude="55.287244" StarRating="2" HotelCode="|449826" HotelName="Mra Grand " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rolla Street, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/8/2/6/449826_006fb141408.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.24" OriginalAmount="21.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211428" Longitude="55.274127" StarRating="0" HotelCode="|186070" HotelName="Sunday Mega " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Centr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/0/7/0/186070_567c4f51830.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.34" OriginalAmount="21.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23671" Longitude="55.309996" StarRating="4" HotelCode="|371801" HotelName="Gulf Inn Al Nasr " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10th Street, Oud Metha, Bur dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/1/8/0/1/371801_5cc09151500.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.41" OriginalAmount="21.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250882205129" Longitude="55.292306542397" StarRating="4" HotelCode="57062|45364" HotelName="Grand Excelsior Hotel Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, Al Mankhool Area, Bur Dubai 121545, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/8d/ee8d5961ccf3fba1ec5e159ebd7a7a841b79210f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, modern hotel is located at the heart of Bur Dubai, a first-class residential district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.42" OriginalAmount="21.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27686822" Longitude="55.34995547" StarRating="3" HotelCode="850564|2292325" HotelName="Studio M Arabian Plaza" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Ittihad Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/64/643837/643837a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.50" OriginalAmount="21.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26163563647" Longitude="55.324184267347" StarRating="3" HotelCode="74091|2502975" HotelName="Sadaf Delmon Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Street 36A, Al Riqqa, Deira, Behind Taj Hotel, P.O. Box: 63935, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/d5/f1d56ac0d6de45ac9cc3919c45e212b90841c0a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is set in Deira, just off Rigga Road and is situated close to the major retail and entert...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.51" OriginalAmount="21.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267412" Longitude="55.3155299" StarRating="2" HotelCode="|55257" HotelName="Panorama Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OMAR BIN AL KHATTAB ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/7/55257_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 42 rooms, The establishment boasts a lobby with a bureau de change, a restaurant, a laundry service and a car park. SITUATION: It is inDubai the heart of it is 2 kilometres away from Dubai Bay close to the establishment, clients can find shopping areas, business areas and public transport services. close to the establishment, guests have tourist areas situated 8 kilometres away fromDubai Airport. ROOM: They have an individual air-conditioning system, a direct line telephone, a bathroom, a hairdryer, cable television and butler service. They also have a coffee maker, a kettle, an ironing set, a safety deposit box and a mini-bar. It also offers non-smoking rooms. MEALS: Guests can find meal services.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.53" OriginalAmount="21.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2706759" Longitude="55.3159479" StarRating="0" HotelCode="|87867" HotelName="Oriental Corner Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Alkhatab Rd.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/6/7/87867_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Aparthotel small and great value. SITUATION: Is situated in an excellent location. ROOM: The establishment has simple, comfortable rooms and modern. They have a small kitchen.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.63" OriginalAmount="21.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2589562" Longitude="55.2969055" StarRating="3" HotelCode="|37805" HotelName="York International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KHALID BIN WALEED STREET, PO Box 82555</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/8/0/5/37805_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 92 rooms and 19 executive suites. The establishment has a lobby, a currency exchange service, a lift, a cafÃ©, a bar and 2 restaurants. The establishment also offers a conference room, room service, a laundry service and a car park. SITUATION: It is inDubai the business area of 10 minutes away from the establishment, you can find the city centre, World Trade Centre close to the establishment, clients can find close to the establishment, guests have places of interest situated 20 minutes away from the airport. ROOM: The rooms have a mini-bar, cable television, a direct line telephone and a bathroom. They also have a hairdryer, internet, a coffee maker, a kettle, an individual air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a covered pool, a steam bath, a sauna and a gym. MEALS: Regarding the food and beverage offering, the establishment offers restaurants and bars. PAYMENT METHODS: Customers can pay by Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.63" OriginalAmount="21.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="882888|2611245" HotelName="Citymax Hotel Business Bay" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Al Tejari 2 Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/99/88992f55510c89f799b1c45e2959478c86608249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116302857621" Longitude="55.195640982803" StarRating="2" HotelCode="103470|18566" HotelName="ibis Dubai Mall of the Emirates" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O.Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/5b/d65b0f0b72af73643e0e7d2fdeede20e5296ade8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Mall of the Emirates, the largest mall in Dubai, is right on the hotel's doorstep. Moreover, Gol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="22.66" OriginalAmount="22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270654" Longitude="55.316014" StarRating="3" HotelCode="94765|201651" HotelName="Oriental Palace Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al-Khattab Road, P.O.Box: 42440, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/325997/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a prestigious and strategic location in the centre of Dubai, next to the trade and tou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="22.66" OriginalAmount="22.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270862557298" Longitude="55.308089" StarRating="1" HotelCode="438067|melody_queen_hotel" HotelName="Melody Queen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nasser Square, Near Al Nasser Mosque, Deira, PO Box 80546, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/05/78058dd11fbafada191a3fcbca8dc47ad7ff8288.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a restaurant and room service. Wireless internet access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.75" OriginalAmount="22.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262667" Longitude="55.322228" StarRating="3" HotelCode="|198481" HotelName="Al Sarab" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL RIGGA STREET, DEIRA N/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/4/8/1/198481_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.85" OriginalAmount="22.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255346172745" Longitude="55.284962241734" StarRating="4" HotelCode="21507|31364" HotelName="Hotel Sea View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mina Road, Opposite to Dubai Customs Building, P.O. Box 52700, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/bc/79bcbd251968044611896d776e0e8350bbeee921.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is approximately 4 km from WTC and Burjaman Shopping Mall is just 15 minutes' walk a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.85" OriginalAmount="22.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262718" Longitude="55.326174" StarRating="4" HotelCode="59001|43484" HotelName="Avenue Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, P.O. Box 182244, Dubai, Deira</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9a/e5/9ae5453d0f505a171f71aeb028a4e03312fe2933.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a deluxe hotel located in Al Rigga Street in the district of Deira, only 100 m away from Al ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.85" OriginalAmount="22.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270629723175" Longitude="55.321815559525" StarRating="4" HotelCode="38651|2552675" HotelName="Ramada Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, P.O. Box 42222, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/81/108182ffea6a83d67e7ba3cbc696f5ff2403a522.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies close to Dubai Creek and Salah Al Din Metro (just outside the main entrance), providi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.85" OriginalAmount="22.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25924094122" Longitude="55.291182007336" StarRating="4" HotelCode="141395|61304" HotelName="Royal Ascot Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, P.O. Box 115160, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a2/d8/a2d8a18292fab486cff0b836bcad793755c5aee6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre and is situated in the main shopping and business district B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.85" OriginalAmount="22.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099745408931" Longitude="55.178775894512" StarRating="4" HotelCode="212011|2264035" HotelName="Golden Tulip Media Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tecom, P.O. Box 502682, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b8/cc/b8ccb1528a5990e4ff60a0134df7ee1f0ce535da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.91" OriginalAmount="22.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.108951455085" Longitude="55.203616397484" StarRating="4" HotelCode="160818|2608225" HotelName="Ramada by Wyndham Chelsea Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/f2/c7f2da08ce83ce0eb4422a81094d6721d8ddf76e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just off Sheikh Zayed Road, the city hotel is one of the few hotels near the Mall of the Emi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="22.99" OriginalAmount="22.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265119" Longitude="55.3221917" StarRating="4" HotelCode="|31024" HotelName="Howard Johnson Plaza By Wyndham Dubai Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>AL RIGGA STREET, P.O. BOX 120328</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/0/2/4/31024_bb8b7bf0939.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 200 rooms, The establishment boasts restaurants, a business centre and a playground. SITUATION: Deira It is in near the establishment, you will find the commercial and business area. ROOM: The rooms are comfortable. FACILITIES: The establishment boasts a swimming pool, a spa and billiards.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.11" OriginalAmount="22.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2553779" Longitude="55.2847082" StarRating="4" HotelCode="|87922" HotelName="Sea View Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mina Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/2/2/87922_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Sea View is rated four stars. The establishment offers guests a transfer service to Jumeirah Beach, a spa, a gym and a terrace on the rooftop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.11" OriginalAmount="22.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27591" Longitude="55.31559" StarRating="4" HotelCode="|119873" HotelName="Fortune Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OMAR BIN AL KHATTAB ROAD, DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/3/119873_404d7bc2108.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is close to the Hor Al Anz Este shopping centre, restaurants and the beach. The hotel is in the heart of Dubai, 15 minutes away from World Trade Center, Dubai Creek, Gold Souk and the tourist attractions. HOTEL: The hotel offers a hall with a reception, a safety deposit box service, a currency exchange service, a lift, a business centre, a swimming pool, a gym and WiFi (free of charge). The establishment boasts a kiosk, coffee pot, room service and a laundry service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.18" OriginalAmount="22.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262706" Longitude="55.322213" StarRating="3" HotelCode="332550|1472968" HotelName="Al Sarab Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Lounge,Nightclub,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, PO Box: 113330, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/a0/98a0abf3fffcb46dd365fe04c03527f7cc73d08d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.27" OriginalAmount="22.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270412021452" Longitude="55.380416568123" StarRating="4" HotelCode="904082|143146" HotelName="TIME Grand Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, P.O. Box 237844, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dc/99/dc99348973633d34607c820e5e2f10a790ab5e7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Damascus Road in the heart of the Al Qusais business and commercial dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="23.36" OriginalAmount="22.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.278809" Longitude="55.312514" StarRating="2" HotelCode="66872|9364850" HotelName="Gulf Pearl" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Al Khattab Road, Albaraha Street, PO Box 21548, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/f3/f36f5e44f481f1d7/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Al Baraha Road in the growing business district of Deira in the city cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.36" OriginalAmount="22.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270519" Longitude="55.3214008" StarRating="4" HotelCode="|121127" HotelName="Ramada By Wyndham Dubai Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/2/7/121127_3984f750917.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is next to Salahuddin the underground station of 15 minutes away, you can find Dubai Airport. FACILITIES: The establishment boasts a swimming pool, a gym and a restaurant. Regarding the food and beverage offering, there is a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.38" OriginalAmount="22.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265218546919" Longitude="55.321252942085" StarRating="3" HotelCode="161166|126934" HotelName="ibis Dubai Al Rigga" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 186878, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/92015947d62b425362dee69a3c809b4a7f1fb538.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historic part of Dubai, next to the Creek and Al Ghurair Mall, the hotel is only 300 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.42" OriginalAmount="22.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2506318" Longitude="55.292338" StarRating="4" HotelCode="|30894" HotelName="Grand Excelsior Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, PO BOX 121545</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/9/4/30894_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 282 rooms, The establishment boasts restaurants, a lobby, lifts, room service and a laundry service. SITUATION: Is situated inBur Dubai the heart of World Trade Center in the surrounding area, clients have 25 minutes away from the establishment, you can find Dubai Airport It is situated close to restaurants. ROOM: The fully-equipped rooms, have a bathroom, a television and a mini-bar. FACILITIES: The establishment has a gym and a swimming pool. The establishment also offers excursions.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.42" OriginalAmount="22.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259345945566" Longitude="55.287301540375" StarRating="3" HotelCode="337420|31164" HotelName="Palm Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Computer street, Khalid Bin Al Waleed Road, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/55/58557a201409becd4960c9deebb6252fe463b0fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on Khalid Bin Walid Street in Bur Dubai, this hotel lies within a short distance of the Worl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.43" OriginalAmount="22.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254983" Longitude="55.291802" StarRating="4" HotelCode="|218221" HotelName="Omega" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Bur Dubai N/A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/2/2/1/218221_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.43" OriginalAmount="22.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2617783" Longitude="55.3241404" StarRating="3" HotelCode="|88279" HotelName="Sadaf Delmon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/8/2/7/9/88279_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.47" OriginalAmount="22.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.02598" Longitude="55.19129" StarRating="0" HotelCode="|444536" HotelName="Youandco Impz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/3/6/444536_557fd831549.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.49" OriginalAmount="22.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270588781271" Longitude="55.32701164484" StarRating="5" HotelCode="32629|31264" HotelName="Crowne Plaza Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira, Dubai 8668</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/22/68/2268e079bea07262aebda4ac2e810a2bbd3ab9b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located in the business and shopping district of Dubai, on Al Din Str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.49" OriginalAmount="22.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.06977461" Longitude="55.24312031" StarRating="4" HotelCode="856383|2344175" HotelName="The S Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>South Umm Suqeim Road, Al Barsha, Dubai Science Park, PO Box 66756, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b709e64792f1eb90fda2225e76fbca9d45b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.51" OriginalAmount="22.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261868" Longitude="55.290477" StarRating="0" HotelCode="|517456" HotelName="Al Raien Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riff Road, , Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/4/5/6/517456_97edcea2247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.56" OriginalAmount="22.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26579" Longitude="55.32146" StarRating="3" HotelCode="915618|2456345" HotelName="Signature Inn Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, P.O.Box 49185, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d8/ffd8bfc3dde2c0c8d7005af54edf0294c9d82164.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located close to Al Rigga Street approximately 10 minutes from Dubai internatio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="23.66" OriginalAmount="22.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2646489" Longitude="55.3219798" StarRating="3" HotelCode="|74899" HotelName="Ibis Al Rigga" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 186878, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/9/9/74899_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inDubai the historic centre of 300 metres away from the establishment, you can find the metro station, 10 minutes away from the establishment you have Dubai Airport Dubai World Trade Center It is situated 15 minutes away from near the establishment, you will find tourist points of interest. ROOM: The establishment has 280 comfortable rooms, fully-equipped with an air-conditioning system and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22283533238" Longitude="55.285807549954" StarRating="2" HotelCode="37443|1355" HotelName="ibis World Trade Centre Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 9544, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/9f/209f9b0841bbc95c506cd68000b032d0d32fec66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is directly linked to the Dubai International Convention and Exhibition Centre, the bigges...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="23.69" OriginalAmount="23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112519294245" Longitude="55.189019272491" StarRating="4" HotelCode="212682|39388" HotelName="Novotel Dubai Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road Barsha 1, Opposite Sharaf DG Metro Station, Dubai 450011</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/6d/0f6d558f2730dd4f246a9fc1e112d19313086582.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26942845" Longitude="55.30018142" StarRating="1" HotelCode="649121|maaeen_hotel" HotelName="Maaeen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Street, Near Deira Gold Souq, murshid Souq, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/d1/fad1258f8aa03a73704f7066edd6e1b9aa21d122.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="23.69" OriginalAmount="23.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260348496035" Longitude="55.291351583992" StarRating="3" HotelCode="935337|gateway_hotel_" HotelName="Gateway Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahdha Street, Khalid Bin Al Waleed Road, Al Souqe Al Kabeer, Bur Dubai, Dubai P.O. Box 125448</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/55/f355c1db1d3cf5316ea484c0a33678f9b6218f81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located in the heart of Dubai. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.83" OriginalAmount="23.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.074865105404" Longitude="55.145336970569" StarRating="4" HotelCode="936774|1244848" HotelName="Armada BlueBay Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Armada Towers, Jumeirah Lakes Towers, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5a/3a/5a3a5731938a7077c1e4154de66cb975bf5f08e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.94" OriginalAmount="23.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26180678619" Longitude="55.31964545105" StarRating="5" HotelCode="59220|31084" HotelName="Carlton Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Street, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/ef/f6efaf67d45c70d1cec982fd9ce8e18179fbf241.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the prestigious Al Maktoum Street close to Jumeirah Beach at the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.94" OriginalAmount="23.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248354370056" Longitude="55.296726822853" StarRating="4" HotelCode="119244|1623098" HotelName="Al Manar Grand Hotel Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/95/7295de7330817ac7c63e2712a7073a0e9296cb73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the renowned Bur Dubai Al Kuwait Street, 1 km away from the Burjuman Centre,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.94" OriginalAmount="23.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24294395151" Longitude="55.275583947314" StarRating="4" HotelCode="119228|119872" HotelName="Mercure Gold Hotel Al Mina Road Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, P.O. Box 66431, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/34/82347914c204d50ef34968e1f906e1e2f948ce42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The contemporary hotel is centrally located on Al Mina Road, in close proximity to Sheikh Zayed Road...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="23.94" OriginalAmount="23.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267860484791" Longitude="55.304746896525" StarRating="4" HotelCode="531372|1968625" HotelName="Best Western Plus Pearl Creek Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Restaurant,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, P.O. Box 83163, Deira Creek, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/3c/1a3c16725ac3c5c1155a86281016e0b62e6581e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai. Its setting is especially ideal for business travellers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.08" OriginalAmount="23.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255273" Longitude="55.284962" StarRating="4" HotelCode="|119189" HotelName="Sea View" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mina Road, Bur Dubai, PO BOX 52700, DUBAI , Dubai AE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/1/8/9/119189_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers conference facilities, air-conditioning, a reception, a lift, a hairdresser's, a breakfast room, room service, a laundry service and a car park. SITUATION: The World Trade Centre The establishment is 4 kilometres away from 15 minutes away from the establishment guests have a commercial centre, Opposite the establishment, you can find the bazaar, 10 minutes away from the establishment guests have Deira the city centre of 10 minutes away from the establishment, guests will find the beach, is 15 minutes away from Dubai Airport. ROOM: The rooms a bathroom, a direct line telephone, a satellite TV, internet, a mini-bar and individual air-conditioning. They also have central heating, a desk, a coffee maker, a kettle, a safety deposit box, a hairdryer and a mirror. FACILITIES: Clients can find a health club, a gym, a sauna and a jacuzzi. The establishment also has a steam bath, a heated swimming pool and a terrace with sea views. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, a buffet breakfast, a buffet breakfast and a set-menu lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.17" OriginalAmount="23.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0794324" Longitude="55.1444247" StarRating="4" HotelCode="|118765" HotelName="Marina View  Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina, after Diamonds 1-5 bldgs, between Dubai Marina Metro Station &amp; Mall P. O. Box 454745</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/6/5/118765_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Marina View is rated four stars and is perfect for business and holiday stays. The establishment offers WiFi, a dry cleaner's, a laundry service, a babysitting service (for a fee), a living room, a spa, a transfer service and a business centre has features that offer you the maximum level of comfort. SITUATION: It is situated in a good area in Dubai. FACILITIES: You can find a swimming pool, a massage service, a fitness centre well-equipped, a sauna and a children's swimming pool. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.19" OriginalAmount="23.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2656237" Longitude="55.3157399" StarRating="4" HotelCode="|30863" HotelName="Lotus Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL RIGGA ROAD,P.O.BOX 63833</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/6/3/30863_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel and has 101 air-conditioning rooms, a safety deposit box service, a currency exchange service, a lift, a conference centre and dining facilities. The establishment also offers WiFi, room service, a laundry service and a car park. SITUATION: Is situated inAl Jazeera the street nearby, you will find a golf course, the marina, is 4 kilometres away from Dubai Airport. ROOM: Each room has a bathroom with a hairdryer, a central air-conditioning system, satellite and cable television, internet, a mini-bar, a coffee maker, a teapot, an iron and an ironing board. FACILITIES: The establishment has a swimming pool, jacuzzis and a covered pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.22" OriginalAmount="23.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26802" Longitude="55.304688" StarRating="4" HotelCode="|210907" HotelName="Best Western Plus Pearl Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>90 Baniyas Road, Dubai Creek</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/7/210907_18554ea1148.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.29" OriginalAmount="23.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113475" Longitude="55.191621" StarRating="4" HotelCode="162271|129574" HotelName="Cassells Al Barsha Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 114400, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/cf/cf28918ce439cdcc4098793feae33084/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is 20 km from the centre of Dubai. The Palm Jumeirah is 4 km away from the hotel and less ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.31" OriginalAmount="23.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09967" Longitude="55.178809" StarRating="4" HotelCode="|166011" HotelName="Golden Tulip Media" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Barsha Heights</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/1/1/166011_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 158 standard rooms. SITUATION: This establishment is in Dubai 6 kilometres away, you can find Dubai city centre. Close to el Centro de Prensa de Dubai el Centro de Internet Dubai Knowledge Village ROOM: The establishment has studios, one and two bedroom apartments with an air-conditioning system, WiFi, a satellite television, a safety deposit box, a kitchen, a sitting room and a marble bathroom. FACILITIES: Guests are offered a restaurant, a health club, a gym, a sauna, a Turkish bath, a covered swimming pool and a swimming pool. The establishment also offers a games room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.33" OriginalAmount="23.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2428483" Longitude="55.2755843" StarRating="4" HotelCode="|118691" HotelName="Mercure Gold Al Mina Road Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road Bur Dubai, P O Box 66431, BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/9/1/118691_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2009 and has 184 standard rooms. The establishment has 2 meeting rooms, audiovisual equipment, a business centre, a lobby, express check-out and a reception. It also has air-conditioning, a safety deposit box service and a lift. With regards to the food and beverage offering, the establishment has a bar and a restaurant. The establishment also offers WiFi, room service and a laundry service. SITUATION: This modern hotel is in Al Mina Road, close to Sheikh Zayed Road, the convention centre, the shopping centres and Jumeirah Beach. It is 20 minutes away from Dubai Airport. ROOM: The rooms have internet, a direct line telephone, a coffee maker, a kettle, a mini-bar, a satellite television, an air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a swimming pool, a heated swimming pool, a health club and spa treatments (available for a fee). MEALS: Customers have at their disposal a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.33" OriginalAmount="23.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.276179" Longitude="55.310341" StarRating="3" HotelCode="|215755" HotelName="Royal Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Murar, Dubai - Opposite Delhi Restaurant, Behind Al Futaim Mosque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/5/5/215755_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.37" OriginalAmount="23.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1139345" Longitude="55.1908079" StarRating="4" HotelCode="|118759" HotelName="Md By Gewan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road,Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/5/9/118759_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 312 rooms, 60 junior suites, 30 deluxe rooms and 6 Royal Suites. The establishment has air-conditioning, a lobby with a reception, a lift, room service and a laundry service. SITUATION: The establishment is 20 kilometres away fromDubai the city centre of it is situated 4 kilometres away from Palm Jumeirah the Island of 500 metres away, guests have Mall of The Emirates the shopping centre. ROOM: Clients are offered one, two or three bedroom suites, a living room, a dining room, a kitchen, a bathroom with a shower, a hairdryer, a television, a coffee maker and a kettle. FACILITIES: The establishment has a gym, 4 kilometres away from the establishment, customers can find a golf course. PAYMENT METHODS: The establishment accepts Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.38" OriginalAmount="23.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2625432" Longitude="55.3261478" StarRating="4" HotelCode="|57345" HotelName="Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL RIGGA STREET PO BOX 182244</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/3/4/5/57345_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban, family-friendly hotel, has 133 rooms, suites, 7 suites and 14 junior suites. The establishment has air-conditioning, a hall, a reception, a safety deposit box service, a currency exchange service, a lift and a hairdresser's. Our guests can find a cafÃ©, a sports bar, a pub, a nightclub, restaurants, shops and a beauty centre. The establishment also offers the business centre, conference facilities, internet, a laundry service, room service, a car park and an indoor car park. SITUATION: Is situated inAl Rigga the Street of 100 metres away, guests can find the metro station, close to the establishment, guests have the business area, the commercial area 10 minutes away from the airport. ROOM: The rooms a bathroom with a shower or bath, a hairdryer, a king size or double bed, a direct line telephone and a satellite TV. They also have internet, a safety deposit box, a mini-bar, a coffee maker, a kettle and individual air-conditioning. FACILITIES: The establishment boasts a pool that has a children's area, a gym, a terrace and a jacuzzi. MEALS: Clients have at their disposal 2 bars. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: The establishment offers a transfer service to the beach and the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.42" OriginalAmount="23.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2588807" Longitude="55.3225473" StarRating="4" HotelCode="|119774" HotelName="Xclusive Clover Creek Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RIGGA AL BUTEEN ROAD, CLOCK TOWER DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/7/7/4/119774_general.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has air-conditioning, a lobby, a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a restaurant, conference facilities, WiFi, room service and a laundry service. SITUATION: Is situated inDeira the heart of Close to Dubai Creek Cove markets. it is 7 kilometres away from Dubai Airport. ROOM: The rooms have an air-conditioning system, a bathroom with a shower, a bath, a hairdryer, a double bed, rooms, suites, well-decorated, a direct line telephone and WiFi. They also have a satellite TV, a DVD player, a safe, a kitchen with fridge, a ceramic hob, a microwave, a toaster, a teapot, a coffee maker, a kettle, an ironing set and a washing machine. FACILITIES: Guests are offered a swimming pool, a gym, a sauna and a steam bath. PAYMENT METHODS: Customers can pay by Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.51" OriginalAmount="23.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.266084" Longitude="55.325649" StarRating="4" HotelCode="26364|30664" HotelName="Coral Dubai Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muraqqabat Street, P.O. Box 82999, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/85/ba/85ba2b814bcb381a502b1ccc15b6c41739ba9112.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The conference hotel lies on Muraqqabat Street in Deira and is about 10 minutes from the internation...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="24.65" OriginalAmount="23.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25291414" Longitude="55.29666776" StarRating="4" HotelCode="951179|2393305" HotelName="Grayton Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12A Street, PO Box 7, Al Mankhool, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/95/f89521935036cdfbb27a5aafa23e6f00c239270c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.70" OriginalAmount="23.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2446354" Longitude="55.298594" StarRating="2" HotelCode="|87889" HotelName="President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Trade Center Road - SHEIKH KHALIFAH BIN ZAYED ST KARAMA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/8/9/87889_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge) in communal areas, 2 restaurants and a cafÃ©. SITUATION: This hotel is in Al Karama is situated in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26182394" Longitude="55.29039537" StarRating="0" HotelCode="447068|379906" HotelName="Al Raein Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riff Road, Bur Dubai, Dubai P.O.Box:294217</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/da/86da2a4272a2e2ea1c0254a6d1ee3b4ba487e251.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="24.72" OriginalAmount="24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116431" Longitude="55.196068" StarRating="3" HotelCode="140884|34758" HotelName="Novotel Suites Dubai Mall of the Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2A Street, P.O. Box 283825, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/2f/212f82de0a4f8dbd5bb2dffbe3ac529e40d0eb46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the World Trade Centre and Jebel Ali, and is ideal for business and le...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="24.72" OriginalAmount="24.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11122739" Longitude="55.19591985" StarRating="4" HotelCode="475958|al_khoory_atrium" HotelName="Al Khoory Atrium Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O.Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/51/1e518e4af008dcb34adf49ce53fde76a5e29f1f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="24.80" OriginalAmount="24.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2704743" Longitude="55.3268958" StarRating="5" HotelCode="|79086" HotelName="Crowne Plaza Dubai Deira, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/9/0/8/6/79086_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Deira is situated in Crowne Plaza Dubai 10 minutes away, guests can find the airport. It is close to Salah Al Din Station and the metro station. ROOM: All the rooms have a mini-bar, a flat-screen television and internet. FACILITIES: The establishment boasts a restaurant, a fitness centre and swimming pools. Guests are offered a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.01" OriginalAmount="24.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25896" Longitude="55.3226" StarRating="4" HotelCode="|186324" HotelName="Pearl Executive Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Riggat Al Buteen Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/2/4/186324_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.16" OriginalAmount="24.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.266931032274" Longitude="55.380969643593" StarRating="3" HotelCode="56926|31204" HotelName="Fortune Plaza Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Nahda Road, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/29/95293958d1a316e02736138e9dca798f4088d27d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a few minutes away from the airport, Dubai Expo, Al Mulla shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.17" OriginalAmount="24.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273567" Longitude="55.381388" StarRating="4" HotelCode="31296|84776" HotelName="Dubai Grand Hotel By Fortune" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, P.O. Box 34150, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/c2/d6c2720b983bfde00990b00b692ea74149f468a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located in Al Ghusais, close to Terminal 2 of Dubaï Airport, the Dubaï World Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.18" OriginalAmount="24.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09722" Longitude="55.17596" StarRating="4" HotelCode="141394|119022" HotelName="Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, P.O.Box 500234, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7d/02/7d0250af0e12a76e1de6545fbf98879d20196d37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Al Barsha Tecom, this business hotel is just a short distance from the metro station, Dub...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="25.24" OriginalAmount="24.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.231964287383" Longitude="55.285562846558" StarRating="3" HotelCode="547026|CBB017300" HotelName="Rove Trade Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, Al Jafiliya, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/56/02/56027157b17d0baea8ce82f21510c23ec2e68513.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai. Its setting is especially ideal for business trav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.25" OriginalAmount="24.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1166397" Longitude="55.1959555" StarRating="3" HotelCode="|74920" HotelName="Novotel Suites Mall Avenue Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2A Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/9/2/0/74920_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a business centre, a games area and a lobby. SITUATION: Sheikh Zayed Road Is situated in next to the establishment, guests will find a shopping centre, in the surrounding area, clients have places of interest, leisure areas and the beach. ROOM: The establishment has modern suites and fully-equipped.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.31" OriginalAmount="24.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270403" Longitude="55.380427" StarRating="4" HotelCode="|119324" HotelName="Time Grand Plaza , Dubai Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 237844, Damascus Road St. Al Qusais</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/3/2/4/119324_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 232 large rooms and suites. The establishment boasts 3 meeting rooms and WiFi. SITUATION: It is in the shopping and business area, 15 minutes away from the establishment guests have the Congress Centre, 5 minutes away from the establishment, clients can find Dubai Airport. ROOM: The rooms have a desk, chair, a coffee maker, a kettle, a safe and WiFi. Guests also have available suites with a living room and a balcony. FACILITIES: Clients can find a gym and a heated swimming pool on the roof terrace. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.36" OriginalAmount="24.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.244911869" Longitude="55.2989128232" StarRating="2" HotelCode="178564|459455" HotelName="President Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trade Centre Road, P.O. Box 28756, Karama, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/75/32751248027ca44127a02ce7dab107bdb3f35281.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.42" OriginalAmount="24.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.91106146" Longitude="55.01355748" StarRating="3" HotelCode="871503|2364685" HotelName="Rove At The Park" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Parks and Resorts, PO Box 119444, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81ce76c0a54dc81d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.47" OriginalAmount="24.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2735243" Longitude="55.3813363" StarRating="3" HotelCode="|20348" HotelName="Dubai Grand By Fortune" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Road,Al Qusais 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/8/20348_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, contemporary style, has 3 floors and 146 rooms. It also has a reception, a safety deposit box service, a currency exchange service, a lift, a conference room, a nightclub, a cafÃ©, a bar and a restaurant. The establishment also offers shows, a nightclub and a tavern. The establishment has a car park. SITUATION: The hotel Al Qusais it is in near the establishment, you will find Dubai Airport Dubai World Trade Center, Al Shabab Club, Al Mulla Plaza, Al Ahli Club and Airport Expo it is close to. ROOM: The rooms well-decorated, a bathroom, a hairdryer, a satellite television, a mini-bar, internet, an air-conditioning system and a safe (available for a fee). FACILITIES: Outdoors, guests have access to a pool that has a children's area and a jacuzzi. The establishment also has a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.47" OriginalAmount="24.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271295553075" Longitude="55.307428813492" StarRating="2" HotelCode="934452|945965" HotelName="Mark Inn Hotel Deira" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Metro Station, Behind Khansaheb Parking, Maktoum Hospital Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/90/7390adef423f8ab80603a25c77c0046f7c54f209.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.57" OriginalAmount="24.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2563126" Longitude="55.3258568" StarRating="0" HotelCode="|121177" HotelName="Tulip Creek Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, near Deira City Centre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/7/7/121177_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Deira the centre of it is situated close to Dubai Cove. ROOM: Customers have modern rooms. FACILITIES: The establishment has a car park (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.59" OriginalAmount="24.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234161613232" Longitude="55.311741828918" StarRating="5" HotelCode="29048|31104" HotelName="Mövenpick Hotel &amp; Apartments Bur Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, Oud Metha Area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/41/41914cab73472857/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the centre of the city of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.59" OriginalAmount="24.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253571" Longitude="55.332856" StarRating="4" HotelCode="103268|86439" HotelName="Novotel Dubai Deira City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Front of Deira City Centre Mall, Port Saeed District, P.O. Box 185310, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/47/1e4737bc4c72af1fe94511c9157d53abddf454f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a prime location, at the heart of the historic part of Dubai, in front of the City Centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.59" OriginalAmount="24.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254558765007" Longitude="55.32778002943" StarRating="4" HotelCode="409633|81144" HotelName="Copthorne Hotel Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, Deira, P.O. Box 119311, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/a3/b0a338f972c3264267ff511953b43ba153c41f60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the city, this hotel lies opposite the Deira City Center shopping centre. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.61" OriginalAmount="24.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2711634" Longitude="55.309712" StarRating="1" HotelCode="|87245" HotelName="Zagy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nakheel Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/4/5/87245_405b0e91116.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts rooms with air-conditioning, room service and a reception. SITUATION: This family-owned hotel is 10 minutes away from Union the metro station Zoco del Oro it is situated 2 kilometres away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="25.66" OriginalAmount="24.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265359233596" Longitude="55.316832661629" StarRating="3" HotelCode="42789|30654" HotelName="Comfort Inn Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/b0/60b00faea4cce1ade51c7141d200e09d33031842.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251503645091" Longitude="55.290795062269" StarRating="1" HotelCode="371239|273316" HotelName="Manhattan Hotel" Meals="ROOM ONLY,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Near Standard Chartered Bank, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/4a/ca4afd1bccad0c6bfc59b773d247e054cb9dea60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="25.75" OriginalAmount="25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269919" Longitude="55.304945" StarRating="2" HotelCode="70492|62846" HotelName="Rafee" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Nasser Square, P.O.Box 1249, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/6b/f1/6bf1a2475abdfe5ce3d22546391fef6c5a971418.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="25.75" OriginalAmount="25.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="818321|al_karnak_hotel" HotelName="Al Karnak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naif Road</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/87/bc87f70fcaa04bea182ee1711c4f1d4785e44efa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.89" OriginalAmount="25.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2548244" Longitude="55.3280918" StarRating="4" HotelCode="|72581" HotelName="Copthorne Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, DeiraP O Box 119311</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/8/1/72581_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2008, has 3 restaurants, a swimming pool, a terrace, a gym and a health centre. SITUATION: It is in the commercial area, 5 minutes away from the establishment, you can find Dubai Airport. ROOM: The modern rooms, have a balcony, a safe and a television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="25.98" OriginalAmount="25.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274371" Longitude="55.298274" StarRating="3" HotelCode="|445331" HotelName="Ibis Styles Dubai Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Maitha Plaza, Al Khaleej Road 110, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/3/3/1/445331_85171cc1113.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264336" Longitude="55.326673" StarRating="4" HotelCode="33650|133264" HotelName="J5 Rimal" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Murraqabat Street, P.O. Box 27070, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/45/fa452aa2dfd589d2af94b345313c28c570ee9834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of the city of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253969008086" Longitude="55.335921965573" StarRating="4" HotelCode="70417|2055325" HotelName="J5 Hotels - Port Saeed" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Road, PO Box 33871, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/33/8133c4eeffd4b0cf5def75b67215b11d6514de9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Deira City Centre shopping centre is located in the immediate vicinity of the hotel. The World T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269777185602" Longitude="55.325091024808" StarRating="5" HotelCode="144106|275975" HotelName="Asiana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/3d/dc3dcbc8704b22dca09012f24c04cc145fea776b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.11" OriginalAmount="25.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264083" Longitude="55.322115" StarRating="4" HotelCode="|119326" HotelName="GRAND MOOV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/3/2/6/119326_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25281852" Longitude="55.30261608" StarRating="4" HotelCode="440207|1895805" HotelName="City Seasons Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalifa Bin Zayed Road, Mankhool, Next to Burjuman Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/4e/694e4dfe33c51d877fa17557aee10c1f9544dba4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.11" OriginalAmount="25.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0378918" Longitude="55.18439" StarRating="4" HotelCode="749071|2320425" HotelName="Occidental Dubai Production City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Conference Hall,Designated Smoking Area,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IMPZ.B. 19, Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/870261/p_870261_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.15" OriginalAmount="25.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098227711811" Longitude="55.17641633749" StarRating="4" HotelCode="908945|141744" HotelName="Ramee Rose Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha South, TECOM, P.O. Box 26816, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ba/2c/ba2c1b210d95248849920d6409ed89338e62802e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.39" OriginalAmount="25.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22158984" Longitude="55.33163223" StarRating="3" HotelCode="810431|2330615" HotelName="Premier Inn Dubai Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Culture Village, Al Jaddaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/32/32ba8b5024039ce5/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.44" OriginalAmount="25.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.240536601879" Longitude="55.273160720238" StarRating="3" HotelCode="320173|1517218" HotelName="ibis Styles Dubai Jumeira Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, 2nd December Street, Jumeira 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/99/f099709dd02878fadfe341a3d15ce3c3774c5c44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is perfect for both corporate and leisure travellers, thanks to its prime location and eas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="26.48" OriginalAmount="25.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247778" Longitude="55.278398" StarRating="4" HotelCode="319694|CAW675500" HotelName="Hilton Garden Inn Dubai Al Mina" Meals="HALF BOARD,ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, Port Rashid district, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/68/9b68e880bf85e41a2c0d3f0a5fe43149dbfefa9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="26.51" OriginalAmount="25.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234132539839" Longitude="55.314431495701" StarRating="3" HotelCode="516595|CBA480900" HotelName="Rove Healthcare City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Laundry,Lounge,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, PO Box 119444, Oud Metha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3c/33/3c33953dd24cffe70d93dda5770a68b45590cc36.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect, this hotel is located in the heart of Dubai. The nearest shops can be reached within about ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.67" OriginalAmount="25.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24648" Longitude="55.29239" StarRating="1" HotelCode="|186183" HotelName="Manhattan Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/8/3/186183_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="26.78" OriginalAmount="26.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.867133782509" Longitude="55.14689134736" StarRating="3" HotelCode="618721|aloft_dubai_south" HotelName="Aloft Dubai South" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Business Centre,Designated Smoking Area,Dining,Fax,Internet,Lounge,Meeting Room,Printer,Restaurant,Room Service,Smoking Rooms,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 712778, Aviation City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/27/6f27cd4baf9c511cbf2a5a3e259af3fd03532ece.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in Dubai. The total number of rooms is 145. Both wired and wireless c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.83" OriginalAmount="26.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242998034919" Longitude="55.358927279762" StarRating="3" HotelCode="152740|920325" HotelName="Premier Inn Dubai International Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/f6/2af6f831d4672382d6b6f03e8eb6e86981c5eb51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="26.86" OriginalAmount="26.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115622686047" Longitude="55.193818509579" StarRating="4" HotelCode="263795|925465" HotelName="Donatello Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Barsha 1, Near Mall Of The Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/01/5b/015bdfe8d17885ec16187b77dae8c1428ec29aa3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on the Sheikh Zayed Road, in Al Barsha, Dubai. Centrally situated, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="26.87" OriginalAmount="26.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2617195" Longitude="55.3195477" StarRating="5" HotelCode="|20352" HotelName="Knight Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL MAKTOUM STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/2/20352_4b9fd281303.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has and 212 rooms, 10 floors, this building, with air-conditioning, has a reception, with express check-out, lifts, a hairdresser's and a nightclub. The establishment has restaurants, a bar, conference rooms, internet, room service, a laundry service and a car park. SITUATION: This luxurious hotel is near Jumeirah the beach Deira is situated in is situated in Al Maktoum the street 10 minutes away from the establishment, clients can find the river, in front of the hotel there is a public transport stop, is 15 minutes away from the airport. ROOM: The stylish rooms, well-decorated, a bathroom, a hairdryer, a bathrobe, a satellite or cable television, a radio, a mini-bar, internet, an iron, an air-conditioning system, central heating and a safe (available for a fee). FACILITIES: The establishment has a swimming pool that has an area for children, deck chairs, a gym, a sauna, a jacuzzi and a steam bath. At an additional cost, you can play golf, Around the establishment, our guests can find tennis courts, squash courts and water sports. MEALS: Guests are offered all meals in a buffet format, Clients can book half-board. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.11" OriginalAmount="26.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079226911551" Longitude="55.144208371639" StarRating="4" HotelCode="170684|200466" HotelName="Marina View Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, P.O. Box 454745, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/238782/a_238782_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.13" OriginalAmount="26.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.220079" Longitude="55.280183" StarRating="5" HotelCode="18419|30674" HotelName="Crowne Plaza Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Al Nahyan Road, P. O. 23215, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/66/2d665fbe62faa09b072dbce589e0442948e367a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This business hotel is located on the fashionable Sheikh Zayed Street, in the heart of Dubai City. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.13" OriginalAmount="26.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252704057461" Longitude="55.335833430408" StarRating="4" HotelCode="522966|1993975" HotelName="Royal Continental Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Road, Opposite Deira City Center, PO Box 182166, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/56/d056dab1d849c2e6322ea47af288767bae84c3c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.20" OriginalAmount="26.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253488" Longitude="55.303931" StarRating="4" HotelCode="16882|31254" HotelName="Regent Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>41 Sheikh Khalifa Bin Zayed Street, Opposite Burjuman Shopping Centre, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/b3/05b393ce9b9ff1f668c92e091b24913489af8445.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located along Trade Centre Road in Bur Dubai, this hotel lies directly opposite Burjuman shopping ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.21" OriginalAmount="26.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2606013" Longitude="55.3246563" StarRating="3" HotelCode="|20447" HotelName="Orchid" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Deira Al Riqqa Road, Al Makhtum Street , Dubai 14042</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/4/7/20447_e3176360307.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, with air-conditioning, has 84 rooms, a safety deposit box service, a currency exchange service and lifts. The establishment boasts a restaurant, a cafÃ©, a nightclub and a tavern. It also has a laundry service and room service. SITUATION: The hotel is in Al Maktoum the street Deira it is in 5 minutes away from the establishment, you can find the city centre, is a few minutes away from the airport. ROOM: The comfortable rooms, have a bathroom, a hairdryer, satellite or cable TV, a mini-bar, a coffee maker, a kettle, a central air-conditioning system and a safety deposit box (available for a fee). FACILITIES: The establishment boasts a jacuzzi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.23" OriginalAmount="26.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265332" Longitude="55.329741" StarRating="4" HotelCode="|192750" HotelName="Hilton Garden Inn Dubai Al Muraqabat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Abu Baker Al Siddique Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/5/0/192750_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.27" OriginalAmount="26.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2344414" Longitude="55.313098" StarRating="3" HotelCode="|210906" HotelName="Rove Healthcare City - Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19th Street, Oud Metha, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/6/210906_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.27" OriginalAmount="26.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11425746" Longitude="55.19080682" StarRating="4" HotelCode="571265|2178525" HotelName="Rose Park Hotel - Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Sharaf DG Metro Station, Al Barsha 1, Sheikh Zayed Road, P.O. Box 45113, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/03/61039827ecae63670475cf639676642301d198d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Dubai, this hotel is ideal for business travellers as well as families...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.32" OriginalAmount="26.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0974074" Longitude="55.1737628" StarRating="4" HotelCode="|118950" HotelName="Social" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 500234 DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/5/0/118950_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel was built in 2009, has 152 rooms and a hall with a lift. SITUATION: This business hotel is in Al Barsha Tecom, near the establishment, guests will find the metro station, a commercial centre and places of interest. It is situated 15 kilometres away from the World Trade Center, ROOM: Clients are offered smart, standard rooms and suites. They have a bathroom with a shower, a bath, a hairdryer, a DVD player, a television, a coffee maker, a kettle, press (free of charge), a king-size bed, internet, a safe, a mini-bar, an ironing set and an individual air-conditioning system. FACILITIES: The establishment has a swimming pool with an outdoor bar, a terrace, shacks and a gym. Guests can also enjoy a massage service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="27.36" OriginalAmount="26.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2557296" Longitude="55.332585" StarRating="3" HotelCode="497110|CAZ908500" HotelName="Rove City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>24th Street, 19th B Street, Port Saeed, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/15/52/1552acfcccb42221b6dd49fcd17d437a6a114aef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.42" OriginalAmount="26.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.240406630431" Longitude="55.275290608406" StarRating="5" HotelCode="169208|281595" HotelName="Ramada by Wyndham Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, P.O. Box 121122, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/08/1608540437882c0d097bfc32cc3d5b3e882ddb6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 4.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.46" OriginalAmount="26.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.221122" Longitude="55.282086" StarRating="4" HotelCode="37772|31134" HotelName="Novotel World Trade Centre Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saa'da Street, P.O. Box 9622, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/48/85485d9df6fe79b716896a8545ca5a0e1b1ee28c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a part of the Dubai International Convention and Exhibition Centre complex. It is situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.54" OriginalAmount="26.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252884" Longitude="55.285528" StarRating="5" HotelCode="171302|615835" HotelName="The Canvas Hotel Dubai MGallery By Sofitel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>23 Kuwait Street, Port Rashid, 116656 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/be/88be87b8708a18034a25efe810d5bcf72f6a6417.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the traditional Bur Dubai, the hotel is surrounded by the most attractive pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.62" OriginalAmount="26.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247956510226" Longitude="55.337917506695" StarRating="4" HotelCode="93395|98109" HotelName="Le Meridien Fairway" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Road, PO Box 36400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/42/42f31fccbc017de0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within close proximity of the enchanting Dubai Creek and provides guests with ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.65" OriginalAmount="26.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037372" Longitude="55.184018" StarRating="4" HotelCode="|445873" HotelName="Four Points by Sheraton Production City, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot No. IMPZ.B.018 and B.019</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/8/7/3/445873_f6bc25d1546.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272242669692" Longitude="55.380907648696" StarRating="3" HotelCode="639431|281308" HotelName="Hampton by Hilton Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Damascus Street, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/6a/7e6aacf7f3061630cad072a83c639ac8495d7960.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="27.81" OriginalAmount="27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270804574478" Longitude="55.308241457672" StarRating="1" HotelCode="933297|201688" HotelName="Zagy Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Yousaf Baker Road, Al Nakheel Street, Deira, P.O. Box 32013, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/78/4e787bc413ddcbddb6b8526598cb7a305bd79603.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The range of services and facilities at the hotel ensures a pleasant stay for business guests and ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.81" OriginalAmount="27.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.221286" Longitude="55.288416" StarRating="4" HotelCode="|57844" HotelName="Novotel World Trade Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Saa'da Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/4/4/57844_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="27.92" OriginalAmount="27.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.983048442445" Longitude="55.091127560328" StarRating="1" HotelCode="330368|2882915" HotelName="easyHotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 724, PO Box 17777, Jebel Ali Free Zone Authority (JAFZA), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/7e/c67ec9ef66b37344a44bd5253b11c64898914580.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located In JAFZA, Jebel Ali, Easy Hotel is within a 15-minute drive from Ibn-Battuta Mall\n\nLocated...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.93" OriginalAmount="27.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1129335" Longitude="55.1950934" StarRating="3" HotelCode="|72578" HotelName="Centro Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>ROAD 329,AL BARSHA 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/7/8/72578_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has business facilities, WiFi, a business centre and 2 meeting rooms. This air-conditioned hotel was built in 2009, has a lobby, express check-out, a reception, a currency exchange service, a lift, a kiosk, a cafÃ©, a laundry service and a car park. It has 245 rooms. SITUATION: The hotel is near the business area, is located near Sheikh Zayed Road the commercial area of the business area, nearby, you will find the railway station, the bus station, is 17 kilometres away from Dubai Airport. ROOM: standard rooms and suites, a bathroom with a shower, a hairdryer, a double bed, a direct line telephone, a satellite or cable television, a radio, internet, a safe, a mini-bar, a coffee maker, a kettle, an iron and individual air-conditioning. FACILITIES: The establishment boasts a wellness centre, a gym, a swimming pool, a sauna, a steam bath and deck chairs. it is 5 kilometres away from a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant, The establishment offers all meals in a buffet format, The establishment also offers Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.02" OriginalAmount="27.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269696" Longitude="55.311773" StarRating="3" HotelCode="|482138" HotelName="Trans World L.L.C" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Makhtoum Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/2/1/3/8/482138_192463a1349.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.16" OriginalAmount="27.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2609449" Longitude="55.3209376" StarRating="0" HotelCode="|121033" HotelName="Khalidia Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/0/3/3/121033_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is great value, ideal for holidays or business trips, is ideal for family holidays, has a meeting room, a laundry service, a dry cleaner's, has a swimming pool and a gym. SITUATION: Around the establishment, clients can find shops, restaurants and the leisure areas. ROOM: one bedroom suites, have a king-size bed, dressing table and a bathroom. standard rooms, have a double bed, dressing table and a bathroom. two bedroom suites, have an air-conditioning system, internet, a television and a satellite TV. single rooms, have a kitchen, a fridge, a kettle, a microwave, a washing machine, tumble drier and an iron.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.21" OriginalAmount="27.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249443625976" Longitude="55.301557481289" StarRating="5" HotelCode="165292|139414" HotelName="Park Regis Kris Kin Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifah Bin Zayed Street, PO Box 8264, Opposite Burjuman Centre, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4d/48/4d48547c7179bfc3e65cc3b4f5ba04b585868c1c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is centrally located in the heart of Dubai's central commercial and financial district. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.28" OriginalAmount="27.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25352947468" Longitude="55.293257320508" StarRating="4" HotelCode="59922|53754" HotelName="Majestic City Retreat Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Road, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/25/1625348338ede9a5fa180cd882bc213c7151d157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of downtown Dubai in the Bur Dubai area. It is near to key busines...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.28" OriginalAmount="27.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270737" Longitude="55.322551" StarRating="4" HotelCode="75968|592555" HotelName="Star Metro Deira Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Guesthouse,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, PO Box 184786, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/24/6524f243967e57f1f92a79459a381b2c6ed31c50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Dubai, 100 m from Al Reef Mall. Restaurants, bars, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.28" OriginalAmount="27.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2574741" Longitude="55.2996693" StarRating="4" HotelCode="|20347" HotelName="Majestic Premier Hotel Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/7/20347_5a417620818.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, has 125 standard rooms, a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a hairdresser's, a shop, leisure facilities, conference facilities, a cocktail bar, an Ã  la carte restaurant, a club and an oudooor car park. SITUATION: Is situated in Khalid Bin Al Waleed and Bur Dubai Street, close to shops, leisure areas and World Trade Centre, is 15 minutes away from Dubai Airport. ROOM: Customers can find modern rooms with a bathroom with a hairdryer, a satellite or cable television, a mini-bar, a coffee maker, a teapot, an iron, internet, a safe (available for a fee), an air-conditioning system and stunning views. FACILITIES: The establishment has a covered swimming pool with deck chairs, a jacuzzi and a gym. MEALS: Guests can book half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.28" OriginalAmount="27.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.096590517641" Longitude="55.174014421402" StarRating="4" HotelCode="450351|1910985" HotelName="Signature 1 Hotel Barsha Heights - TECOM" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Thanayah 1, Barsha Heights (Tecom), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f2fe76843448fd7/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 10 km from the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.28" OriginalAmount="27.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26198721" Longitude="55.28139078" StarRating="4" HotelCode="410024|2251775" HotelName="Queen Elizabeth 2" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Restaurant,Room Service,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mina Rashid, P.O. Box 6769, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6a/14/6a14ce027f68c78073b39b1724dbe51f0e4b45f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The friendly staff at the guest services desk are happy to answer any questions. Services and facili...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.31" OriginalAmount="27.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.237242916673" Longitude="55.274322330951" StarRating="4" HotelCode="258976|30894" HotelName="Jumeira Rotana" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd December Street, PO Box 33640, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/a2/3ca29dbd8b35f3b67bf52193cc27065db637b92d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in Satwa on Al Difayah Street. Restaurants and street cafés as well as shops ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.32" OriginalAmount="27.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11341" Longitude="55.20185" StarRating="4" HotelCode="573741|2176255" HotelName="MENA Plaza Hotel Albarsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Street 13, P.O. Box 282464, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/623423/623423a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.39" OriginalAmount="27.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098963896148" Longitude="55.173275823418" StarRating="4" HotelCode="440708|1893205" HotelName="dusitD2 Kenz Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 71162, Barsha Heights, Near Internet City Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/b6/c5b6ff14cfaf22df86aa6c00ae76c7c6569d0491.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.40" OriginalAmount="27.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255778" Longitude="55.332711" StarRating="3" HotelCode="|208955" HotelName="Rove City Centre, Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24th/19th B Street, Port Saeed District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/8/9/5/5/208955_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.53" OriginalAmount="27.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252124" Longitude="55.3035147" StarRating="5" HotelCode="|87879" HotelName="Park Regis Kris Kin  Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Khalifa Bin Zayed St, Opp Burjuman Center, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/7/9/87879_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has various facilities, such as meeting rooms, banquet facilities, event rooms and a conference room with features that offer you the maximum level of comfort, This air-conditioned complex was built in 2010, has 392 rooms, a reception, a hall, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a kiosk, a hairdresser's and an auditorium. Guests can also find a cafÃ©, a restaurant, a bar, a pub, a nightclub, WiFi, room service, a laundry service, a car park and indoor parking. SITUATION: Is situated inDubai the financial district of Dubai 20 minutes away from the establishment guests have Sheikh Zayed Road it is close to Clients can also find Dubai the Exhibition Centre a business centre, conference centres, the commercial port, BurJuman Shopping Mall, Mall of the Emirates and Dubai Mall the Museum of Dubai park Dubai Creekside the beach. ROOM: All the rooms have a mini-bar, a desk, a satellite or cable television, WiFi, a safety deposit box, an air-conditioning system, an alarm clock, a coffee maker, a kettle, a bathroom with bidet, bath or shower, have a king size or double bed, a hairdryer, a direct line telephone, an ironing set and a terrace. FACILITIES: Outdoors, clients can enjoy a heated pool, a gym, a children's swimming area, an outdoor bar, deck chairs and water aerobics. Our customers can also use a jacuzzi, a sauna and a steam bath. MEALS: Guests are offered a continental buffet breakfast and Ã  la carte, menu or buffet lunch and dinner. PAYMENT METHODS: The establishment accepts Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.58" OriginalAmount="27.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248383" Longitude="55.34383" StarRating="4" HotelCode="42928|31094" HotelName="Millennium Airport Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, Casablanca Street, Al Garhoud, PO Box 13018</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/20/c7201f397b5a2d1cabddc69560186cd08adc13bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Al Jazeera Street, between Al Maktoum Street and Al Rigga Street. It is just...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.62" OriginalAmount="27.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11362044" Longitude="55.19344834" StarRating="3" HotelCode="962298|2519915" HotelName="Hampton By Hilton Dubai Al Barsha" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1 Street, Al Barsha 1 District, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/23/8223d2ae30f0c06c4ed08b3d9b059e0b0abc33ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.71" OriginalAmount="27.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.117282" Longitude="55.194933" StarRating="4" HotelCode="|169138" HotelName="Signature Al Barsha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/3/8/169138_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a fitness centre, WiFi (free of charge), a reception, a bar and a terrace. The establishment also offers a meal service, a living room, ticket sales and a car park (free of charge). SITUATION: This hotel Al Barsha it is in it is situated 5 minutes away from Mall of The Emirates the shopping centre Burj Khalifa 20 minutes away from the establishment, you can find the Dubai Mall the shopping centre it is situated 22 kilometres away from Dubai Airport. ROOM: The rooms have city views, flat-screen satellite television, an air-conditioning system, a mini-bar, a bathroom with a shower, a bath and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.73" OriginalAmount="27.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.117218998722" Longitude="55.19515840741" StarRating="4" HotelCode="304562|1064428" HotelName="Signature Hotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Jumeirah Beach, Near Mall Of Emirates, Dubai 26261</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/39/394565/394565a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.79" OriginalAmount="27.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.289885886158" Longitude="55.35428433475" StarRating="5" HotelCode="213695|921085" HotelName="Mövenpick Hotel Apartments Al Mamzar Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Cairo Road and 46th Street, Al Mamzar, Dubai 92114</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/b2/b3b2b275023d712ecf9b3ef1a82cd710b7d472c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.81" OriginalAmount="27.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.097472874945" Longitude="55.174829203705" StarRating="4" HotelCode="545853|2127865" HotelName="TRYP by Wyndham Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Golf,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saef 1 Street, Barsha Heights, Dubai, P.O. Box 215373</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/e7/79e7fc408274499547f66082ac09dd9cee31b77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.83" OriginalAmount="27.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256527" Longitude="55.334769" StarRating="4" HotelCode="|57824" HotelName="DoubleTree by Hilton Dubai Port Saeed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed Al Maktoum Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/2/4/57824_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255670877069" Longitude="55.336010456085" StarRating="4" HotelCode="42787|28556" HotelName="City Seasons Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road, Port Saeed, P.O. Box 182002, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/3c/ef3c2b16d31b415d3f1b881e51190426cdff60d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Airport Road, near the Toyota Showroom and just after the DNATA sign. It li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="28.84" OriginalAmount="28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116010067609" Longitude="55.196376067084" StarRating="4" HotelCode="348056|92710" HotelName="Hilton Garden Inn Dubai Mall Of The Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22nd Street, P.O. Box 393971, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/10/05105af5a8ccdc3a8590207c7768340a20562801.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.84" OriginalAmount="28.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267997" Longitude="55.315293" StarRating="3" HotelCode="|443702" HotelName="Le Wana " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>St. 4th, Near Union Metro Station, Exit 2, Opposite Al Ghurair Mall, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/3/7/0/2/443702_71edd321253.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="28.85" OriginalAmount="28.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.265026921701" Longitude="55.322154164314" StarRating="4" HotelCode="55033|41784" HotelName="Flora Grand Hotel" Meals="BED &amp; BREAKFAST,FULL BOARD,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Dubai 120328</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/e7/9be7ebfb25f1c2a11ee0e2ed8132d4067d71f85e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This upmarket hotel lies in Deira, parallel to the Al Riqqa Road, close to the business and commerci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="28.97" OriginalAmount="28.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.096617" Longitude="55.173916" StarRating="4" HotelCode="|209533" HotelName="SIGNATURE 1 HOTEL TECOM" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 503066, Al Thanayah 1 Tecom, (Barsha Heights)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/9/5/3/3/209533_25a1f191905.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.14" OriginalAmount="28.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271084" Longitude="55.329999" StarRating="5" HotelCode="136624|1910365" HotelName="AVANI Deira Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corner Abu Baker Al Siddique and Sallahudin Road, P.O. Box 234344, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/23/a2/23a23d8fda19eedb2b4edaa349221dabd4cd775f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Due to the fact that the hotel is located in the heart of Dubai's historic and most culturally diver...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.16" OriginalAmount="28.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248822398456" Longitude="55.312304751424" StarRating="4" HotelCode="401487|66614" HotelName="Ramee Royal Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, Bur Dubai, Dubai 26816</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/4c/3a4cbdee8ce7953928da36b1aa95fb6d51ccf1ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of Dubai, near Al Maktum Bridge in Al Karama, this hotel offers easy access to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.20" OriginalAmount="28.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2707638" Longitude="55.3297554" StarRating="5" HotelCode="|74909" HotelName="Avani Deira Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corner Abu Baker Al Siddique And Sallahuddin Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/9/0/9/74909_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2011. SITUATION: 10 minutes away from the establishment, you can find the airport, is well-connected with places of interest, is situated in a business area. ROOM: The rooms have an air-conditioning system, a flat-screen television, an iPod docking station, a safety deposit box, a kettle and coffee. FACILITIES: Regarding the food and beverage offering, there is 2 restaurants and a bar. The establishment boasts a swimming pool on the roof terrace, a well-equipped gym and a spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.34" OriginalAmount="28.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270122" Longitude="55.305291" StarRating="0" HotelCode="|471673" HotelName="Three 888 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Burj St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/6/7/3/471673_54e7ee61204.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.37" OriginalAmount="28.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223829262994" Longitude="55.284850956432" StarRating="5" HotelCode="186644|961315" HotelName="The Apartments Dubai World Trade Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 9229, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/3d/5a3df8895c3120a606264f9cb970bda0a0c2c1ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant luxury hotel is located in Dubai City.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.38" OriginalAmount="28.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113768310843" Longitude="55.200149467963" StarRating="5" HotelCode="178473|838245" HotelName="Elite Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Barsha 1, Behind Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/91/915c0979305c55dd/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of 'New Dubai', the Auris Plaza, within a 5-minute walk of the Mal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.38" OriginalAmount="28.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114543998214" Longitude="55.191516390213" StarRating="3" HotelCode="260535|4668115" HotelName="Pride Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Business Centre,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Elevator,Internet,Jacuzzi,Laundry,Luggage Storage,Parking,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Sharaf DG Metro Station, near Mall Of The Emirates, P.O. Box 113601, Al Barsha-1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/e7/f4e7bc84bb19ceb87eeeff4c9e6b74f0a7295774.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Pride Hotel Apartments is conveniently located in the popular Al Barsha area. Featuring a complete l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.38" OriginalAmount="28.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.102223064463" Longitude="55.178507302816" StarRating="4" HotelCode="326621|1525358" HotelName="Atana Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Conference Hall,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, P.O. Box 500555, Al Thanyah 1, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/de/f4de6bc9cd923f559fa91407527f74215e3ccdef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.42" OriginalAmount="28.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273576785748" Longitude="55.303815987766" StarRating="1" HotelCode="312719|1746258" HotelName="Rahab Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Naif Area, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/ee/dcee2d630a3daa0d968176e3e3c56fabb1175da6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.44" OriginalAmount="28.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26731912758" Longitude="55.306586623192" StarRating="4" HotelCode="31295|31284" HotelName="Riviera Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/20/3f/203f92cd32c1754f88a0399fb8e73db46ecffe97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated on Baniya Street, only a few a minutes away from Murshid Bazaar, the Gold and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="29.48" OriginalAmount="28.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.06950546" Longitude="55.12811932" StarRating="3" HotelCode="639708|CBD357600" HotelName="Rove Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street, PO Box 119444, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5c/61/5c618236c7baa706367b27bf1c9ae0d0f384e98a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.50" OriginalAmount="28.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248866" Longitude="55.312408" StarRating="4" HotelCode="|57845" HotelName="Ramee Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TARIQ BIN ZIAD ROAD, BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/4/5/57845_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 102 rooms, The establishment has shops, a restaurant, air-conditioning, a lobby with a bureau de change, a hairdresser's, coffee shops and conference facilities. The establishment also offers room service, a laundry service and a car park. SITUATION: It is inDubai the heart of near the establishment, you will find places of interest, is 5 kilometres away from Jumeirah the beach It is situated 3 kilometres away fromDubai Airport. ROOM: The rooms a bathroom with a shower or bath, a hairdryer, a direct line telephone and satellite or cable TV. They also have a safety deposit box, an air-conditioning system and individual heating. FACILITIES: The establishment boasts a swimming pool, a sauna, a steam bath and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and 3 coffee shops. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="29.51" OriginalAmount="28.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22236309" Longitude="55.33188152" StarRating="4" HotelCode="757242|CBE206100" HotelName="Hilton Garden Inn Dubai Al Jadaf Culture Village" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Currency Exchange,Dining,Fax,Laundry,Meeting Room,Parking,Printer,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plot 3261450, Al Jadaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2a/bd/2abddf30f59fe61f902da7e61b81b7661fdb0d7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The new 4- star Hilton Garden Inn Dubai Al Jadaf Culture Village hotel, perfectly situated between D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.51" OriginalAmount="28.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.005871549925" Longitude="55.155129140875" StarRating="4" HotelCode="511837|1971945" HotelName="Fortune Park Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investments Park, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/17/6d1755cab4550027f398e7e9c9e641e0d7e6164a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the midst of the bustling ambiance that surrounds the Dubai Investment Parks...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.55" OriginalAmount="28.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26288" Longitude="55.32785" StarRating="4" HotelCode="294782|992495" HotelName="Hyatt Place Dubai Al Rigga" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box  33178, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/66/663a7bd74198e666/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.56" OriginalAmount="28.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1154159" Longitude="55.193681" StarRating="4" HotelCode="|120222" HotelName="Donatello " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/2/2/2/120222_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located between the city centre and the marina. ROOM: The establishment has apartments with TV. FACILITIES: The establishment has a swimming pool, a gym and a spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.58" OriginalAmount="28.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="971860|2476845" HotelName="Hyatt Place Dubai/Jumeirah" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, PO Box 31075, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/dd/e2dd2094d9bf811596f4fa1e642715533e675fb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="29.66" OriginalAmount="28.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.255258263533" Longitude="55.298269435094" StarRating="3" HotelCode="101243|922565" HotelName="Tulip Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Heated Pool,Internet,Kitchen,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>5A Street, Al Mankool Area, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/61/fd/61fdb8bfc9caa4a02ac5b18fc3e2169fb80f9550.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Bur Dubai, the hub of the commercial district in Dubai, this apartment hotel is a paradis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="29.74" OriginalAmount="28.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2699832" Longitude="55.3232152" StarRating="5" HotelCode="|87223" HotelName="Asiana  Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/2/3/87223_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Asiana Dubai is rated five stars. SITUATION: This establishment is in the centre of Deira. It is situated next to the shopping centre Reef. FACILITIES: The establishment has a swimming pool, a spa and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.257539" Longitude="55.2995" StarRating="4" HotelCode="31297|22677" HotelName="Four Points by Sheraton Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Walid Street, P.O. Box 33196, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/dd/eedd773634fb772eb8de89b9d81aaf27b86925b6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming, modern hotel offers a stunning central location on Khalid Bin Walid in Bur Dubaï. A w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="29.87" OriginalAmount="29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26979425" Longitude="55.31141643" StarRating="0" HotelCode="621924|519657" HotelName="Trans World Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Makhtoum Road</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/23/36/2336c458817790955ff5d1f78d4eb7b8ae4ae62d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="29.87" OriginalAmount="29.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09453703" Longitude="55.17727016" StarRating="4" HotelCode="427536|auris_inn_al_muhanna_hotel" HotelName="Auris Inn Al Muhanna Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Fosool Street, Tecom, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/8e/018e594ec9a696b5659b2707e8f7c32a9abec0d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.46" OriginalAmount="29.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259518" Longitude="55.322921" StarRating="4" HotelCode="42788|45234" HotelName="New Moscow Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Street, P.0.Box 119911, Deira-Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/68/bb68e913d8ec607eadf728c99e9f75dcf4088236.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Dubai’s business, banking and shopping centre, Deira, close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.46" OriginalAmount="29.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25991410888" Longitude="55.294680457672" StarRating="3" HotelCode="93807|728535" HotelName="Dolphin Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, P.O. Box 121678, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/1c/091ca667b9be854b316ded135bf7696e3b6cdef1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located in the heart of Bur Dubai, on Khalid Bin Walid Street near the Meena Bazar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.46" OriginalAmount="29.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.101142641594" Longitude="55.173054525131" StarRating="4" HotelCode="207414|922515" HotelName="Mercure Dubai Barsha Heights Hotel Suites &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/295686/a_295686_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.46" OriginalAmount="29.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.199056" Longitude="55.265769" StarRating="4" HotelCode="804919|2329275" HotelName="LEVA Hotel, Mazaya Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 340 647, Mazaya Centre, Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/57/e957d1cab42e8f82ff05c53a71bfd44dc8d8b685.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.50" OriginalAmount="29.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2205695" Longitude="55.2801873" StarRating="4" HotelCode="876611|930565" HotelName="Crowne Plaza Dubai Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Al Nahyan Road, P.O. Box:23215, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/df/c3df139ae8d399d6000216a889b0399df0d79b37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="30.54" OriginalAmount="29.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212964" Longitude="55.275263" StarRating="4" HotelCode="22556|CAF551700" HotelName="Towers Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 30430, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/41/d141b4ea5999e1afee5f92c1bee470d8a1752440.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on the Sheikh Zayed Road in Bur Dubai. The hotel is situated in Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.62" OriginalAmount="29.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249573" Longitude="55.294656" StarRating="4" HotelCode="155206|2596405" HotelName="Sapphire Plaza Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/33/213304024e5f4a3b481095d8d074f964ee542c02.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai, about 5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.64" OriginalAmount="29.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25543" Longitude="55.29846" StarRating="3" HotelCode="|121529" HotelName="Tulip Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5a street 317 community</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/5/2/9/121529_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby, 154 luxurious rooms and attentive service. This aparthotel is perfect for business and holiday stays. The establishment boasts air-conditioning, a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, WiFi, a laundry service and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.67" OriginalAmount="29.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.097865796238" Longitude="55.174589753151" StarRating="4" HotelCode="906845|923415" HotelName="First Central Hotel Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tecom, Al Barsha 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/f1/35f18093d12aa0d06b92f278571e8e48030d02fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 524 rooms. Amenities include a safe. Wireless internet access is avai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.68" OriginalAmount="29.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19391511102" Longitude="55.28919881275" StarRating="4" HotelCode="168132|148506" HotelName="Millennium Central Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Asayel Street, Business Bay, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9b/9baf790352d95eec/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This contemporary hotel at the heart of Dubai is located minutes away from Dubai Mall along with the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="30.78" OriginalAmount="29.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113496" Longitude="55.201843" StarRating="4" HotelCode="|337444" HotelName="Mena Plaza Albarsha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 13 Al Barsha 1 - Near Mall of the Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/4/4/4/337444_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.87" OriginalAmount="29.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.096761612504" Longitude="55.172552100375" StarRating="4" HotelCode="141915|98588" HotelName="TIME Oak Hotel &amp; Suite" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, P.O. Box 283634, Tecom, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/26/07/26072e1afbedb976c3b0c908303564ae980e1f61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Al Barsha area, close to the Mall of the Emirates and opposite Media Cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="30.89" OriginalAmount="29.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.280384850661" Longitude="55.35118764418" StarRating="4" HotelCode="98837|233056" HotelName="Al Manar Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hor Al Anz East, Corner 24th Street &amp; 9th Street, P.O. Box: 111695, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/7b/a27b4cfad1064e3c8474fabb01b3c939442937d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai, just a 5-minute drive from both the major shopping centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="30.90" OriginalAmount="30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10119829" Longitude="55.17297843" StarRating="4" HotelCode="970908|37047" HotelName="Mercure Hotel Apartments Dubai Barsha Heights" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://www.hotelbeds.com/giata/22/228647/228647a_hb_r_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.00" OriginalAmount="30.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22285771" Longitude="55.33458232" StarRating="4" HotelCode="702474|2221935" HotelName="FORM Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, P.O. Box 384694, Culture Village, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/61/9561e0f6c55d4c11905da0c836aa04273984a307.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.13" OriginalAmount="30.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273853" Longitude="55.303486" StarRating="0" HotelCode="|483935" HotelName="OYO 177 Al Ammari" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 B St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/9/3/5/483935_1389b131915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.19" OriginalAmount="30.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2705018" Longitude="55.31533867" StarRating="4" HotelCode="670547|2392815" HotelName="Hyatt Place Dubai Wasl District" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Wasl District, P.O. Box 128851, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f5/f8f565d8c76e89ef606fb2f619166feaac3d5cb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.38" OriginalAmount="30.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253774" Longitude="55.299499" StarRating="3" HotelCode="57916|4865425" HotelName="Pearl Residence Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>22 A Street, Off Khaleed Bin Waled Street - Bank Street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/11/115837/115837a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a convenient location in Dubai, United Arab Emirates, with many commercial and shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.50" OriginalAmount="30.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25203" Longitude="55.29263" StarRating="4" HotelCode="387635|73354" HotelName="Four Points by Sheraton Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Road, 4C Street, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/58/bc588db490dee081e755c104469d535e366e7bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel stands seven storeys tall on Mankhool Street, right in the heart of the bustling city of D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.54" OriginalAmount="30.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0965402" Longitude="55.1727306" StarRating="4" HotelCode="|118857" HotelName="Time Oak and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abdulla Omran Tayram St,Al Thanyah 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/8/5/7/118857_c43c8210728.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Time Oak and Suites is rated four stars, has a concierge, room service, a dry cleaner's, a laundry service, lifts and a babysitting service (for a fee). It also has a car hire desk, a transfer service, a reception, a business centre and a business centre has features that offer you the maximum level of comfort. It has 161 rooms. SITUATION: It is in a good area in Dubai. FACILITIES: The establishment boasts a fitness centre well-equipped. It is near a golf course. Clients can also find a swimming pool. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant, a bar, a lounge and a swimming pool bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.54" OriginalAmount="30.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2589924" Longitude="55.2912369" StarRating="0" HotelCode="|118760" HotelName="Dolphin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 121678, DUBAI UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/7/6/0/118760_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 110 rooms, The establishment boasts a car park (for a fee), an indoor car park, air-conditioning, a hall with a reception, a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment also has a hairdresser's, a television room, a cafÃ© and a restaurant. The establishment offers guests conference facilities, WiFi, room service and a laundry service. SITUATION: Is situated inBur Dubai the heart of close to the establishment, clients can find the railway station, is 5 kilometres away from Dubai Airport. ROOM: The establishment has studios, two bedroom apartments, a bathroom with a shower, a bath, a king size or double bed, a direct line telephone, a satellite or cable television, internet, a safe, a washing machine, an ironing set, a balcony or terrace and a kitchen with fridge, They also have a hob, a microwave, a coffee maker, a kettle and an air-conditioning system. FACILITIES: The establishment boasts a heated salt water pool, a wellness centre, a gym, a children's swimming pool, a sauna and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a continental buffet breakfast and Ã  la carte, menu and buffet lunch and dinner. PAYMENT METHODS: Customers can pay by Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.54" OriginalAmount="30.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2498505" Longitude="55.2943287" StarRating="0" HotelCode="|87265" HotelName="Winchester Deluxe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, Mankhool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/6/5/87265_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2009 with air-conditioning and is quiet is ideal for relaxation 158 rooms, a hall, express check-out, a reception, a safety deposit box service, a currency exchange service, a lift and a breakfast room. The establishment also offers conference rooms, WiFi, a laundry service and a car park. SITUATION: It is inBur Dubai the heart of near the establishment, you will find commercial areas, leisure areas and the shopping area. it is 2 kilometres away from Jumeirah the beach It is situated 6 kilometres away fromDubai Airport. ROOM: The rooms have a living room, a dining room, a kitchen with fridge, hot plates, a microwave, a coffee maker and a kettle. They also have a bathroom with a shower, a bath, a hairdryer, a balcony or terrace, a king size or double bed, a direct line telephone, a satellite TV, internet, a safety deposit box, a washing machine, an ironing set and an air-conditioning system. FACILITIES: Clients can find a heated swimming pool, deck chairs, parasols and a terrace. Guests also have access to a health club, a sauna, a steam bath and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.62" OriginalAmount="30.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2694249" Longitude="55.3001808" StarRating="1" HotelCode="|297366" HotelName="Maaeen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>10 Street, Near Deira Gold Souq,murshid Souq</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/6/6/297366_db2c6af1523.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.62" OriginalAmount="30.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2710039" Longitude="55.3050191" StarRating="2" HotelCode="|297364" HotelName="Montreal Naif" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naif, 6 A Street Behind Naif Police Station</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/6/4/297364_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.80" OriginalAmount="30.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.280352" Longitude="55.351209" StarRating="3" HotelCode="|118697" HotelName="Al Manar Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>24 Street Abuhail Mamaza Diera Dubai, Abu Hail, P.O. Box 62495</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/9/7/118697_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, This establishment has a reception, room service, a babysitting service (for a fee), has WiFi, a car hire desk, a transfer service and a business centre with features that offer you the maximum level of comfort 85 rooms. SITUATION: It is situated close to the commercial area and the airport, the establishment, Deira it is in. FACILITIES: Guests are offered a fitness centre fully-equipped, a sauna and a swimming pool. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="31.82" OriginalAmount="30.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0945981" Longitude="55.1757994" StarRating="0" HotelCode="|120982" HotelName="Grand Belle Vue Hotel Apartment Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tecom</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/9/8/2/120982_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool, a sauna, a gym and private parking (free of charge). SITUATION: Tecom Is situated in Dubai Internet City 5 minutes away, you can find.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="31.89" OriginalAmount="30.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271594227532" Longitude="55.303904146627" StarRating="4" HotelCode="547013|2259675" HotelName="Montreal Naif Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>19 6A Street, Naif Road, Near Naif Police Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/f8/99f815135ea4333cdf5a5b340440aa42d802081c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located a short walk from the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="31.93" OriginalAmount="31.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="0" HotelCode="818304|24_gold_hotel" HotelName="24 Gold Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gold Souq</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/a5/54a593741c3a7a00f01950cfc3bd19c48b8ed0af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.09" OriginalAmount="31.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2048493" Longitude="55.2707828" StarRating="5" HotelCode="550029|2349505" HotelName="Stella Di Mare Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Mattla'ee Street, PO Box 33306, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/fe/bffe884b8e6e4fce8575f7e1c23a07b3616df5c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.16" OriginalAmount="31.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254240444883" Longitude="55.301247411045" StarRating="3" HotelCode="95367|924145" HotelName="Rose Garden Hotel Apartments Bur Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Burjuman Shopping Mall, Citi Bank, Burjuman Metro Station, Bur Dubai, Dubai P.O. Box 45113</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/c4/edc46ad1755bb28f4208dd2266d6768efc39e7d0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A stone’s throw away from Burjuman Shopping Centre, this city hotel is strategically located in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.24" OriginalAmount="31.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.108330303592" Longitude="55.178515599861" StarRating="4" HotelCode="166078|444505" HotelName="Fraser Suites Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sidra Tower, Sheikh Zayed Road, PO Box 502306, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/35/ca/35cab7bc9016756ac8dbb6a5edb0a2dee9b82c5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located on Sheikh Zayed Road, on the edge of Internet City and Media City, this aparthotel i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.24" OriginalAmount="31.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04167" Longitude="55.21944" StarRating="0" HotelCode="|186736" HotelName="Treppan Hotel and Suites by Fakhruddin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Sports City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/7/3/6/186736_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.34" OriginalAmount="31.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.9830862" Longitude="55.0909512" StarRating="1" HotelCode="|120457" HotelName="Join Inn Jebel Ali, Dubai ( Formerly Easyhotel )" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jafza, Street 724 - Behind Jafza, Lobby Number 17, POBox 17000</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/4/5/7/120457_1_7983.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.37" OriginalAmount="31.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2626628" Longitude="55.316631" StarRating="4" HotelCode="|31594" HotelName="Al Khaleej Palace Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL MAKTOUM RD. PO BOX 3720</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/9/4/31594_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 10 floors and 88 rooms. The establishment boasts a reception with safety deposit boxes, a currency exchange service, a lift, dining facilities, a cafÃ©, leisure areas and shops. The establishment also offers conference facilities, room service, a laundry service, a car park, a hairdresser's and a nightclub. SITUATION: This trendy hotel is situated in a central area, 10 minutes away from the establishment you have the airport, Clients can also find places of interest. ROOM: The large, comfortable rooms, have a bathroom with a hairdryer, a central air-conditioning system, a television, a mini-bar and an ironing set. FACILITIES: The establishment has a swimming pool and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.43" OriginalAmount="31.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271745" Longitude="55.308862" StarRating="1" HotelCode="|477771" HotelName="Al Sabkha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL Sabkha Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/7/7/7/1/477771_eec40cd1106.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.43" OriginalAmount="31.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1092429" Longitude="55.2030137" StarRating="0" HotelCode="|121069" HotelName="Marmara Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, PO BOX 63907</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/0/6/9/121069_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.46" OriginalAmount="31.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2535711" Longitude="55.3327453" StarRating="3" HotelCode="|74900" HotelName="ibis Deira Creekside Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 185310 8th street Port Saeed District opp. Deira City Centre MallCentre</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/9/0/0/74900_029c97b1234.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 365 rooms and with air-conditioning. The establishment has a restaurant, a bar, internet and WiFi in the hall. SITUATION: It is inDubai the historic area of in front of the establishment, you can find a shopping centre in the business area, 5 minutes away from the establishment guests have Dubai Airport World Trade Center It is 15 minutes away from.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.54" OriginalAmount="31.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2631031" Longitude="55.2907267" StarRating="3" HotelCode="|120174" HotelName="Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Falah Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/7/4/120174_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Bur Dubai it is in is situated in the business area. ROOM: Customers have comfortable rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.62" OriginalAmount="31.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1081463" Longitude="55.1793536" StarRating="0" HotelCode="|87323" HotelName="La Suite Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai Media City, P.O box 502306</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/2/3/87323_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.64" OriginalAmount="31.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.241945" Longitude="55.275043" StarRating="4" HotelCode="11422|30624" HotelName="Capitol Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Mina Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/41/7341a22d66f1778f3c1553281a3e67cba2848be8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a 5-minute drive from the Dubai World Trade Center and Jumeirah Beach Park, while Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.64" OriginalAmount="31.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.24792739848" Longitude="55.345317721367" StarRating="5" HotelCode="19574|1980815" HotelName="Mövenpick Dubai Grand Al Bustan" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Spa Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Casablanca Road, Al Garhoud, Dubai Airport, P.O. Box 30880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ed/daed30cc9b8f3efab54733cc7b510f8e6ea789a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Casablanca Road in the Al Garhoud district, just 5 minutes from Dubai Inter...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.64" OriginalAmount="31.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.133857791384" Longitude="55.212146043777" StarRating="4" HotelCode="58972|1911025" HotelName="Metropolitan Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Exit 41, Al Thanya Steet, P.O. BOX 31588, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a0/47/a047f7cdc9976c91c40fc3c46e6cbd29412606a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This vibrant hotel occupies one of Dubai’s most central and sought-after location alongside the Shei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.64" OriginalAmount="31.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.217569756976" Longitude="55.278825759888" StarRating="5" HotelCode="170019|449255" HotelName="Millennium Plaza Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 191055, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/bc/d1/bcd18cdad1b4fda4d7f5d0c3dc0e13b3633047f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 413 rooms. A lobby and a reception are available to travellers. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.64" OriginalAmount="31.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254164974661" Longitude="55.332021783173" StarRating="4" HotelCode="169385|2352475" HotelName="Pearl City Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8th Street, Port Saeed District, Newa Deira City Center, P.O. Box: 83163, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/zz/d2ad84c37a5bb47f57e9a19b9f04afde4c7d26c1.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location. It lies is in close proximity to the Dubai Internation...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="32.64" OriginalAmount="31.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2442505" Longitude="55.3444043" StarRating="5" HotelCode="|210911" HotelName="Mövenpick Grand Al Bustan Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cassablanca St. Al Garhoud</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/1/1/210911_c2d20e20926.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.64" OriginalAmount="31.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04219866" Longitude="55.22196038" StarRating="4" HotelCode="322200|1524848" HotelName="Treppan Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Kitchen,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Sports City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/c8/2cc8be9362bd990627ed1321afa39c1a8ac45a39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="32.77" OriginalAmount="31.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.008286" Longitude="55.15671" StarRating="3" HotelCode="152741|919835" HotelName="Premier Inn Dubai Investments Park" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Restaurant,Shopping Arcade,Swimming Pool,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Near Green Community, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/1e/621e0d1b4388cc682d524f324b0102c4494fbd69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The business hotel is situated approximately 1 km along on the right between the Green Community and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25612833348" Longitude="55.311924257454" StarRating="3" HotelCode="660770|273327" HotelName="Zabeel House Al Seef" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/d8/84d8748f132ac11f2b02c2ddc11e18fc4c526d66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="32.96" OriginalAmount="32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251801" Longitude="55.333254" StarRating="5" HotelCode="935934|30023" HotelName="Pullman Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Deira City Centre, P.O. Box 61871, Baniyas Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cb/f0cb92c804eba9471e36a09d00b9e3c521486d8b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="32.96" OriginalAmount="32.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11579071" Longitude="55.19690453" StarRating="4" HotelCode="879517|tulip_al_barsha_hotel_apartment" HotelName="Tulip Al Barsha Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Barsha 1, Beside Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/79/56/7956035f9d405ff069e72b2685e321f20f7f91e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.07" OriginalAmount="32.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18264188" Longitude="55.27471949" StarRating="4" HotelCode="763047|2291475" HotelName="Gulf Court Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, P.O. Box 32300, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c7/fc/c7fc7861951b08f83d598086e0bf2f88ad420e1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.17" OriginalAmount="32.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.022202" Longitude="55.156471" StarRating="0" HotelCode="|471570" HotelName="Resivation" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>408 - Sheikh Mohammed Bin Zayed Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/7/0/471570_299ff071221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.29" OriginalAmount="32.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.193115" Longitude="55.26292" StarRating="4" HotelCode="200086|906615" HotelName="City Premiere Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 115439, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/08/d7/08d7b33be4efe1beb739a2f948b9fbc505953aba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.41" OriginalAmount="32.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22907" Longitude="55.287738" StarRating="3" HotelCode="160297|922535" HotelName="Number One Tower Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayd Road, P.O. Box 31003, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/3b/973b3df8c70411e8c1c17e1678bdfca940e4622a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is an immensely popular hotel on Sheikh Zayed Road. It is minutes from Dubai Internat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.55" OriginalAmount="32.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2571856" Longitude="55.2891736" StarRating="0" HotelCode="|87911" HotelName="Savoy Central Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/1/1/87911_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a swimming pool on the rooftop, a gym, a health centre and apartments with a kitchen. SITUATION: This establishment, Dubai it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.59" OriginalAmount="32.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.097117" Longitude="55.175354" StarRating="0" HotelCode="|465225" HotelName="Grand Heights Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Thaniya Street, Barsha Heights</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/2/2/5/465225_9412e331220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.61" OriginalAmount="32.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.068680704823" Longitude="55.131202340126" StarRating="4" HotelCode="162263|920905" HotelName="Signature Hotel Apartments &amp; Spa Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street 16, Marina Waterfront, Jumeirah Beach Residence, PO Box 376332, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/64/17646bf7cbc5b1f47737a5507dcad0322f4b25ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located on the Dubai Marina in the heart of New Dubai, with fantastic views ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.65" OriginalAmount="32.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264188" Longitude="55.319583" StarRating="4" HotelCode="|185681" HotelName="Black Stone " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Street, Behind Commercial Bank Building. 34 B Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/8/1/185681_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.67" OriginalAmount="32.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.046995" Longitude="55.200701" StarRating="0" HotelCode="|467636" HotelName="Izzzi.lifemint - Apart Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Village Circle, 3rd Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/6/3/6/467636_557b4841129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.75" OriginalAmount="32.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2531051" Longitude="55.2961311" StarRating="0" HotelCode="|87917" HotelName="Savoy Park Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>317 Community 10 B Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/1/7/87917_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has WiFi, (free of charge), a swimming pool. SITUATION: This establishment, is in Dubai the centre of it is 10 minutes away from Burjuman the shopping centre. ROOM: The establishment has apartments with kitchen and a bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="33.80" OriginalAmount="32.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1010522" Longitude="55.17296148" StarRating="4" HotelCode="970907|AE000188" HotelName="Mercure Dubai Barsha Heights Hotel Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 500300, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/19000000/18740000/18732100/18732016/9306264d_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.84" OriginalAmount="32.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2633304" Longitude="55.2896044" StarRating="0" HotelCode="|446472" HotelName="Wescott Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Raffa Plaza, Al Suq Al Kabeer</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/4/7/2/446472_2e1caa01330.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.85" OriginalAmount="32.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.08927687018" Longitude="55.379289974205" StarRating="4" HotelCode="244308|924165" HotelName="Abidos Hotel Apartment, Dubailand" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubailand Residence Area, P.O. Box 232808, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/28/288191/288191a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="33.88" OriginalAmount="32.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="4" HotelCode="870501|2417005" HotelName="Millennium Al Barsha" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/44/2f4412c401f9354701bd9b44600dfdc175d68b4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="33.96" OriginalAmount="32.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.233457" Longitude="55.314696" StarRating="0" HotelCode="|470314" HotelName="Havana Holiday Homes Oud Metha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18th St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/3/1/4/470314_7f60cf61215.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26958" Longitude="55.307562" StarRating="2" HotelCode="900817|phoenicia_hotel_2" HotelName="Phoenicia Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square, Opp. Baniyas Metro Station, P.O.Box: 4467, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/57/6057f1ffc755ffe89a8490f34efa71044d884001.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre (Nasser Square area), within walking distance from shops and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.120302536526" Longitude="55.199089050293" StarRating="3" HotelCode="900270|la_villa_najd_hotel_apartments_3" HotelName="La Villa Najd Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Shaikh Zayed Road, Al Barsha 1, Behind Mall of Emirates, P.O. Box 214671, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/a8/0ea88d88fac269c7bf18a9c2a76ed1279a9d1e5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city apartment hotel enjoys an ideal location, just 2 minutes' walk from the Mall of The Emirat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="33.99" OriginalAmount="33.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07098734" Longitude="55.13635841" StarRating="4" HotelCode="870512|millennium_place_marina" HotelName="Millennium Place Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/e3/e4e372539c23ce472d41a5ab3e1a49002926298c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.02" OriginalAmount="33.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0061448" Longitude="55.1552773" StarRating="4" HotelCode="|210910" HotelName="Fortune Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investments Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/1/0/210910_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.06" OriginalAmount="33.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242031" Longitude="55.275015" StarRating="4" HotelCode="|217241" HotelName="Capitol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al-Mina Road, Dubai - UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/2/4/1/217241_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.35" OriginalAmount="33.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.217518" Longitude="55.2786814" StarRating="5" HotelCode="|119328" HotelName="The Tower Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/3/2/8/119328_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.50" OriginalAmount="33.5" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069580804299" Longitude="55.129010531427" StarRating="3" HotelCode="255980|924365" HotelName="Pearl Marina Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street, P.O.Box 125179, Marina Water Front, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d7/bb/d7bb72d972302e73b52b4d447d4bc43c8d8af121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.54" OriginalAmount="33.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113092" Longitude="55.201645" StarRating="3" HotelCode="99497|2384715" HotelName="Grand Square Stay Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Behind The Mall of the Emirates, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/8a/fe8ab67760727eefd6d019cad789e8764876aea0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the city of Dubai and is just behind the Mall of the Emirates. It is close ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.79" OriginalAmount="33.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2543429" Longitude="55.3012677" StarRating="0" HotelCode="|121129" HotelName="Rose Garden Hotel Apartments - Bur Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Behind Burjuman Shopping Mall</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/2/9/121129_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Bur Dubai it is in. ROOM: The establishment has studios suites, with WiFi (free of charge) and a fully-equipped kitchen. FACILITIES: The establishment boasts a swimming pool on the roof terrace and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.81" OriginalAmount="33.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27895006332" Longitude="55.304429002474" StarRating="5" HotelCode="13639|4557695" HotelName="Hyatt Regency Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Deira, P.O. Box 5588, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/3c/3cb71296390e25d0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is located on the Deira Corniche, overlooking the Persian Gulf at the mouth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="34.84" OriginalAmount="33.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114753588477" Longitude="55.197138054562" StarRating="4" HotelCode="813989|2328085" HotelName="Courtyard Al Barsha, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Behind Mall of the Emirates, Al Barsha, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/48/4a4849673182cfd56cfa94ffa24ef8588491c8a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.95" OriginalAmount="33.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2611555" Longitude="55.3223164" StarRating="3" HotelCode="|120187" HotelName="Broadway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen St. Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/8/7/120187_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Deira the district of Dubai is situated in 10 minutes away from the establishment, clients can find Dubai Airport. FACILITIES: The establishment has a swimming pool, a nightclub and live music.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="34.98" OriginalAmount="33.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2699445" Longitude="55.3033916" StarRating="0" HotelCode="|121130" HotelName="Royal Prince Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/3/0/121130_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception. SITUATION: It is situated 10 minutes away fromDeira the Market of Baniyas the Square of. ROOM: Customers can find modern rooms with a balcony. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.272738" Longitude="55.309333" StarRating="3" HotelCode="103481|225823" HotelName="Golden Square Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, Middle of Naser Square and Naif Park, Deira, Dubai, PO Box 83966</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d3/d3a51f9a6990b784/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Dubai, about 20 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262521" Longitude="55.295472" StarRating="3" HotelCode="187437|201414" HotelName="Ambassador Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Jacuzzi,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Al Falah Street, P.O.Box 3226, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/58/0f584e9d1fb041688fe18a0b3deded601172c246.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259969" Longitude="55.318259" StarRating="5" HotelCode="13319|30022" HotelName="Hilton Dubai Creek" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beniyas Road, P.O.Box: 33398, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/13990/a_13990_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located beside the Dubai Creek. It is about 5 km from the city centre, only minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="35.02" OriginalAmount="34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.046477" Longitude="55.119075" StarRating="3" HotelCode="493578|226068" HotelName="Premier Inn Dubai Ibn Battuta Mall Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ibn Battuta Mall, Sheikh Zayad Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/43/7d43a31c0affd7321b03ad1263139eca10e21137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this hotel is ideal for business travellers as well as families. Ther...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.04" OriginalAmount="34.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254800002954" Longitude="55.299642384052" StarRating="4" HotelCode="65601|231146" HotelName="Savoy Crest Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10b Street, Al Mankhool, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/b9/79b9748e95116c164155ae13e90b8b145cf868b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located just off Bank Street. It is within walking distance of the prestigio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.14" OriginalAmount="34.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2598208" Longitude="55.3182407" StarRating="5" HotelCode="|23964" HotelName="Golden Sands Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, P.O.BOX 33398, DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/6/4/23964_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has rooms and suites. Is perfect for business and holiday stays. SITUATION: This hotel is close to the Dubai business district, the airport, Burj Khalifa and las Fuentes de DubÃ¡i.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.25" OriginalAmount="34.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="0" HotelCode="978200|2563615" HotelName="Occidental Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>326 Al Khail Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/98/62/986203f7fc621d5bfaf6e1a153742027e7f91923.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.30" OriginalAmount="34.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212473754552" Longitude="55.276988915285" StarRating="4" HotelCode="632046|2230145" HotelName="Gevora Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 2260, Trade Centre Area, Next to Al Attar Tower, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f5/9e/f59e1d6920e280c35f9fa326991742b1b3443bf3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers are welcomed in the lobby, where they will find a reception desk with check-out service. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="35.90" OriginalAmount="34.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.209282100693" Longitude="55.274752551712" StarRating="4" HotelCode="284347|992835" HotelName="Carlton Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 7143, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/09/c6/09c69b32a52d93f82f1c929f87c23a2d17e32230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="35.97" OriginalAmount="34.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1937184" Longitude="55.2627943" StarRating="0" HotelCode="|119772" HotelName="City Premiere" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 115439 DUBAI .</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/7/7/2/119772_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inSheikh Zayed the street 6 minutes away, guests can find Business Bay the underground station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.14" OriginalAmount="35.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.267332" Longitude="55.306625" StarRating="4" HotelCode="|20349" HotelName="Riviera  Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/9/20349_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel is perfect for business and holiday stays, with air-conditioning, has 109 rooms and 6 floors. With regards to the food and beverage offering, the establishment has restaurants and a cafÃ©. The establishment has conference facilities. SITUATION: This hotel is in Baniyas the street it is situated near Murshid the bazaar 15 minutes away, guests can find the Congress Centre, the trade fair ground, is situated 10 minutes away from Dubai Airport. ROOM: Each room has a bathroom, a hairdryer, a balcony or terrace, a satellite television, an iron, internet, a mini-bar, a coffee maker, a teapot and a safety deposit box (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.24" OriginalAmount="35.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0943112" Longitude="55.1769507" StarRating="0" HotelCode="|121029" HotelName="Gulf Oasis Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha, Between Tecom and Mall of the Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/0/2/9/121029_5c197851452.jpg</HotelPictures>
        <HotelDescription>HOTEL: This newly constructed apartment complex, has studios and one bedroom apartments. FACILITIES: Outdoors, clients have access to a swimming pool, The establishment has a well-equipped gym, business centre, a launderette and a dry cleaner's. SITUATION: In the surrounding area, clients can find shops, restaurants. ROOM: Clients are offered are studio suites, contemporary, large, have WiFi, LCD flatscreen TVs, a kitchenette fully equipped, with fridge, heating, oven or microwave and a launderette. Some rooms have a balcony.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.31" OriginalAmount="35.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.009156" Longitude="55.15735213" StarRating="3" HotelCode="783908|2882315" HotelName="Maisan Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 392009, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/f9/2cf9b1c0e3c43ad4b34051af8ff465fb31a4f0ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.37" OriginalAmount="35.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26979" Longitude="55.30655" StarRating="0" HotelCode="|461418" HotelName="Sun And Sands Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Square-14th Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/4/1/8/461418_093d3f90645.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.38" OriginalAmount="35.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.003397" Longitude="55.164925" StarRating="4" HotelCode="58054|38634" HotelName="Courtyard by Marriott Dubai Green Community" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO. Box 63845, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ab/ab33b27eed8679a0/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.52" OriginalAmount="35.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069541793427" Longitude="55.133090426326" StarRating="4" HotelCode="936775|1063558" HotelName="Jannah Place Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nasaq Street, Marina Promenade, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/1a/361ab21e762c8f419945e2b167126aa44e9b6d29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the Dubai Marina, few minutes away from the Dubai Marina Mall and 20 minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="36.59" OriginalAmount="35.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2558367" Longitude="55.311016" StarRating="3" HotelCode="|297378" HotelName="Hampton by Hilton Dubai Al Seef" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef Street Building B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/7/8/297378_12121c12054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.99" OriginalAmount="35.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.242682318392" Longitude="55.340425372124" StarRating="5" HotelCode="170826|456095" HotelName="Jumeirah Creekside Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud, PO Box 78377, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/00/520077465f150f47c78dde7941d43f3ab5905628.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="36.99" OriginalAmount="35.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260692376851" Longitude="55.324318474869" StarRating="3" HotelCode="260538|2271035" HotelName="Dream City Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Currency Exchange,Jacuzzi,Kitchen,Laundry,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Road, Behind Clock Tower, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/96/82966b0a6f771515c45e469e2aa4e70d504422b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261039" Longitude="55.322288" StarRating="3" HotelCode="326376|226004" HotelName="Broadway Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al-Buteen Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/1c/441c542e38dd10d423b806e546847fdbfdb3a493.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the Deira district of the city, a major business area, and is just a 1...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.122682" Longitude="55.374368" StarRating="3" HotelCode="152742|34702" HotelName="Premier Inn Dubai Silicon Oasis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Sheikh Mohammed bin Zayed Road (E311), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/af/a6afe76863db988f52028eac916e5599e7e8de49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests have easy access to their storeys via the lift or stairs. Amenities include a safe. Wireless ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="37.08" OriginalAmount="36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211791" Longitude="55.276577" StarRating="4" HotelCode="76175|20070" HotelName="Rose Rayhaan by Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 126452, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/0f/3c0f7d045a08ffb2ab4e82fe3bc0d04ba6944331.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the prestigious Sheikh Zayed Road next to the DIFC metro station, the hotel is in the vic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.30" OriginalAmount="36.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2729900287" Longitude="55.317130386829" StarRating="3" HotelCode="93130|924065" HotelName="Icon Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street, P.O. Box 34047, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/63/2d639b52b0809af9ac2715a1be44a36f6a11f59a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.32" OriginalAmount="36.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116721473688" Longitude="55.19563902533" StarRating="4" HotelCode="66534|394235" HotelName="MENA Aparthotel Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4a Street, next to mall of the Emirates, P.O. Box 282464, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/40/405925/405925a_hb_a_020.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.46" OriginalAmount="36.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256159205757" Longitude="55.311869076058" StarRating="3" HotelCode="655968|2238025" HotelName="Zabeel House MINI" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef, Dubai Creek, PO Box 35449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.53" OriginalAmount="36.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10932" Longitude="55.2031" StarRating="0" HotelCode="|446818" HotelName="City Stay Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23rd Street, Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/8/1/8/446818_a5c69eb1437.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.62" OriginalAmount="36.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251135" Longitude="55.332604" StarRating="5" HotelCode="28897|31414" HotelName="Pullman Dubai Creek City Centre Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, Next to Deira City Centre, P.O. Box 61871, Port Saeed, Deira, Dubai, Emirate of Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/6e/6e2223c879b5bd4d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located amidst excellent shopping and convention centres and nearby a wor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.67" OriginalAmount="36.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2593654" Longitude="55.2911904" StarRating="4" HotelCode="|57353" HotelName="Royal Ascot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Khalid bin Walid Road, Bur Dabai, Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/3/5/3/57353_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has beautiful views, attentive service, room service and a business centre with features that offer you the maximum level of comfort 181 rooms. SITUATION: It is inDubai the heart of. FACILITIES: The establishment boasts an activities programme, a swimming pool, a spa, a fitness centre fully-equipped and live music. OTHERS: Clients can find a bar, a lounge and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.69" OriginalAmount="36.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253613760481" Longitude="55.297740697861" StarRating="4" HotelCode="99436|2290115" HotelName="Savoy Suites Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Community 317, Street 12A, P.O. Box 28950, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/8a/2e8a52f950496c2dabd5e78b5632bb9a2d441843.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai's business and commercial hub, Bur Dubai. It provides gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.78" OriginalAmount="36.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.185101" Longitude="55.267439" StarRating="4" HotelCode="|450891" HotelName="Hilton Garden Inn Dubai Business Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Business Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/8/9/1/450891_49c1abe1117.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.84" OriginalAmount="36.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.008788" Longitude="55.157659" StarRating="4" HotelCode="|444042" HotelName="Delta Hotels by Marriott, Dubai Investment Park" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investment Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/4/2/444042_83303191347.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="37.88" OriginalAmount="36.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.174519748482" Longitude="55.419859977048" StarRating="3" HotelCode="421757|1595258" HotelName="ibis Styles Dragon Mart Dubai Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road E44 on Hatta Road, P.O. Box 68278, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/74/bb74814da06a0823452c608af6df727d6f9c023f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="37.97" OriginalAmount="36.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.202959419062" Longitude="55.279047583992" StarRating="3" HotelCode="420997|CAY740700" HotelName="Rove Downtown Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>312 Happiness Street, PO Box 119444, Zabeel 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3e/10/3e1072f255d9fb71772691d24494d3d786fd938a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.99" OriginalAmount="36.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0955752" Longitude="55.1536086" StarRating="4" HotelCode="|72611" HotelName="Arjaan By Rotana Dubai Media City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/1/1/72611_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="38.11" OriginalAmount="37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112402" Longitude="55.188998" StarRating="4" HotelCode="309916|55937" HotelName="Aparthotel Adagio Premium Dubai Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Golf,Internet,Laundry,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Off Sharaf DG Metro Station, P.O. Box 450011, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a9/3d/a93d30b161a8f43d2b9d6f7665b796feb2bb6115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.14" OriginalAmount="37.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11507" Longitude="55.20551" StarRating="0" HotelCode="|185682" HotelName="City Stay Prime Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Behind Mall of the Emirates, Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/8/2/185682_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.22" OriginalAmount="37.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114866185889" Longitude="55.203900257672" StarRating="3" HotelCode="324113|1512908" HotelName="City Stay Prime Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Golf,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Mall of the Emirates, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4b/e9/4be9d621a06cbe54da52a47d9068beb5c54ed40e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Al Barsha 1, behind  the Mall of the Emirates and near the Lulu Hyper market...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="38.33" OriginalAmount="37.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="0" HotelCode="977581|4664525" HotelName="Marbella Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khail Road D-68, Al Jadaf, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/1d/3c1d429e0ef0ca1f057a7ee5666eb967a8af501d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.52" OriginalAmount="37.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249955" Longitude="55.288476" StarRating="0" HotelCode="|165621" HotelName="Savoy Crest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool 10b Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/6/2/1/165621_1_2235.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bur Dubai it is in Where you can find the shopping area, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.73" OriginalAmount="37.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0683806" Longitude="55.1309863" StarRating="0" HotelCode="|119928" HotelName="Signature Hotel Apartments and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 376332,MARINA WATERFRONT,NEAR DUBAI MARINA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/2/8/119928_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex with air-conditioning, has a lobby, a reception, a lift, a restaurant, room service and a laundry service. SITUATION: It is inDubai the Marina of 3 minutes away, you can find Marina Mall the shopping centre It has excellent transport links to shopping areas. ROOM: The establishment has studios one and two bedroom apartments, have a bathroom, shower or bath, a kitchen with hobs, a microwave, a mini-bar, a toaster, a coffee maker, a kettle, a dishwasher and kitchen utensils. They also have internet, a washing machine and an ironing set. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.78" OriginalAmount="37.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2705691" Longitude="55.3198516" StarRating="3" HotelCode="|55261" HotelName="Royal Falcon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>SALAHUDDIN ROAD DEIRA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/1/55261_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Royal Falcon is rated three stars and has 84 rooms. The establishment has lifts, a business centre has features that offer you the maximum level of comfort and a car park. SITUATION: It is located close to the historic centre. Nearby, you will find the leisure area. Next to the establishment, guests have Al Hamriyah Park, near the establishment, you will find World Trade Centre, FACILITIES: You can find a fitness centre well-equipped. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, a bar and a lounge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="38.83" OriginalAmount="37.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27314" Longitude="55.317116" StarRating="3" HotelCode="|118901" HotelName="Icon Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Muteena Street ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/0/1/118901_b9a874d2137.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a business centre, a laundry service, room service, a valet service, shops, a reception with safety deposit boxes, indoor parking, a jacuzzi and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112701027925" Longitude="55.193241834641" StarRating="4" HotelCode="899400|54758" HotelName="Al Khoory Hotel Apartments, Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Barsha, P.O. Box 6237, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/f9/73f9fffc1ce76087849ac11406957edde99e4371.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the Al Barsha district, the hub of new Dubai, the hotel is just 500 m from the Ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270259234213" Longitude="55.304149828207" StarRating="2" HotelCode="260534|47545" HotelName="Florida Al Souq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Near Al Sabkha Bus Station, Deira, Dubai 128774</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1e/361e4ba4391d8f6737f95e2ba8b3076e59855f95.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the main business and shopping area of the city, Al Baniyas distric, close p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.14" OriginalAmount="38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079811517943" Longitude="55.1498676649" StarRating="5" HotelCode="304434|55119" HotelName="Pullman Dubai Jumeirah Lakes Towers - Hotel &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cluster T, Adjacent to Damac Properties Metro station, Jumeirah Lakes Towers, P.O. Box 9268, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/71/807155928d2d74295310956f82a17b159dd3af49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.16" OriginalAmount="38.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.072181672902" Longitude="55.129393182738" StarRating="4" HotelCode="267294|967185" HotelName="Ramada Hotel &amp; Suites by Wyndham Dubai JBR" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, P.O. Box 120253, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/3a/943afa705aa8ed7eccd1871c2b89bec7b733decc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.19" OriginalAmount="38.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.116997" Longitude="55.196702" StarRating="4" HotelCode="|198218" HotelName="Hilton Garden Inn Dubai, Mall Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>22nd St, P.O. BOX 39 39 71, AlBarsha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/2/1/8/198218_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.20" OriginalAmount="38.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2732338" Longitude="55.3196216" StarRating="3" HotelCode="|55238" HotelName="Abjad Crown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL MUTEENA STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/3/8/55238_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Al-Muteena Street It is in close to the establishment, guests have the city centre. ROOM: The rooms have an air-conditioning system, a television, a direct line telephone, an iron, an ironing board and a bathroom with a hairdryer. FACILITIES: Clients can find a swimming pool, a bar, a relaxation area, a restaurant, a lift and a launderette. They also have a dry cleaner's, room service, a reception with a safe box, business area and a car park (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.42" OriginalAmount="38.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.117681142929" Longitude="55.195885288361" StarRating="4" HotelCode="317353|1511908" HotelName="Flora Al Barsha Mall Of Emirates" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Near Mall of the Emirates, Al Barsha 8088, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/60/7a60cfceeb39ce50421548770aae899f77a8708a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.46" OriginalAmount="38.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.214143370767" Longitude="55.276175737381" StarRating="4" HotelCode="387637|73344" HotelName="Four Points by Sheraton Sheikh Zayed Road, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 116162, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e9/62/e96257c05719ec0e1ced53bf6cdc9c771a1692e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a great location near the Financial and Exhibition Centre, and Dubai's old souqs an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="39.54" OriginalAmount="38.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25243" Longitude="55.343109" StarRating="4" HotelCode="702901|2267945" HotelName="Flora Inn Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, 125275 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/f0/bdf03a044fb2dfc4b193a533428244a57d45bed2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located right in the heart of Dubai and is perfectly suited to business travel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.74" OriginalAmount="38.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.101155" Longitude="55.173082" StarRating="4" HotelCode="|121180" HotelName="Mercure Hotels Suites And Apartments Barsha Height" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/8/0/121180_bcdef660940.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Media City is situated in Sheikh Zayed Road, next to Dubai Internet City Underground Station. ROOM: The establishment has luxurious suites. They offer views of Dubai and the Palm Jumeirah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="39.77" OriginalAmount="38.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.221121" Longitude="55.329139" StarRating="4" HotelCode="60844|CAW785500" HotelName="Park Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaf Street, Dubai 122382</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/03/3603e1da1df96f517ec641afdaa515a20b62e668.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is just a few minutes from the business and financial districts of Sheikh Zayed Road....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="39.90" OriginalAmount="38.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1797855" Longitude="55.2690305" StarRating="0" HotelCode="|448211" HotelName="Unlock Metropolis" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>A G Tower Marasi Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/2/1/1/448211_b45e3bd1744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.06" OriginalAmount="38.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07112" Longitude="55.134968" StarRating="4" HotelCode="906024|353355" HotelName="Marina Byblos Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marina Yacht Club Street, Dubai P.O. Box 123233</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1c/10/1c10c605921abda0e70a4d02c9df64a7305f62cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this urban hotel is about 500 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="40.17" OriginalAmount="39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.101747224201" Longitude="55.170952677727" StarRating="4" HotelCode="103486|303208" HotelName="Al Salam Grand Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Second, PO Box 11189, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/144463/a_144463_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.23" OriginalAmount="39.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11779" Longitude="55.19651" StarRating="4" HotelCode="|192733" HotelName="Flora Al Barsha At The Mall" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha Road, Near Mall of The Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/3/3/192733_aa2b6101634.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.38" OriginalAmount="39.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11704" Longitude="55.19632" StarRating="0" HotelCode="|186581" HotelName="Mena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>A4 Street, Al Barsha, Sheikh Zayed Road 1 next to Mall of the Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/8/1/186581_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.46" OriginalAmount="39.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099755518104" Longitude="55.179519653321" StarRating="5" HotelCode="76176|92008" HotelName="Media Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hessa Street, Barsha Heights, P.O. Box 503030, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/69/a5699ffba9abb0ac1e3e393e4c316ad170d14ae8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Dubai's new business hub. It is just 10 km from Dubai Internati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.46" OriginalAmount="39.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2887074" Longitude="55.3679985" StarRating="0" HotelCode="|87305" HotelName="Emirates Stars Hotel Apartments Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Between Baghdad and Amman Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/0/5/87305_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.47" OriginalAmount="39.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0747811" Longitude="55.1454485" StarRating="4" HotelCode="|180652" HotelName="Armada Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Armada Tower - Jumeirah Lake Towers Sheikh Zayed Road 29591 Dubai United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/0/6/5/2/180652_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.47" OriginalAmount="39.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.083438626371" Longitude="55.142482846033" StarRating="4" HotelCode="624862|2274885" HotelName="Barceló Residences Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Golf,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Road, Al Dar Tower, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/72/a5/72a57d2f38d053466aeddc44d3792dcf6f4addf8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this apartment hotel lies in Dubai, a few metres from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.55" OriginalAmount="39.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251134" Longitude="55.334611" StarRating="5" HotelCode="|165566" HotelName="Pullman Dubai Creek City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 61871,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/5/6/6/165566_33791670719.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has excellent service. SITUATION: This establishment, Dubai it is in Close to shopping centres.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.55" OriginalAmount="39.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0711833" Longitude="55.1349573" StarRating="4" HotelCode="|119049" HotelName="Marina Byblos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Hubob street, Dubai Marina</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/0/4/9/119049_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a large hall with a reception and seats. ROOM: The establishment has rooms and deluxe suites. FACILITIES: The establishment has a gym, a spa, a swimming pool on the roof terrace and a terrace. With regards to the food and beverage offering, there is restaurants, a pub and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.62" OriginalAmount="39.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212867" Longitude="55.277309" StarRating="4" HotelCode="|219080" HotelName="Gevora " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road Trade Centre Area,Next to Al Attar Tower</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/0/8/0/219080_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.71" OriginalAmount="39.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262743491763" Longitude="55.32805250088" StarRating="3" HotelCode="562348|2159315" HotelName="Hyatt Place Dubai Al Rigga Residences" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Al Rigga Road, PO Box 33178, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/608982/608982a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a safe, a bar, a conference room and a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.72" OriginalAmount="39.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2710516" Longitude="55.307459" StarRating="3" HotelCode="|119874" HotelName="Golden Square Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 83966, DUBAI, UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/4/119874_45be8ea1305.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 155 studios and one bedroom apartments. SITUATION: Deira It is in Close to Naser the square the market and Dubai Creek Cove 5 kilometres away from the establishment, guests will find Jumeirah the beach Dubai Airport. ROOM: They have a bathroom with a shower, a bath, a hairdryer, a double or king-size bed, a direct line telephone, a satellite or cable television, internet and an ironing set. They also have a safety deposit box, a kitchen, fully-equipped, a mini-bar, a fridge, a hob, a microwave, a coffee maker, a kettle, an air-conditioning system and a balcony or terrace. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="40.87" OriginalAmount="39.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.114435139972" Longitude="55.201484771828" StarRating="3" HotelCode="297079|975535" HotelName="Ivory Grand Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Behind Mall of the Emirates, Al Barsha, PO Box 391977, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/2a/ac2ab440430cbe7f6c4b47a16209367ccd96f438.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="40.87" OriginalAmount="39.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270041" Longitude="55.3029564" StarRating="2" HotelCode="|120980" HotelName="Florida International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sabkha Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/9/8/0/120980_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers a transfer service to the airport and a reception. SITUATION: It is 15 minutes away fromDubai Airport. ROOM: All the rooms have an air-conditioning system and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.12" OriginalAmount="39.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12529125" Longitude="55.15426485" StarRating="4" HotelCode="613702|2188615" HotelName="Aloft Palm Jumeirah" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/dd/59dd03009f02e341ff5d163965bf759879a7c7ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.12" OriginalAmount="39.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.047230961233" Longitude="55.24289757264" StarRating="4" HotelCode="566649|2199545" HotelName="Park Inn by Radisson Dubai Motor City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Turin Boulevard Road, First Avenue Mall &amp; Hotel, Dubai Motor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/ac/28acc507ded4fdb2e1dbacfed0576cb33ddce22e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.20" OriginalAmount="40.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2688683" Longitude="55.30330193" StarRating="1" HotelCode="562115|victoria_hotel_74" HotelName="Victoria Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road Community 115, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/65/7965ef9c0a91ab93d853563b48b67e32d1cd9519.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a baggage storage service, a safe, a café and a transfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.29" OriginalAmount="40.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113090565553" Longitude="55.204252058861" StarRating="4" HotelCode="166772|397515" HotelName="Abidos Hotel Apartment - Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 450605, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/13/137514/137514a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.34" OriginalAmount="40.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.067968" Longitude="55.141673" StarRating="5" HotelCode="145034|122554" HotelName="Bonnington Jumeirah Lakes Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Country House" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Lakes Towers, Cluster J, P.O. Box 37246, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/5c/655cf43ef049f23b7e8bf3e469a2a59d0ef123d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The full service hotel in Dubai is located in the heart of Jumeirah Lakes Towers along Sheikh Zayed ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.34" OriginalAmount="40.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07941298233" Longitude="55.143128802095" StarRating="4" HotelCode="304031|1028188" HotelName="City Premiere Marina Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Kitchen,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al-Suwayeb Street, Dubai Marina, Al Marsa Area, Near Marina Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/45/9245a4091114a74e5c877e422237f15bcab696d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="41.61" OriginalAmount="40.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.288931651265" Longitude="55.368494689465" StarRating="4" HotelCode="93806|923545" HotelName="Emirates Stars Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Amman Street, PB 86880, Al Nahda 2, Al Qusais, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/130343/a_130343_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Al Nahda, Dubai, near the intersection of Baghdad and Amman stree...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="41.87" OriginalAmount="40.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264928" Longitude="55.311057" StarRating="4" HotelCode="|57352" HotelName="Radisson Blu , Dubai Deira Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BANI YAS ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/3/5/2/57352_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel and has 287 air-conditioning rooms, a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a nightclub, a bar and restaurants. Our guests can find a business centre, a laundry service, room service and a car park. SITUATION: Is situated in the heart of the commercial area, next to the establishment, guests will find the harbour, 10 minutes away from the establishment guests have Dubai Airport 6 kilometres away from the establishment, guests will find Dubai the city centre of. ROOM: The rooms a bathroom with a shower, a hairdryer, an air-conditioning system, a safe (available for a fee) and satellite or cable TV. They also have a stereo, internet, a mini-bar, a coffee maker and a teapot. FACILITIES: The establishment has a swimming pool with a children's area, a jacuzzi, a sauna, a solarium and a gym. Clients can enjoy enjoy tennis, squash and play golf.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="41.99" OriginalAmount="40.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21153768977" Longitude="55.31575434689" StarRating="5" HotelCode="260319|1604074" HotelName="Marriott Hotel Al Jaddaf Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ca/e3/cae3bae376f5a968051ec190b6bab6289900b839.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.10" OriginalAmount="40.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099476" Longitude="55.173055" StarRating="4" HotelCode="200089|925625" HotelName="Citadines Metro Central Dubai" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Barsha Heights, PO Box 502400, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/cd/6dcd83c5ded54572eac29743666528cfe8d4bd82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.20" OriginalAmount="40.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.180755" Longitude="55.277979" StarRating="4" HotelCode="|449599" HotelName="Holiday Inn Dubai Business Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/5/9/9/449599_84026bc1548.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.066056485761" Longitude="55.138045214736" StarRating="5" HotelCode="260127|37816" HotelName="Mövenpick Hotel Jumeirah Lakes Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cluster A, Jumeirah Lakes Towers, PO Box 454439, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2d/e42d7c1e651a80cdafde6a4f4d284482c0614006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is about 11 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.20276763039" Longitude="55.277782869921" StarRating="5" HotelCode="39208|18562" HotelName="Roda Al Murooj" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Saada Street, Opposite Dubai Mall, Downtown, P.O. Box 117546, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/f2/6af24783c0d447c9fff5ed79c3df1c2c5218e9e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is part of the prize-winning Al Murook complex at the heart of Dubai's business district....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.23" OriginalAmount="41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2816383" Longitude="55.34791607" StarRating="4" HotelCode="531435|336665" HotelName="Telal Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11 20 Street, Abu Hai, P.O. Box 33324, Hor Al Anz, Behind Deira Main Post Office, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/63/79631e0669483f3df9ffa243ef391d57206fe9f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this apartment hotel is located approximately 10 minutes by car fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="42.23" OriginalAmount="41.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25981579" Longitude="55.29149471" StarRating="2" HotelCode="415702|dallas_hotel_2" HotelName="Dallas Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Coffee Shop,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Garden,Internet,Laundry,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Al Waleed Road, P.O.Box: 51582, Bur Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/9f/7a9f705bfe8d787bf63070b0581b4567ce72f81e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Dallas Hotel is conveniently located in the popular Bur Dubai area. Offering a variety of facilities...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.25" OriginalAmount="41.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25091795" Longitude="55.33197351" StarRating="4" HotelCode="642040|2272525" HotelName="Aloft City Centre Deira, Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Road, PO Box 22533, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=5751089</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.35" OriginalAmount="41.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.041665" Longitude="55.188136" StarRating="5" HotelCode="|445549" HotelName="Mövenpick Jumeirah Village Triangle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Joory Street District 3 PO Box 450763</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/5/4/9/445549_d5a3c1b0917.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.35" OriginalAmount="41.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0793508" Longitude="55.1427519" StarRating="4" HotelCode="|169114" HotelName="City Premiere Marina Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina, P.O Box 27372</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/1/4/169114_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge). SITUATION: This establishment, Marina it is in 5 minutes away, you can find Marina Mall the shopping centre it is 29 kilometres away from Dubai Airport. ROOM: The apartments are equipped with a television, an air-conditioning system, a balcony, a kitchen with dishwasher, a microwave and a bathroom with a bath or shower. FACILITIES: Guests are offered a fitness centre and a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.37" OriginalAmount="41.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260152" Longitude="55.410486" StarRating="3" HotelCode="|450425" HotelName="eStay Inn " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>32nd Street, Muhaisnah, Muhaisnah-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/4/2/5/450425_22867d61114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.43" OriginalAmount="41.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251699567942" Longitude="55.295201186946" StarRating="3" HotelCode="12863|4784905" HotelName="Golden Sands Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Street, Bur Dubai, Dubai P.O Box 9168</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/dc/47/dc47ac9c10d96579c4e4e740659cfb78bc0a8ad5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally situated in the central city, this hotel is the largest in Dubai. Premier, serviced apartmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.43" OriginalAmount="41.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25164869715" Longitude="55.294992950541" StarRating="3" HotelCode="310346|923015" HotelName="Golden Sands 3 Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Street, Bur Dubai, P.O. Box 9168, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/25/852544b26b88fae31ccb94e6f3d0663ec1772ec3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple hotel is set in Dubai. The premises count with 750 welcoming bedrooms. This property doe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.46" OriginalAmount="41.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.209901" Longitude="55.268958" StarRating="0" HotelCode="|554800" HotelName="Shada Hotels Jumeirah Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23rd St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/0/0/554800_90230051504.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.49" OriginalAmount="41.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252060453559" Longitude="55.294099964322" StarRating="3" HotelCode="310347|1960185" HotelName="Golden Sands 5 Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Road, Post Box 9168, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/489573/9ff4fcb5425316969ca9db5d0b5b4c65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Deira. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.51" OriginalAmount="41.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069654" Longitude="55.24507" StarRating="0" HotelCode="|450530" HotelName="Millennium Executive Apartments Mont Rose" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Science Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/5/3/0/450530_2aabfd80702.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="42.52" OriginalAmount="41.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23886" Longitude="55.27274" StarRating="3" HotelCode="|192755" HotelName="Ibis Styles Dubai Jumeira" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mina Road, 2nd December Street, Jumeira 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/7/5/5/192755_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.64" OriginalAmount="41.40" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269395683068" Longitude="55.316653733097" StarRating="5" HotelCode="908936|911475" HotelName="Swissôtel Al Ghurair" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Kattab Road, Near Fish Roundabout, P.O. Box 185051, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5f/c6/5fc6dbda1303981c233fbbbdf2a487f7534662f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.70" OriginalAmount="41.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.206057493369" Longitude="55.273010730743" StarRating="5" HotelCode="29426|30724" HotelName="Dusit Thani Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>133 Sheikh Zayed Road, P.O. Box 23335, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2e/e42e2d4bd962d5cffd47ca08f34bc1c81d076251.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the famous Sheikh Zayed Street Situated close to Jumeirah Beach, the commer...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.72" OriginalAmount="41.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.279301933657" Longitude="55.304580403547" StarRating="4" HotelCode="167142|964585" HotelName="The Galleria Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Massage Centre,Nightclub,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road, PO Box 6655, Deira Corniche, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/dd/9cdd0b433b4f393fb819fa8484c0229f698f5127.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="42.79" OriginalAmount="41.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.264843" Longitude="55.31106" StarRating="4" HotelCode="258530|30874" HotelName="Radisson Blu Hotel Dubai Deira Creek" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>476 Bani Yas Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/1e/e61e606dc8d529cc3b2acede4c483820ad9776bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Deira, a short drive from the Gold Souk and many main shopping centres. Al G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.06" OriginalAmount="41.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18002191" Longitude="55.26411857" StarRating="4" HotelCode="846456|2343785" HotelName="Millennium Atria Business Bay" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6f/23/6f23e70dc287f5cf110ed2bd624bbc9cbb226358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.18" OriginalAmount="41.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269095" Longitude="55.317175" StarRating="5" HotelCode="|85694" HotelName="Swissotel Al Ghurair" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Khattab Street, next to Al Ghurair Centre P.O. BOX 185060</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/6/9/4/85694_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inDeira the district of 5 minutes away from the establishment guests have Union the metro station of. FACILITIES: Clients can find a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="43.26" OriginalAmount="42.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2538435" Longitude="55.2992462" StarRating="0" HotelCode="|55258" HotelName="West Zone Pearl Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>18th street, off Bank Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/8/55258_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has room service, a business centre and lifts. The establishment has a reception, a business centre with features that offer you the maximum level of comfort and a small conference room. It has 84 rooms. SITUATION: Bank Street It is located near close to the establishment, guests have the shopping area inDubai a good area in. FACILITIES: Clients can find a fitness centre well-equipped and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.52" OriginalAmount="42.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04734" Longitude="55.129627" StarRating="3" HotelCode="99117|922425" HotelName="Parkside Suites - Discovery Gardens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zen 3 Building number 12 Discovery Garden, Sheikh Zayed Road, P.O. Box 125616, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/09/d8/09d84bbfa374f880a7fafd931a0f964d07017c0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This Dubai hotel is located next to the Ibn Battuta Shopping Centre, in Discovery Garden. The proper...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.52" OriginalAmount="42.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.232684044202" Longitude="55.315207203705" StarRating="3" HotelCode="170752|924135" HotelName="TIME Dunes Hotel Apartments Oud Metha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Street, P.O.Box 127773, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ed/86ed46dc9e65445417cac8e489c1af87f3a71dc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Oud Metha, opposite the American hospital and Dubai Healthcare City. The cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="43.98" OriginalAmount="42.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.187535" Longitude="55.267514" StarRating="5" HotelCode="302485|1066898" HotelName="DAMAC Maison Cour Jardin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, 2286 Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/4f/ca4f55fcd3793db7bd9e8148c4372ebc30ac2197.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.02" OriginalAmount="42.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1131498" Longitude="55.2045622" StarRating="0" HotelCode="|82694" HotelName="Icon Delux" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL BRASHA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/9/4/82694_147b5a81600.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has meeting rooms and event rooms. The establishment was built in 2010, with air-conditioning, has 143 apartments, a hall with a reception, a lift, a breakfast room and room service. SITUATION: It is 2 minutes away fromAl Barsha the metro station of 5 minutes away from the establishment, clients can find Mall of The Emirates the underground station of 20 minutes away from the establishment you have Dubai Airport It is 45 minutes away fromAbu Dhabi Airport. ROOM: Customers can find apartments with kitchen, a bathroom, a shower, a television, a safe, a coffee maker, a kettle and an ironing set. FACILITIES: The establishment has a health club, a gym, aerobics, a jacuzzi, a swimming pool on the roof terrace, saunas and a steam bath. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet or set-menu restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.16" OriginalAmount="42.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10723" Longitude="55.143146" StarRating="4" HotelCode="|444182" HotelName="Voco Dubai the Palm, an IHG " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1234 THE PALM JUMEIRAH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/8/2/444182_04a07501220.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="44.29" OriginalAmount="43.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260271" Longitude="55.318578" StarRating="5" HotelCode="409635|samaya_hotel_deira" HotelName="Samaya Hotel Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riggat Al Buteen, Deira, P.O. Box 88449, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/a3/5fa38090a68bf34d720e7ddb2a36e4490d40d7f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury city hotel is located just 9 km from Dubai International Financial Centre, traditional s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.30" OriginalAmount="43.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256394" Longitude="55.303356" StarRating="3" HotelCode="93391|446035" HotelName="Capital O 167 Moon Valley Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Kitchen,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Burjuman Metro Station, Al Hamriya, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/3b/333b984056e5deef1f9eff5779df74ed140dc047.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated in the centre of Dubai, 3 km away from the museums and 9 km from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.36" OriginalAmount="43.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27321" Longitude="55.31045" StarRating="1" HotelCode="|185949" HotelName="West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Naif Road, Naif, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/9/4/9/185949_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.38" OriginalAmount="43.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256616" Longitude="55.304159" StarRating="0" HotelCode="|198487" HotelName="Better Living " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 20, Hamriyah Street, Burjuman Metro Station Exit 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/4/8/7/198487_c9e879d1817.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="44.39" OriginalAmount="43.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037968099861" Longitude="55.19718620791" StarRating="4" HotelCode="614386|2220755" HotelName="Aloft Me'aisam, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City, P.O. Box 485085, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/0c/8c0ca282ef3fc8a8b860dcf0bc6eb84915c35a1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel warmly welcomes guests in Dubai. For business travellers as well as families, it pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.48" OriginalAmount="43.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2560793" Longitude="55.3118636" StarRating="4" HotelCode="|297377" HotelName="Canopy by Hilton Dubai Al Seef" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Seef Street Building A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/7/7/297377_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.57" OriginalAmount="43.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273298" Longitude="55.301858" StarRating="2" HotelCode="|53080" HotelName="Queen's" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SABKHA ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/0/8/0/53080_1_1566.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 41 rooms and 5 floors. The establishment has a wake-up service, tourist information, a laundry service, room service and a restaurant. SITUATION: It is situated 6 kilometres away fromDubai Airport. ROOM: Guests are offered non-smoking rooms, The rooms have an air-conditioning system, a television and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="44.80" OriginalAmount="43.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.187248" Longitude="55.271996" StarRating="0" HotelCode="|508718" HotelName="Lusso Hometels J One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Dr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/8/7/1/8/508718_d1311371117.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.43" OriginalAmount="44.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.225617" Longitude="55.33657" StarRating="4" HotelCode="|397292" HotelName="Suha Park Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Jadaff, 1123 11 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/2/397292_72ad03b1054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.57" OriginalAmount="44.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1020776" Longitude="55.1783073" StarRating="4" HotelCode="|198216" HotelName="Atana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HESSA STREET, TECOM, AL BARSHA SOUTH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/8/2/1/6/198216_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.59" OriginalAmount="44.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2742" Longitude="55.30098" StarRating="1" HotelCode="|514601" HotelName="Ana Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL DAGHAYA STEET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/4/6/0/1/514601_1d0da3b2033.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.61" OriginalAmount="44.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1138004" Longitude="55.1918618" StarRating="0" HotelCode="|85675" HotelName="Radiance Premium Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road // Opp Sharaf DG Metro Station? Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/6/7/5/85675_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated close to a commercial centre. ROOM: Clients can find internet (free of charge) and a fully-equipped kitchen. FACILITIES: The establishment boasts a swimming pool, a gym and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.69" OriginalAmount="44.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10243699148" Longitude="55.172410915344" StarRating="4" HotelCode="61419|139534" HotelName="Two Seasons Hotel &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 502222, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/3a/a4/3aa4e0e9a8fdcc3a0db669b94e591aada1f350d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="45.69" OriginalAmount="44.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.271598" Longitude="55.313293" StarRating="2" HotelCode="900231|2606065" HotelName="Gulf Star" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Beauty Salon,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Yousef Baker Road, Behind Al Maktoom Hospital, Deira, Dubai 88767</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/326391/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Yousef Baker road close to fish round about and Al Maktoum hospital 5 minutes walk to the city cente...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="45.79" OriginalAmount="44.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253867" Longitude="55.297747" StarRating="0" HotelCode="|165627" HotelName="Savoy Suites Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>12a street 317 Community Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/6/2/7/165627_09c3eee1549.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is business. ROOM: The establishment has studios, two bedroom suites with a bathroom, a sitting area, a sofa-bed, a wardrobe and a fully-equipped kitchen.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="45.90" OriginalAmount="44.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19521318413" Longitude="55.283847174275" StarRating="5" HotelCode="293188|2689647" HotelName="DAMAC Maison Mall Street" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Mall Street, Opposite to Dubai Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/25/56256dcc630ab270eda11d75699b9f9edd6d76b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.13" OriginalAmount="44.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256622619903" Longitude="55.304404210839" StarRating="3" HotelCode="320479|2607125" HotelName="Milestone Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Currency Exchange,Internet,Laundry,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Al Hamriyah, Near Burjuman Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/68/6d6843185b4da2c8f6dd76eb17915dc91a315b9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.23" OriginalAmount="44.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0911606" Longitude="55.1489162" StarRating="0" HotelCode="|88016" HotelName="Tamani Marina " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud St; Jumeirah Beach Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/8/0/1/6/88016_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 55 floors. FACILITIES: The establishment boasts swimming pools, a sauna, a jacuzzi, a solarium and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="46.35" OriginalAmount="45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.186964" Longitude="55.271792" StarRating="5" HotelCode="323946|92850" HotelName="Steigenberger Hotel Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/68/2368d653afcbc2ca270c069ba68feb8b883b9569.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.40" OriginalAmount="45.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.025869" Longitude="55.191257" StarRating="0" HotelCode="|468316" HotelName="Youandco Co-living Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>You&amp;Co IMPZ</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/3/1/6/468316_4f042a61703.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.54" OriginalAmount="45.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113650718119" Longitude="55.190920898147" StarRating="3" HotelCode="98732|872075" HotelName="Al Barsha Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, P.O. Box 125707, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/10/101656/101656a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located across from the Metro, this hotel connects to the city. The Mall of Emirates and Ski Dubai a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.78" OriginalAmount="45.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211625" Longitude="55.274432" StarRating="4" HotelCode="39206|449855" HotelName="AlSalam Hotel Suites and Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Designated Smoking Area,Fax,Golf,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 118094, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/35/0a356f236e02fc73df3250a2a7fed52a10c20649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel lies on the fashionable Sheikh Zayed Road, across from the International Financial C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="46.78" OriginalAmount="45.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2563696" Longitude="55.2894764" StarRating="0" HotelCode="|57846" HotelName="Rolla Residence Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL ROLLA ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/4/6/57846_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has fantastic views, attentive service, room service and a business centre. The establishment also offers a concierge, a transfer service, a car hire desk and lifts. It has 126 rooms. SITUATION: Close to the establishment, guests have the shopping area, is in Dubai a good location in nearby, you will find the leisure area. FACILITIES: The establishment boasts a fitness centre fully-equipped and a swimming pool. OTHERS: You can find a bar, a lounge and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.78" OriginalAmount="45.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.275697198522" Longitude="55.312788875382" StarRating="3" HotelCode="322648|2237735" HotelName="Delmon Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Naif Street, Opposite Al Futtaim Masjad, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/129956/129956a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="46.96" OriginalAmount="45.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252329963376" Longitude="55.296286776252" StarRating="3" HotelCode="915619|923335" HotelName="Xclusive Maples Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 A Street, P.O. Box 126012, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/88/d488a75a6cfd54bd0798b5530dd374da9c4407e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.08" OriginalAmount="45.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.04317883" Longitude="55.25088065" StarRating="4" HotelCode="856292|2383125" HotelName="Studio One Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Studio city, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/67/d367a6eae5ee65ade72cdd4f29c75b39633869e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.10" OriginalAmount="45.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037227443066" Longitude="55.196863813492" StarRating="4" HotelCode="630087|2220735" HotelName="Element Me'aisam Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/de/1ede6669a53a1036e770b06dd62fc8e05c7f848a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. Dubai (DXB) Airport is 33 km away, and it is 57 km and 112...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.12" OriginalAmount="45.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.274296718191" Longitude="55.307573196365" StarRating="1" HotelCode="313392|1254458" HotelName="West Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Golf,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Naif Road, Diera, PO Box 1039, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/ab/bdab45d5a3ad7b57a9534568e51031ca5bbb0329.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.44" OriginalAmount="46.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.273242278198" Longitude="55.30185520649" StarRating="2" HotelCode="66874|306225" HotelName="Queen's Hotel Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Al Sabkha Road, Dira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/82/d0/82d088c4f9c92e8f41abccd977c44cf81b591191.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, in the Deira district, the hotel is close to the Gold Souk and Spice ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.52" OriginalAmount="46.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0785314" Longitude="55.143131" StarRating="0" HotelCode="|87891" HotelName="Radisson Blu Residence, Dubai Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/9/1/87891_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel with air-conditioning and has 152 apartments, The establishment has a lobby with a reception, express check-out, a currency exchange service, a lift, a cafÃ©, a restaurant and WiFi (free of charge), The establishment also offers room service, a laundry service (for a fee) and a car park. SITUATION: Is situated inDubai Marina the heart of close to the establishment, clients can find Jumeirah the beach close to the establishment, guests have tourist areas, Clients can also find restaurants and shopping centres. It is situated 35 kilometres away fromDubai Airport. ROOM: The establishment has apartments with kitchen, dishes, cutlery, a mini-bar, a fridge and a hob. They have a coffee maker, a kettle, a bathroom with a shower, a bath, a hairdryer, a king-size bed, a safe, flatscreen cable television, internet and a direct line telephone. They also have an air-conditioning system, a balcony, an ironing set, a writing desk and a washing machine. FACILITIES: The establishment boasts 2 swimming pools, a covered swimming pool and a spa. Customers can also find 2 gyms, a children's swimming pool, a sauna and a massage service (available for a fee), close to the establishment, clients can find a golf course. MEALS: Regarding the food and beverage offering, the establishment offers a breakfast, lunch and dinner service and room service. PAYMENT METHODS: Customers can pay using credit cards, American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="47.57" OriginalAmount="46.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.261612" Longitude="55.314021" StarRating="5" HotelCode="23830|987245" HotelName="Sheraton Dubai Creek Hotel &amp; Towers" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4250, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/f8/44f81a6609b399fc1e02af675b4e152c2b59ea61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located on Baniyas Road, this hotel overlooks Dubai Creek. It is just a short distance to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.73" OriginalAmount="46.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260742" Longitude="55.3241661" StarRating="0" HotelCode="|121131" HotelName="Dream City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Riqqa Street, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/3/1/121131_general.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Deira it is in it is 5 minutes away from Al Rigga the underground station of. ROOM: The establishment has apartments with an air-conditioning system. FACILITIES: The establishment boasts WiFi (free of charge), a gym and a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="47.75" OriginalAmount="46.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2114839" Longitude="55.2743676" StarRating="4" HotelCode="|55232" HotelName="Staybridge Suites Dubai Financial Centre, an IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 118049</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/3/2/55232_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 281 rooms, The establishment boasts air-conditioning, a lobby, a lift, a car park and an indoor car park (for a fee). SITUATION: 10 minutes away from the establishment, guests will find the shopping centre, close to the establishment, guests have Jumeirah the beach Near the establishment, guests will find a metro station, 15 minutes away from the establishment clients have Dubai Airport. ROOM: They have a kettle, a coffee maker, a living room-bedroom, a sofa-bed and sofas. They also have cable and satellite television, a bathroom with a bath, a shower with a safe. FACILITIES: The establishment has a gym, a sauna, a jacuzzi, a steam bath, hydromassage swimming pool and a children's swimming pool. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and a coffee shop. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.09" OriginalAmount="46.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1857242" Longitude="55.2742262" StarRating="3" HotelCode="|450907" HotelName="Staybridge Suites Dubai Business Bay, an IHG Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive B, Business Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/9/0/7/450907_2946bf51241.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="48.28" OriginalAmount="46.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2643459" Longitude="55.3270345" StarRating="0" HotelCode="|55628" HotelName="J5 Rimal Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Murraqabat Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/2/8/55628_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a lobby, a reception, a safety deposit box service (for a fee), a lift, a cafÃ©, a nightclub and room service. SITUATION: Is situated inDubai the city centre of. ROOM: The rooms a bathroom with a hairdryer, a television, a radio, a mini-bar and individual air-conditioning. FACILITIES: The establishment has a swimming pool and a sauna.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="48.41" OriginalAmount="47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.256034502952" Longitude="55.299674169312" StarRating="3" HotelCode="186044|310226" HotelName="Nihal Residency Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Golf,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Khalid Bin Waleed Road, 16 A Street, Al Mankhool, P.O. Box 25295, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/260066/gt_260066_A1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This aparthotel enjoys a central location in Bur Dubai, within walking distance of Bank Street and t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.88" OriginalAmount="47.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078432078006" Longitude="55.143032478224" StarRating="4" HotelCode="99343|458355" HotelName="The Radisson Blu Residence, Dubai Marina" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plot 392-269 Street K, P.O. Box 73029, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/47/424799afac850067b337fd01e1807e0eff02b894.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The establishment is a luxury Sharia-compliant residence located in an upscale neighbourhood at the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.96" OriginalAmount="47.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.209634944167" Longitude="55.274999318802" StarRating="4" HotelCode="98873|130244" HotelName="Emirates Grand Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Trade Center 2, PO Box 116957, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/138635/a_138635_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai on Sheikh Zayed Road. It lies within walking distance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="49.17" OriginalAmount="47.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19255449" Longitude="55.28668618" StarRating="4" HotelCode="877268|2342295" HotelName="Hotel Indigo Dubai Downtown" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, PO Box 24666, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/85/43/8543cfe34356567e72e933f96ce93f9ff9bf5e3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.56" OriginalAmount="48.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2215786" Longitude="55.3249588" StarRating="4" HotelCode="|55269" HotelName="Somerset Jadaf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NEAR AL WESL HOSPITAL. BEHIND THE DUBAI OFFICERS C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/9/55269_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 84 apartments, The establishment has air-conditioning, a hall, a cafÃ©, a restaurant, conference rooms, room service, a laundry service and a car park. SITUATION: Near the establishment, guests will find the business area, close to the establishment, guests have the leisure area, restaurants and shops. it is situated 5 kilometres away from Dubai Airport. ROOM: They have a kitchen with fridge, a microwave, a direct line telephone, a safety deposit box and an ironing set. They also have a bathroom with a hairdryer, internet, a coffee maker, a kettle and an individual air-conditioning system. FACILITIES: The establishment boasts a swimming pool with a children's area and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.56" OriginalAmount="48.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2094556" Longitude="55.2752884" StarRating="4" HotelCode="|87301" HotelName="Residence Inn by Marriott Sheikh Zayed Road, Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/0/1/87301_66c3b1c1206.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 47 floors and luxury facilities. SITUATION: This establishment, is close to DIFC the metro station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.78" OriginalAmount="48.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2523693" Longitude="55.335761" StarRating="4" HotelCode="|210909" HotelName="Royal Continental – Dubai Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 182166 OPPOSITE DEIRA CITY CENTER PORT SAEED ROAD, DEIRA DUBAI UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/9/210909_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.07" OriginalAmount="48.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234246837774" Longitude="55.323978245369" StarRating="5" HotelCode="307773|1253328" HotelName="Hyatt Regency Dubai Creek Heights" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Dubai Healthcare City, Bur Dubai, Dubai 5668</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/65/3c6515bb112361f4c2a6300e207a0d6e87d2c978.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.21" OriginalAmount="48.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112258578385" Longitude="55.137988488841" StarRating="5" HotelCode="363356|2037645" HotelName="Dukes The Palm, a Royal Hideaway Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Beach Hotel,Eco Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 120015, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/33/c4/33c41fda2db84e348d07d82d2551df15fdc0badd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this beach hotel is located right in the heart ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26917" Longitude="55.305959" StarRating="3" HotelCode="70471|379952" HotelName="Florida City Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Near Baniyas Square Metro Station, Deira, Dubai 49530</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/cc/f1cc83d9dd1a480de939b47796d48b21ef6d504c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is superbly located at Baniyas Square in Deira, close to an array of shopping c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="50.47" OriginalAmount="49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26872242489" Longitude="55.316441299361" StarRating="5" HotelCode="186063|35206" HotelName="Swissôtel Living Al Ghurair" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Kattab Road, near Fish Roundabout, P.O. Box 185060, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/c8/76c883f605cc270f5a496318f74b1d32b7c10aec.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this urban hotel is ideal for business travellers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="50.47" OriginalAmount="49.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263803645172" Longitude="55.299894558534" StarRating="2" HotelCode="404574|xva_art" HotelName="XVA Art Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Neighborhood, Bur Dubai, P.O. Box 37304, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/d2/8ad2c864940b5a19d472ac2d0f20b676198cc3c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Bur Dubai, Dubai, just few minutes from Al Bastakiya and the Dubai Museum. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="50.51" OriginalAmount="49.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2219837" Longitude="55.3582541" StarRating="4" HotelCode="|342527" HotelName="Holiday Inn and Suites Dubai Festival City, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gateway Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/2/5/2/7/342527_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.53" OriginalAmount="49.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.075045807079" Longitude="55.131773936176" StarRating="4" HotelCode="304658|1017548" HotelName="Roda Amwaj Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Jumeirah Beach Residence, P.O. Box 555613, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8f/aa/8faacea963e1657ad426109e9217fabc4e68b35c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.62" OriginalAmount="49.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22205443" Longitude="55.35801137" StarRating="4" HotelCode="566143|2217385" HotelName="Holiday Inn Dubai Festival City" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Gateway Avenue, Festival City, P O Box 410909, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/67/ba671d0f5db19c11cdc896d2ab349e84f327113d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="50.91" OriginalAmount="49.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.075177" Longitude="55.13876925" StarRating="4" HotelCode="635421|2285775" HotelName="Crowne Plaza Dubai Marina" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Yahoom Street, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/d8/2dd8138a06c8c466f9987c48bf88ace56e5743c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is located in Dubai. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.13" OriginalAmount="49.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.048335678205" Longitude="55.130761285344" StarRating="4" HotelCode="103986|924035" HotelName="Chelsea Gardens Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Discovery Gardens, P.O. Box 124169, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/3b/453b1f09f798b6aada4c2d88570e48b1f6a8aef3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.23" OriginalAmount="49.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0945186" Longitude="55.1772773" StarRating="4" HotelCode="|202214" HotelName="Ramada By Wyndham Dubai Barsha Heights" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Fosool Street, TECOM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/2/1/4/202214_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.34" OriginalAmount="49.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.187616505997" Longitude="55.284046233517" StarRating="5" HotelCode="936085|1031048" HotelName="DAMAC Maison Canal Views" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai 6873</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/83/1f/831f853cdf93c5462b53b09d7ca0ec8973a3543a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259404356634" Longitude="55.319407514572" StarRating="5" HotelCode="566141|239688" HotelName="Al Bandar Rotana" Meals="ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5d/b5/5db56b44789dd5d2196e3e904b25fabc8c2c1cc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai. For business travellers as well as families, it provides...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270014836783" Longitude="55.319002676197" StarRating="3" HotelCode="146075|47047" HotelName="City Star Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Salahuddin Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/129857/129857a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Dubai. There are a total of 100 accommodation units at City Star. C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="51.50" OriginalAmount="50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.091006200624" Longitude="55.149130225181" StarRating="5" HotelCode="410049|35604" HotelName="Tamani Marina Hotel and Hotel Apartment" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Naseem Street, P.O. Box 215855, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/97/e6/97e63baeed8f7896e0b374c118ed67dbd6f185ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in one of the busiest districts, Dubai Marina right next to the Dubai M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.79" OriginalAmount="50.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223849596761" Longitude="55.349164009094" StarRating="5" HotelCode="70491|71104" HotelName="Crowne Plaza Dubai - Festival City" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O.Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/70/87/70879bb2da4b5cbf140577f2f2e4fa357d73aafc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Dubai Creek. It is directly connected with the Festival Wat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.83" OriginalAmount="50.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2595073" Longitude="55.3194949" StarRating="5" HotelCode="|221303" HotelName="Al Bandar Rotana - Dubai Creek" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/3/0/3/221303_744c77c0932.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="51.85" OriginalAmount="50.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.05149037" Longitude="55.26855542" StarRating="2" HotelCode="143923|41854" HotelName="Arabian Ranches Golf Club" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Emirates Road (311), P.O. Box 36700, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/07/8c073f2547f883cb98b8737d0a9abd6985083f78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This golf hotel is located in Dubai, about 20 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="51.95" OriginalAmount="50.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0463709" Longitude="55.1188732" StarRating="3" HotelCode="|210908" HotelName="PREMIER INN DUBAI IBN BATTUTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ibn Battuta Mall, Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/8/210908_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="52.06" OriginalAmount="50.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079765585929" Longitude="55.137478173927" StarRating="4" HotelCode="902943|2619625" HotelName="Suha Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sadaf 3 Building, Jumeirah Beach Residence, PO Box 35771, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/91/48/91485b4dfbb8744e6a062f80e2604899f1994ec8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of New Dubai, community facilities like supermarkets, medical facilities, rest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.22" OriginalAmount="50.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.14622709" Longitude="55.19550898" StarRating="5" HotelCode="623331|2270125" HotelName="Park Regis Boutique Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Laundry,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Street, next to Umm Suqeim Park, Umm Suqeim 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/a1/19/a1193a11fe24d31d919145837ba39ad8fecb2ecc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this boutique hotel is situated in a quiet area in Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.26" OriginalAmount="50.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2701761" Longitude="55.3189609" StarRating="3" HotelCode="|119773" HotelName="Gulf Inn Hotel Deira" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SALAHUDDIN ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/7/7/3/119773_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers an entertainment programme. SITUATION: It is located close to the commercial and business area. ROOM: The establishment has comfortable standard rooms and suites.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="52.53" OriginalAmount="51.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248650944602" Longitude="55.296366736293" StarRating="3" HotelCode="187241|baity_hotel_apartments" HotelName="Baity Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Road, PO BOX 124052</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/52/7e52ec55eeeb1dc8b3dbb471bf98b9056072b65d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.73" OriginalAmount="51.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.146114" Longitude="55.195492" StarRating="3" HotelCode="|297376" HotelName="Park Regis Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>325 Road, Al Thany Street Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/7/6/297376_057d2ad2041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="52.80" OriginalAmount="51.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.962914" Longitude="55.144653" StarRating="0" HotelCode="|447167" HotelName="Expo Village Serviced" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Expo Village Boulevard,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/1/6/7/447167_1e1f8461142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="52.95" OriginalAmount="51.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.186461503024" Longitude="55.267923517672" StarRating="5" HotelCode="566148|2164605" HotelName="Radisson Blu Hotel Dubai Waterfront" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/3d/ee3db69d62128b7ef250aa14dd04dceee6f9a351.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.08" OriginalAmount="51.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251066" Longitude="55.328166" StarRating="0" HotelCode="|472663" HotelName="Marriott Marquis Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plot No 129 - 104, Port Saeed</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/6/6/3/472663_be734671050.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="53.28" OriginalAmount="51.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.259204511343" Longitude="55.319554360852" StarRating="4" HotelCode="597771|CBC312800" HotelName="Al Bandar Arjaan by Rotana" Meals="ROOM ONLY,ALL INCLUSIVE,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street, P.O. Box 4080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/5f/ac5f201b634d415a7ab08b9e0be32e992fb7d61d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located approximately 2 km from the centre of Dubai, this apartment hotel is ideal for business trav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.32" OriginalAmount="51.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2691793" Longitude="55.3068501" StarRating="3" HotelCode="|55255" HotelName="Landmark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Baniyas Square (also known as Nasser Square)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/5/5/55255_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Landmark is rated three stars, it offers a transfer service, 2 restaurants, a cafÃ©, a terrace with a swimming pool, a gym, a business centre and conference facilities. SITUATION: It is in the city centre of Dubai. Close to the establishment, clients can find World Trade Centre, ROOM: The rooms a bathroom with a shower with a hairdryer, a direct line telephone, cable television, a mini-bar, a safe and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.32" OriginalAmount="51.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.263932" Longitude="55.29292" StarRating="0" HotelCode="|493312" HotelName="Capital O160 Lumbini Dream Garden Guest House LLC" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>14, Al Suq St.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/3/3/1/2/493312_e7754ba1015.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.52" OriginalAmount="51.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.252404" Longitude="55.292144" StarRating="4" HotelCode="|397291" HotelName="Suha Mina Rashid Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4C Street, Al Mankhool, 6 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/9/1/397291_e07f0421028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.55" OriginalAmount="51.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.077499276322" Longitude="55.135423163368" StarRating="4" HotelCode="177208|722075" HotelName="Delta Hotels by Marriott Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence, Bahar 7, PO Box 118555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ba/5b/ba5b5103501d908c25689d66e7162289a9c93e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is the perfect destination for both business and leisure travellers being ideally located ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26251387" Longitude="55.29360815" StarRating="0" HotelCode="745583|288288" HotelName="Lumbini Dream Garden Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Near Souk Al kabeer, Bur Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/c7/a8c73c2448296feb05aa7884b8a1c258ebffdb81.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="53.56" OriginalAmount="52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.269967844911" Longitude="55.303121209145" StarRating="2" HotelCode="908940|226064" HotelName="Wave International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sabkha Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/51/d351397d411007717626bab24d8d29311e4862c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in Dubai. There are a total of 47 rooms on the premises. Florida I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="53.62" OriginalAmount="52.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.105186" Longitude="55.150505" StarRating="0" HotelCode="|119991" HotelName="Royal Club At Palm Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 347474</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/9/1/119991_452f1b61225.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has air-conditioning, a safety deposit box service and internet (for a fee). SITUATION: It has excellent transport links to, the marina and the city centre. Clients can find restaurants, shopping centres, cinemas and sports facilities. it is situated 11,3 kilometres away from golf courses. ROOM: The establishment has 50 apartments. FACILITIES: The establishment has a swimming pool and deck chairs. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.26" OriginalAmount="52.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.042323" Longitude="55.251473" StarRating="4" HotelCode="|444041" HotelName="Studio One" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Studio City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/4/1/444041_e00c9861232.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.38" OriginalAmount="52.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2693131" Longitude="55.3060658" StarRating="3" HotelCode="|57828" HotelName="Florida City Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BANIYAS SQUARE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/8/2/8/57828_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel with air-conditioning and has 90 apartments, The establishment boasts a lobby, a restaurant, a cafÃ©, conference rooms and room service. SITUATION: It is inBaniyas the Square of near the establishment, you will find shopping centres. ROOM: The establishment has apartments with TV, a direct line telephone, internet, a mini-bar, a safe and a small kitchen fully-equipped. FACILITIES: The establishment has a gym, a spa, treatments, a sauna and a jacuzzi. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant with local food and a coffee shop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.40" OriginalAmount="52.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.278338" Longitude="55.3044021" StarRating="0" HotelCode="|120011" HotelName="Hyatt Regency Galleria Residence Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Khaleej Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/0/1/1/120011_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.53" OriginalAmount="52.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260353" Longitude="55.3185929" StarRating="4" HotelCode="|87905" HotelName="Samaya  Deira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Riggat Al Buteen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/0/5/87905_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel the Dhow Wharfage it is close to it is in Deira the business district. FACILITIES: The establishment has a swimming pool on the roof terrace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.54" OriginalAmount="52.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.046800856456" Longitude="55.182122904785" StarRating="5" HotelCode="934443|1420308" HotelName="Ghaya Grand Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Fay Road, Sports City, Near Meaisem City Center, Dubai 392360</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/49/5d/495df30d36e76db990b9c2168f816e2aef0e7e7e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is about 15 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="54.58" OriginalAmount="52.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.260915297121" Longitude="55.323833008598" StarRating="3" HotelCode="21508|55614" HotelName="Sun &amp; Sands Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>37th Street, Al Rigga Road, Clock Tower, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/b9/f8b993c8b305bb33fb862e67ab91c05cb2dd4577.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Dubai, close to the shopping centre and the famous Clock Tower...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="54.59" OriginalAmount="53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18786235" Longitude="55.27964125" StarRating="5" HotelCode="570576|403132" HotelName="DAMAC Maison Distinction" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Designated Smoking Area,Jacuzzi,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>School Street, Burj Area, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/b8/a6b8acdf16b5638c065637fc428c4547b1d14f03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located approximately 700 m from the centre of Dubai. Its setting is especially ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="54.62" OriginalAmount="53.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09690321" Longitude="55.16865485" StarRating="4" HotelCode="779905|CBE181000" HotelName="Zabeel House The Greens by Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Parking,Restaurant,Room Service,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, The Greens, Dubai 214362</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/86/02861400e0bffadd29cfd2c0beaab4916e208c7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Zabeel House is an eclectic collection of hotels born in Dubai. High on design and low on complexity...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="54.89" OriginalAmount="53.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223686" Longitude="55.349161" StarRating="5" HotelCode="|57342" HotelName="Crowne Plaza Festival City, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DUBAI FESTIVAL CITY,PO BOX 7185</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/3/4/2/57342_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is non-smoking, has 316 rooms and suites. This building they have air-conditioning, restaurants, a cafÃ© and conference rooms. The establishment also offers a hall, a car park, room service, a laundry service and internet. SITUATION: Near the establishment, guests will find a shopping centre, is 130 kilometres away from Dubai Airport. ROOM: The rooms a bathroom, internet, a television, a coffee maker, a kettle, a mini-bar, a direct line telephone and a kitchen. FACILITIES: The establishment has a swimming pool, a children's swimming pool, a spa, spa treatments, a hydromassage bath and a gym. in the surrounding area, you can find a golf course. MEALS: Regarding the food and beverage offering, the establishment offers 5 restaurants and a coffee shop. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.62" OriginalAmount="54.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.112316" Longitude="55.193671" StarRating="5" HotelCode="463790|grand_cosmopolitan_hotel" HotelName="Grand Cosmopolitan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f0/e6/f0e6a33485af637ca7b92c5e86c678d27950ddce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.31" OriginalAmount="54.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.071015" Longitude="55.130844" StarRating="0" HotelCode="|554847" HotelName="Orchid Overnight Superyacht" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/8/4/7/554847_cbc4e031519.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.34" OriginalAmount="54.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19123259" Longitude="55.2892546" StarRating="4" HotelCode="975573|2444045" HotelName="Radisson Blu Hotel, Dubai Canal View" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Business Dubai, PO Box 16021, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4b/784be06a6faee39a295584d1cab3d0bf53ca4c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.53" OriginalAmount="54.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113917856759" Longitude="55.192825457672" StarRating="3" HotelCode="99404|474615" HotelName="Rose Garden Hotel Apartments Al Barsha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Golf,Internet,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 45113, Near Mall of the Emirates, Very close to Sharaf DG Metro Station, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/ba/82ba13b6afa87e14487e2912fa3dd4fd95a4315e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.57" OriginalAmount="54.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.081729103247" Longitude="55.145565569401" StarRating="4" HotelCode="151868|924545" HotelName="Marina Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marina Walk, P.O. Box 11640, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://images.dnatatravel.com/ei/2/0/4/1/8/8/6/0.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Sharjah (SHJ).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.57" OriginalAmount="54.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.190205" Longitude="55.274432" StarRating="4" HotelCode="387633|61744" HotelName="Vida Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, PO Box 114788, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/00/7e0088a916bcde78d6075f5a3d915488779cf309.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the hub of Dubai, this innovative city hotel is close to the largest shopping centre as ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="56.57" OriginalAmount="54.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="739865|2257225" HotelName="Grand Millennium Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, PO Box 98678, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ea/4a/ea4acfcdaf65219756f0a1ecc385ef03609e19be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.76" OriginalAmount="55.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2487723" Longitude="55.2965301" StarRating="0" HotelCode="|119768" HotelName="Baity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 124054, KUWAIT STREET, BUR DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/7/6/8/119768_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, was built in 2010, has 70 rooms, WiFi (free of charge) and a car park. SITUATION: It is inBur Dubai the district of this hotel Kuwait Road it is in Close to Al Karama the underground station of. ROOM: The establishment has deluxe rooms and one bedroom executive suites. FACILITIES: Guests are offered a swimming pool and a terrace. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.85" OriginalAmount="55.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098461" Longitude="55.156847" StarRating="5" HotelCode="|440081" HotelName="Avani Palm View Dubai and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 502624, Dubai Media City, TECOM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/0/8/1/440081_1b9b7f61307.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="56.90" OriginalAmount="55.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.240252" Longitude="55.2750479" StarRating="5" HotelCode="|119989" HotelName="Crowne Plaza Jumeirah Dubai " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL MINA ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/9/8/9/119989_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel, has business facilities and a business centre. The establishment has restaurants, a pub and a nightclub. SITUATION: This hotel Al Deyafa it is near Where guests can enjoy shops, restaurants and the leisure areas. ROOM: The establishment has 252 standard rooms and suites, They have comfortable beds, smart furniture, dressing table, a flat-screen television, WiFi, climate control, a central air-conditioning system, windows, a mini-bar, international channels, a direct line telephone, an answering machine, spacious bathrooms, a bath and a shower. FACILITIES: The establishment has a health centre, a spa, a swimming pool on the roof terrace and a solarium.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="57.05" OriginalAmount="55.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.190457" Longitude="55.274531" StarRating="4" HotelCode="|39290" HotelName=" Boulevard, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/9/0/39290_c861f991444.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, has internet, (free of charge), a business centre and a conference room. It has 186 standard rooms. The establishment has a lobby, a bar, a restaurant, room service and a car park. SITUATION: This establishment is in Dubai near the establishment, guests will find a shopping centre, the historic centre, shops and boutiques. It is 5 kilometres away from World Trade Center It's 10 kilometres from a beach. 10 kilometres away from the establishment, guests will find the airport. ROOM: The rooms have a bathroom, a bath, a shower, internet (free of charge), a television, a direct line telephone, a mini-bar, a coffee maker and a kettle. FACILITIES: The establishment boasts a swimming pool. MEALS: Guests are offered a restaurant and a coffee shop. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.31" OriginalAmount="56.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.03842" Longitude="55.19763" StarRating="0" HotelCode="|242137" HotelName="Element Me'aisam, Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Production City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/2/1/3/7/242137_b3317c80959.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.69" OriginalAmount="56.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078097" Longitude="55.158688" StarRating="4" HotelCode="871468|2360485" HotelName="Vida Emirates Hills" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Lounge,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 7157, Emirates Hills, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/16/ac/16acc47100d67864d72103d36d9f10c25c06f871.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="58.84" OriginalAmount="57.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.085917424775" Longitude="55.141299944775" StarRating="5" HotelCode="9704|31054" HotelName="Habtoor Grand Resort, Autograph Collection" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Falea Street, Jumeirah Beach, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/df/2c/df2c3c182760cbba61a9b3fe5a4874a84ac06458.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is wonderfully located on the coast of Dubai. It is only a couple of minutes drive from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="58.98" OriginalAmount="57.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1099107" Longitude="55.2027124" StarRating="4" HotelCode="|74897" HotelName="Grandeur" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 282429, Al Barsha First(Behind the Mall of Emirates)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/8/9/7/74897_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near Sheikh Zayed Road it is well-connected with places of interest. ROOM: The establishment has standard rooms and suites. FACILITIES: With regards to the food and beverage offering, there is 2 restaurants and a bar. The establishment boasts a swimming pool, a gym with a sauna, business centre and WiFi. The establishment also offers a transfer service to el Centro comercial Ibn Batutta and el Dubai Mall Outlet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.03" OriginalAmount="57.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253987236156" Longitude="55.329377101333" StarRating="4" HotelCode="176607|1017148" HotelName="Somewhere Apartment Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 113562, Port Saeed, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/24/2f244a436d1752067d293a24ed4c73db65a8d96c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated close to some of the city's major attractions. The popular city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.06" OriginalAmount="57.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078260031546" Longitude="55.135075449943" StarRating="4" HotelCode="185972|572035" HotelName="Hilton Dubai The Walk" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, PO BOX 2431, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/7b/727bad6857475fa1d011401577c8a0ab522a80ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel is located in the centre of Dubai. Its setting is especially ideal for business tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.15" OriginalAmount="57.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192879510028" Longitude="55.27248360846" StarRating="4" HotelCode="153373|458375" HotelName="Ramada Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Street, Downtown, P.O. Box 116566, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/fc/f8fcb94014ad1b4d3bff4bda16d1a2c354519db3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is less than a 5-minute drive away from Dubai International Financial Centre, the conventi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="59.55" OriginalAmount="57.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1148846" Longitude="55.1946642" StarRating="0" HotelCode="|85672" HotelName="Akas-inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Near Mall Of The Emirates y Al Barsha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/6/7/2/85672_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and a swimming pool on the rooftop. SITUATION: This hotel is in Al Barsha the business area of it is located close to Mall of Emirates the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.62" OriginalAmount="57.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.258102" Longitude="55.324125" StarRating="4" HotelCode="80352|856915" HotelName="Marriott Executive Apartments Dubai Creek" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rigga Al Buteen St, P.O. Box 81148, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/61/d96191de64d0b48a0cb16a6cb7503ae8963573be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="59.65" OriginalAmount="57.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.073680609213" Longitude="55.130403041839" StarRating="5" HotelCode="67529|CAO930200" HotelName="Amwaj Rotana - Jumeirah Beach Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, P.O. Box 86834, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/16/711637b9f9ab32ac9103b90fee75f4bcad05488e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on fashionable Al Diyafah Street, this beach hotel is 2.3 km away from the World Trade Centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="59.69" OriginalAmount="57.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249048" Longitude="55.34764" StarRating="5" HotelCode="13961|30954" HotelName="Le Méridien Dubai Hotel &amp; Conference Centre" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Airport Road, PO BOX 10001, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/6e/64/6e64556b86c97d0fe414fab53c936fc49361d143.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located on the road to the airport, opposite the airport itself. It is surr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.21" OriginalAmount="58.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.003656820892" Longitude="55.164876809949" StarRating="4" HotelCode="908944|772515" HotelName="Marriott Executive Apartments Dubai Green Community" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investment Park, P.O. Box 63845, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/3d/db3db5f2fec0a7602d5ca75913c6f36f17aad684.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.48" OriginalAmount="58.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.079799" Longitude="55.137451" StarRating="0" HotelCode="|87973" HotelName="Suha Jbr Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sadaf 3 Building, Jumeirah Beach Residence</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/9/7/3/87973_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a swimming pool, apartments with a TV and WiFi (free of charge). SITUATION: It is situated 100 metres away fromJumeirah Beach the coast of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="60.64" OriginalAmount="58.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223374" Longitude="55.282323" StarRating="0" HotelCode="|121121" HotelName="Nassima Tower Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/1/1/2/1/121121_11.jpg</HotelPictures>
        <HotelDescription>SITUATION: 10 minutes away from the establishment, clients can find public transport services. ROOM: The establishment has apartments with views. FACILITIES: Guests are offered a swimming pool and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="60.77" OriginalAmount="59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.205419258983" Longitude="55.343856984012" StarRating="4" HotelCode="871487|395498" HotelName="Vida Creek Harbour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Bar,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Creek Harbour, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/03/fe/03fe9adcdd8bb4b440de95ff131887f8d8136204.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.92" OriginalAmount="59.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22346164728" Longitude="55.282459351424" StarRating="5" HotelCode="166181|141404" HotelName="voco Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Plot 49, Trade Centre District, P.O. Box 49260, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/6e/796ea132d4ba45076eb1cd8e262954060e5c4c53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is walking distance from the World Trade Centre metro station. It is right in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.14" OriginalAmount="59.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18405595331" Longitude="55.254182471667" StarRating="5" HotelCode="319607|1608848" HotelName="V Hotel Dubai Curio Collection by Hilton" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/5d/65/5d65e92f694e7a9cd539c17f785da4b01e30f508.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.14" OriginalAmount="59.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.139106761878" Longitude="55.142418032328" StarRating="4" HotelCode="530660|2115435" HotelName="The Retreat Palm Dubai - MGallery by Sofitel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, PO Box 118237, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/fd/d0fd3d1b211200b2cdd17561a8ad6fc05a6da848.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this resort lies in Dubai, right by the sea. Dubai (DXB)...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.25" OriginalAmount="59.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.257063" Longitude="55.292874" StarRating="4" HotelCode="99400|319255" HotelName="Rolla Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Rolla Road, Near Al-Khaleej Centre and Al Fahidi Metro Station, P.O. Box: 29490, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/51/c55178b08e897db9cef03e60a96d9ecba2cad3f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="61.27" OriginalAmount="59.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.254073" Longitude="55.329497" StarRating="0" HotelCode="|193613" HotelName="Somewhere Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX - 113562, PORT SAEED, DEIRA.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/3/6/1/3/193613_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="61.80" OriginalAmount="60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.186663933247" Longitude="55.280115474226" StarRating="4" HotelCode="467984|211816" HotelName="DoubleTree by Hilton Dubai - Business Bay" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Bay Square 5, Located between Sheikh Zayed and Al Khail Road, Business Bay, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/fb/42fbbcbcfb3c92796523ed4d3247a300eb444d65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.67" OriginalAmount="60.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.223252686211" Longitude="55.349743366241" StarRating="5" HotelCode="400661|71114" HotelName="InterContinental Dubai Festival City" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 45777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/06/06b6bd9509e46c1c6ce93bc125a7b0fb/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in downtown Dubai and is just 6 km from the city centre. It is just 8 km from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="62.83" OriginalAmount="61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.105701" Longitude="55.148174" StarRating="3" HotelCode="191352|56343" HotelName="Royal Club Palm Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Khushkar Building, J1, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/ac/3eac0be476cda33065c28f06b15f92e5b025d79a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Aquaventure and Dubai Marina are both easily accessible from this popular hotel.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.83" OriginalAmount="61.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.184391249537" Longitude="55.255236119049" StarRating="5" HotelCode="321555|the_westin_dubai_al_habtoor_city" HotelName="Hilton Dubai Al Habtoor City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f4/78/f4787eb6f3729f01a22c72bd4029901875a6faa5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.10" OriginalAmount="61.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11501701" Longitude="55.14012047" StarRating="5" HotelCode="883382|2556025" HotelName="Andaz Dubai The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 390068, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/54/af54da2b68c43cbfa02ca29fc136d18e226c1a51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.44" OriginalAmount="61.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.275027737469" Longitude="55.368112899475" StarRating="4" HotelCode="33281|924745" HotelName="Al Bustan Center &amp; Residence" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Qusais Area, Al Nahda Street, P.O. Box 20107, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/24/a424e78b7117e4dd8a1b8ae9db09c2a85771b56c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.45" OriginalAmount="61.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.225074" Longitude="55.3507615" StarRating="5" HotelCode="|72594" HotelName="Intercontinental Dubai Festival City, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Festival City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/9/4/72594_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 498 standard rooms, 121 suites, 3 Presidential Suites and 1 Royal Suites. With regards to the food and beverage offering, the establishment has 5 restaurants and 2 bars. The establishment boasts a spa, a gym, an outdoor swimming pool and an events room. SITUATION: It is in the business area. ROOM: The rooms have stunning views, a sitting room and a bathroom. OBSERVATIONS: &lt;b title='Esta frase debe ser traducida'&gt;Las tarifas no son vÃ¡lidas para los nacionales ni a los titulares de pasaportes de los siguientes paÃ­ses:&lt;/b&gt; Algeria, Bahrain, Iraq, Jordan, Kuwait, LÃ­bano, Libia, Marruecos, OmÃ¡n, Palestina, Qatar, Arabia Saudita, SudÃ¡n, Siria, TÃºnez, Emiratos Ãrabes Unidos, Yemen and Africa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.48" OriginalAmount="61.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.037702" Longitude="55.226153" StarRating="0" HotelCode="|448212" HotelName="Emirates Sports " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Hebiah Fourth, Park-A2, Dubai Sports City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/2/1/2/448212_b6c724d1818.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="63.56" OriginalAmount="61.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2338754" Longitude="55.3152085" StarRating="0" HotelCode="|119871" HotelName="Dunes Hotel Apartments Oud Metha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O. BOX 127773</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/1/119871_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has air-conditioning, has 108 rooms, a lobby, a reception, express check-out, a safety deposit box service, a currency exchange service and a lift. Our guests can find a TV room, a dining room, room service, a laundry service and a car park. SITUATION: Oud Metha Is situated in Close to the hospital, 10 minutes away, you can find Dubai Creek the tourist centre of Bur Dubai it is 15 kilometres away from Jumeirah Beach 3 kilometres away, you can find Wafi It is 7 minutes away from. ROOM: The rooms have a bathroom with a shower, a hairdryer, a double bed, a small kitchen with mini-bar, a fridge, a hob, a microwave, a coffee maker, a kettle and a balcony or terrace. They also have a direct line telephone, a satellite TV, a radio, a Hi-Fi, a safe, a washing machine, an ironing set, internet and an air-conditioning system. FACILITIES: Guests are offered a covered, heated swimming pool with a children's area, a gym and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="63.76" OriginalAmount="61.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18062485" Longitude="55.26636113" StarRating="5" HotelCode="705793|2282075" HotelName="Canal Central Hotel – Business Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Laundry,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street, Business Bay, Dubai 9970</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/16/47169d09ff8d1496abc36fd5fa2d72d25eeb19d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.08" OriginalAmount="62.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10147054181" Longitude="55.177577219574" StarRating="5" HotelCode="75682|71964" HotelName="Grand Millennium Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Golf,Jacuzzi,Laundry,Lounge,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 212422, Sheikh Zayed Road, Exit 36, Barsha Heights, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c14d894639b33c381d9db6e66dea924eb04ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this hotel has the perfect ambience for business travellers as well as families.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.18" OriginalAmount="62.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.234227212443" Longitude="55.324093119049" StarRating="5" HotelCode="563312|2100985" HotelName="Hyatt Regency Creek Heights Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Street, Dubai Healthcare City, P.O. Box 5668, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/c7/74c70c5becaab34ac3afab7cd59fa44e70ecba3b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Dubai. For business travellers as well as families, i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.82" OriginalAmount="62.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.185976374202" Longitude="55.263384282589" StarRating="5" HotelCode="221534|932925" HotelName="The Oberoi, Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Oberoi Centre, Al A'amal Street, Business Bay, PO Box 71847, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/36/74/3674284f8e53686bd76b18940db197b2f29f6df3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.86" OriginalAmount="62.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.041427882317" Longitude="55.115436315536" StarRating="5" HotelCode="900188|136114" HotelName="Mövenpick Ibn Battuta Gate Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Garden Cross Road, Ibn Battuta Gate, Adjacent to Ibn Battuta Shopping Mall, Dubai (P.O.Box 211508)</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2d/bc/2dbc856e2c9cb2281907190d7e9e807c6ed9cce4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Location is an important consideration for any traveller and the hotel is conveniently situated next...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="64.89" OriginalAmount="63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09771222" Longitude="55.1656398" StarRating="5" HotelCode="855222|388317" HotelName="Grand Plaza Mövenpick Media City" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Opposite Innovation Hub, Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/31/263169e15d165ff537de79ff920ff96045949941.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, approximately 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.11" OriginalAmount="63.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250355435127" Longitude="55.298728108675" StarRating="4" HotelCode="310348|923025" HotelName="Golden Sands 10 Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Business Centre,Currency Exchange,Fax,Internet,Kitchen,Laundry,Library,Lounge,Restaurant,Sauna,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mankhool Street, Bur Dubai, P.O. Box 9168, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/95/39959583b42af0ad5f987bc988e76cf124ec007f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Golden Sands, Dubai's premier Hotel Apartments, is part of Al Moosa Enterprises, established in the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.27" OriginalAmount="63.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.192495498031" Longitude="55.267299304605" StarRating="5" HotelCode="307774|1466648" HotelName="Taj Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Burj Khalifa Street, Business Bay, PO Box 8489, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/72/11723e381cfb8c095bd221e820353f1541070631.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel occupies a prime location and offers stunning views of the majestic Burj Khalifa.The prope...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.53" OriginalAmount="63.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.089985" Longitude="55.153259" StarRating="4" HotelCode="151996|120022" HotelName="Media One Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Falak Street, P.O. Box 121818, Dubai Media City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/bd/d8bd71068e1291698e40c220fefcea79758e9c29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is conveniently located for both business and leisure travellers in the heart of Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="65.78" OriginalAmount="63.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250561" Longitude="55.334578" StarRating="5" HotelCode="935822|968765" HotelName="Pullman Dubai Creek City Centre Residences" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 61871, Baniyas Road, Deira City Centre, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/8d857380f335db46/3c/3c52769cc79f4aaf/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="66.25" OriginalAmount="64.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.073047" Longitude="55.128943" StarRating="5" HotelCode="16418|31404" HotelName="Sheraton Jumeirah Beach Resort" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, Dubai, P.O. Box 53567</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/33/e333512ae562ba8fcffe6cb870116b11ec88281e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies directly beside fine sandy Jumeirah Beach and is surrounded by a tropical...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="67.82" OriginalAmount="65.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2035614" Longitude="55.3492947" StarRating="4" HotelCode="|449962" HotelName="Vida Creek Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ras Al Khor Creek Harbour</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/9/6/2/449962_1e594421126.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.54" OriginalAmount="66.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.191160794542" Longitude="55.277696549893" StarRating="4" HotelCode="69778|61734" HotelName="Manzil Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, P.O. Box 114822, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/3c/223cee282af1d2d30d86e5ad6421176c8f683051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the old town, close to the spectacular Burj Dubai, which provi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.11" OriginalAmount="67.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1912511" Longitude="55.2775693" StarRating="4" HotelCode="|39249" HotelName="The Heritage Hotel, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashid Boulevard</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/2/4/9/39249_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel and has 197 rooms, The establishment has a reception, a business centre, air-conditioning, WiFi, room service and a car park (for a fee). SITUATION: It is in the historic centre, the Burj Khalifa near the establishment, guests will find Clients can also find places of interest, is 10 kilometres away from Dubai Airport. ROOM: The rooms a bathroom with a shower, a bath, a bathrobe, complimentary bathroom items and internet. They also have a satellite television, a mini-bar, a coffee maker, a kettle and a balcony or terrace. FACILITIES: The establishment boasts a swimming pool and a gym. MEALS: Regarding the food and beverage offering, the establishment offers 2 restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.19" OriginalAmount="67.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.231895470941" Longitude="55.347136259079" StarRating="4" HotelCode="175718|868575" HotelName="InterContinental Residence Suites Dubai Festival City" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Festival City, P.O. Box 112225, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/39/39/3939e0983b62f4c4fb8dc21b59e0d6ecc8b305cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="69.31" OriginalAmount="67.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080291" Longitude="55.154086" StarRating="5" HotelCode="|397288" HotelName="Taj Jumeirah Lakes Towers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DMCC Plot No 2 27 Al Thanyah Jumeirah Lakes Towers</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/8/8/397288_5a3c5bb1058.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="69.96" OriginalAmount="67.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12582" Longitude="55.1533" StarRating="5" HotelCode="705784|2283925" HotelName="Royal Central Hotel - The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent, P.O. Box 9970, 22369 The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/1e/891ede8c2419c7cd663420859af10f95dd6ab6e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="70.04" OriginalAmount="68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.253264435335" Longitude="55.328022837639" StarRating="4" HotelCode="98623|35543" HotelName="Flora Creek Deluxe Hotel Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Spa Hotel,Airport Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Heated Pool,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed Road, Near Deira City Centre, P.O.Box 119062, Deira, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/c5/96c5d985f8c830bb519de6ea554d2d7e23658b10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly apartment hotel overlooks the famous Dubai Creek and is located in an excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="70.24" OriginalAmount="68.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.211210623774" Longitude="55.315963111778" StarRating="5" HotelCode="262266|994005" HotelName="Marriott Executive Apartments Al Jaddaf" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Al Jaddaf Area, Dubai 122273</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/6e/1e6e4027da1f16a40badc23919dfdfca05e1fa8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="70.46" OriginalAmount="68.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1928081" Longitude="55.2724901" StarRating="4" HotelCode="|80462" HotelName="Ramada By Wyndham Downtown Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Boulevard Road, Downtown Dubai,PO Box 116566</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/6/2/80462_57abbd60931.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Downtown Dubai, close to Burj Khalifa, the shopping centre Dubai, Dubai World Trade Centre, Dubai International Financial Centre, Dubai Healthcare City, Dubai Media City and Dubai Internet City. ROOM: The establishment has 181 suites with WiFi, a dining area, a work space, a safety deposit box, a hairdryer, a bath, a shower and an LCD TV.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="71.07" OriginalAmount="69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080378411946" Longitude="55.136971771717" StarRating="5" HotelCode="899731|19999" HotelName="Mövenpick Hotel Jumeirah Beach" Meals="HALF BOARD,BED &amp; BREAKFAST,ROOM ONLY" BedType="HALF BOARD" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Street, PO Box 282825, The Walk, Jumeirah Beach Residences, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d0/9a/d09a39fa302a8c684fa0864cd0c031de3ebaae5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is just minutes away from Dubai Media City and directly connected to the beachfront....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.50" OriginalAmount="69.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25318" Longitude="55.327956" StarRating="4" HotelCode="|87314" HotelName="Flora Creek Deluxe Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Port Saeed, Near Deira City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/1/4/87314_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.54" OriginalAmount="69.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26082" Longitude="55.320794" StarRating="0" HotelCode="|448338" HotelName="Jood Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Road Port Saeed</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/3/3/8/448338_1ae83ea0838.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="71.90" OriginalAmount="69.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.180725" Longitude="55.278008" StarRating="0" HotelCode="|449616" HotelName="Embassy Suites By Hilton Dubai Business Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Business Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/6/1/6/449616_f0d9e151228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.65" OriginalAmount="70.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.3394208" Longitude="55.3866787" StarRating="5" HotelCode="|218470" HotelName="The Act" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Jabarti St. Al Majaz Corniche Water Front 3963 Sharjah AE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/7/0/218470_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="72.91" OriginalAmount="70.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0803668" Longitude="55.1368547" StarRating="5" HotelCode="|72602" HotelName="Movenpick Jumeirah Beach" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/0/2/72602_6bba6fa0927.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Movenpick Hotel Jumeirah Beach is rated five stars. SITUATION: This establishment is situated in the Jumeirah Beach Residence area, close to the beach. ROOM: The luxurious rooms have smart furniture and modern bathrooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.233805" Longitude="55.263464" StarRating="5" HotelCode="11942|5457" HotelName="Dubai Marine Beach Resort and Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai P.O. Box 5182</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c6/50/c650d724787167ef5c85b8891369ba16334c3b6c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the end of Jumeirah Beach Road, the resort is only about a 10-minute drive from the city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="73.13" OriginalAmount="71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.20001" Longitude="55.268825" StarRating="5" HotelCode="284529|45262" HotelName="Sofitel Dubai Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheihk Zayed Road, Downtown, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/fc/86fc3ba5b7bd3b38783f383641bbc232d26818ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.13" OriginalAmount="71.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078607913284" Longitude="55.133922440475" StarRating="5" HotelCode="185973|hilton_dubai_jumeirah_2" HotelName="Hilton Dubai Jumeirah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, PO BOX 2431, Jumeirah Beach Residence, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f3/c2/f3c20b161395782b85d95fd7a2497933e8b1bf30.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this golf hotel is right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.20" OriginalAmount="71.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.180531" Longitude="55.268948" StarRating="0" HotelCode="|519209" HotelName="Unlock Waters Edge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Dr</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/9/2/0/9/519209_d7ee2e00047.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.77" OriginalAmount="71.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078869" Longitude="55.137274" StarRating="5" HotelCode="311308|1070298" HotelName="Intercontinental Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdul Aziz Al Saud Street, P O Box 393080, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/95/4295fa3931e00b76a9be09e81cb65e1a95077afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="73.97" OriginalAmount="71.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0972699" Longitude="55.1740577" StarRating="4" HotelCode="|119566" HotelName="First Central Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TECOM, Al Barsha 3, Dubai, UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/5/6/6/119566_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool and a rooftop terrace. It has rooms with a kitchen, It also has a reception, a gym and saunas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="74.59" OriginalAmount="72.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0771593" Longitude="55.1504027" StarRating="0" HotelCode="|87848" HotelName="Oaks Liwa Heights Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Lakes Towers</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/4/8/87848_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="74.96" OriginalAmount="72.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.07928400455" Longitude="55.15043661764" StarRating="4" HotelCode="103480|2195075" HotelName="Oaks Liwa Heights" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sarayat Street, Cluster W, Jumeirah Lakes Towers, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/a1/7ea16e209d26c49abad27371b6733ca79941bbfe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel's excellent location allows guests easy access to Dubai's business districts, includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.84" OriginalAmount="73.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.26916854" Longitude="55.29719813" StarRating="3" HotelCode="371219|2368265" HotelName="GHM Buraq Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Golf,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>5 Old Baladiya Street, Gold Souk, Deira, PO Box 376095, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="76.34" OriginalAmount="74.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.986826272493" Longitude="55.023849606514" StarRating="5" HotelCode="907104|CAO136700" HotelName="JA Beach Hotel" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Exit 13, P.O. Box 9255, Jebel Ali, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f7/79/f77993273868cabab34d68c0504bea2464f26ec6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="76.98" OriginalAmount="74.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.983736" Longitude="55.393142" StarRating="3" HotelCode="|447612" HotelName="Damac Hills 2 Hotel, an Edge by Rotana" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Damac Hills 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/6/1/2/447612_a2bd3631558.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.04" OriginalAmount="74.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2538035" Longitude="55.293242" StarRating="4" HotelCode="|35740" HotelName="Majestic City Retreat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DUBAI MANKHOOL ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/4/0/35740_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment ideal for holidays or business trips, has 28 floors, conference rooms, a swimming pool with a terrace, a gym, a sauna, a Turkish bath, a beauty centre, a hairdresser's, a WC, a car park and an art gallery. SITUATION: This hotel is in the heart of Bur Dubai.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.45" OriginalAmount="75.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.233811" Longitude="55.311703" StarRating="5" HotelCode="|28231" HotelName="Mövenpick  and Apartments Bur Dubai" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>19TH STREET,OUD METHA,P.O.BOX 32733</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/3/1/28231_dae24e60902.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, has 232 rooms, a reception with safety deposit boxes, a lift, a cafÃ©, a nightclub and room service. SITUATION: This luxurious hotel is in the centre of Dubai. ROOM: The rooms have a bathroom with a hairdryer, a television, a radio, a mini-bar and an individual air-conditioning system. FACILITIES: Outdoors, clients have access to a swimming pool. The establishment has a sauna and a gym. OBSERVATIONS: Ask for further information regarding hotel conditions and operations.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="77.57" OriginalAmount="75.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.25172" Longitude="55.293956" StarRating="0" HotelCode="|463619" HotelName="Al Jazeera Hotel Apartments Llc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>17-A Mankhool Street, Bur Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/6/1/9/463619_003491c2156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="77.83" OriginalAmount="75.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.072274" Longitude="55.127721" StarRating="4" HotelCode="263797|967195" HotelName="DoubleTree by Hilton Hotel Dubai - Jumeirah Beach" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Fax,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Dubai Marina, P.O. Box 227, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/3b/423bd94b76f35daec7d43f1068e3ed59c547ce4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.17" OriginalAmount="76.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.078546" Longitude="55.137766" StarRating="5" HotelCode="|169123" HotelName="Intercontinental Dubai Marina, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bay Central Dubai Marina</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/2/3/169123_61529b00937.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers internet (free of charge), executive rooms, suites, a business centre and a wellness centre. The establishment also offers a spa, a sauna, a steam bath, a jacuzzi, a gym and an outdoor pool. SITUATION: This hotel Dubai Marina it is in Close to the beach excellent transport links to taxis, the bus, the nightlife and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.31" OriginalAmount="77.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228853" Longitude="55.286469" StarRating="5" HotelCode="300804|sheraton_grand_hotel_dubai" HotelName="Sheraton Grand Hotel Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Sheikh Zayed Road, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/13/2e/132ee07ddad83e137c07fff0fb0bb1f50c7a454c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Sheikh Zayad Road and offers spectacular views of the city. It is also a wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="79.37" OriginalAmount="77.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.00396" Longitude="55.1637805" StarRating="0" HotelCode="|168510" HotelName="  Millennium Lakeview Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Investment Park</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/5/1/0/168510_06cd4320906.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 43 apartments with a security system and a car park. SITUATION: This hotel is near Jebel Ali (Media City), the Technology Park of Dubai Internet City and Airport Dubai World Central. OTHERS: Regarding the food and beverage offering, clients can enjoy restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.88" OriginalAmount="77.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.05502162" Longitude="55.20731569" StarRating="5" HotelCode="971383|2389955" HotelName="Five Jumeirah Village Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Village Circle, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/22/dd228fe2fbb54a7cc3513cace096164c202efbf9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.96" OriginalAmount="77.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.185612442576" Longitude="55.258136063824" StarRating="5" HotelCode="187267|911115" HotelName="JW Marriott Marquis Hotel Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Business Bay, Dubai 121000</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/4e/9b4e44e38b9213001080d45849e579043bbe0ef5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.27" OriginalAmount="77.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2540068" Longitude="55.3294498" StarRating="0" HotelCode="|162194" HotelName="Somewhere Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Diera City Center, Port Saeed, Diera</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/2/1/9/4/162194_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the city centre, Deira is situated in Close to shopping areas, the nightlife and restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.77" OriginalAmount="78.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0675984" Longitude="55.1418773" StarRating="5" HotelCode="|72577" HotelName="Voco Bonnington" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Lake Towers,P.O.Box.37246</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/7/7/72577_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Jumeirah Lake Towers, is in Sheikh Zayed Road, in front of Dubai Marina. This 5 star hotel is 35 kilometres from Dubai Airport. It takes 50 minutes to get to Abu Dhabi HOTEL: The establishment offers 208 standard rooms and suites and 272 luxury apartments. Regarding the food and beverage offering, the establishment has 6 restaurants and bars. The establishment has 4 conference rooms, a terrace, a swimming pool, a contemporary gym, a bar, a jacuzzi, a steam bath, a sauna and a hairdresser's.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.97" OriginalAmount="78.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0993684" Longitude="55.1734271" StarRating="0" HotelCode="|119567" HotelName="Citadines Metro Central Hotel Apartments Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>TECOM, AL BARSHA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/5/6/7/119567_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. SITUATION: It is inTecom the district of Close to places of interest. FACILITIES: Guests are offered a swimming pool, a gym fully-equipped and a steam bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.91" OriginalAmount="79.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.226446" Longitude="55.284538" StarRating="5" HotelCode="26066|30754" HotelName="Fairmont Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 97555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/90/2d901f8cfee8e7312a58c9752eff25e0b2fab505.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies just 5 km from the city centre on the Sheikh Zayed street opposite the World Trade C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.33" OriginalAmount="79.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.251427" Longitude="55.326883" StarRating="5" HotelCode="|451701" HotelName="Hilton Dubai Creek Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jewel of the Creek, Port Saeed</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/7/0/1/451701_018a0e71217.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="82.40" OriginalAmount="80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.230249" Longitude="55.287701" StarRating="5" HotelCode="409750|18968" HotelName="The H Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>One Sheikh Zayed Road, P.O. Box 125511, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/19/901949453d4ba8d6f8772da83fc3e7341d5e23ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is well connected to all parts of the city. It is located on Sheikh Zayed Road in the busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="82.49" OriginalAmount="80.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.308341" Longitude="55.316834" StarRating="0" HotelCode="|450605" HotelName="Park Regis by Prince Dubai Islands" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Islands B - WE1021, Dubai Islands</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/0/5/450605_f3b09041143.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.67" OriginalAmount="80.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.183305072546" Longitude="55.224546227641" StarRating="4" HotelCode="536751|2048595" HotelName="Roda Beach Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Currency Exchange,Fax,Kitchen,Laundry,Lounge,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah 2, Kite Beach, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/1f/b41f86ef5a8931217c800777c2384e8baea01816.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated right by the sea, in a lively area right in the heart of Dubai. It is an ide...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="84.51" OriginalAmount="82.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.208415849073" Longitude="55.260644457047" StarRating="5" HotelCode="452317|1967635" HotelName="La Ville Hotel &amp; Suites CITY WALK, Dubai, Autograph Collection" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Multaqa Street, PO Box 414433, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/c0/6bc037bceaed48afd4d4d7f83a7d255ed3a067e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="84.61" OriginalAmount="82.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.06749" Longitude="55.16445" StarRating="5" HotelCode="59249|CAS194100" HotelName="Address Montgomerie" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Emirates Hills, P.O. Box 36700, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/b8/17b8cc06b16883b7dc4b7a06025745e7ea9a3da4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Dubai International Airport is only 25 km away from this golf hotel, with an approximate driving tim...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="86.51" OriginalAmount="83.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.041413" Longitude="55.187361" StarRating="0" HotelCode="|446643" HotelName="Adagio Jumeirah Village Triangle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>B1 Joory Street District 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/6/4/3/446643_0090ed51228.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="86.52" OriginalAmount="84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.227086" Longitude="55.28934" StarRating="5" HotelCode="103471|55051" HotelName="Jumeirah Living World Trade Centre Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2nd Zabeel Road, P.O. Box 116555, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6e/ee/6eee1ed6f29a95396ade1f82973817da8f419e0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.04" OriginalAmount="84.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080772994856" Longitude="55.368830635582" StarRating="5" HotelCode="542136|2061645" HotelName="Al Habtoor Polo Resort &amp; Club" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Wadi Al Safa 5, Emirates Road 611, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/8e/8ebc4c91423ec21e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort warmly welcomes guests in Dubai. For sports enthusiasts and active holidaymakers, it pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.14" OriginalAmount="84.60" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0804644" Longitude="55.3679742" StarRating="5" HotelCode="|214840" HotelName="Al Habtoor Polo Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Wadi Al Safa 5, Emirates Road 611</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/8/4/0/214840_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.97" OriginalAmount="85.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.262927" Longitude="55.3235771" StarRating="0" HotelCode="|55262" HotelName="Royal Plaza Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AL RIQQA ROAD, BEHIND ABU DHABI COMMERCIAL BANK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/6/2/55262_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 41 rooms and 7 floors. The establishment boasts air-conditioning, a lobby with a reception, a safety deposit box service, a currency exchange service, a lift and a TV room. The establishment also has a breakfast room, WiFi, room service, a laundry service and a car park. SITUATION: Is situated inDeira a good area in close to the establishment, clients can find the metro station, is 5 kilometres away from Dubai Airport. ROOM: They have a direct line telephone, a satellite or cable television, internet, a washing machine, an ironing set and a balcony or terrace. The rooms a bathroom with a shower, a bath, a king size or double bed, a kitchen with fridge, hot plates, a microwave, a coffee maker, a kettle and an air-conditioning system. MEALS: Regarding the food and beverage offering, the establishment offers a continental breakfast. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="89.24" OriginalAmount="86.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.104318685666" Longitude="55.148551167984" StarRating="5" HotelCode="487075|1981205" HotelName="FIVE Palm Jumeirah Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1 The Palm, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/99/c2/99c25a784de12fdbc53e97290713c80cd12f86c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this resort lies in Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="91.09" OriginalAmount="88.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.075315834336" Longitude="55.131988675178" StarRating="5" HotelCode="100128|108262" HotelName="Sofitel Dubai Jumeirah Beach" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Beach Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 473828, JBR on The Walk, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/27/5d/275d661d637e3edc61e481e1e6d3036113ca70b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city conference hotel is located by the beach in the heart of 'New' Dubai. The establishment is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.14" OriginalAmount="88.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.22036" Longitude="55.280335" StarRating="5" HotelCode="|28232" HotelName="Millennium Plaza Downtown " Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/3/2/28232_38dfb501400.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel with air-conditioning, has 560 standard rooms, a safety deposit box service, a currency exchange service and a lift. It also has a cafÃ©, shops, a bar, a nightclub, a conference room and WiFi. The establishment boasts restaurants, a laundry service, room service and a car park. SITUATION: The hotel is in Sheikh Zayed Street. Is situated in the heart of Dubai. Around the establishment, clients can find the commercial area, the shopping centres, a golf course, the museum and the tourist attractions. It is situated 15 minutes away from Dubai Airport and 20 minutes away from Airport Jumeirah. ROOM: The establishment has apartments and suites with a bathroom with a hairdryer, a satellite or cable television, internet, a direct line telephone, a mini-bar, a coffee maker, a teapot, an iron, a safety deposit box (available for a fee) and individual air-conditioning. FACILITIES: Outdoors, clients can enjoy a swimming pool. The establishment also has a jacuzzi, a sauna and a gym. Our guests can also playing squash.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.17" OriginalAmount="88.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.03388" Longitude="55.20384" StarRating="5" HotelCode="|186583" HotelName="Marriott Production City, Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/5/8/3/186583_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.22" OriginalAmount="89.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.250567" Longitude="55.298637" StarRating="0" HotelCode="|165634" HotelName="GOLDEN SANDS 10" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>15 B St, Al Mankhool Road, Behind Spinneys, Mankhool</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/6/3/4/165634_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers sitting rooms. ROOM: Each room has a kitchen, a fridge, a toaster, a coffee maker, crockery, cutlery, kitchenware, a microwave, a dining area, a television, a washing machine, tumble drier and a safe. FACILITIES: Guests are offered a gym, a swimming pool and a squash court.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="92.48" OriginalAmount="89.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2355036" Longitude="55.3067759" StarRating="2" HotelCode="|87189" HotelName="Al Waleed Holiday Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/1/8/9/87189_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in the business area of Dubai. Near the establishment, guests will find the hospital.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="92.70" OriginalAmount="90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19" Longitude="55.2547" StarRating="5" HotelCode="782491|348093" HotelName="Mövenpick Hotel Apartments Downtown Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/43/26430e5c7c71df085bfd100e59a5050a10678dc4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stay in a modern skyscraper that shares the neighbourhood with Burj Khalifa. In the history-making D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.37" OriginalAmount="90.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2779214" Longitude="55.3145827" StarRating="3" HotelCode="|87318" HotelName="Fortune Pearl , Deira" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Bin Al Khatab Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/1/8/87318_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, a bar, a nightclub, a fitness centre and it offers tourist information. SITUATION: This hotel is in the centre of Dubai. ROOM: Customers have stylish rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.00" OriginalAmount="91.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.077161957557" Longitude="55.140989720821" StarRating="5" HotelCode="141162|120012" HotelName="Address Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Marsa Street 66, Dubai Marina, P.O. Box 32923, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/6b/df6b709e64792f1eb90fda2225e76fbca9d45b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a short ride away from Dubai Media and Internet cities, Knowledge Village, Jebel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.30" OriginalAmount="91.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.235704803145" Longitude="55.306459711639" StarRating="4" HotelCode="260532|925595" HotelName="Al Waleed Palace Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oud Metha Road, Opposite Lamcy Plaza Shopping Centre, Bur Dubai, P.O. Box: 120242, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/46/4686df3428a388d6/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located within Dubai's new residential and business zone. It lies adjacent t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="94.41" OriginalAmount="91.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.183592" Longitude="55.28402" StarRating="0" HotelCode="|487400" HotelName="GLOBALSTAY. New Apartments in Business Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waves Tower by KASCO Business Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/7/4/0/0/487400_0b47d7f2135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="94.43" OriginalAmount="91.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.225917" Longitude="55.283631" StarRating="5" HotelCode="213812|919425" HotelName="Conrad Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 115143, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/e7/2be71ab480ef85b0cb391558bf80c04957f236f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.19" OriginalAmount="92.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0690889" Longitude="55.1283807" StarRating="4" HotelCode="|202273" HotelName="The First Collection Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street PO Box 215374</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/2/7/3/202273_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="95.43" OriginalAmount="92.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1786" Longitude="55.2441" StarRating="5" HotelCode="820843|CBF096800" HotelName="JA Lake View Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Jebel Ali Beach, Jebel Ali, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ab/76/ab76dbb9e76acccf974ba29dab3706fa517e08fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="96.19" OriginalAmount="93.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.069590845664" Longitude="55.12848464418" StarRating="4" HotelCode="424792|1622978" HotelName="Wyndham Dubai Marina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Al Seba Street, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/77/f077d0d179d411f045ed517ec812a665b32bc2e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="96.37" OriginalAmount="93.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2272882" Longitude="55.3418511" StarRating="5" HotelCode="|185393" HotelName="Palazzo Versace Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cultural Village Al Jadaf Dubai United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/3/9/3/185393_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.16" OriginalAmount="95.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.23115" Longitude="55.318746" StarRating="5" HotelCode="|397289" HotelName="Sofitel Dubai The Obelisk" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Wafi, Sheikh Rashid Road, Umm Hurair 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/7/2/8/9/397289_fd723af1049.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="98.55" OriginalAmount="95.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.229339" Longitude="55.286558" StarRating="5" HotelCode="|169135" HotelName="Sheraton Grand , Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>3 Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/1/3/5/169135_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is non-smoking. SITUATION: This establishment, is in Sheikh Zayed the road 10 minutes away from the establishment clients have World Trade Centre the metro station of Burj Khalifa 20 minutes away, guests can find the Dubai Mall the shopping centre nearby, you will find the exhibition centre. ROOM: The rooms have a flat-screen television, Nespresso, a bathroom with a bath and complimentary bathroom items. FACILITIES: Guests are offered a swimming pool, WiFi (free of charge), a fitness centre and a spa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant and a cafÃ©.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="98.99" OriginalAmount="96.11" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10634687" Longitude="55.11126178" StarRating="5" HotelCode="561853|2292305" HotelName="W Dubai The Palm" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,ALL INCLUSIVE,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/90/be/90be33a1cb6cf7a692a69592541532a332be336b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.91" OriginalAmount="97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.134455013957" Longitude="55.150441634255" StarRating="5" HotelCode="263800|39378" HotelName="Waldorf Astoria Dubai Palm Jumeirah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Business Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Crescent Road East, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c5/e6/c5e6565086795a6dbf76d6e4381ca0876a302cc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this business hotel lies in the heart of Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.91" OriginalAmount="97.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.155727098443" Longitude="55.300007164479" StarRating="5" HotelCode="161546|meydan_hotel" HotelName="The Meydan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Meydan Racecourse, Al Meydan Road, Nad Al Sheba, P.O. Box 9305, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/99/64991fa9b25ebbd510daddc6d60827d5edf23b8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in Meydan City, the centre of Dubai's business, sporting and lifestyle des...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="100.94" OriginalAmount="98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.207994075954" Longitude="55.272216796875" StarRating="5" HotelCode="26217|34719" HotelName="Shangri-La Hotel Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, PO Box 75880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6d/44/6d44d9ccf9e053ad6686b95d6e549f3e1bce4c6c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel lies around 10 km from the city centre approximately 15 km from Dubai internationa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.06" OriginalAmount="98.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2616951" Longitude="55.3140397" StarRating="5" HotelCode="|30892" HotelName="Sheraton Dubai Creek and Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baniyas Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/9/2/30892_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the commercial area, 7 kilometres away, you can find Dubai Airport. ROOM: The establishment has 262 standard rooms and suites with internet, a television and a DVD player. FACILITIES: The establishment has a health club, a sauna, a steam bath and a massage service. OTHERS: Regarding the food and beverage offering, clients can enjoy restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.06" OriginalAmount="98.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10634" Longitude="55.11117" StarRating="5" HotelCode="|386522" HotelName="W Dubai - The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/5/2/2/386522_1_2296.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.32" OriginalAmount="98.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0418211" Longitude="55.1153168" StarRating="5" HotelCode="|72593" HotelName="Oaks Ibn Battuta Gate Dubai" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/9/3/72593_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is situated near a commercial centre. Is situated in Jebel Ali it is well-connected with Montgomerie and Dubai Marina HOTEL: The Ibn Battuta Gate Hotel is rated five stars. It has suites with features that offer you the maximum level of comfort, WiFi (free of charge) and a swimming pool. ROOM: The rooms are stylish. They have modern furniture, a flat-screen television, with air-conditioning and modern furniture. All the rooms have a luxurious bathroom. RESTAURANT: Guests can enjoy 7 restaurants and lounge bar with terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.87" OriginalAmount="98.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.087641000548" Longitude="55.146210879623" StarRating="4" HotelCode="59424|446025" HotelName="Dubai Marriott Harbour Hotel &amp; Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Sufouh Street, Dubai Marina, P.O. Box 66662, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6b/42/6b427ff321b4572807ad8e5523a96e27398fb005.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Dubai Marina, within one kilometre of Palm Island, the world's largest man-m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="101.96" OriginalAmount="98.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.119282290489" Longitude="55.203153186508" StarRating="5" HotelCode="213576|138024" HotelName="Sheraton Dubai Mall of the Emirates Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Mall of the Emirates, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/74/de/74de66ded6181444f15b9b81bee2983f02b4b883.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is directly connected to Mall of the Emirates and Ski Dubai, and is just a short walk awa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="102.00" OriginalAmount="99.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2080206" Longitude="55.2720986" StarRating="5" HotelCode="|30893" HotelName="Shangri-la Hotel y Apartamentos Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 75880, SHEIKH ZAYED ROAD</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/8/9/3/30893_1_1910.jpg</HotelPictures>
        <HotelDescription>SITUATION: This trendy hotel is situated 10 kilometres away from the airport, 15 minutes away from Dubai Airport the World Trade Center 5 minutes away from the conference centre, There are many places you can visit in the surrounding area, including, and. HOTEL: The hotel was opened in 2003, has 43 floors, 301 rooms, 36 Club Horizon rooms, 126 apartments and studios. This air-conditioned establishment has a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a nightclub, bars, coffee shops, restaurants, 3 dance halls and 3 meeting rooms. There are many services available at the establishment, including room service, a laundry service and a car park. ROOM: Clients are offered comfortable, with air-conditioning, stunning views, a bathroom with a hairdryer, a satellite or cable television, internet, a mini-bar, a coffee maker, a teapot and a safety deposit box (available for a fee). FACILITIES: There is a variety of facilities and services available at the establishment, including a gym, aerobics room, 9 treatment cabins, a covered swimming pool, an outdoor swimming pool, a children's swimming pool and a jacuzzi. Clients can enjoy enjoy tennis and squash. RESTAURANT: Clients also have at their disposal 4 restaurants and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.58" OriginalAmount="99.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228168047802" Longitude="55.327666802393" StarRating="5" HotelCode="313383|79334342" HotelName="Grand Hyatt Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 7167, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/5b/be5b390613068958446da66d38adbc7732ea3397.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury aparthotel is located in Bur Dubai with close proximity to Dubai Healthcare City, Wafi C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="102.74" OriginalAmount="99.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228037579753" Longitude="55.327943059518" StarRating="5" HotelCode="24028|30784" HotelName="Grand Hyatt Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Riyadh Street, Sheikh Rashid Road, P.O. Box 7978, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/83/66/83662b8ddf416bbd5f798b1dee7f19fd6e0f1554.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Lying amidst sprawling gardens, this spectacular luxury hotel is located at the heart of Dubai some ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="103.00" OriginalAmount="100" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.109995" Longitude="55.141002" StarRating="5" HotelCode="186040|34762" HotelName="Fairmont The Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 72413, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/15/931521ad941826891e13dfc86831c16f6ad699bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this hotel is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="104.67" OriginalAmount="101.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2613056" Longitude="55.3204954" StarRating="0" HotelCode="|448736" HotelName="Khalidia Palace Dubai" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Maktoum Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/7/3/6/448736_b24907d1314.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.06" OriginalAmount="102" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.087196" Longitude="55.14689" StarRating="0" HotelCode="801769|467837" HotelName="Jumeirah Living Marina Gate" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>The Residences at Marina Gate</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/58000000/57780000/57777100/57777067/f1ae7fb7_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="105.64" OriginalAmount="102.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2085094" Longitude="55.2603111" StarRating="5" HotelCode="|218273" HotelName="La Ville Hotel y Suites City Walk Dubai Autograph " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Multaqa Street Dubai AE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/2/7/3/218273_f739c1b0727.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.28" OriginalAmount="103.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.228404" Longitude="55.327978" StarRating="4" HotelCode="|167769" HotelName="Grand Hyatt Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 7167, Sheikh Rashid Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/7/7/6/9/167769_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Bur Dubai, close to Dubai Healthcare City, Wafi City and Oud Metha. ROOM: The establishment has 186 apartments, villas with kitchen, a washing machine, tumble drier, a sitting room, a dining room, a satellite television, a safety deposit box and a bathroom. FACILITIES: Guests are offered 13 restaurants, bars and dining room. The establishment also offers covered swimming pools, an outdoor pool, a tennis court and a spa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="106.79" OriginalAmount="103.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.102669" Longitude="55.1724627" StarRating="4" HotelCode="|87324" HotelName="Two Seasons and Apartments" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/2/4/87324_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="108.15" OriginalAmount="105" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.13993" Longitude="55.1325" StarRating="5" HotelCode="213632|35590" HotelName="Sofitel Dubai The Palm Resort &amp; Spa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 55558, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b2/04b257ce6210350c25a030c9d9f4cdca24e17781.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this spa hotel is right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.48" OriginalAmount="105.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.084500744746" Longitude="55.140385279762" StarRating="5" HotelCode="46903|30974" HotelName="Le Royal Meridien Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street, PO Box 24970, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9b/2a/9b2a98989fd28fc5b33db2fb5e21295959049d0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is surrounded by beautifully designed gardens and the golden sands of the famous Jumeirah...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.01" OriginalAmount="106.81" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.09182116209" Longitude="55.147315710783" StarRating="5" HotelCode="13966|30964" HotelName="Le Meridien Mina Seyahi Beach Resort &amp; Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY,FULL BOARD,ALL INCLUSIVE" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Sufouh Road, P.O. Box 213084, Dubai Marina, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/e5/95e5cf39eaec3bd3280f508fcae0f3827f25fe25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located approximately 700 m from the hotel's private beach where guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.31" OriginalAmount="107.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.183943" Longitude="55.25479" StarRating="5" HotelCode="|199688" HotelName="Al Habtoor Palace, Preferred Hotels &amp; Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Habtoor City, Sheikh Zayed Road Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/9/6/8/8/199688_1_6479.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.81" OriginalAmount="107.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.085483" Longitude="55.1436213" StarRating="5" HotelCode="|87337" HotelName="Grosvenor House, A Luxury Collection , Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Emreef Street, PO Box 118500</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/3/3/7/87337_ea250941130.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="110.96" OriginalAmount="107.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.183395963471" Longitude="55.254177711639" StarRating="5" HotelCode="323805|1601418" HotelName="Habtoor Palace, LXR Hotels &amp; Resorts" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Al Habtoor City, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c3/03/c303a2d24c37d45e1102f6f234188bac3f323537.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="111.30" OriginalAmount="108.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.12959" Longitude="55.15348" StarRating="5" HotelCode="221535|933445" HotelName="Anantara The Palm Dubai Resort" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Road, P.O. Box 71607, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/1e/f4/1ef484febbff344073a568f9940abe3641e07abd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this resort lies in Dubai, right by the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="111.62" OriginalAmount="108.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.041933" Longitude="55.223777" StarRating="0" HotelCode="|456094" HotelName="Hera Holiday Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hessa St, dubai sports city</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/0/9/4/456094_6b024961731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="111.69" OriginalAmount="108.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2081" Longitude="55.27212" StarRating="5" HotelCode="637708|CAO137300" HotelName="Shangri-La Hotel &amp; Serviced Apartments Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, P.O. Box 75880, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.23" OriginalAmount="108.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.085598897065" Longitude="55.144039392471" StarRating="5" HotelCode="39210|38644" HotelName="Grosvenor House, A Luxury Collection Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Al Emreef Street, PO Box 118500, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/98/c598d34a2927c45515170d137d086da387a78df7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive and breathtaking hotel is located in the Dubai Marina and offers dazzling views of th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.57" OriginalAmount="111.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212354162617" Longitude="55.279539459435" StarRating="5" HotelCode="168104|143786" HotelName="The Ritz-Carlton Dubai International Financial Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC, Sheikh Zayed Road, PO Box 482032, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/43/0b43e0b08b1809a0b2b35250ceb5c5b47c6124aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located 100 m from Dubai International Financial Centre, and only 10 minutes from Dubai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.65" OriginalAmount="111.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0834371" Longitude="55.1400489" StarRating="5" HotelCode="|31791" HotelName="Le Royal Meridien Beach Resort and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/7/9/1/31791_98a78d81044.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has a reception, a safety deposit box service, a lift, 12 restaurants, bars, a laundry service, a car park and event rooms. SITUATION: This hotel is close to Jumeirah the beach nearby, there is a golf course, Clients can also find the shopping centre. ROOM: All the rooms have a bathroom with a hairdryer, an air-conditioning system, satellite or cable TV, a mini-bar, a safety deposit box and an ironing set. FACILITIES: The establishment boasts 2 swimming pools with children's areas, a gym, aerobics, a jacuzzi, a sauna, a steam bath, a massage service, beauty treatments and a spa. Guests can enjoy go canoeing, sailing and surfing. MEALS: Regarding the food and beverage offering, the establishment offers 12 restaurants and bars.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="117.49" OriginalAmount="114.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.167769841243" Longitude="55.446663067459" StarRating="4" HotelCode="69039|67984" HotelName="Meliá Desert Palm" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Awir Road, P.O. Box 119171, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/17/cd/17cda6ad7734cccf54512beb0dd8936e9c1268e0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is a lush enclave set in polo fields just outside the Dubai city centre, only a 15-minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.60" OriginalAmount="119.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2638808" Longitude="55.2999985" StarRating="2" HotelCode="|87254" HotelName="Xva Art" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Fahidi Bastakiya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/2/5/4/87254_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Al Bastakiya the historic centre of. ROOM: Clients are offered stylish rooms and have WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="122.60" OriginalAmount="119.03" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1139244" Longitude="55.1927348" StarRating="0" HotelCode="|118948" HotelName="Rose Garden Hotel Apartments Barsha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Along side of Sheikh Zayed Road, Near to Mall of The Emirates.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/4/8/118948_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel perfect for holidays, has views of the city, attentive service, a restaurant, room service, a business centre, a concierge, lifts, meeting facilities, a business centre with features that offer you the maximum level of comfort and facilities for people with reduced mobility. The establishment also has a laundry service, a car park, a medical care service, a lift and internet. SITUATION: This hotel Sheikh Zayed Road it is near it is near the shopping area, has good links to the leisure areas, close to the establishment, clients can find restaurants. ROOM: The establishment has 144 rooms, Guests are offered non-smoking rooms. FACILITIES: The establishment has a fitness centre fully-equipped and a swimming pool.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="123.65" OriginalAmount="120.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.227783" Longitude="55.320733" StarRating="5" HotelCode="67594|82390" HotelName="Raffles Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Rashid Road, Wafi, P.O.Box 121800, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b6/26b6e71cabfc520ff3c2b9a69d40b952fb62a36f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located next to the Wafi centre, Dubai's ultra-exclusive lifestyle complex. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="127.20" OriginalAmount="123.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18709" Longitude="55.271782" StarRating="5" HotelCode="|201193" HotelName="Pullman Dubai Downtown" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Abraj Street Dubai UAE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/1/9/3/201193_691bdc00741.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.89" OriginalAmount="129.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.185947" Longitude="55.273751" StarRating="5" HotelCode="|297373" HotelName="The St Regis Downtown, Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/7/3/7/3/297373_1_5334.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.46" OriginalAmount="130.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.18592" Longitude="55.27367" StarRating="5" HotelCode="511831|2164565" HotelName="Renaissance Downtown Hotel, Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, PO Box 191984, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8e/41/8e4174457901ca7f1ecfb0ee4c9eaa312a52ef9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located just a few minutes' walk from the centre of Dubai, this hotel is ideal for business travelle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="134.81" OriginalAmount="130.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.987383008586" Longitude="55.02189964056" StarRating="5" HotelCode="907105|126954" HotelName="JA Palm Tree Court" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Golf Hotel" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Exit 13 Sheikh Zayed Road, Jebel Ali, P.O.Box 9255, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/ae/f1aed240dfe4ffbbd0eabb667e0901fcd142884f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this golf hotel lies in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="139.05" OriginalAmount="135" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0800887" Longitude="55.1359468" StarRating="5" HotelCode="535209|210230" HotelName="Rixos Premium Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>The Walk, Jumeirah Beach Residence, Al Mamsha Street, P.O. Box 643660, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/4f/404ff26272c36b297f4a9e0b90695ba1a44e7262.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this hotel lies in the heart of Dubai, right by the sea. There are a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.37" OriginalAmount="136.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.110732" Longitude="55.109866" StarRating="5" HotelCode="|219478" HotelName="Raffles The Palm Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/4/7/8/219478_b7a4c261119.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.40" OriginalAmount="137.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0878806" Longitude="55.1461492" StarRating="4" HotelCode="|118696" HotelName="Dubai Marriott Harbour and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud Street , Dubai Marina</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/9/6/118696_4c44a541144.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Marriott Harbour and Suites is rated four stars, has 232 rooms, dining facilities, meeting facilities and catering service. SITUATION: This hotel is 30 minutes away from Airport Dubai. It is near Dubia Internet City, Dubai Media City and Emaar Business Park it is 10 minutes away from Dubai Marina it has good links to the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="141.51" OriginalAmount="137.39" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.987329" Longitude="55.021898" StarRating="5" HotelCode="|119048" HotelName="Ja The Resort - Ja Palm Tree Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 9255</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/0/4/8/119048_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has a garden, a reception, restaurants, a swimming pool, bars and shops. SITUATION: Jebel Ali It is in near the establishment, you will find the beach. ROOM: The rooms a bathroom with a shower, a hairdryer, a bath and a balcony or terrace. FACILITIES: At no extra cost, clients have at their disposal a gym, a jacuzzi, a sauna, a spa with treatments, a swimming pool and ping pong. Clients can enjoy fishing and horse-riding. MEALS: Regarding the food and beverage offering, the establishment offers a restaurant and a bar. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="142.64" OriginalAmount="138.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.080755" Longitude="55.134972" StarRating="5" HotelCode="|218193" HotelName="Rixos Premium Dubai Jbr" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence The Walk 18652 Dubai United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/1/9/3/218193_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.69" OriginalAmount="140.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.248999323458" Longitude="55.295486558197" StarRating="3" HotelCode="260530|925445" HotelName="Al Raya Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kuwait Street, Bur Dubai Al Mankhool area, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/78/ee78b0dde66f89f6174a771c417beb120b900db4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="146.60" OriginalAmount="142.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2492594" Longitude="55.2967375" StarRating="0" HotelCode="|120172" HotelName="Al Raya Hotel Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Mankhool Area, Kuwait St.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/1/7/2/120172_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Bur Dubai it is in it is situated 10 blocks away from Jumeirah the beach. ROOM: The apartments have a kitchen and internet (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="148.46" OriginalAmount="144.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.093107356996" Longitude="55.148701071739" StarRating="5" HotelCode="387639|74064" HotelName="The Westin Dubai Mina Seyahi Beach Resort &amp; Marina" Meals="BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,ROOM ONLY,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Marina, P.O. Box 213084, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e4/f4/e4f4475a42a6f6de1c3a8c7bfe27b091e0b8ae70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is just 20 minutes from the cosmopolitan city centre of Dubai with bustling spice and fabric souq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="150.05" OriginalAmount="145.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.213208354138" Longitude="55.279271238534" StarRating="5" HotelCode="463748|2090355" HotelName="The Ritz-Carlton Dubai International Financial Centre Executive Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Massage Centre,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC, Off Sheikh Zayed Road, P.O. Box 482032, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/4c/054c0d94c3ceaf2853e2d2ca56b0036890cc1f67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="151.08" OriginalAmount="146.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2271052" Longitude="55.2894134" StarRating="0" HotelCode="|118902" HotelName="Jumeirah Living - World Trade Centre Residence" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2nd Zabeel Road,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/9/0/2/118902_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has luxury facilities apartments, The establishment offers guests room service. SITUATION: Is situated inDubai the heart of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="156.65" OriginalAmount="152.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.20069126" Longitude="55.27622096" StarRating="5" HotelCode="492631|1925105" HotelName="Address Boulevard" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, PO Box 214477, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/8a/568ae671b3efd92abe30504c3ed77471f8c0d501.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.38" OriginalAmount="152.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2456369" Longitude="55.2563113" StarRating="5" HotelCode="|213839" HotelName="Nikki Beach Resort and Spa Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pearl Jumeirah Dubai 8286 United Arab Emirates</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/3/8/3/9/213839_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="160.02" OriginalAmount="155.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2124395" Longitude="55.2789547" StarRating="5" HotelCode="|118694" HotelName="The Ritz Carlton DIFC Downtown Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, DIFC</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/6/9/4/118694_f26601a1350.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 14 floors, air-conditioning and 341 rooms. was built in 2010, The establishment boasts a lobby with a reception, express check-out, a safety deposit box service, a currency exchange service, a lift, a hairdresser's, a cafÃ©, a bar, a restaurant, conference facilities, room service and a laundry service. SITUATION: This hotel is 100 metres away from the business district, is 10 minutes away from DubÃ¡i, Burj Khalifa and World Trade Center the Congress Centre, the establishment is 7 kilometres away from the beach, is situated 10 kilometres away from Dubai Airport. ROOM: The rooms have a work space, internet, large windows, a bathroom with a bath, a shower, a hairdryer, a king-size bed, a direct line telephone, a television, a radio, a safe, a mini-bar, a coffee maker, a kettle, an iron and an air-conditioning system. FACILITIES: The establishment has a covered swimming pool, a gym, a sauna and a steam bath. MEALS: Guests are offered all meals in a buffet format and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="162.74" OriginalAmount="158.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21125322" Longitude="55.28145818" StarRating="5" HotelCode="876946|waldorf_astoria_dubai_international_financial_centre" HotelName="Waldorf Astoria Dubai International Financial Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Happiness Street, Burj Daman, Dubai International Financial Center (DIFC), Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/f0/4ff0403ec726542759895308089b763cd9b4f84f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="167.54" OriginalAmount="162.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.118962" Longitude="55.198021" StarRating="5" HotelCode="57060|43114" HotelName="Kempinski Hotel Mall of the Emirates Dubai" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road, Dubai 120679</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/bb/cabb2dda49b24733bd737ddb23679b9aaca94c25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Right in front of the "Mall of the Emirates" mega complex, the hotel takes pride in its prime locati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="169.73" OriginalAmount="164.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.245829033355" Longitude="55.256305180148" StarRating="5" HotelCode="363722|1851588" HotelName="Nikki Beach Resort &amp; Spa Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Golf,Jacuzzi,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Pearl Jumeira, PO BOX 8286, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/0d/df/0ddfadd82eeb7a993b1816aabd031aa1bdbe1061.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beachfront resort is located on Pearl Jumeira, over 52.000 sqm on a private beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.74" OriginalAmount="167.71" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.082591497272" Longitude="55.137666463852" StarRating="5" HotelCode="18488|31274" HotelName="The Ritz-Carlton Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Mamsha Street, Jumeirah Beach Residence, P.O. Box 26525, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/24/bd/24bd6d8ee63865cbf41e855c458c1923d6c8db66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated on a private beach front in the heart of the Dubai Marina, this hotel is an intimate oasis ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="182.76" OriginalAmount="177.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.199810712514" Longitude="55.27753829956" StarRating="5" HotelCode="136614|117662" HotelName="Address Dubai Mall" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, P.O. Box 31166, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/196335/a_196335_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the heart of the trendy centre of Dubai, overlooking the world's tallest tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.56" OriginalAmount="178.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0922298" Longitude="55.1455193" StarRating="5" HotelCode="|442902" HotelName="W Dubai - Mina Seyahi" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/9/0/2/442902_d0121b21152.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.27" OriginalAmount="179.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.088923" Longitude="55.146818" StarRating="0" HotelCode="|474698" HotelName="Dubai 360" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman Bin Abdulaziz Al Saud St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/6/9/8/474698_a59098f1201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.46" OriginalAmount="182" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098011534181" Longitude="55.153035521507" StarRating="5" HotelCode="906937|23282" HotelName="Arabian Court at One&amp;Only Royal Mirage" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 37252, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/02/16/02165590da120dfc0d5dc082dc066a0371281b7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Dubai, this spa hotel is about 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="190.20" OriginalAmount="184.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19363" Longitude="55.279069" StarRating="5" HotelCode="|210904" HotelName="Kempinski The Boulevard Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, PO Box 212627, Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/0/9/0/4/210904_fdb58a41125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.16" OriginalAmount="188.50" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1176842" Longitude="55.2033797" StarRating="5" HotelCode="|35749" HotelName="Kempinski Mall Of The Emirates" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Rd - Al Barsha - Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/5/7/4/9/35749_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has rooms and chalets. The establishment has a hall, a currency exchange service, restaurants, conference facilities, internet and room service. SITUATION: This hotel is opposite Emirates Shopping Centre is situated in the Al Barsha district, Close to Dubai Internet City, Dubai Media City and Jumeirah Beach. 20 minutes away from the establishment, you can find the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="198.43" OriginalAmount="192.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.08101286" Longitude="55.12157811" StarRating="5" HotelCode="786829|2309635" HotelName="Caesars Palace Bluewaters Dubai" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),ATM/Cash Machine,Babysitting,Banquet Hall,Bar,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Golf,Housekeeping,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Parking,Printer,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Valet Parking,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bluewaters Island, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/88/62/8862cd9e2b6ca42c9864c2bba68f51269aca7433.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This establishment is strategically situated in Dubai, the perfect place where dreams do not have a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.94" OriginalAmount="198" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.141496833283" Longitude="55.190784931183" StarRating="5" HotelCode="46902|1155" HotelName="Jumeirah Beach Hotel" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 11416, Umm Suqeim, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1c/e21c716dd40d58cffe3c4673cd95b832796fa895.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies directly beside long sandy Jumeirah Beach, some 20 km from the centre of Duba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.84" OriginalAmount="201.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.986828" Longitude="55.023849" StarRating="5" HotelCode="|31599" HotelName="Ja The Resort - Ja Beach" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Po Box 9255 Exit 13 Sheikh Zayed Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/5/9/9/31599_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has a conference centre, banquet facilities and leisure activities. It has 5 floors, 260 standard rooms, superior rooms and suites. SITUATION: This luxurious hotel is 25 kilometres from Jebel Ali Palm Island Development ROOM: The establishment has standard rooms and suites. Have a coffee maker, a kettle, a safe, a bathrobe and a mini-bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="208.34" OriginalAmount="202.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.201465288728" Longitude="55.27069765663" StarRating="5" HotelCode="634361|2360465" HotelName="Address Sky View" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed bin Rashid Boulevard, PO Box 111969, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/ec/a4/eca4c9ccdd1946b4edfcbd790e5b3a40bd12feca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.34" OriginalAmount="204.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.141605" Longitude="55.191246" StarRating="5" HotelCode="|20340" HotelName="Jumeirah Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JUMEIRAH BEAH PO BOX 11416, DUBAI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/4/0/20340_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel establishment has 26 floors, 618 rooms, a lobby with a reception, shops, a hairdresser's, bars, coffee shops, 22 restaurants and conference facilities. SITUATION: This luxurious hotel is in Jumeirah Beach, is just 20 kilometres away from the centre of Dubai. Around the establishment, clients can find the business area. It is just 25 kilometres away from Dubai Airport. ROOM: The rooms have a bathroom with a hairdryer, a satellite television, cable television, a radio, a mini-bar, a central air-conditioning system, a safety deposit box (available for a fee), a balcony and sea views. Guests also have at their disposal villas. FACILITIES: The establishment has a sports centre, a gym, a sauna, a tennis court and squash. The establishment also offers water activities, a swimming area, slides and a wave pool. MEALS: The establishment serves a buffet breakfast. Guests can book half-board. Clients have at their disposal an Ã  la carte restaurant. PAYMENT METHODS: The establishment accepts credit cards. OBSERVATIONS:, Wild Wadi Water-park is closed until further notice.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.24" OriginalAmount="208.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27321759" Longitude="55.30485819" StarRating="2" HotelCode="415664|al_ahrar_hotel" HotelName="Al Ahrar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Naif Police Station, Deira, P.O. Box: 12978, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/52/2052761a9109e20aa027e11e2b2b27a74878ac62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.28" OriginalAmount="209.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1197217" Longitude="55.2031533" StarRating="5" HotelCode="|82686" HotelName="Sheraton Mall Of The Emirates , Dubai" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Zayed Road , Al Barsha 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/2/6/8/6/82686_14.jpg</HotelPictures>
        <HotelDescription>SITUATION: It has excellent transport links to Mall of The Emirates Shopping Centre Mall The Emirates, Jumeirah and the marina. It is situated 20 minutes away from the airport.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.48" OriginalAmount="214.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.076944" Longitude="55.134135" StarRating="0" HotelCode="|500246" HotelName="Luxury JBR Shams - Sea or Marina View - Free 5 star Beach Resorts Access!" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Residence</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/0/2/4/6/500246_d2a26150958.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="223.23" OriginalAmount="216.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.075509" Longitude="55.139564" StarRating="5" HotelCode="|470726" HotelName="Maison Privee - Graceful Apt In Prestigious Dubai Hills Close To The Golf Course" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubai Hills Estate</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/7/2/6/470726_ae4572b1942.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.76" OriginalAmount="219.18" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1126335" Longitude="55.1972013" StarRating="0" HotelCode="|53924" HotelName="Coral Boutique Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SHEIKH ZAYED ROAD, AL BARSHA P.O.BOX 124446 - ..</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/2/4/53924_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel is elegant boutique and ideal for holidays or business trips. SITUATION: It is in an excellent location, has good links to commercial areas, business areas.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.60" OriginalAmount="220.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.212677093762" Longitude="55.28255282209" StarRating="5" HotelCode="446207|four_seasons_hotel_dubai_international_financial_centre" HotelName="Four Seasons Dubai International Financial Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gate Village, Building 9, DIFC, PO Box 507027, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9d/de/9ddebbd5fe0a20f18b440009abbf771d66f7839b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="235.87" OriginalAmount="229" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.113097" Longitude="55.196943" StarRating="5" HotelCode="75264|153602" HotelName="Coral Boutique Villas Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>24th Street Community 373, P.O.Box: 124446, 4th Interchange Behind Emirates Mall, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/9e/5d9eef6c051db8f9100efe39db5d3885ecb06b9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Closely situated to the popular shopping centre of the Emirates, this villa resort is located in the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.90" OriginalAmount="230" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.135130188812" Longitude="55.185978412628" StarRating="5" HotelCode="907094|46772" HotelName="Jumeirah Mina A'Salam" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, P.O. Box 75157, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0f/14/0f144e6caa90ca7e108ee8f644dedd9de989b420.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort hotel is located right on the beachfront next to the Wild Wadi water park. Dubai Int...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.02" OriginalAmount="234" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.121045661837" Longitude="55.153719484806" StarRating="5" HotelCode="904934|31651" HotelName="Rixos The Palm Hotel &amp; Suites" Meals="ALL INCLUSIVE,FULL BOARD" BedType="ALL INCLUSIVE" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>East Crescent Plot C40, P.O. Box 18652, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/2c/062c50880e198209847727857ece45be51fec8ee.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach hotel warmly welcomes guests in Dubai. For parents with children, it provides everything ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.66" OriginalAmount="237.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1353414" Longitude="55.1858011" StarRating="5" HotelCode="|72601" HotelName="Jumeirah Mina Al Salam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Madinat Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/6/0/1/72601_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips. SITUATION: This boutique hotel is situated next to the Persian Gulf,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="245.37" OriginalAmount="238.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.247864" Longitude="55.35287" StarRating="5" HotelCode="207516|117782" HotelName="Dubai International Hotel" Meals="ROOM ONLY,FULL BOARD,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Terminal 1 &amp; Terminal 3, Dubai International Airport 35566, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4e/1e/4e1e8831549f46720052407c945eab73ca796e0e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai. The nearest airport is Dubai (DXB).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.09" OriginalAmount="240.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.115191" Longitude="55.140668" StarRating="0" HotelCode="|445235" HotelName="Andaz Palm Jumeirah Residences" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Palm Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/3/5/445235_ab4d5e80947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="249.59" OriginalAmount="242.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.11281760415" Longitude="55.109605193138" StarRating="5" HotelCode="161783|135494" HotelName="Kempinski Hotel &amp; Residences Palm Jumeirah" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Apartment Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>The Crescent West, P.O.Box 213208, The Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/228233/a_228233_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel is located on the West Crescent of the iconic, man-made island of Palm Jumeirah ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="259.49" OriginalAmount="251.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.193589095324" Longitude="55.27600005269" StarRating="5" HotelCode="70490|CAQ093800" HotelName="Palace Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, Downtown Dubai, P.O. Box 9770, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d6/ba/d6bad98958e4d1cfbf398d021f5f0a2580fa5594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spa complex is conveniently located in the vicinity of the Dubai World Trade Center. The apartm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="259.90" OriginalAmount="252.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.131283" Longitude="55.117745" StarRating="5" HotelCode="73815|CAM020300" HotelName="Atlantis The Palm" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Crescent Road, The Palm, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/54/5e/545e96694aa740c8f027a01fef6a3d50a663f03c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury resort is situated on the spectacular man-made island of Palm Jumeirah. The Emirates Mal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.92" OriginalAmount="259.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.249203" Longitude="55.350757" StarRating="5" HotelCode="|120224" HotelName="Dubai International , Dubai Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O Box 35566</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/0/2/2/4/120224_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is in Dubai Airport. Nearby, you will find restaurants and bars. ROOM: All the rooms have fruits. FACILITIES: The establishment has a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.01" OriginalAmount="272.83" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0927062" Longitude="55.1491083" StarRating="5" HotelCode="|39021" HotelName="The Westin Dubai Mina Seyahi Beach Resort and Marina" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Free CXL until 06/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>AL SUFOUH RD. DUBAI C/O DUBAI INT.CLUB</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/0/2/1/39021_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 294 standard rooms and suites. SITUATION: This hotel is 20 minutes away from Dubai city centre. Close to the establishment, guests have places of interest. Near the establishment, you will find the airport. ROOM: They have toiletries and a television. FACILITIES: The establishment has a spa and a gym. 10 minutes away, there is a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.88" OriginalAmount="281.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.188013" Longitude="55.288325" StarRating="5" HotelCode="|450219" HotelName="The Lana - Dorchester Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marasi Drive, Burj Khalifa District</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/2/1/9/450219_3e4e6a11026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="297.62" OriginalAmount="288.95" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.10646092" Longitude="55.2009409" StarRating="0" HotelCode="830040|2285475" HotelName="Barsha Gardens By J5 Holiday Homes" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Street 23, Al Barsha 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/e0/e5e0e9192709b3c83e0643b8ad17f1375cf5c9d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="298.35" OriginalAmount="289.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.19483317" Longitude="55.28237322" StarRating="5" HotelCode="871520|2360455" HotelName="Address Fountain Views" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Golf,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashed Boulevard, PO Box 27443, Downtown Dubai, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/25/25764fd99ac84c9c/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, about 15 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.70" OriginalAmount="319.13" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0920648" Longitude="55.1474273" StarRating="5" HotelCode="|20353" HotelName="Le Méridien Mina Seyahi Beach Resort and Waterpark" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Free CXL until 05/06/2026">
        <Address>
          <AddressLines>
            <AddressLine>AL SUFOUH ROAD, JUMEIRAH BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/3/5/3/20353_39833911037.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 211 standard rooms, 10 floors, air-conditioning, a hall, 3 lifts, a reception, a safety deposit box service and a currency exchange service. The establishment also offers a jeweller's, shops, a hairdresser's, a bar and 4 restaurants. The establishment has conference rooms, internet (for a fee), a car park and a mini-club. SITUATION: This hotel is in a private-access beach. Is situated in the Jumeirah Coast. Nearby, you will find the Hard Rock CafÃ© a golf course. Is 25 kilometres from the airport. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a satellite TV, cable television, a stereo, a mini-bar, fitted carpets, a central air-conditioning system and a safe (available for a fee). The establishment has Royal Club rooms with a balcony, sea views, a stereo and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.69" OriginalAmount="323.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21684883" Longitude="55.25124513" StarRating="5" HotelCode="669205|mandarin_oriental_jumeira_dubai" HotelName="Mandarin Oriental Jumeira Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, PO Box 62092, Jumeirah 1, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/e0/60/e060aafd763178be2f0a1a824f798f5c93e4ce3d.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located right in the heart of Dubai.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="333.72" OriginalAmount="324" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.099260015451" Longitude="55.132291316987" StarRating="5" HotelCode="161545|56878" HotelName="One&amp;Only The Palm" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/3d/3f3de55f82cea8ed4eeaa30df496a7fd4e58be6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers, this resort lies in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="339.15" OriginalAmount="329.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.194058731118" Longitude="55.279147624969" StarRating="5" HotelCode="96664|CAO951000" HotelName="Address Downtown" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sheikh Mohammed Bin Rashid Boulevard, Downtown Dubai, P.O.Box 123234, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f6/5d/f65db7f8e7c48e06f3f6dc928f23371bb9fffdc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this urban hotel is ideal for guests who appreciate a stylish ambienc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="339.56" OriginalAmount="329.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.202188830365" Longitude="55.239765907951" StarRating="5" HotelCode="297778|3041051" HotelName="Four Seasons Resort Dubai at Jumeirah Beach" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jumeirah Beach Road, Jumeirah 2, PO Box 128777, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2a/55/2a556e549cda9e0d4893fa7e845839fee5b3e661.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Dubai, right on the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="341.16" OriginalAmount="331.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.08103283" Longitude="55.12188408" StarRating="5" HotelCode="786848|2309625" HotelName="Caesars Resort Bluewaters Dubai" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Laundry,Lounge,Massage Centre,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Bluewaters Island, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/2a/2a69f8fdfc7feee3/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideal for beach holidaymakers and families, this resort lies in Dubai, right by the sea. There are a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.80" OriginalAmount="345.44" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0995325" Longitude="55.1334937" StarRating="5" HotelCode="|87856" HotelName="Oneandonly The Palm" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent, Palm Jumeirah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/5/6/87856_ab08f1c0903.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has panoramic views, a private beach and dining facilities. SITUATION: This luxurious hotel is on the beachfront, Palm Jumeirah is situated in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="364.62" OriginalAmount="354" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.1371787" Longitude="55.18712554" StarRating="5" HotelCode="422271|205859" HotelName="Jumeirah Al Naseem" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 75157, Jumeira Road, Umm Suqeim 3, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/3f/3f1b113d5825dde6/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Dubai, this boutique hotel is ideal for guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="474.81" OriginalAmount="460.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="24.850048" Longitude="55.345998" StarRating="0" HotelCode="|538518" HotelName="Al Marmoom Oasis Camping and Experiences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Qudra Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/5/1/8/538518_661c9432158.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.92" OriginalAmount="564.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.27193238" Longitude="55.30041947" StarRating="0" HotelCode="499587|alarraf_hotel" HotelName="Alarraf Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Deira Naif Road, Sediq Abu Baker Road 3p, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/d2/f4d297a7f0f7a293e770079e05595d7c35a58090.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="622.69" OriginalAmount="604.55" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2437548" Longitude="55.3327809" StarRating="5" HotelCode="|30963" HotelName="Park Hyatt Dubai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O.BOX 2822</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/6/3/30963_1eca25e0858.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This complex has 6 restaurants, bars, business facilities and leisure facilities. It has 225 air-conditioning rooms, a safety deposit box service, lifts, a conference room, a hairdresser's, a nightclub, room service, a laundry service (for a fee) and a car park. SITUATION: This smart hotel is in Dubai the commercial area of Close to and the marina, is situated 5 minutes away from Dubai Airport. ROOM: All the rooms have a bathroom with a hairdryer, a television, internet, a mini-bar, an ironing set, an air-conditioning system, a safe (available for a fee) and disabled facilities. FACILITIES: The establishment boasts a spa, an outdoor pool, a gym and a golf course.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="796.74" OriginalAmount="773.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.21018079" Longitude="55.23622988" StarRating="5" HotelCode="563313|2188955" HotelName="Bvlgari Resort Dubai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jumeira Bay Island, Jumeira 2, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/fd/bdfddc66fa59a3f0a0eb956dabbd6d54ff3fc53c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Dubai, this boutique hotel has the perfect ambience for guests who appreciate a stylish a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="862.71" OriginalAmount="837.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.098453604882" Longitude="55.12362241745" StarRating="5" HotelCode="165615|142534" HotelName="Jumeirah Zabeel Saray" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Free CXL until 05/06/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>West Crescent Road, The Palm Jumeirah, P.O. Box 27722, Dubai</AddressLine>
          </AddressLines>
          <CityName>Dubai</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/de/78dec2bad4f21e150bf1924d7ed0c3632ea796c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This spa hotel is located in Dubai, right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1207.15" OriginalAmount="1171.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.245889" Longitude="55.339906" StarRating="0" HotelCode="|495631" HotelName="Havana Holiday Homes in Al Garhoud" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Garhoud Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/5/6/3/1/495631_03c54d70407.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1633.67" OriginalAmount="1586.09" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0486433" Longitude="55.1288102" StarRating="0" HotelCode="|119875" HotelName="Parkside Suites " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/8/7/5/119875_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This aparthotel has 169 studios, one-bedroom apartments, air-conditioning, a hall, a reception, a safety deposit box service, a currency exchange service and a lift. Our guests can find a cafÃ©, a restaurant, conference facilities, WiFi, room service, a laundry service and a car park. SITUATION: This establishment, Discovery Gardens it is in Dubai it is in Close to places of interest, Dubai Media City 4 kilometres away, you can find Jebel Ali it is 5 kilometres away from it is situated 30 kilometres away from Dubai Airport. ROOM: They have a kitchen, a hairdryer, a direct line telephone, satellite or cable TV, internet, a fridge, an ironing set, a safe and an air-conditioning system. FACILITIES: Guests are offered a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2549.25" OriginalAmount="2475.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.0950775" Longitude="55.1504395" StarRating="5" HotelCode="|87853" HotelName=" One&amp;Only Royal Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Salman bin Abdulaziz Al Saud St, Al Sufouh,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/7/8/5/3/87853_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="19.78" OriginalAmount="19.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2748067" Longitude="55.3069782" StarRating="1" HotelCode="|337435" HotelName="Zaineast" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Musallah Road, Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="27.72" OriginalAmount="26.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2740216" Longitude="55.3079166" StarRating="1" HotelCode="|297375" HotelName="Saeed" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Naif Street , Deira</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="37.77" OriginalAmount="36.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.270114" Longitude="55.3065115" StarRating="1" HotelCode="|297362" HotelName="Melody Queen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Burj Street 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="49.73" OriginalAmount="48.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2732186" Longitude="55.3048593" StarRating="2" HotelCode="|297361" HotelName="Al Ahrar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Naif Police Station, Behind Car Parking Building, Naif Area, Deira, Dubai</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="110.97" OriginalAmount="107.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2432695" Longitude="55.37223" StarRating="0" HotelCode="|337440" HotelName="sleep ’n fly sleep lounge - dubai airport, a-gates" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Opposite Gate A1 - Concourse A (Terminal 3 - Transit Area) Dubai International Airport (DXB)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="145.10" OriginalAmount="140.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="25.2714823" Longitude="55.3005302" StarRating="1" HotelCode="|297363" HotelName="Alarraf" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Deira Naif Road Sediq Abu Baker road road no 3p</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Conference Hall,Lounge,Massage Centre,Sauna,Shopping Arcade,Currency Exchange,Golf,Spa,Swimming Pool,Central Heating,Wheelchair Access,24 Hour Security,Airport Transfer (on Demand),Designated Smoking Area,Parking,Valet Parking,Nightclub,Jacuzzi,Kitchen,Heated Pool,Diet Meals,ATM/Cash Machine,Babysitting,Banquet Hall,Business Centre,Dining,Housekeeping,Meeting Room,Printer,Wake-up Call Service,Bicycle Rental,24 Hour Front Desk,Beauty Salon,Coffee Shop,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Garden,Library,Smoking Rooms</BasicAmenities>
    <HotelRating>2,4,3,5,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,ALL INCLUSIVE,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,FAMILY-FRIENDLY HOTEL,APARTMENT HOTEL,HOTEL,BEACH HOTEL,GOLF HOTEL,CONFERENCE HOTEL,AIRPORT HOTEL,SPA HOTEL,HISTORIC HOTEL,CLUB RESORT,VILLAGE,ECO HOTEL,HOTEL DE CHARME,APARTHOTEL,GUESTHOUSE,COUNTRY HOUSE</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|PriceRequest|PriceRequest|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" EchoToken="Price" TimeStamp="0001-01-01T00:00:00" TraceId="cc744996-3b8f-404d-b120-87721a1150b0">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="38" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-06-10T00:00:00" End="2026-06-11T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="57060|43114" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="flyplanners786@gmail.com" Password="Planners@321" RequestedCurrency="GBP" ClientNationality="pk" ClientCountry="Pakistan" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
cc744996-3b8f-404d-b120-87721a1150b0|PriceResponse|PriceResponse|<?xml version="1.0" encoding="utf-16"?><HotelRoomRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Version="0" EchoToken="Price" TransactionIdentifier="cc744996-3b8f-404d-b120-87721a1150b0" TimeStamp="0001-01-01T00:00:00" HotelName="Kempinski Hotel Mall of the Emirates Dubai" HotelCode="57060|CAV732000" StarRating="5" GTCityId="38" CountryCode="AE" CityName="Dubai" CountryName="United Arab Emirates" Address="Sheikh Zayed Road, Dubai 120679" PostCode="120679" PhoneNo="+97143410000" FaxNo="+97143412327" Email="reservations.malloftheemirates@kempinski.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="25.118962" Longitude="55.198021" SourceId="1" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR ROOM" RoomTypeCode="0|0|177329|1780576496083583B1000B4||no|43114|16|MTYyLjY2fEdCUHwyMDI2LTA2LTA5" OriginalAmount="163" TotalPrice="167.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Compulsory Tourism Dirham to be paid by guest directly to the hotel per room per night valid from 31st March 2014 Onward
Booking including children will be based on sharing parents bedding, no separate bed for children is provided unless stated. Early departure- 100% charge. Name change will be considered new booking &amp;amp; will be subject to availability.


Existing reservation cannot be cancelled and rebooked under lower promotion.
Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.
The Tourism Dirham Fee charged per room per night is applicable when booking guest rooms &amp;amp; suites and it will be collected directly at the property and is not reflected in the room rate.

Please be advised that the outlets will be closing for renovations Olean and Mosaic : Pool. Starting February 28 with the venues scheduled to reopen in May this year.
This hotel charges according to residency; therefore, if you hold residency in the hotels country of destination, please enter your country of residency as your nationality Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="167.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior" RoomTypeCode="267444308|1|163|27|MTYzfEdCUHwyMDI2LTA2LTA5" OriginalAmount="163" TotalPrice="167.89" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T01:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="163" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR" RoomTypeCode="0|0|1135417495|1780576498023017B2091B110||no|43114|16|MTY4LjYzfEdCUHwyMDI2LTA2LTA0" OriginalAmount="169" TotalPrice="173.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="173.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE BED" RoomTypeCode="0|0|1160823985|1780576498018961B2054B0||no|43114|16|MTY5LjE0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="169" TotalPrice="174.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="174.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-345a7161-fcbf-5268-9e18-d5edab49a108|63|MTcyLjAwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="172" TotalPrice="177.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 9.79-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 15.41-- service fee is included in the room rate.&lt;br/&gt;GBP 6.99-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="177.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE ROOM" RoomTypeCode="0|0|80114|1780576496083583B1000B0||no|43114|16|MTc1Ljk2fEdCUHwyMDI2LTA2LTA5" OriginalAmount="176" TotalPrice="181.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Compulsory Tourism Dirham to be paid by guest directly to the hotel per room per night valid from 31st March 2014 Onward
Booking including children will be based on sharing parents bedding, no separate bed for children is provided unless stated. Early departure- 100% charge. Name change will be considered new booking &amp;amp; will be subject to availability.


Existing reservation cannot be cancelled and rebooked under lower promotion.
Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.
The Tourism Dirham Fee charged per room per night is applicable when booking guest rooms &amp;amp; suites and it will be collected directly at the property and is not reflected in the room rate.

Please be advised that the outlets will be closing for renovations Olean and Mosaic : Pool. Starting February 28 with the venues scheduled to reopen in May this year.
This hotel charges according to residency; therefore, if you hold residency in the hotels country of destination, please enter your country of residency as your nationality Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="181.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: De luxe" RoomTypeCode="246731796|1|176|27|MTc2fEdCUHwyMDI2LTA2LTA5" OriginalAmount="176" TotalPrice="181.28" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T01:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="176" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE" RoomTypeCode="0|0|37351555|1780576498023017B2091B103||no|43114|16|MTgyLjQzfEdCUHwyMDI2LTA2LTA0" OriginalAmount="182" TotalPrice="187.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="187.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, DOUBLE BED" RoomTypeCode="0|0|1160824015|1780576498018961B2054B2||no|43114|16|MTgyLjk3fEdCUHwyMDI2LTA2LTA0" OriginalAmount="183" TotalPrice="188.46" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="188.46" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed)" RoomTypeCode="h-e2bb1ca9-1b09-57ca-ac5a-c88317c4fb94|63|MTg2LjAwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="186" TotalPrice="191.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 10.58-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 16.67-- service fee is included in the room rate.&lt;br/&gt;GBP 7.56-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="191.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-c433adaf-6e26-5c48-ad56-24d5ca930806|63|MTg5LjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="189" TotalPrice="194.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 10.75-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 16.94-- service fee is included in the room rate.&lt;br/&gt;GBP 7.68-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="194.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND DELUXE ROOM" RoomTypeCode="0|0|34037495|1780576496083583B1000B8||no|43114|16|MTkwLjc1fEdCUHwyMDI2LTA2LTA5" OriginalAmount="191" TotalPrice="196.47" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Compulsory Tourism Dirham to be paid by guest directly to the hotel per room per night valid from 31st March 2014 Onward
Booking including children will be based on sharing parents bedding, no separate bed for children is provided unless stated. Early departure- 100% charge. Name change will be considered new booking &amp;amp; will be subject to availability.


Existing reservation cannot be cancelled and rebooked under lower promotion.
Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.
The Tourism Dirham Fee charged per room per night is applicable when booking guest rooms &amp;amp; suites and it will be collected directly at the property and is not reflected in the room rate.

Please be advised that the outlets will be closing for renovations Olean and Mosaic : Pool. Starting February 28 with the venues scheduled to reopen in May this year.
This hotel charges according to residency; therefore, if you hold residency in the hotels country of destination, please enter your country of residency as your nationality Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="196.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Grand room" RoomTypeCode="173925801|1|191|27|MTkxfEdCUHwyMDI2LTA2LTA5" OriginalAmount="191" TotalPrice="196.73" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T01:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="191" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room (full double bed)" RoomTypeCode="h-60a6fc75-7d95-5964-9861-171a6fe0899e|63|MTk2LjAwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="196" TotalPrice="201.88" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 11.15-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 17.56-- service fee is included in the room rate.&lt;br/&gt;GBP 7.97-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="201.88" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE" RoomTypeCode="0|0|1135393555|1780576498023017B2091B97||no|43114|16|MTk3Ljc2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="198" TotalPrice="203.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="203.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room" RoomTypeCode="273590015|1|200|27|MjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="200" TotalPrice="206.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T12:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="200" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability, sofa)" RoomTypeCode="h-35d3ee85-f0c9-5317-88bb-ccf9a40c3985|63|MjAxLjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="201" TotalPrice="207.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 11.44-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 18.01-- service fee is included in the room rate.&lt;br/&gt;GBP 8.17-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="207.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, TWIN BEDS, KING BED" RoomTypeCode="0|0|1559436685|1780576499017650B2098B16||no|43114|16|MjAxLjM4fEdCUHwyMDI2LTA2LTA0" OriginalAmount="201" TotalPrice="207.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="207.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, DOUBLE OR TWIN BED" RoomTypeCode="0|0|1160954835|1780576499017650B2098B18||no|43114|16|MjAzLjQ2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="203" TotalPrice="209.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="209.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Superior" RoomTypeCode="322023949|1|204|27|MjA0fEdCUHwyMDI2LTA2LTA2" OriginalAmount="204" TotalPrice="210.12" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T06:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="204" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Superior" RoomTypeCode="89821441|1|206|27|MjA2fEdCUHwyMDI2LTA2LTA1" OriginalAmount="206" TotalPrice="212.18" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T06:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="206" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DOUBLE OR TWIN BED" RoomTypeCode="0|0|1160956785|1780576499017650B2098B20||yes|43114|16|MjA3LjkzfEdCUHwyMDI2LTA2LTA0" OriginalAmount="208" TotalPrice="214.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="214.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Grand Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-dcc4fd34-7e6c-5f0d-987f-d6bec5b0e03c|63|MjA4LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="208" TotalPrice="214.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 11.83-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 18.64-- service fee is included in the room rate.&lt;br/&gt;GBP 8.45-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="214.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Superior" RoomTypeCode="164608182|1|209|27|MjA5fEdCUHwyMDI2LTA2LTA1" OriginalAmount="209" TotalPrice="215.27" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T12:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="209" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE, DOUBLE OR TWIN BED" RoomTypeCode="0|0|1135492395|1780576497000425B2136B8||no|43114|16|MjEzLjE2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="213" TotalPrice="219.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="219.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Grand Deluxe Double room (twin beds)" RoomTypeCode="h-5e6e8274-6057-508b-b338-d477781d8a53|63|MjE0LjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="214" TotalPrice="220.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 12.18-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 19.18-- service fee is included in the room rate.&lt;br/&gt;GBP 8.70-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="220.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, TWIN BEDS" RoomTypeCode="0|0|1563317935|1780576499017650B2098B23||no|43114|16|MjE0LjA4fEdCUHwyMDI2LTA2LTA0" OriginalAmount="214" TotalPrice="220.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="220.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND" RoomTypeCode="0|0|1161077975|1780576497012712B2095B13||no|43114|16|MjE0LjQ4fEdCUHwyMDI2LTA2LTA0" OriginalAmount="214" TotalPrice="220.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>A tourism tax will be charged directly at the property. &amp;lt;br/&amp;gt; American Express, Visa, Euro/Mastercard, Diners Club &amp;lt;br/&amp;gt; Extra beds are available at additional charge. &amp;lt;br/&amp;gt; VAT is expected to be introduced across the UAE on January 1, 2018. Should there be a change in the exact date of VAT implementation or in VAT rate, the details will be adjusted on guest bill upon departure. &amp;lt;br/&amp;gt; The pool is currently closed for renovation. Access to alternative pool facilities can be arranged at either the Sheraton Mall of the Emirates or the Kempinski Hotel &amp;amp; Residences Palm Jumeirah. For reservations and further assistance, contact our Concierge Team.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="220.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - De Luxe" RoomTypeCode="232441896|1|217|27|MjE3fEdCUHwyMDI2LTA2LTA2" OriginalAmount="217" TotalPrice="223.51" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T12:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="217" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, TWIN BEDS, KING BED" RoomTypeCode="0|0|1559464515|1780576499017650B2098B29||no|43114|16|MjE3Ljg5fEdCUHwyMDI2LTA2LTA0" OriginalAmount="218" TotalPrice="224.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="224.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Grand Deluxe Double room (full double bed) (bed type is subject to availability, sofa)" RoomTypeCode="h-f59750e0-aef1-5c1b-b772-a2a7aea97e22|63|MjE4LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="218" TotalPrice="224.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 12.40-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 19.54-- service fee is included in the room rate.&lt;br/&gt;GBP 8.86-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="224.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-43f0fe28-a9fd-55fa-9031-7fade53f67f8|63|MjE4LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="218" TotalPrice="224.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 12.40-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 19.54-- service fee is included in the room rate.&lt;br/&gt;GBP 8.86-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="224.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, DOUBLE OR TWIN BED" RoomTypeCode="0|0|1160966295|1780576499017650B2098B33||no|43114|16|MjIwLjEzfEdCUHwyMDI2LTA2LTA0" OriginalAmount="220" TotalPrice="226.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="226.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD" RoomTypeCode="0|0|1161222325|1780576497019032B2092B9||no|43114|16|MjIwLjU3fEdCUHwyMDI2LTA2LTA0" OriginalAmount="221" TotalPrice="227.19" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. This hotel charges an additional $5.45 USD mandatory fee. This fee will be charged to you directly by the hotel. Mandatory fees are not optional and typically cover items such as resort fees, energy charges or safe fees. The amount of the charge is subject to change. Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="227.19" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - De Luxe" RoomTypeCode="322001464|1|221|27|MjIxfEdCUHwyMDI2LTA2LTA2" OriginalAmount="221" TotalPrice="227.63" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T06:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="221" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Grand De luxe" RoomTypeCode="321495980|1|224|27|MjI0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="224" TotalPrice="230.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:02.3950573+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="224" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - De Luxe" RoomTypeCode="89561065|1|225|27|MjI1fEdCUHwyMDI2LTA2LTA1" OriginalAmount="225" TotalPrice="231.75" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T12:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="225" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Superior Room - 1 King bed or 2 Twin beds - Mall or city view - Marble bathroom -Wifi-TV-34 sq" RoomTypeCode="01001|8a4c903a-6011-11f1-bb30-159b17964a68$0qQhlAzdf32p5OHAlSi3YT8WEPwzN2xeLgcYizLdrZEi5mZ5aOXtRaRtr0DJvS7qb8k50YGBqzWb8Cp-vE--Ih51-8p62MUTATrawLopIZOQIXHCGPS7MUTIXEJ_73WobhBGZK_xgjRuykvH2KOipMSl5jHtE3tHsdZ0Ij11gPv189QZRe5n3wX__v5UP0hJFHECR26T7O7_wScilvUBcEyGtTtN4mUAf8DEO7Kzhyx6O-siukYvcCSPw0Bi5WYYKazVdiG9K2oodlTVf29qg6Rg-sxgSQNQe10sziZZGP8|225.27|57060|CAV732000|1|MjI1LjI3fEdCUHwyMDI2LTA2LTA0" OriginalAmount="225" TotalPrice="232.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="232.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe room" RoomTypeCode="282020850|1|226|27|MjI2fEdCUHwyMDI2LTA2LTA1" OriginalAmount="226" TotalPrice="232.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T14:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="226" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Grand Deluxe -1 King bed or 2 Twin beds-&#xD;&#xA;Separate living area-TV-Safe-Minibar-61 sq" RoomTypeCode="0|0|1211896255|1780576496087646B2069B1||yes|43114|16|MjI4LjA0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="228" TotalPrice="234.88" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>There is a Tourism fee payable by the guest directly to the hotels in Dubai and is charged based on the star rating of the hotel:
1 Star - 7 AED, 2 Stars - 10 AED, 3 Stars - 10 AED, 4 Stars - 15 AED, 5 Stars - 20 AED. This is per room per night. 

The fee for apartments is charged as follows: 

Standard Hotel Apartments: Studio Apartment &amp;amp;ndash; 10 AED, 1 B/R Apartment &amp;amp;ndash; 10 AED, 2 B/R Apartment &amp;amp;ndash; 20 AED, 3 B/R Apartment &amp;amp;ndash; 30 AED.

Deluxe Hotel Apartments: Studio Apartment &amp;amp;ndash; 20 AED, 1 B/R Apartment &amp;amp;ndash; 20 AED, 2 B/R Apartment &amp;amp;ndash; 40 AED, 3 B/R Apartment &amp;amp;ndash; 60 AED, 4 B/R Apartment &amp;amp;ndash; 80 AED. According to Dubai Political requirements, please be informed that  all hotels in United Arab Emirates will only accept guests who check in with a Passport or Valid U.A.E Identification Cards. Other identification documents such as labour cards and driving licenses are no longer accepted. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="234.88" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin/Double room - Grand De Luxe" RoomTypeCode="141775222|1|234|27|MjM0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="234" TotalPrice="241.02" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:02.9107128+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="234" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room - Grand De Luxe" RoomTypeCode="283112639|1|235|27|MjM1fEdCUHwyMDI2LTA2LTA2" OriginalAmount="235" TotalPrice="242.05" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T12:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="235" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE, TWIN BEDS" RoomTypeCode="0|0|1513625735|1780576499017650B2098B44||no|43114|16|MjM2LjE2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="236" TotalPrice="243.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="243.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Twin room - Grand De Luxe" RoomTypeCode="320768720|1|239|27|MjM5fEdCUHwyMDI2LTA2LTA2" OriginalAmount="239" TotalPrice="246.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T06:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="239" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, DOUBLE OR TWIN BED" RoomTypeCode="0|0|1173622945|1780576497019032B2092B12||no|43114|16|MjM5LjA5fEdCUHwyMDI2LTA2LTA0" OriginalAmount="239" TotalPrice="246.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. This hotel charges an additional $5.45 USD mandatory fee. This fee will be charged to you directly by the hotel. Mandatory fees are not optional and typically cover items such as resort fees, energy charges or safe fees. The amount of the charge is subject to change. Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="246.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE GRAND DELUXE ROOM" RoomTypeCode="0|1331|73313335|1780576496083583B1000B27||no|43114|16|MjQzLjk4fEdCUHwyMDI2LTA2LTA5" OriginalAmount="244" TotalPrice="251.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Compulsory Tourism Dirham to be paid by guest directly to the hotel per room per night valid from 31st March 2014 Onward
Booking including children will be based on sharing parents bedding, no separate bed for children is provided unless stated. Early departure- 100% charge. Name change will be considered new booking &amp;amp; will be subject to availability.


Existing reservation cannot be cancelled and rebooked under lower promotion.
Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.
The Tourism Dirham Fee charged per room per night is applicable when booking guest rooms &amp;amp; suites and it will be collected directly at the property and is not reflected in the room rate.

Please be advised that the outlets will be closing for renovations Olean and Mosaic : Pool. Starting February 28 with the venues scheduled to reopen in May this year.
This hotel charges according to residency; therefore, if you hold residency in the hotels country of destination, please enter your country of residency as your nationality Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="251.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - Grand De Luxe - Executive" RoomTypeCode="98288447|3|244|27|MjQ0fEdCUHwyMDI2LTA2LTA5" OriginalAmount="244" TotalPrice="251.32" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T01:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="244" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Deluxe Room - 1 King bed or 2 Twin beds-Mall or city view-Marble bathroom -Free Wifi-TV-46 sq" RoomTypeCode="01001|8a4c903a-6011-11f1-bb30-159b17964a68$0qQhlAzdf32p5OHAlSi3YZFII6n8zgK9QV5emJTSNOoi5mZ5aOXtRURTyk2XJLgbb8k50YGBqzWb8Cp-vE--Ih51-8p62MUTATrawLopIZOQIXHCGPS7MUTIXEJ_73WobhBGZK_xgjTJSCtMvQLTyvdUgaBNxtCEsdZ0Ij11gPv189QZRe5n3wX__v5UP0hJFHECR26T7O7_wScilvUBcEyGtTtN4mUAf8DEO7Kzhyx6O-siukYvcCSPw0Bi5WYYKazVdiG9K2oodlTVf29qg6Rg-sxgSQNQe10sziZZGP8|244.06|57060|CAV732000|1|MjQ0LjA2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="244" TotalPrice="251.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="251.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Grand Deluxe Double room (full double bed)" RoomTypeCode="h-7c0f6d52-1d2e-5c9b-8a01-333a7b20a7da|63|MjQ1LjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="245" TotalPrice="252.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 13.94-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 21.96-- service fee is included in the room rate.&lt;br/&gt;GBP 9.96-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="252.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Grand Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-2142ae5c-d82a-5109-87f7-6b5d81592c59|63|MjQ3LjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="247" TotalPrice="254.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 14.05-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 22.14-- service fee is included in the room rate.&lt;br/&gt;GBP 10.04-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="254.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: GRAND, DELUXE, EXECUTIVE" RoomTypeCode="0|1331|1135485955|1780576498023017B2091B85||no|43114|16|MjUyLjk1fEdCUHwyMDI2LTA2LTA0" OriginalAmount="253" TotalPrice="260.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="260.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, DOUBLE BED" RoomTypeCode="0|0|1167384245|1780576497019032B2092B14||no|43114|16|MjU3LjA3fEdCUHwyMDI2LTA2LTA0" OriginalAmount="257" TotalPrice="264.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 2 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. This hotel charges an additional $5.45 USD mandatory fee. This fee will be charged to you directly by the hotel. Mandatory fees are not optional and typically cover items such as resort fees, energy charges or safe fees. The amount of the charge is subject to change. Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="264.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, TRIPLE" RoomTypeCode="0|0|1160879355|1780576497012712B2095B15||yes|43114|16|MjU3LjEyfEdCUHwyMDI2LTA2LTA0" OriginalAmount="257" TotalPrice="264.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>A tourism tax will be charged directly at the property. &amp;lt;br/&amp;gt; American Express, Visa, Euro/Mastercard, Diners Club &amp;lt;br/&amp;gt; Extra beds are available at additional charge. &amp;lt;br/&amp;gt; VAT is expected to be introduced across the UAE on January 1, 2018. Should there be a change in the exact date of VAT implementation or in VAT rate, the details will be adjusted on guest bill upon departure. &amp;lt;br/&amp;gt; The pool is currently closed for renovation. Access to alternative pool facilities can be arranged at either the Sheraton Mall of the Emirates or the Kempinski Hotel &amp;amp; Residences Palm Jumeirah. For reservations and further assistance, contact our Concierge Team.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="264.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, SINGLE BED" RoomTypeCode="0|0|1296075965|1780576499017650B2098B55||yes|43114|16|MjU3LjE0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="257" TotalPrice="264.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="264.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, KING BED" RoomTypeCode="0|0|1160968115|1780576499017650B2098B51||yes|43114|16|MjU3LjE0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="257" TotalPrice="264.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="264.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: GRAND, DELUXE, EXECUTIVE, DOUBLE OR TWIN BED" RoomTypeCode="0|1331|1160956765|1780576499017650B2098B175||yes|43114|16|MjY1LjUzfEdCUHwyMDI2LTA2LTA0" OriginalAmount="266" TotalPrice="273.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="273.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Grand Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-37a390e0-6894-537a-842f-74f313ff8ea4|63|MjY2LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="266" TotalPrice="273.98" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 15.14-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 23.84-- service fee is included in the room rate.&lt;br/&gt;GBP 10.81-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="273.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, DOUBLE BED" RoomTypeCode="0|1331|1194570965|1780576497015464B2036B123||no|43114|16|Mjc1LjQ4fEdCUHwyMDI2LTA2LTA0" OriginalAmount="275" TotalPrice="283.74" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="283.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Grand Deluxe Double room (full double bed) (bed type is subject to availability, sofa)" RoomTypeCode="h-f869fd12-f54c-54d4-883c-b9a3546af3a9|63|Mjc3LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="277" TotalPrice="285.31" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 15.76-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 24.82-- service fee is included in the room rate.&lt;br/&gt;GBP 11.26-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="285.31" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, KING BED" RoomTypeCode="0|0|1161245345|1780576499017650B2098B63||yes|43114|16|Mjc4LjYwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="279" TotalPrice="286.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="286.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, SINGLE BED" RoomTypeCode="0|0|1296092255|1780576499017650B2098B67||yes|43114|16|Mjc4LjYwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="279" TotalPrice="286.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="286.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Grand Deluxe Double room (full double bed) (king size bed)" RoomTypeCode="h-0b430329-ae74-5f70-a808-5e1fc1151923|63|Mjg2LjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="286" TotalPrice="294.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 16.27-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 25.63-- service fee is included in the room rate.&lt;br/&gt;GBP 11.62-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="294.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Executive - De Luxe - Grand" RoomTypeCode="259618531|3|288|27|Mjg4fEdCUHwyMDI2LTA2LTA0" OriginalAmount="288" TotalPrice="296.64" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:04.2097001+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="288" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE" RoomTypeCode="0|1331|1160788615|1780576497015464B2036B46||no|43114|16|MjkzLjExfEdCUHwyMDI2LTA2LTA0" OriginalAmount="293" TotalPrice="301.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="301.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE SUITE" RoomTypeCode="0|1331|80124|1780576496083583B1000B12||no|43114|16|Mjk4LjY5fEdCUHwyMDI2LTA2LTA5" OriginalAmount="299" TotalPrice="307.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Compulsory Tourism Dirham to be paid by guest directly to the hotel per room per night valid from 31st March 2014 Onward
Booking including children will be based on sharing parents bedding, no separate bed for children is provided unless stated. Early departure- 100% charge. Name change will be considered new booking &amp;amp; will be subject to availability.


Existing reservation cannot be cancelled and rebooked under lower promotion.
Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.
The Tourism Dirham Fee charged per room per night is applicable when booking guest rooms &amp;amp; suites and it will be collected directly at the property and is not reflected in the room rate.

Please be advised that the outlets will be closing for renovations Olean and Mosaic : Pool. Starting February 28 with the venues scheduled to reopen in May this year.
This hotel charges according to residency; therefore, if you hold residency in the hotels country of destination, please enter your country of residency as your nationality Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="307.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - Executive" RoomTypeCode="223094769|3|299|27|Mjk5fEdCUHwyMDI2LTA2LTA5" OriginalAmount="299" TotalPrice="307.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T01:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="299" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE, KING BED" RoomTypeCode="0|0|1160947825|1780576499017650B2098B77||yes|43114|16|MzAwLjA2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="300" TotalPrice="309.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="309.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: GRAND, DELUXE, SINGLE BED" RoomTypeCode="0|0|1180544065|1780576499017650B2098B81||yes|43114|16|MzAwLjA2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="300" TotalPrice="309.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="309.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: GRAND, DELUXE, EXECUTIVE, LOUNGE ACCESS" RoomTypeCode="0|1331|1292121325|1780576498023017B2091B106||no|43114|16|MzA2LjE0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="306" TotalPrice="315.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="315.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, SUITE" RoomTypeCode="0|1331|1160733185|1780576498023017B2091B64||no|43114|16|MzA5LjY3fEdCUHwyMDI2LTA2LTA0" OriginalAmount="310" TotalPrice="318.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="318.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Double Suite (full double bed)" RoomTypeCode="h-e1c1c6fc-1686-5093-a306-a45afa83a3b8|63|MzE0LjAwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="314" TotalPrice="323.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 17.87-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 28.14-- service fee is included in the room rate.&lt;br/&gt;GBP 12.76-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="323.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-f7ae7269-63fa-50b8-83f7-3c1c8628bd1f|63|MzE1LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="315" TotalPrice="324.45" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 17.92-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 28.23-- service fee is included in the room rate.&lt;br/&gt;GBP 12.80-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="324.45" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Grand Deluxe Double room (full double bed) (bed type is subject to availability, lounge access)" RoomTypeCode="h-d9de8827-6db6-556c-b4c3-27174e54c9a9|63|MzE2LjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="316" TotalPrice="325.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 17.98-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 28.32-- service fee is included in the room rate.&lt;br/&gt;GBP 12.84-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="325.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: GRAND, DELUXE, TRIPLE" RoomTypeCode="0|1331|1160742465|1780576499017650B2098B177||yes|43114|16|MzE2LjQwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="316" TotalPrice="325.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="325.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Triple room - Grand De Luxe" RoomTypeCode="320148871|3|320|27|MzIwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="320" TotalPrice="329.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:04.5380582+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="320" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Double Suite (full double bed) (king size bed)" RoomTypeCode="h-f34063e1-0940-5fa0-8c30-66eddb0aafc4|63|MzM0LjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="334" TotalPrice="344.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 19.00-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 29.93-- service fee is included in the room rate.&lt;br/&gt;GBP 13.57-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="344.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board-dinner" FilterMealType="HALF-BOARD-DINNER" RoomType="Room 1: Superior Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-2f53c7e7-9d39-5b61-ab08-bbcd89214c30|63|MzM0LjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="334" TotalPrice="344.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 19.00-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 29.93-- service fee is included in the room rate.&lt;br/&gt;GBP 13.57-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="344.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Executive Grand Deluxe Room - Executive Grand Deluxe - 1 King bed or 2 Twin beds - TV - Safe - Minibar -61 sq" RoomTypeCode="01001|8a4c903a-6011-11f1-bb30-159b17964a68$0qQhlAzdf32p5OHAlSi3YfDvVSq67y4-zsc3nzHk7soi5mZ5aOXtRYuEnlmnOKpXb8k50YGBqzWb8Cp-vE--Ih51-8p62MUTATrawLopIZOQIXHCGPS7MUTIXEJ_73WobhBGZK_xgjRCRKR3naFcdblap9p7E2P4sdZ0Ij11gPv189QZRe5n3wX__v5UP0hJFHECR26T7O7_wScilvUBcEyGtTtN4mUAf8DEO7Kzhyx6O-siukYvcCSPw0Bi5WYYKazVdiG9K2oodlTVf29qg6Rg-sxgSQNQe10sziZZGP8|338.00|57060|CAV732000|1|MzM4LjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="338" TotalPrice="348.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="348.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Double Suite (full double bed) (king size bed, sofa)" RoomTypeCode="h-ffaa5ae0-75c9-5a27-8b61-70ca05347631|63|MzM5LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="339" TotalPrice="349.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 19.29-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 30.38-- service fee is included in the room rate.&lt;br/&gt;GBP 13.78-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="349.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, SUITE, KING BED, CITY OR MALL VIEW, DINING AREA" RoomTypeCode="0|1331|1421099855|1780576496087646B2069B36||yes|43114|16|MzQyLjE0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="342" TotalPrice="352.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>There is a Tourism fee payable by the guest directly to the hotels in Dubai and is charged based on the star rating of the hotel:
1 Star - 7 AED, 2 Stars - 10 AED, 3 Stars - 10 AED, 4 Stars - 15 AED, 5 Stars - 20 AED. This is per room per night. 

The fee for apartments is charged as follows: 

Standard Hotel Apartments: Studio Apartment &amp;amp;ndash; 10 AED, 1 B/R Apartment &amp;amp;ndash; 10 AED, 2 B/R Apartment &amp;amp;ndash; 20 AED, 3 B/R Apartment &amp;amp;ndash; 30 AED.

Deluxe Hotel Apartments: Studio Apartment &amp;amp;ndash; 20 AED, 1 B/R Apartment &amp;amp;ndash; 20 AED, 2 B/R Apartment &amp;amp;ndash; 40 AED, 3 B/R Apartment &amp;amp;ndash; 60 AED, 4 B/R Apartment &amp;amp;ndash; 80 AED. According to Dubai Political requirements, please be informed that  all hotels in United Arab Emirates will only accept guests who check in with a Passport or Valid U.A.E Identification Cards. Other identification documents such as labour cards and driving licenses are no longer accepted. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="352.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board-dinner" FilterMealType="HALF-BOARD-DINNER" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-4cdb0336-cf2f-5e0a-b20b-b9d33de3e13d|63|MzUwLjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="350" TotalPrice="360.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 19.91-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 31.37-- service fee is included in the room rate.&lt;br/&gt;GBP 14.22-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="360.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, SUITE, LOUNGE ACCESS" RoomTypeCode="0|1331|1292121345|1780576498023017B2091B89||no|43114|16|MzU2LjQ0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="356" TotalPrice="367.13" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="367.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Grand De luxe" RoomTypeCode="322619940|4|365|27|MzY1fEdCUHwyMDI2LTA2LTA2" OriginalAmount="365" TotalPrice="375.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="365" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CORNER SUITE WITH 2 SKI DUBAI TICKET PER STAY AND EXCUTIVE LOUNGE ACCESS" RoomTypeCode="0|1331|80154|1780576496083583B1000B15||no|43114|16|MzY2LjcxfEdCUHwyMDI2LTA2LTA5" OriginalAmount="367" TotalPrice="377.71" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Compulsory Tourism Dirham to be paid by guest directly to the hotel per room per night valid from 31st March 2014 Onward
Booking including children will be based on sharing parents bedding, no separate bed for children is provided unless stated. Early departure- 100% charge. Name change will be considered new booking &amp;amp; will be subject to availability.


Existing reservation cannot be cancelled and rebooked under lower promotion.
Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.
The Tourism Dirham Fee charged per room per night is applicable when booking guest rooms &amp;amp; suites and it will be collected directly at the property and is not reflected in the room rate.

Please be advised that the outlets will be closing for renovations Olean and Mosaic : Pool. Starting February 28 with the venues scheduled to reopen in May this year.
This hotel charges according to residency; therefore, if you hold residency in the hotels country of destination, please enter your country of residency as your nationality Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="377.71" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Double Suite (full double bed) (lounge access)" RoomTypeCode="h-fad72fce-e37f-5db8-ab92-d7f03bd7f794|63|MzY3LjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="367" TotalPrice="378.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 20.88-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 32.89-- service fee is included in the room rate.&lt;br/&gt;GBP 14.92-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="378.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - Corner" RoomTypeCode="173787733|3|367|27|MzY3fEdCUHwyMDI2LTA2LTA5" OriginalAmount="367" TotalPrice="378.01" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T01:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="367" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DELUXE, EXECUTIVE, DOUBLE OR TWIN BED" RoomTypeCode="0|1331|1326667245|1780576499017650B2098B178||no|43114|16|MzY4LjEyfEdCUHwyMDI2LTA2LTA0" OriginalAmount="368" TotalPrice="379.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="379.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board-dinner" FilterMealType="HALF-BOARD-DINNER" RoomType="Room 1: Grand Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-57349470-e9d1-55d5-b849-38328891031a|63|MzcyLjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="372" TotalPrice="383.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 21.17-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 33.34-- service fee is included in the room rate.&lt;br/&gt;GBP 15.12-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="383.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Twin/Double room - De Luxe - Executive" RoomTypeCode="321900890|3|373|27|MzczfEdCUHwyMDI2LTA2LTA2" OriginalAmount="373" TotalPrice="384.19" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T06:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="373" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, SUITE, KING BED" RoomTypeCode="0|1331|1160905565|1780576499017650B2098B94||no|43114|16|MzczLjY3fEdCUHwyMDI2LTA2LTA0" OriginalAmount="374" TotalPrice="384.88" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="384.88" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Grand Deluxe Double room (full double bed) (king size bed, lounge access)" RoomTypeCode="h-cbe84822-8b51-5e3d-a200-b55d320b5efe|63|Mzc0LjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="374" TotalPrice="385.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 21.28-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 33.52-- service fee is included in the room rate.&lt;br/&gt;GBP 15.20-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="385.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - King - Executive" RoomTypeCode="323600678|3|378|27|Mzc4fEdCUHwyMDI2LTA2LTA1" OriginalAmount="378" TotalPrice="389.34" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T06:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="378" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Executive Suite - 1 King bed-City or mall view-Executive benefits-dining area-70 sq.m." RoomTypeCode="01001|8a4c903a-6011-11f1-bb30-159b17964a68$0qQhlAzdf32p5OHAlSi3YasCsjXclh_YB6Da9Ocm2ZAi5mZ5aOXtRavYGnKr4hwfb8k50YGBqzWb8Cp-vE--Ih51-8p62MUTATrawLopIZOQIXHCGPS7MUTIXEJ_73WobhBGZK_xgjQaw9GvrM6sTH5uZcGTqvUAsdZ0Ij11gPv189QZRe5n3wX__v5UP0hJFHECR26T7O7_wScilvUBcEyGtTtN4mUAf8DEO7Kzhyx6O-siukYvcCSPw0Bi5WYYKazVdiG9K2oodlTVf29qg6Rg-sxgSQNQe10sziZZGP8|378.15|57060|CAV732000|1|Mzc4LjE1fEdCUHwyMDI2LTA2LTA0" OriginalAmount="378" TotalPrice="389.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="389.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - Executive - King bed" RoomTypeCode="311549009|3|379|27|Mzc5fEdCUHwyMDI2LTA2LTA0" OriginalAmount="379" TotalPrice="390.37" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:05.3055809+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="379" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, CORNER" RoomTypeCode="0|1331|1160711645|1780576498023017B2091B54||no|43114|16|MzgwLjE5fEdCUHwyMDI2LTA2LTA0" OriginalAmount="380" TotalPrice="391.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="391.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: GRAND, DELUXE, EXECUTIVE, KING BED, LOUNGE ACCESS" RoomTypeCode="0|1331|1282313125|1780576499017650B2098B179||yes|43114|16|Mzg1Ljc3fEdCUHwyMDI2LTA2LTA0" OriginalAmount="386" TotalPrice="397.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="397.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Corner Double Suite (full double bed) (corner room)" RoomTypeCode="h-adf79a98-1193-559f-a638-bdd805bba027|63|Mzg2LjAwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="386" TotalPrice="397.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 21.96-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 34.59-- service fee is included in the room rate.&lt;br/&gt;GBP 15.69-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="397.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board-dinner" FilterMealType="HALF-BOARD-DINNER" RoomType="Room 1: Executive Grand Deluxe Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-9ebc5292-44e0-50c4-b6cd-8033cd8e12b3|63|Mzg4LjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="388" TotalPrice="399.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 22.08-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 34.77-- service fee is included in the room rate.&lt;br/&gt;GBP 15.77-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="399.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Corner Double Suite (full double bed) (bed type is subject to availability, corner room)" RoomTypeCode="h-200d85b1-0e19-5a9f-b849-35973f4e6b00|63|MzkxLjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="391" TotalPrice="402.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 22.25-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 35.04-- service fee is included in the room rate.&lt;br/&gt;GBP 15.89-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="402.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Corner Suite (corner room, lounge access)" RoomTypeCode="h-78a85889-3b12-5638-a38c-294812af26e1|63|Mzk1LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="395" TotalPrice="406.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 22.48-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 35.40-- service fee is included in the room rate.&lt;br/&gt;GBP 16.05-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="406.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Corner Suite (corner room)" RoomTypeCode="h-ce2bb5fc-efd1-5b67-b831-69513d9c960b|63|Mzk3LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="397" TotalPrice="408.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 22.59-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 35.58-- service fee is included in the room rate.&lt;br/&gt;GBP 16.13-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="408.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Corner Suite (lounge access, corner room)" RoomTypeCode="h-e26ddccd-f5d3-5ab6-89b5-485fc52114ef|63|NDA3LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="407" TotalPrice="419.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 23.16-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 36.47-- service fee is included in the room rate.&lt;br/&gt;GBP 16.54-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="419.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Executive Double Suite (full double bed)" RoomTypeCode="h-737090a7-2163-5913-883b-be06459620e1|63|NDA4LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="408" TotalPrice="420.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 23.21-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 36.56-- service fee is included in the room rate.&lt;br/&gt;GBP 16.58-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="420.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Corner Double Suite (full double bed) (king size bed, sofa, corner room)" RoomTypeCode="h-6d90ce7e-235d-5219-bb77-5fa610c61939|63|NDEwLjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="410" TotalPrice="422.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 23.33-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 36.74-- service fee is included in the room rate.&lt;br/&gt;GBP 16.66-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="422.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE" RoomTypeCode="0|1331|1160707415|1780576499017650B2098B103||no|43114|16|NDExLjUxfEdCUHwyMDI2LTA2LTA0" OriginalAmount="412" TotalPrice="423.86" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="423.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, KING BED, CITY VIEW, CORNER" RoomTypeCode="0|1331|1185520535|1780576496087646B2069B24||yes|43114|16|NDIzLjY0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="424" TotalPrice="436.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>There is a Tourism fee payable by the guest directly to the hotels in Dubai and is charged based on the star rating of the hotel:
1 Star - 7 AED, 2 Stars - 10 AED, 3 Stars - 10 AED, 4 Stars - 15 AED, 5 Stars - 20 AED. This is per room per night. 

The fee for apartments is charged as follows: 

Standard Hotel Apartments: Studio Apartment &amp;amp;ndash; 10 AED, 1 B/R Apartment &amp;amp;ndash; 10 AED, 2 B/R Apartment &amp;amp;ndash; 20 AED, 3 B/R Apartment &amp;amp;ndash; 30 AED.

Deluxe Hotel Apartments: Studio Apartment &amp;amp;ndash; 20 AED, 1 B/R Apartment &amp;amp;ndash; 20 AED, 2 B/R Apartment &amp;amp;ndash; 40 AED, 3 B/R Apartment &amp;amp;ndash; 60 AED, 4 B/R Apartment &amp;amp;ndash; 80 AED. According to Dubai Political requirements, please be informed that  all hotels in United Arab Emirates will only accept guests who check in with a Passport or Valid U.A.E Identification Cards. Other identification documents such as labour cards and driving licenses are no longer accepted. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="436.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: Superior Room" RoomTypeCode="273586669|5|425|27|NDI1fEdCUHwyMDI2LTA2LTA4" OriginalAmount="425" TotalPrice="437.75" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-08T09:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="425" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Twin/Double room - Grand De Luxe" RoomTypeCode="89561064|4|427|27|NDI3fEdCUHwyMDI2LTA2LTA4" OriginalAmount="427" TotalPrice="439.81" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-08T09:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="427" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Executive Double Suite (full double bed) (king size bed)" RoomTypeCode="h-120196e4-3536-54df-ae6b-7fcdc13edc29|63|NDI5LjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="429" TotalPrice="441.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 24.41-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 38.45-- service fee is included in the room rate.&lt;br/&gt;GBP 17.44-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="441.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Executive Double Suite (full double bed) (king size bed, lounge access)" RoomTypeCode="h-10d23f0f-b4e2-58b0-b6a9-9cf9cb059e23|63|NDQwLjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="440" TotalPrice="453.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 25.04-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 39.43-- service fee is included in the room rate.&lt;br/&gt;GBP 17.88-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="453.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - Executive - Lounge access" RoomTypeCode="256350132|3|440|27|NDQwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="440" TotalPrice="453.20" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:05.5087174+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="440" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, LOUNGE ACCESS, CORNER" RoomTypeCode="0|1331|1283177475|1780576498023017B2091B68||no|43114|16|NDQwLjI2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="440" TotalPrice="453.47" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="453.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability, sofa)" RoomTypeCode="h-d07d8405-4668-55f5-84a8-519176101045|63|NDQzLjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="443" TotalPrice="456.29" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 25.21-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 39.70-- service fee is included in the room rate.&lt;br/&gt;GBP 18.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="456.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Executive Double Suite (full double bed) (king size bed)" RoomTypeCode="h-fe4b30ab-ac37-50ee-8d51-df7841101433|63|NDQ3LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="447" TotalPrice="460.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 25.43-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 40.06-- service fee is included in the room rate.&lt;br/&gt;GBP 18.17-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="460.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, SUITE, KING BED, LOUNGE ACCESS" RoomTypeCode="0|1331|1282313135|1780576499017650B2098B181||yes|43114|16|NDUwLjA0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="450" TotalPrice="463.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="463.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite" RoomTypeCode="89561066|3|451|27|NDUxfEdCUHwyMDI2LTA2LTA2" OriginalAmount="451" TotalPrice="464.53" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T12:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="451" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Corner Suite (sofa, corner room)" RoomTypeCode="h-5fe327cd-69e9-5ab5-b326-f163acf23814|63|NDU1LjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="455" TotalPrice="468.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 25.89-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 40.78-- service fee is included in the room rate.&lt;br/&gt;GBP 18.49-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="468.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board-dinner" FilterMealType="HALF-BOARD-DINNER" RoomType="Room 1: Executive Double Suite (full double bed)" RoomTypeCode="h-10b61201-5b64-5d82-9baa-78dfddad3baf|63|NDU1LjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="455" TotalPrice="468.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 25.89-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 40.78-- service fee is included in the room rate.&lt;br/&gt;GBP 18.49-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="468.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, KING BED" RoomTypeCode="0|1331|1513587875|1780576499017650B2098B160||no|43114|16|NDU4Ljc1fEdCUHwyMDI2LTA2LTA0" OriginalAmount="459" TotalPrice="472.51" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="472.51" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - King Bed" RoomTypeCode="319079342|3|464|27|NDY0fEdCUHwyMDI2LTA2LTA1" OriginalAmount="464" TotalPrice="477.92" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T06:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="464" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - Double" RoomTypeCode="215131798|3|468|27|NDY4fEdCUHwyMDI2LTA2LTA1" OriginalAmount="468" TotalPrice="482.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T12:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="468" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Corner Suite - 1 king bed - City view - Executive benefits - Free Wifi - TV - 90 sq.m." RoomTypeCode="01001|8a4c903a-6011-11f1-bb30-159b17964a68$0qQhlAzdf32p5OHAlSi3YUquORu7uTXeu3hQIhVvcKUi5mZ5aOXtRXXGuLdUFQj1b8k50YGBqzWb8Cp-vE--Ih51-8p62MUTATrawLopIZOQIXHCGPS7MUTIXEJ_73WobhBGZK_xgjTPEDlWalD4kO2PzgimPDmksdZ0Ij11gPv189QZRe5n3wX__v5UP0hJFHECR26T7O7_wScilvUBcEyGtTtN4mUAf8DEO7Kzhyx6O-siukYvcCSPw0Bi5WYYKazVdiG9K2oodlTVf29qg6Rg-sxgSQNQe10sziZZGP8|468.23|57060|CAV732000|1|NDY4LjIzfEdCUHwyMDI2LTA2LTA0" OriginalAmount="468" TotalPrice="482.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="482.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - King - Executive - City view" RoomTypeCode="311549006|3|469|27|NDY5fEdCUHwyMDI2LTA2LTA0" OriginalAmount="469" TotalPrice="483.07" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:06.808414+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="469" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Grand Deluxe Double room (full double bed) (bed type is subject to availability, sofa)" RoomTypeCode="h-5abd4f43-15fe-5710-b32d-e85e149c16ba|63|NDcyLjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="472" TotalPrice="486.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 26.86-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 42.30-- service fee is included in the room rate.&lt;br/&gt;GBP 19.18-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="486.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Grand Deluxe Double room (full double bed) (bed type is subject to availability, lounge access)" RoomTypeCode="h-87d4b9c8-f335-5e79-a08a-7545e9fc9c95|63|NDgxLjAwfEdCUHwyMDI2LTA2LTEw" OriginalAmount="481" TotalPrice="495.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 27.37-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 43.11-- service fee is included in the room rate.&lt;br/&gt;GBP 19.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="495.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ASPEN POOL CHALET WITH 2 SKI DUBAI TICKET PER STAY AND EXCUTIVE LOUNGE ACCESS" RoomTypeCode="0|1331|20337945|1780576496083583B1000B18||no|43114|16|NDg5LjQ0fEdCUHwyMDI2LTA2LTA5" OriginalAmount="489" TotalPrice="504.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Compulsory Tourism Dirham to be paid by guest directly to the hotel per room per night valid from 31st March 2014 Onward
Booking including children will be based on sharing parents bedding, no separate bed for children is provided unless stated. Early departure- 100% charge. Name change will be considered new booking &amp;amp; will be subject to availability.


Existing reservation cannot be cancelled and rebooked under lower promotion.
Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.
The Tourism Dirham Fee charged per room per night is applicable when booking guest rooms &amp;amp; suites and it will be collected directly at the property and is not reflected in the room rate.

Please be advised that the outlets will be closing for renovations Olean and Mosaic : Pool. Starting February 28 with the venues scheduled to reopen in May this year.
This hotel charges according to residency; therefore, if you hold residency in the hotels country of destination, please enter your country of residency as your nationality Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="504.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Chalet - Pool" RoomTypeCode="173787690|3|490|27|NDkwfEdCUHwyMDI2LTA2LTA5" OriginalAmount="490" TotalPrice="504.70" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T01:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="490" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Executive Grand Deluxe Double room (full double bed) (bed type is subject to availability, sofa)" RoomTypeCode="h-dc183ff9-c72b-5f89-b1e5-824d82dfe0b4|63|NDk0LjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="494" TotalPrice="508.82" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 28.11-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 44.27-- service fee is included in the room rate.&lt;br/&gt;GBP 20.08-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="508.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ASPEN SKI CHALET 1 BR WITH 2 SKI DUBAI TICKET PER STAY AND EXCUTIVE LOUNGE ACCES" RoomTypeCode="0|1331|20337955|1780576496083583B1000B21||no|43114|16|NTAyLjc1fEdCUHwyMDI2LTA2LTA5" OriginalAmount="503" TotalPrice="517.83" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Compulsory Tourism Dirham to be paid by guest directly to the hotel per room per night valid from 31st March 2014 Onward
Booking including children will be based on sharing parents bedding, no separate bed for children is provided unless stated. Early departure- 100% charge. Name change will be considered new booking &amp;amp; will be subject to availability.


Existing reservation cannot be cancelled and rebooked under lower promotion.
Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.
The Tourism Dirham Fee charged per room per night is applicable when booking guest rooms &amp;amp; suites and it will be collected directly at the property and is not reflected in the room rate.

Please be advised that the outlets will be closing for renovations Olean and Mosaic : Pool. Starting February 28 with the venues scheduled to reopen in May this year.
This hotel charges according to residency; therefore, if you hold residency in the hotels country of destination, please enter your country of residency as your nationality Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="517.83" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Chalet 1 bedroom" RoomTypeCode="173787691|3|503|27|NTAzfEdCUHwyMDI2LTA2LTA5" OriginalAmount="503" TotalPrice="518.09" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T01:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="503" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ASPEN POOL, CHALET, WITH POOL" RoomTypeCode="0|1331|1375159755|1780576498023017B2091B45||no|43114|16|NTA3LjQzfEdCUHwyMDI2LTA2LTA0" OriginalAmount="507" TotalPrice="522.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="522.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Aspen Pool Double Chalet (full double bed) (bed type is subject to availability)" RoomTypeCode="h-9b10e75e-0fcc-5cc0-a2af-d053e6c682f8|63|NTIxLjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="521" TotalPrice="536.63" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 29.64-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 46.69-- service fee is included in the room rate.&lt;br/&gt;GBP 21.17-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="536.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Corner Double Suite (full double bed) (corner room)" RoomTypeCode="h-246c8b52-7abd-5d8f-825d-deff8c21f99a|63|NTIxLjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="521" TotalPrice="536.63" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 29.64-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 46.69-- service fee is included in the room rate.&lt;br/&gt;GBP 21.17-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="536.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ASPEN SKI, CHALET" RoomTypeCode="0|1331|1366895405|1780576498023017B2091B39||no|43114|16|NTIxLjIzfEdCUHwyMDI2LTA2LTA0" OriginalAmount="521" TotalPrice="536.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="536.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Aspen Pool Double Chalet (full double bed) (bed type is subject to availability, lounge access)" RoomTypeCode="h-c93a38fa-ddb4-570f-8d8f-f6e106be6375|63|NTI3LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="527" TotalPrice="542.81" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 29.99-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 47.23-- service fee is included in the room rate.&lt;br/&gt;GBP 21.42-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="542.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CHALET, WITH POOL" RoomTypeCode="0|1331|1166920145|1780576499017650B2098B183||yes|43114|16|NTMyLjczfEdCUHwyMDI2LTA2LTA0" OriginalAmount="533" TotalPrice="548.71" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="548.71" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Aspen Ski Double Chalet (full double bed) (bed type is subject to availability)" RoomTypeCode="h-797d8db2-8ba6-5440-b8e2-de6a51f2e239|63|NTM2LjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="536" TotalPrice="552.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 30.50-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 48.03-- service fee is included in the room rate.&lt;br/&gt;GBP 21.78-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="552.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board-dinner" FilterMealType="HALF-BOARD-DINNER" RoomType="Room 1: Corner Suite (corner room)" RoomTypeCode="h-2959bd05-cfb0-5294-a916-f45c3cc17217|63|NTM4LjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="538" TotalPrice="554.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 30.61-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 48.21-- service fee is included in the room rate.&lt;br/&gt;GBP 21.87-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="554.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: POOL CHALET, ASPEN POOL" RoomTypeCode="0|1331|1374848425|1780576498003974B2153B20||no|43114|16|NTM5LjgzfEdCUHwyMDI2LTA2LTA0" OriginalAmount="540" TotalPrice="556.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="556.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Corner Double Suite (full double bed) (king size bed, corner room, lounge access)" RoomTypeCode="h-639fc243-1972-527c-86cf-ab617bb28688|63|NTQ1LjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="545" TotalPrice="561.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 31.01-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 48.84-- service fee is included in the room rate.&lt;br/&gt;GBP 22.15-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="561.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Aspen Pool Double Chalet (full double bed) (lounge access)" RoomTypeCode="h-4813a65c-fdba-578c-b34a-7f13f6e69fae|63|NTQ1LjAwfEdCUHwyMDI2LTA2LTEw" OriginalAmount="545" TotalPrice="561.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 31.01-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 48.84-- service fee is included in the room rate.&lt;br/&gt;GBP 22.15-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="561.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ASPEN POOL, CHALET" RoomTypeCode="0|1331|1367977965|1780576497000425B2136B19||no|43114|16|NTQ2LjgyfEdCUHwyMDI2LTA2LTA0" OriginalAmount="547" TotalPrice="563.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="563.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 1 BEDROOM, CHALET" RoomTypeCode="0|1331|1160956615|1780576499017650B2098B185||yes|43114|16|NTQ2Ljk0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="547" TotalPrice="563.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="563.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Aspen Pool Double Chalet (full double bed) (sofa)" RoomTypeCode="h-d00686cf-64aa-5691-9ab1-ef1a42c858aa|63|NTU1LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="555" TotalPrice="571.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 31.58-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 49.74-- service fee is included in the room rate.&lt;br/&gt;GBP 22.56-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="571.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, KING BED, LOUNGE ACCESS, CORNER" RoomTypeCode="0|1331|1284237835|1780576499017650B2098B187||yes|43114|16|NTU3LjIwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="557" TotalPrice="573.92" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="573.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Aspen Ski Double Chalet (full double bed)" RoomTypeCode="h-da2d7efb-589c-55e4-bf5d-9f7e52b36413|63|NTYyLjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="562" TotalPrice="578.86" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 31.98-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 50.36-- service fee is included in the room rate.&lt;br/&gt;GBP 22.84-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="578.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SKI CHALET" RoomTypeCode="0|1331|1160724555|1780576496079032B2047B24||no|43114|16|NTY4LjYzfEdCUHwyMDI2LTA2LTA5" OriginalAmount="569" TotalPrice="585.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>Early Booking 25% savings on stay&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="585.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Aspen Ski Double Chalet (full double bed) (sofa)" RoomTypeCode="h-e2c99d57-3410-567d-8a42-0449ec54342d|63|NTcwLjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="570" TotalPrice="587.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 32.43-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 51.08-- service fee is included in the room rate.&lt;br/&gt;GBP 23.17-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="587.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Corner Double Suite (full double bed) (bed type is subject to availability, lounge access, corner room)" RoomTypeCode="h-dd8b334c-608d-50a5-935c-bcfe94ebd11e|63|NTcxLjAwfEdCUHwyMDI2LTA2LTA5" OriginalAmount="571" TotalPrice="588.13" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 32.49-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 51.17-- service fee is included in the room rate.&lt;br/&gt;GBP 23.21-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="588.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Executive Double Suite (full double bed) (sofa)" RoomTypeCode="h-e47df293-c68c-51c1-9bef-3fa7b8a32b1c|63|NTg0LjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="584" TotalPrice="601.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 33.23-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 52.34-- service fee is included in the room rate.&lt;br/&gt;GBP 23.74-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="601.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: EXECUTIVE, SUITE, LOUNGE ACCESS, CORNER" RoomTypeCode="0|1335|1307645385|1780576499017650B2098B212||no|43114|16|NTg2Ljk5fEdCUHwyMDI2LTA2LTA0" OriginalAmount="587" TotalPrice="604.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="604.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Chalet" RoomTypeCode="259645678|3|592|27|NTkyfEdCUHwyMDI2LTA2LTA0" OriginalAmount="592" TotalPrice="609.76" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:07.3882881+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="592" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ASPEN SKI, CHALET, KING BED, SLOPE VIEW, BUTLER" RoomTypeCode="0|1331|1372686125|1780576496087646B2069B16||yes|43114|16|NjAyLjk0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="603" TotalPrice="621.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>There is a Tourism fee payable by the guest directly to the hotels in Dubai and is charged based on the star rating of the hotel:
1 Star - 7 AED, 2 Stars - 10 AED, 3 Stars - 10 AED, 4 Stars - 15 AED, 5 Stars - 20 AED. This is per room per night. 

The fee for apartments is charged as follows: 

Standard Hotel Apartments: Studio Apartment &amp;amp;ndash; 10 AED, 1 B/R Apartment &amp;amp;ndash; 10 AED, 2 B/R Apartment &amp;amp;ndash; 20 AED, 3 B/R Apartment &amp;amp;ndash; 30 AED.

Deluxe Hotel Apartments: Studio Apartment &amp;amp;ndash; 20 AED, 1 B/R Apartment &amp;amp;ndash; 20 AED, 2 B/R Apartment &amp;amp;ndash; 40 AED, 3 B/R Apartment &amp;amp;ndash; 60 AED, 4 B/R Apartment &amp;amp;ndash; 80 AED. According to Dubai Political requirements, please be informed that  all hotels in United Arab Emirates will only accept guests who check in with a Passport or Valid U.A.E Identification Cards. Other identification documents such as labour cards and driving licenses are no longer accepted. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="621.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: POOL CHALET, ASPEN POOL, KING BED, POOL VIEW, TERRACE" RoomTypeCode="0|1331|1372686135|1780576496087646B2069B40||yes|43114|16|NjAyLjk0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="603" TotalPrice="621.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>There is a Tourism fee payable by the guest directly to the hotels in Dubai and is charged based on the star rating of the hotel:
1 Star - 7 AED, 2 Stars - 10 AED, 3 Stars - 10 AED, 4 Stars - 15 AED, 5 Stars - 20 AED. This is per room per night. 

The fee for apartments is charged as follows: 

Standard Hotel Apartments: Studio Apartment &amp;amp;ndash; 10 AED, 1 B/R Apartment &amp;amp;ndash; 10 AED, 2 B/R Apartment &amp;amp;ndash; 20 AED, 3 B/R Apartment &amp;amp;ndash; 30 AED.

Deluxe Hotel Apartments: Studio Apartment &amp;amp;ndash; 20 AED, 1 B/R Apartment &amp;amp;ndash; 20 AED, 2 B/R Apartment &amp;amp;ndash; 40 AED, 3 B/R Apartment &amp;amp;ndash; 60 AED, 4 B/R Apartment &amp;amp;ndash; 80 AED. According to Dubai Political requirements, please be informed that  all hotels in United Arab Emirates will only accept guests who check in with a Passport or Valid U.A.E Identification Cards. Other identification documents such as labour cards and driving licenses are no longer accepted. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="621.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CHALET, KING BED" RoomTypeCode="0|1331|1559426195|1780576499017650B2098B118||no|43114|16|NjA2LjAyfEdCUHwyMDI2LTA2LTA0" OriginalAmount="606" TotalPrice="624.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="624.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DUPLEX ASPEN SKI CHALET.WITH 2 SKI DUBAI TICKET PER STAY AND EXCUTIVE LOUNGE ACC" RoomTypeCode="0|1331|20337965|1780576496083583B1000B24||no|43114|16|NjEwLjcwfEdCUHwyMDI2LTA2LTA5" OriginalAmount="611" TotalPrice="629.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Compulsory Tourism Dirham to be paid by guest directly to the hotel per room per night valid from 31st March 2014 Onward
Booking including children will be based on sharing parents bedding, no separate bed for children is provided unless stated. Early departure- 100% charge. Name change will be considered new booking &amp;amp; will be subject to availability.


Existing reservation cannot be cancelled and rebooked under lower promotion.
Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.
The Tourism Dirham Fee charged per room per night is applicable when booking guest rooms &amp;amp; suites and it will be collected directly at the property and is not reflected in the room rate.

Please be advised that the outlets will be closing for renovations Olean and Mosaic : Pool. Starting February 28 with the venues scheduled to reopen in May this year.
This hotel charges according to residency; therefore, if you hold residency in the hotels country of destination, please enter your country of residency as your nationality Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="629.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Chalet - Duplex" RoomTypeCode="173787689|3|611|27|NjExfEdCUHwyMDI2LTA2LTA5" OriginalAmount="611" TotalPrice="629.33" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T01:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="611" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Chalet - King" RoomTypeCode="321900906|3|613|27|NjEzfEdCUHwyMDI2LTA2LTA2" OriginalAmount="613" TotalPrice="631.39" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T06:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="613" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Aspen Pool Double Chalet (full double bed) (bed type is subject to availability)" RoomTypeCode="h-24b78696-3e0d-5ef5-b76e-e1c9e9cee768|63|NjE0LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="614" TotalPrice="632.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 34.94-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 55.02-- service fee is included in the room rate.&lt;br/&gt;GBP 24.95-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="632.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room - King - Terrace" RoomTypeCode="286151476|3|616|27|NjE2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="616" TotalPrice="634.48" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:08.2031871+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="616" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Chalet - King Bed" RoomTypeCode="286151475|3|616|27|NjE2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="616" TotalPrice="634.48" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:08.5940995+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="616" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ASPEN SKI, CHALET, BUTLER, LOUNGE ACCESS" RoomTypeCode="0|1331|1366835155|1780576498023017B2091B50||no|43114|16|NjI0LjY3fEdCUHwyMDI2LTA2LTA0" OriginalAmount="625" TotalPrice="643.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="643.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ASPEN POOL, CHALET, LOUNGE ACCESS" RoomTypeCode="0|1331|1367962205|1780576498023017B2091B51||no|43114|16|NjI0LjY3fEdCUHwyMDI2LTA2LTA0" OriginalAmount="625" TotalPrice="643.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="643.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Aspen Ski Double Chalet (full double bed) (bed type is subject to availability)" RoomTypeCode="h-c08d137e-aaf8-5f23-9b7e-325eeaabe64d|63|NjI5LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="629" TotalPrice="647.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 35.79-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 56.37-- service fee is included in the room rate.&lt;br/&gt;GBP 25.56-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="647.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DUPLEX SK, ASPEN SKI, CHALET" RoomTypeCode="0|1331|1366895415|1780576498023017B2091B27||no|43114|16|NjMzLjE0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="633" TotalPrice="652.13" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="652.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: POOL CHALET, ASPEN POOL" RoomTypeCode="0|1334|1374848425|1780576496079032B2047B22||no|43114|16|NjM2LjA5fEdCUHwyMDI2LTA2LTA5" OriginalAmount="636" TotalPrice="655.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>Early Booking 25% savings on stay&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="655.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CHALET" RoomTypeCode="0|1331|1160788585|1780576499017650B2098B120||yes|43114|16|NjQyLjk2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="643" TotalPrice="662.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="662.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Aspen Ski Double Chalet (full double bed) (bed type is subject to availability, lounge access)" RoomTypeCode="h-1e75b681-430f-560f-a11d-4e844328060c|63|NjQzLjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="643" TotalPrice="662.29" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 36.59-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 57.62-- service fee is included in the room rate.&lt;br/&gt;GBP 26.13-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="662.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Aspen Ski Double Duplex Chalet (full double bed) (bed type is subject to availability)" RoomTypeCode="h-dba3ec9f-97d4-56a9-92f1-49333239bbfa|63|NjUwLjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="650" TotalPrice="669.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 36.98-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 58.25-- service fee is included in the room rate.&lt;br/&gt;GBP 26.42-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="669.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DUPLEX, CHALET" RoomTypeCode="0|1331|1160966345|1780576499017650B2098B133||yes|43114|16|NjY0LjY3fEdCUHwyMDI2LTA2LTA0" OriginalAmount="665" TotalPrice="684.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="684.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Aspen Ski Chalet - 1 King bed-Ski slope view-Butler service-TV- Minibar-Safe-45 sq.m." RoomTypeCode="01001|8a4c903a-6011-11f1-bb30-159b17964a68$0qQhlAzdf32p5OHAlSi3YYTU49yXF3W50N7IQ1VcCs4i5mZ5aOXtRVezXLvoQvnEb8k50YGBqzWb8Cp-vE--Ih51-8p62MUTATrawLopIZOQIXHCGPS7MUTIXEJ_73WobhBGZK_xgjTtJP41xk3QLr6Zi3IPC0f9sdZ0Ij11gPv189QZRe5n3wX__v5UP0hJFHECR26T7O7_wScilvUBcEyGtTtN4mUAf8DEO7Kzhyx6O-siukYvcCSPw0Bi5WYYKazVdiG9K2oodlTVf29qg6Rg-sxgSQNQe10sziZZGP8|666.40|57060|CAV732000|1|NjY2LjQwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="666" TotalPrice="686.39" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="686.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Aspen Ski Double Chalet (full double bed)" RoomTypeCode="h-e2944ffa-6d8c-5769-9962-d99e7f3f18dd|63|NjgwLjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="680" TotalPrice="700.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 38.69-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 60.94-- service fee is included in the room rate.&lt;br/&gt;GBP 27.64-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="700.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Aspen Ski Double Duplex Chalet (full double bed)" RoomTypeCode="h-b76db07f-901f-5559-a062-628a0179c63a|63|NjgzLjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="683" TotalPrice="703.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 38.86-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 61.21-- service fee is included in the room rate.&lt;br/&gt;GBP 27.76-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="703.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board-dinner" FilterMealType="HALF-BOARD-DINNER" RoomType="Room 1: Aspen Pool Double Chalet (full double bed) (bed type is subject to availability)" RoomTypeCode="h-01309bb8-b92f-5744-81cf-28a67cf7af42|63|Njg4LjAwfEdCUHwyMDI2LTA2LTA2" OriginalAmount="688" TotalPrice="708.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 39.15-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 61.66-- service fee is included in the room rate.&lt;br/&gt;GBP 27.96-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="708.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, KING BED" RoomTypeCode="0|1331|1503302555|1780576499017650B2098B189||yes|43114|16|NjkwLjYyfEdCUHwyMDI2LTA2LTA0" OriginalAmount="691" TotalPrice="711.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="711.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Aspen Ski Double Duplex Chalet (full double bed) (sofa)" RoomTypeCode="h-24d8507b-356a-519a-8421-26593fdfc23d|63|NjkyLjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="692" TotalPrice="712.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 39.37-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 62.01-- service fee is included in the room rate.&lt;br/&gt;GBP 28.12-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="712.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Diplomatic Double Suite (full double bed)" RoomTypeCode="h-116da656-a853-5b4d-baa2-96244df2b688|63|Njk3LjAwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="697" TotalPrice="717.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 39.66-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 62.46-- service fee is included in the room rate.&lt;br/&gt;GBP 28.33-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="717.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Diplomatic Double Suite (full double bed)" RoomTypeCode="h-322ec4e6-45ac-56ae-ba4f-c1d1d816c1dd|63|Njk3LjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="697" TotalPrice="717.91" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 39.66-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 62.46-- service fee is included in the room rate.&lt;br/&gt;GBP 28.33-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="717.91" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM" RoomTypeCode="0|0|1160676535|1780576497027004B2119B71||no|43114|16|NzAxLjIwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="701" TotalPrice="722.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="722.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Chalet" RoomTypeCode="89821543|4|708|27|NzA4fEdCUHwyMDI2LTA2LTA2" OriginalAmount="708" TotalPrice="729.24" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T12:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="708" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Aspen Ski Double Duplex Chalet (full double bed) (bed type is subject to availability, lounge access)" RoomTypeCode="h-728011cf-deb3-569b-9f31-f060abfb777c|63|NzE0LjAwfEdCUHwyMDI2LTA2LTA1" OriginalAmount="714" TotalPrice="735.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/05/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 40.63-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 63.99-- service fee is included in the room rate.&lt;br/&gt;GBP 29.02-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-01T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="735.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: POOL CHALET, ASPEN POOL, EXECUTIVE, LOUNGE ACCESS" RoomTypeCode="0|1335|1374905495|1780576499017650B2098B213||no|43114|16|NzI0LjcwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="725" TotalPrice="746.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="746.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DUPLEX SK, ASPEN SKI, CHALET, DOUBLE OR TWIN BED, SLOPE VIEW, BUTLER" RoomTypeCode="0|1331|1372690825|1780576496087646B2069B20||yes|43114|16|NzMzLjM0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="733" TotalPrice="755.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>There is a Tourism fee payable by the guest directly to the hotels in Dubai and is charged based on the star rating of the hotel:
1 Star - 7 AED, 2 Stars - 10 AED, 3 Stars - 10 AED, 4 Stars - 15 AED, 5 Stars - 20 AED. This is per room per night. 

The fee for apartments is charged as follows: 

Standard Hotel Apartments: Studio Apartment &amp;amp;ndash; 10 AED, 1 B/R Apartment &amp;amp;ndash; 10 AED, 2 B/R Apartment &amp;amp;ndash; 20 AED, 3 B/R Apartment &amp;amp;ndash; 30 AED.

Deluxe Hotel Apartments: Studio Apartment &amp;amp;ndash; 20 AED, 1 B/R Apartment &amp;amp;ndash; 20 AED, 2 B/R Apartment &amp;amp;ndash; 40 AED, 3 B/R Apartment &amp;amp;ndash; 60 AED, 4 B/R Apartment &amp;amp;ndash; 80 AED. According to Dubai Political requirements, please be informed that  all hotels in United Arab Emirates will only accept guests who check in with a Passport or Valid U.A.E Identification Cards. Other identification documents such as labour cards and driving licenses are no longer accepted. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="755.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, DOUBLE BED" RoomTypeCode="0|1331|1160966335|1780576499017650B2098B190||no|43114|16|NzM0Ljk2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="735" TotalPrice="757.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="757.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: 1 BEDROOM, ASPEN SKI, EXECUTIVE, CHALET, LOUNGE ACCESS" RoomTypeCode="0|1335|1374905505|1780576499017650B2098B214||no|43114|16|NzM5LjY2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="740" TotalPrice="761.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="761.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Aspen Ski Double Duplex Chalet (full double bed) (bed type is subject to availability)" RoomTypeCode="h-100774fc-8087-5301-a050-feaa3874e141|63|NzQ1LjAwfEdCUHwyMDI2LTA2LTA4" OriginalAmount="745" TotalPrice="767.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 42.39-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 66.76-- service fee is included in the room rate.&lt;br/&gt;GBP 30.28-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="767.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 2 BEDROOMS, FAMILY SUITE" RoomTypeCode="0|0|1429146625|1780576497077338B2130B37||yes|43114|16|NzUwLjg1fEdCUHwyMDI2LTA2LTA0" OriginalAmount="751" TotalPrice="773.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Dynamic Wholesale Package Early Booker Rate - Save up to 10% off. Non cancellable, non-changeable and non-refundable rate. Subject to 10% Service charge, 7% Municipality Fee, 5% VAT and AED20 Tourism Fee Per Night. . NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="773.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Family suite 2 bedrooms" RoomTypeCode="268013518|3|751|27|NzUxfEdCUHwyMDI2LTA2LTA0" OriginalAmount="751" TotalPrice="773.53" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:08.7503616+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="751" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: POOL CHALET, ASPEN POOL, BUTLER, LOUNGE ACCESS" RoomTypeCode="0|1331|1366832605|1780576496103114B2129B2||yes|43114|16|NzU1LjU5fEdCUHwyMDI2LTA2LTA0" OriginalAmount="756" TotalPrice="778.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a security system, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: AED 20.00 per accommodation, per night&amp;lt;/li&amp;gt;A tourism fee is imposed by the city and collected at the property. The fee is AED 20 for the first bedroom per night, and increases by AED 20 per night for each additional bedroom. &amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately AED 150 for adults and AED 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: AED 263 per vehicle (one-way, maximum occupancy 3)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: AED 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;   &amp;lt;li&amp;gt;One child 5 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 5.44 USD,Tax Recovery Charges and Service Fees for 2 people: 187.21 USD (This amount is included within the total price). NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="778.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ASPEN SKI, CHALET, BUTLER" RoomTypeCode="0|1331|1374891725|1780576496103114B2129B56||yes|43114|16|NzU1LjU5fEdCUHwyMDI2LTA2LTA0" OriginalAmount="756" TotalPrice="778.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a security system, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: AED 20.00 per accommodation, per night&amp;lt;/li&amp;gt;A tourism fee is imposed by the city and collected at the property. The fee is AED 20 for the first bedroom per night, and increases by AED 20 per night for each additional bedroom. &amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately AED 150 for adults and AED 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: AED 263 per vehicle (one-way, maximum occupancy 3)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: AED 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;   &amp;lt;li&amp;gt;One child 5 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 5.44 USD,Tax Recovery Charges and Service Fees for 2 people: 187.21 USD (This amount is included within the total price). NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="778.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DUPLEX SK, ASPEN SKI, CHALET, BUTLER, LOUNGE ACCESS" RoomTypeCode="0|1331|1366820865|1780576498023017B2091B36||no|43114|16|NzU4Ljc5fEdCUHwyMDI2LTA2LTA0" OriginalAmount="759" TotalPrice="781.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="781.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, FAMILY SUITE, DINING AREA, LIVING AREA, EXECUTIVE LOUNGE ACCESS" RoomTypeCode="0|1331|1453707505|1780576496087646B2069B28||yes|43114|16|NzY1Ljk0fEdCUHwyMDI2LTA2LTA0" OriginalAmount="766" TotalPrice="788.92" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>There is a Tourism fee payable by the guest directly to the hotels in Dubai and is charged based on the star rating of the hotel:
1 Star - 7 AED, 2 Stars - 10 AED, 3 Stars - 10 AED, 4 Stars - 15 AED, 5 Stars - 20 AED. This is per room per night. 

The fee for apartments is charged as follows: 

Standard Hotel Apartments: Studio Apartment &amp;amp;ndash; 10 AED, 1 B/R Apartment &amp;amp;ndash; 10 AED, 2 B/R Apartment &amp;amp;ndash; 20 AED, 3 B/R Apartment &amp;amp;ndash; 30 AED.

Deluxe Hotel Apartments: Studio Apartment &amp;amp;ndash; 20 AED, 1 B/R Apartment &amp;amp;ndash; 20 AED, 2 B/R Apartment &amp;amp;ndash; 40 AED, 3 B/R Apartment &amp;amp;ndash; 60 AED, 4 B/R Apartment &amp;amp;ndash; 80 AED. According to Dubai Political requirements, please be informed that  all hotels in United Arab Emirates will only accept guests who check in with a Passport or Valid U.A.E Identification Cards. Other identification documents such as labour cards and driving licenses are no longer accepted. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="788.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 2 Bedrooms Family Suite" RoomTypeCode="h-0a3afb7b-03b0-5d58-b28b-53917ac62870|63|Nzc1LjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="775" TotalPrice="798.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 44.10-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 69.45-- service fee is included in the room rate.&lt;br/&gt;GBP 31.50-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="798.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ASPEN SKI, CHALET, KING BED, BUTLER" RoomTypeCode="0|1331|1374885835|1780576499017650B2098B193||yes|43114|16|NzkyLjk2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="793" TotalPrice="816.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="816.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: POOL CHALET, ASPEN POOL, KING BED, BUTLER, LOUNGE ACCESS" RoomTypeCode="0|1331|1374885845|1780576499017650B2098B191||yes|43114|16|NzkyLjk2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="793" TotalPrice="816.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="816.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, FAMILY SUITE, LOUNGE ACCESS" RoomTypeCode="0|1331|1429146335|1780576498023017B2091B35||no|43114|16|Nzk2Ljg1fEdCUHwyMDI2LTA2LTA0" OriginalAmount="797" TotalPrice="820.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="820.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 3 Bedrooms Family Suite (lounge access)" RoomTypeCode="h-02cf6d9a-69fd-540c-bb50-6669a1899aa6|63|ODA4LjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="808" TotalPrice="832.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 45.97-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 72.41-- service fee is included in the room rate.&lt;br/&gt;GBP 32.84-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="832.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Duplex Aspen Ski Chalet -1 King bed or 2 Twin beds-&#xD;&#xA;Ski slope view-Butler service-WiFi-76 sqm" RoomTypeCode="01001|8a4c903a-6011-11f1-bb30-159b17964a68$0qQhlAzdf32p5OHAlSi3Yau_1DwdYhKzZk4Z-RkKfpUi5mZ5aOXtRcfKpo9IS742b8k50YGBqzWb8Cp-vE--Ih51-8p62MUTATrawLopIZOQIXHCGPS7MUTIXEJ_73WobhBGZK_xgjTft_mV2zT3nnJ3WweAMGUrsdZ0Ij11gPv189QZRe5n3wX__v5UP0hJFHECR26T7O7_wScilvUBcEyGtTtN4mUAf8DEO7Kzhyx6O-siukYvcCSPw0Bi5WYYKazVdiG9K2oodlTVf29qg6Rg-sxgSQNQe10sziZZGP8|810.53|57060|CAV732000|1|ODEwLjUzfEdCUHwyMDI2LTA2LTA0" OriginalAmount="811" TotalPrice="834.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="834.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 2 Bedrooms Family Suite (lounge access)" RoomTypeCode="h-2bbe4f1e-d44c-5e1f-91cd-68a8654add48|63|ODE5LjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="819" TotalPrice="843.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 46.60-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 73.40-- service fee is included in the room rate.&lt;br/&gt;GBP 33.29-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="843.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, SUITE" RoomTypeCode="0|1331|1161222355|1780576499017650B2098B156||yes|43114|16|ODQyLjM1fEdCUHwyMDI2LTA2LTA0" OriginalAmount="842" TotalPrice="867.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="867.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: 2 Bedroom Family Suite -Living room - Dining area - Executive lounge benefits -151 sqm." RoomTypeCode="01001|8a4c903a-6011-11f1-bb30-159b17964a68$0qQhlAzdf32p5OHAlSi3YatFycUgE9P6GB6JuVYbfRoi5mZ5aOXtRRlyev5vG4hyb8k50YGBqzWb8Cp-vE--Ih51-8p62MUTATrawLopIZOQIXHCGPS7MUTIXEJ_73WobhBGZK_xgjQ3gXq9i2gu1S28H2f6O7aVsdZ0Ij11gPv189QZRe5n3wX__v5UP0hJFHECR26T7O7_wScilvUBcEyGtTtN4mUAf8DEO7Kzhyx6O-siukYvcCSPw0Bi5WYYKazVdiG9K2oodlTVf29qg6Rg-sxgSQNQe10sziZZGP8|846.56|57060|CAV732000|1|ODQ2LjU2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="847" TotalPrice="871.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="871.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Aspen Ski Double Duplex Chalet (full double bed)" RoomTypeCode="h-4615e383-43b6-5121-b4e7-63f837291869|63|ODU2LjAwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="856" TotalPrice="881.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 48.71-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 76.71-- service fee is included in the room rate.&lt;br/&gt;GBP 34.79-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="881.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: DUPLEX SK, ASPEN SKI, EXECUTIVE, CHALET, LOUNGE ACCESS, ACCESSIBLE" RoomTypeCode="0|1335|1374905515|1780576499017650B2098B215||no|43114|16|ODYwLjgwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="861" TotalPrice="886.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="886.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 BEDROOMS, FAMILY SUITE" RoomTypeCode="0|0|1429143175|1780576497015464B2036B95||yes|43114|16|ODg3Ljg2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="888" TotalPrice="914.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="914.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Aspen Pool Double Chalet (full double bed) (bed type is subject to availability, sofa)" RoomTypeCode="h-b8372640-06b2-594d-9083-c3e481da8c19|63|ODk5LjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="899" TotalPrice="925.97" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 51.15-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 80.56-- service fee is included in the room rate.&lt;br/&gt;GBP 36.54-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="925.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 2 BEDROOMS, SUITE, KING BED" RoomTypeCode="0|0|1542295645|1780576497015464B2036B99||yes|43114|16|OTEzLjY5fEdCUHwyMDI2LTA2LTA0" OriginalAmount="914" TotalPrice="941.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="941.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 BEDROOMS, SUITE" RoomTypeCode="0|0|1161222375|1780576499017650B2098B143||yes|43114|16|OTE2Ljc5fEdCUHwyMDI2LTA2LTA0" OriginalAmount="917" TotalPrice="944.29" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="944.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Aspen Ski Double Chalet (full double bed) (bed type is subject to availability, sofa)" RoomTypeCode="h-38b80212-74e3-5b78-bedf-16b205136daf|63|OTIxLjAwfEdCUHwyMDI2LTA2LTA3" OriginalAmount="921" TotalPrice="948.63" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 52.40-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 82.54-- service fee is included in the room rate.&lt;br/&gt;GBP 37.43-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="948.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Family suite 3 bedrooms" RoomTypeCode="280038509|3|926|27|OTI2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="926" TotalPrice="953.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:08.9066198+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="926" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite 3 bedrooms" RoomTypeCode="148815752|3|927|27|OTI3fEdCUHwyMDI2LTA2LTA0" OriginalAmount="927" TotalPrice="954.81" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:09.0628883+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="927" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite 2 bedrooms" RoomTypeCode="321902453|3|936|27|OTM2fEdCUHwyMDI2LTA2LTA0" OriginalAmount="936" TotalPrice="964.08" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:09.2311941+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="936" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, MULTIPLE BEDS, CITY VIEW" RoomTypeCode="0|1331|1160707405|1780576496103114B2129B30||yes|43114|16|OTU5LjgwfEdCUHwyMDI2LTA2LTA0" OriginalAmount="960" TotalPrice="988.59" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a security system, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: AED 20.00 per accommodation, per night&amp;lt;/li&amp;gt;A tourism fee is imposed by the city and collected at the property. The fee is AED 20 for the first bedroom per night, and increases by AED 20 per night for each additional bedroom. &amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately AED 150 for adults and AED 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: AED 263 per vehicle (one-way, maximum occupancy 3)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: AED 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;   &amp;lt;li&amp;gt;One child 5 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 5.44 USD,Tax Recovery Charges and Service Fees for 2 people: 237.81 USD (This amount is included within the total price). NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="988.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DUPLEX SK, ASPEN SKI, CHALET, SINGLE BED, BUTLER, LOUNGE ACCESS" RoomTypeCode="0|1331|1511277175|1780576499017650B2098B197||yes|43114|16|OTY0LjQzfEdCUHwyMDI2LTA2LTA0" OriginalAmount="964" TotalPrice="993.36" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="993.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DUPLEX SK, ASPEN SKI, CHALET, KING BED, BUTLER, LOUNGE ACCESS" RoomTypeCode="0|1331|1374888825|1780576499017650B2098B195||yes|43114|16|OTY0LjQzfEdCUHwyMDI2LTA2LTA0" OriginalAmount="964" TotalPrice="993.36" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="993.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, 2 KING BEDS, CITY VIEW, 2 SOFA" RoomTypeCode="0|1331|1446204665|1780576499017650B2098B199||yes|43114|16|MTAwNy4yN3xHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1007" TotalPrice="1037.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1037.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 3 BEDROOMS, FAMILY SUITE, DINING AREA, LIVING AREA, EXECUTIVE LOUNGE ACCESS" RoomTypeCode="0|1331|1468977245|1780576496087646B2069B32||yes|43114|16|MTAxMC40NHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1010" TotalPrice="1040.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>There is a Tourism fee payable by the guest directly to the hotels in Dubai and is charged based on the star rating of the hotel:
1 Star - 7 AED, 2 Stars - 10 AED, 3 Stars - 10 AED, 4 Stars - 15 AED, 5 Stars - 20 AED. This is per room per night. 

The fee for apartments is charged as follows: 

Standard Hotel Apartments: Studio Apartment &amp;amp;ndash; 10 AED, 1 B/R Apartment &amp;amp;ndash; 10 AED, 2 B/R Apartment &amp;amp;ndash; 20 AED, 3 B/R Apartment &amp;amp;ndash; 30 AED.

Deluxe Hotel Apartments: Studio Apartment &amp;amp;ndash; 20 AED, 1 B/R Apartment &amp;amp;ndash; 20 AED, 2 B/R Apartment &amp;amp;ndash; 40 AED, 3 B/R Apartment &amp;amp;ndash; 60 AED, 4 B/R Apartment &amp;amp;ndash; 80 AED. According to Dubai Political requirements, please be informed that  all hotels in United Arab Emirates will only accept guests who check in with a Passport or Valid U.A.E Identification Cards. Other identification documents such as labour cards and driving licenses are no longer accepted. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1040.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 3 BEDROOMS, FAMILY SUITE, LOUNGE ACCESS" RoomTypeCode="0|1331|1429146345|1780576498023017B2091B22||no|43114|16|MTA1Mi44NnxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1053" TotalPrice="1084.45" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1084.45" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Aspen Ski Double Duplex Chalet (full double bed) (bed type is subject to availability, sofa)" RoomTypeCode="h-88f6dcfe-14c7-5a67-af5f-95d1ec545563|63|MTA5OS4wMHxHQlB8MjAyNi0wNi0wNw==" OriginalAmount="1099" TotalPrice="1131.97" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 62.53-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 98.49-- service fee is included in the room rate.&lt;br/&gt;GBP 44.67-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1131.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: 3 Bedroom Family Suite -Living room - Dining area - Executive lounge benefits -140 sqm." RoomTypeCode="01001|8a4c903a-6011-11f1-bb30-159b17964a68$0qQhlAzdf32p5OHAlSi3YQP8SXs4xyR05_x_69zlGNIi5mZ5aOXtRWF-We2tmbHQb8k50YGBqzWb8Cp-vE--Ih51-8p62MUTATrawLopIZOQIXHCGPS7MUTIXEJ_73WobhBGZK_xgjQXJdVAz-IaTIKx5Gy7Kq-uo5BA8lDXVvFETCb-LWCZxHlcoNfUyxbMHq__nJSt_vOixeuTcfOp_uyFLHt0M4G_5g1Z-1DlqCDB5gKcIQ5pE_7V2HrMCQmZ1eLNvFNgw0oYpa9Ehihr3ta0-hnHfg-VbztdUx7vdCEc2lzlPno8-Q|1116.80|57060|CAV732000|1|MTExNi44MHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1117" TotalPrice="1150.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1150.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DIPLOMAT, SUITE" RoomTypeCode="0|0|1160742755|1780576497077338B2130B9||yes|43114|16|MTExOC4zN3xHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1118" TotalPrice="1151.92" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Dynamic Wholesale Package Early Booker Rate - Save up to 10% off. Non cancellable, non-changeable and non-refundable rate. Subject to 10% Service charge, 7% Municipality Fee, 5% VAT and AED20 Tourism Fee Per Night. . NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1151.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - Diplomat" RoomTypeCode="254906235|3|1119|27|MTExOXxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1119" TotalPrice="1152.57" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:09.4076886+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1119" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Diplomatic Suite - King. City view. WiFi.  Executive access. Private bar counter." RoomTypeCode="0|1331|1161092585|1780576496087646B2069B4||yes|43114|16|MTE0MC44NHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1141" TotalPrice="1175.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>There is a Tourism fee payable by the guest directly to the hotels in Dubai and is charged based on the star rating of the hotel:
1 Star - 7 AED, 2 Stars - 10 AED, 3 Stars - 10 AED, 4 Stars - 15 AED, 5 Stars - 20 AED. This is per room per night. 

The fee for apartments is charged as follows: 

Standard Hotel Apartments: Studio Apartment &amp;amp;ndash; 10 AED, 1 B/R Apartment &amp;amp;ndash; 10 AED, 2 B/R Apartment &amp;amp;ndash; 20 AED, 3 B/R Apartment &amp;amp;ndash; 30 AED.

Deluxe Hotel Apartments: Studio Apartment &amp;amp;ndash; 20 AED, 1 B/R Apartment &amp;amp;ndash; 20 AED, 2 B/R Apartment &amp;amp;ndash; 40 AED, 3 B/R Apartment &amp;amp;ndash; 60 AED, 4 B/R Apartment &amp;amp;ndash; 80 AED. According to Dubai Political requirements, please be informed that  all hotels in United Arab Emirates will only accept guests who check in with a Passport or Valid U.A.E Identification Cards. Other identification documents such as labour cards and driving licenses are no longer accepted. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1175.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 3 Bedrooms Family Suite" RoomTypeCode="h-e5471c9c-8ce1-5c98-aefb-fd1d37cc26dd|63|MTE1Ni4wMHxHQlB8MjAyNi0wNi0wOQ==" OriginalAmount="1156" TotalPrice="1190.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 65.78-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 103.60-- service fee is included in the room rate.&lt;br/&gt;GBP 46.98-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1190.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - Diplomatic" RoomTypeCode="271784272|3|1169|27|MTE2OXxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1169" TotalPrice="1204.07" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:09.5639475+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1169" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, CITY VIEW" RoomTypeCode="0|1331|1162161205|1780576497015464B2036B124||yes|43114|16|MTE3NC4xNXxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1174" TotalPrice="1209.37" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1209.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DIPLOMAT, SUITE, BUTLER, LOUNGE ACCESS" RoomTypeCode="0|1331|1272235865|1780576498023017B2091B15||no|43114|16|MTE3Ny45MXxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1178" TotalPrice="1213.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1213.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DIPLOMATIC SUITE" RoomTypeCode="0|1331|1066363055|1780576496083583B1000B30||no|43114|16|MTE4Mi44MHxHQlB8MjAyNi0wNi0wOQ==" OriginalAmount="1183" TotalPrice="1218.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Compulsory Tourism Dirham to be paid by guest directly to the hotel per room per night valid from 31st March 2014 Onward
Booking including children will be based on sharing parents bedding, no separate bed for children is provided unless stated. Early departure- 100% charge. Name change will be considered new booking &amp;amp; will be subject to availability.


Existing reservation cannot be cancelled and rebooked under lower promotion.
Please note guests are not allowed to cancel existing bookings and rebook. The hotel has the right to reject the booking.
The Tourism Dirham Fee charged per room per night is applicable when booking guest rooms &amp;amp; suites and it will be collected directly at the property and is not reflected in the room rate.

Please be advised that the outlets will be closing for renovations Olean and Mosaic : Pool. Starting February 28 with the venues scheduled to reopen in May this year.
This hotel charges according to residency; therefore, if you hold residency in the hotels country of destination, please enter your country of residency as your nationality Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1218.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Diplomatic Double Suite (full double bed) (lounge access)" RoomTypeCode="h-0b2be703-f5fb-52d1-87e9-2929fd73cc3a|63|MTIwOS4wMHxHQlB8MjAyNi0wNi0wNw==" OriginalAmount="1209" TotalPrice="1245.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 68.79-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 108.35-- service fee is included in the room rate.&lt;br/&gt;GBP 49.14-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1245.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite - City View" RoomTypeCode="282022473|3|1232|27|MTIzMnxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1232" TotalPrice="1268.96" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:09.7364527+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1232" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Diplomatic Double Suite (full double bed) (bed type is subject to availability, lounge access)" RoomTypeCode="h-c2a55542-c611-5584-9b8f-5fb48fb2c3bd|63|MTI0OS4wMHxHQlB8MjAyNi0wNi0wNw==" OriginalAmount="1249" TotalPrice="1286.47" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 71.07-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 111.93-- service fee is included in the room rate.&lt;br/&gt;GBP 50.76-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1286.47" /></CancelPenalty><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1286.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Suite - Diplomatic" RoomTypeCode="210560024|4|1262|27|MTI2MnxHQlB8MjAyNi0wNi0wOQ==" OriginalAmount="1262" TotalPrice="1299.86" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-05T01:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1262" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Diplomatic Double Suite (full double bed) (bed type is subject to availability)" RoomTypeCode="h-be20a1fb-266b-5e37-a0c9-f499ccc86e80|63|MTI4MC4wMHxHQlB8MjAyNi0wNi0wOA==" OriginalAmount="1280" TotalPrice="1318.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 72.83-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 114.71-- service fee is included in the room rate.&lt;br/&gt;GBP 52.02-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1318.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE, SUITE, CITY VIEW" RoomTypeCode="0|1331|1334409215|1780576499017650B2098B201||yes|43114|16|MTMwNi40MHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1306" TotalPrice="1345.59" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1345.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 3 BEDROOMS, FAMILY SUITE, 1 KING AND 4 SINGLE BEDS, LOUNGE ACCESS" RoomTypeCode="0|1331|1429157695|1780576499017650B2098B203||yes|43114|16|MTMyOC43OHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1329" TotalPrice="1368.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1368.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Diplomatic Double Suite (full double bed) (king size bed, sofa)" RoomTypeCode="h-7ab900ac-07e5-56fc-b717-f98c1858a9b0|63|MTM0MC4wMHxHQlB8MjAyNi0wNi0wOA==" OriginalAmount="1340" TotalPrice="1380.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 76.24-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 120.09-- service fee is included in the room rate.&lt;br/&gt;GBP 54.46-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1380.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Diplomatic Double Suite (full double bed) (king size bed)" RoomTypeCode="h-d430b1c1-4bee-54e0-8b54-4cde67810b13|63|MTM0NS4wMHxHQlB8MjAyNi0wNi0wNg==" OriginalAmount="1345" TotalPrice="1385.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 76.53-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 120.53-- service fee is included in the room rate.&lt;br/&gt;GBP 54.66-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-02T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1385.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 3 BEDROOMS, FAMILY SUITE, 4 BEDS, KING BED, LOUNGE ACCESS" RoomTypeCode="0|1331|1429159985|1780576497027004B2119B125||yes|43114|16|MTM3OS41NHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1380" TotalPrice="1420.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1420.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Diplomatic Double Suite (full double bed)" RoomTypeCode="h-a3e5eee0-6b3a-573d-9ae3-63775d23c8f7|63|MTQwMi4wMHxHQlB8MjAyNi0wNi0xMA==" OriginalAmount="1402" TotalPrice="1444.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 79.77-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 125.64-- service fee is included in the room rate.&lt;br/&gt;GBP 56.98-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1444.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Diplomatic Double Suite (full double bed) (king size bed, lounge access)" RoomTypeCode="h-16a14022-ef19-5250-a237-77ddd57e383f|63|MTQ2NS4wMHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1465" TotalPrice="1508.95" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 83.36-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 131.29-- service fee is included in the room rate.&lt;br/&gt;GBP 59.54-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1508.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: DIPLOMAT, SUITE, KING BED, BUTLER, LOUNGE ACCESS" RoomTypeCode="0|1331|1289048435|1780576499017650B2098B205||yes|43114|16|MTUwMC4xOXxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1500" TotalPrice="1545.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1545.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 2 BEDROOMS, ASPEN SKI, CHALET" RoomTypeCode="0|0|1366895425|1780576497077338B2130B13||yes|43114|16|MTU5Ny43NHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1598" TotalPrice="1645.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Dynamic Wholesale Package Early Booker Rate - Save up to 10% off. Non cancellable, non-changeable and non-refundable rate. Subject to 10% Service charge, 7% Municipality Fee, 5% VAT and AED20 Tourism Fee Per Night. . NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1645.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Chalet 2 bedrooms" RoomTypeCode="259645364|3|1598|27|MTU5OHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1598" TotalPrice="1645.94" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:09.8644656+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1598" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, ASPEN SKI, CHALET, TWIN BEDS, KING BED, SLOPE VIEW, BUTLER" RoomTypeCode="0|1331|1372706495|1780576496087646B2069B8||yes|43114|16|MTYyOS44NHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1630" TotalPrice="1678.74" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>There is a Tourism fee payable by the guest directly to the hotels in Dubai and is charged based on the star rating of the hotel:
1 Star - 7 AED, 2 Stars - 10 AED, 3 Stars - 10 AED, 4 Stars - 15 AED, 5 Stars - 20 AED. This is per room per night. 

The fee for apartments is charged as follows: 

Standard Hotel Apartments: Studio Apartment &amp;amp;ndash; 10 AED, 1 B/R Apartment &amp;amp;ndash; 10 AED, 2 B/R Apartment &amp;amp;ndash; 20 AED, 3 B/R Apartment &amp;amp;ndash; 30 AED.

Deluxe Hotel Apartments: Studio Apartment &amp;amp;ndash; 20 AED, 1 B/R Apartment &amp;amp;ndash; 20 AED, 2 B/R Apartment &amp;amp;ndash; 40 AED, 3 B/R Apartment &amp;amp;ndash; 60 AED, 4 B/R Apartment &amp;amp;ndash; 80 AED. According to Dubai Political requirements, please be informed that  all hotels in United Arab Emirates will only accept guests who check in with a Passport or Valid U.A.E Identification Cards. Other identification documents such as labour cards and driving licenses are no longer accepted. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1678.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 2 Bedrooms Aspen Ski Chalet" RoomTypeCode="h-910f81d2-6033-5d5d-9e9a-7c70a739897d|63|MTY0NC4wMHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1644" TotalPrice="1693.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 93.54-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 147.33-- service fee is included in the room rate.&lt;br/&gt;GBP 66.82-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1693.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, ASPEN SKI, CHALET, BUTLER, LOUNGE ACCESS" RoomTypeCode="0|1331|1366835135|1780576498023017B2091B14||no|43114|16|MTY4NS4zOXxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1685" TotalPrice="1735.95" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1735.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 2 Bedrooms Aspen Ski Chalet (transfer included, lounge access)" RoomTypeCode="h-14d0d257-b24a-5975-b752-61670f5e03db|63|MTczMC4wMHxHQlB8MjAyNi0wNi0wNw==" OriginalAmount="1730" TotalPrice="1781.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 98.44-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 155.04-- service fee is included in the room rate.&lt;br/&gt;GBP 70.31-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1781.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, CHALET" RoomTypeCode="0|1331|1161737965|1780576499017650B2098B172||yes|43114|16|MTczNy42NnxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1738" TotalPrice="1789.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1789.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 BEDROOMS, ASPEN SKI, CHALET" RoomTypeCode="0|0|1367823605|1780576497077338B2130B17||yes|43114|16|MTc1Ny41M3xHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1758" TotalPrice="1810.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Dynamic Wholesale Package Early Booker Rate - Save up to 10% off. Non cancellable, non-changeable and non-refundable rate. Subject to 10% Service charge, 7% Municipality Fee, 5% VAT and AED20 Tourism Fee Per Night. . NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1810.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Chalet 3 bedrooms" RoomTypeCode="259645362|3|1758|27|MTc1OHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1758" TotalPrice="1810.74" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:09.956438+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1758" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 2 Bedrooms Aspen Ski Chalet (lounge access, transfer included)" RoomTypeCode="h-bb4ac66d-87d5-5458-a538-7b9b14a7c9c4|63|MTc4Ny4wMHxHQlB8MjAyNi0wNi0wNw==" OriginalAmount="1787" TotalPrice="1840.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 101.68-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 160.14-- service fee is included in the room rate.&lt;br/&gt;GBP 72.63-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1840.61" /></CancelPenalty><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1840.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 3 BEDROOMS, ASPEN POOL, ASPEN SKI, CHALET, TWIN BEDS, 2 KING BEDS, SLOPE VIEW, POOL VIEW, BUTLER" RoomTypeCode="0|1331|1453333095|1780576496087646B2069B12||yes|43114|16|MTc5Mi44NHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1793" TotalPrice="1846.63" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>There is a Tourism fee payable by the guest directly to the hotels in Dubai and is charged based on the star rating of the hotel:
1 Star - 7 AED, 2 Stars - 10 AED, 3 Stars - 10 AED, 4 Stars - 15 AED, 5 Stars - 20 AED. This is per room per night. 

The fee for apartments is charged as follows: 

Standard Hotel Apartments: Studio Apartment &amp;amp;ndash; 10 AED, 1 B/R Apartment &amp;amp;ndash; 10 AED, 2 B/R Apartment &amp;amp;ndash; 20 AED, 3 B/R Apartment &amp;amp;ndash; 30 AED.

Deluxe Hotel Apartments: Studio Apartment &amp;amp;ndash; 20 AED, 1 B/R Apartment &amp;amp;ndash; 20 AED, 2 B/R Apartment &amp;amp;ndash; 40 AED, 3 B/R Apartment &amp;amp;ndash; 60 AED, 4 B/R Apartment &amp;amp;ndash; 80 AED. According to Dubai Political requirements, please be informed that  all hotels in United Arab Emirates will only accept guests who check in with a Passport or Valid U.A.E Identification Cards. Other identification documents such as labour cards and driving licenses are no longer accepted. NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1846.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Two Bedroom Aspen Ski Chalet -King bed and 2 Twin beds-&#xD;&#xA;Ski slope view-Butler service-150 sqm" RoomTypeCode="01001|8a4c903a-6011-11f1-bb30-159b17964a68$0qQhlAzdf32p5OHAlSi3YRkDl70R27BSguz3fl2JqGIi5mZ5aOXtRS5jpHZD5Pi7b8k50YGBqzWb8Cp-vE--Ih51-8p62MUTATrawLopIZOQIXHCGPS7MUTIXEJ_73WobhBGZK_xgjQyTbd_0YRsdfV0DxuVjENyo5BA8lDXVvFETCb-LWCZxHlcoNfUyxbMHq__nJSt_vOixeuTcfOp_uyFLHt0M4G_5g1Z-1DlqCDB5gKcIQ5pE_7V2HrMCQmZ1eLNvFNgw0oYpa9Ehihr3ta0-hnHfg-VbztdUx7vdCEc2lzlPno8-Q|1801.40|57060|CAV732000|1|MTgwMS40MHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1801" TotalPrice="1855.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1855.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 3 Bedrooms Aspen Ski Chalet" RoomTypeCode="h-78f28b50-2cf3-5c15-8464-c3300e8c3044|63|MTgwOS4wMHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1809" TotalPrice="1863.27" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 102.93-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 162.12-- service fee is included in the room rate.&lt;br/&gt;GBP 73.52-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-05-30T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1863.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Chalet 3 bedrooms - Aspen Ski" RoomTypeCode="286151477|3|1831|27|MTgzMXxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1831" TotalPrice="1885.93" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T13:35:10.3184199+01:00" End="2026-06-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1831" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 3 Bedrooms Aspen Ski Chalet (transfer included, lounge access)" RoomTypeCode="h-d907ddcc-2355-5e56-86e8-0ea29f4300c3|63|MTkwNi4wMHxHQlB8MjAyNi0wNi0wNw==" OriginalAmount="1906" TotalPrice="1963.18" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 108.45-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 170.81-- service fee is included in the room rate.&lt;br/&gt;GBP 77.46-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1963.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 3 BEDROOMS, CHALET" RoomTypeCode="0|1331|1161179155|1780576499017650B2098B207||yes|43114|16|MTkxMS4zM3xHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1911" TotalPrice="1968.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1968.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 3 Bedrooms Aspen Ski Chalet (lounge access, transfer included)" RoomTypeCode="h-bc3eaeb8-ea2c-56be-99df-38d5f42ae6fb|63|MTk2OS4wMHxHQlB8MjAyNi0wNi0wNw==" OriginalAmount="1969" TotalPrice="2028.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 112.03-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 176.45-- service fee is included in the room rate.&lt;br/&gt;GBP 80.02-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2028.07" /></CancelPenalty><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2028.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Three Bedroom Aspen Ski Chalet -2 King &amp; Twn-Ski slope view-Pool view-Butler service-228 sq.m." RoomTypeCode="01001|8a4c903a-6011-11f1-bb30-159b17964a68$0qQhlAzdf32p5OHAlSi3YX1ozs37jUfv3Erz2VWLU-Qi5mZ5aOXtRZVIzO-j5j86b8k50YGBqzWb8Cp-vE--Ih51-8p62MUTATrawLopIZOQIXHCGPS7MUTIXEJ_73WobhBGZK_xgjRoaK6CY1yaCZ5XllCj9MNio5BA8lDXVvFETCb-LWCZxHlcoNfUyxbMHq__nJSt_vOixeuTcfOp_uyFLHt0M4G_5g1Z-1DlqCDB5gKcIQ5pE_7V2HrMCQmZ1eLNvFNgw0oYpa9Ehihr3ta0-hnHfg-VbztdUx7vdCEc2lzlPno8-Q|1981.56|57060|CAV732000|1|MTk4MS41NnxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="1982" TotalPrice="2041.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2041.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, ASPEN SKI, CHALET, BUTLER" RoomTypeCode="0|1331|1374891735|1780576496103114B2129B6||yes|43114|16|MjA0Mi4xM3xHQlB8MjAyNi0wNi0wNA==" OriginalAmount="2042" TotalPrice="2103.39" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a security system, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: AED 20.00 per accommodation, per night&amp;lt;/li&amp;gt;A tourism fee is imposed by the city and collected at the property. The fee is AED 20 for the first bedroom per night, and increases by AED 20 per night for each additional bedroom. &amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately AED 150 for adults and AED 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: AED 263 per vehicle (one-way, maximum occupancy 3)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: AED 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;   &amp;lt;li&amp;gt;One child 5 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 5.44 USD,Tax Recovery Charges and Service Fees for 2 people: 505.97 USD (This amount is included within the total price). NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2103.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Diplomatic Double Suite (full double bed) (bed type is subject to availability, sofa)" RoomTypeCode="h-ddfacc4b-1ee0-56e8-bc5c-c62329450cf4|63|MjA0NC4wMHxHQlB8MjAyNi0wNi0wNw==" OriginalAmount="2044" TotalPrice="2105.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 02/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 116.30-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 183.17-- service fee is included in the room rate.&lt;br/&gt;GBP 83.07-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-03T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2105.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 2 BEDROOMS, ASPEN SKI, CHALET, KING BED, BUTLER" RoomTypeCode="0|1331|1374888865|1780576499017650B2098B208||yes|43114|16|MjE0My4xM3xHQlB8MjAyNi0wNi0wNA==" OriginalAmount="2143" TotalPrice="2207.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2207.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 3 BEDROOMS, ASPEN SKI, CHALET, BUTLER" RoomTypeCode="0|1331|1374891715|1780576496103114B2129B10||yes|43114|16|MjI0Ni4zNHxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="2246" TotalPrice="2313.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a security system, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property has outdoor spaces, such as balconies, patios, terraces which may not be suitable for children; if you have concerns, we recommend contacting the property prior to your arrival to confirm they can accommodate you in a suitable room&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: AED 20.00 per accommodation, per night&amp;lt;/li&amp;gt;A tourism fee is imposed by the city and collected at the property. The fee is AED 20 for the first bedroom per night, and increases by AED 20 per night for each additional bedroom. &amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately AED 150 for adults and AED 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: AED 263 per vehicle (one-way, maximum occupancy 3)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-out is available for a fee (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: AED 150 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;   &amp;lt;li&amp;gt;One child 5 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 5.44 USD,Tax Recovery Charges and Service Fees for 2 people: 556.57 USD (This amount is included within the total price). NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2313.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: 2 Bedrooms Aspen Ski Chalet" RoomTypeCode="h-c5414160-398a-5f5e-8102-6e74e3c8d349|63|MjI2OS4wMHxHQlB8MjAyNi0wNi0wOA==" OriginalAmount="2269" TotalPrice="2337.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 129.10-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 203.34-- service fee is included in the room rate.&lt;br/&gt;GBP 92.22-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2337.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 3 BEDROOMS, ASPEN SKI, CHALET, TWIN BEDS, 2 KING BEDS, BUTLER" RoomTypeCode="0|1331|1446274015|1780576499017650B2098B210||yes|43114|16|MjM1Ny40NnxHQlB8MjAyNi0wNi0wNA==" OriginalAmount="2357" TotalPrice="2428.18" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2428.18" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Chalet 2 bedrooms" RoomTypeCode="289262354|4|2423|27|MjQyM3xHQlB8MjAyNi0wNi0wNg==" OriginalAmount="2423" TotalPrice="2495.69" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/06/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Hairdryer|Direct dial telephone|Satellite/cable TV|Radio|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|TV|Air conditioning (individually regulated)|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-06T12:00:00" End="2026-06-06T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2423" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: 3 Bedrooms Aspen Ski Chalet" RoomTypeCode="h-74fd1a24-7139-5090-8f4d-5d72e0033a85|63|MjQ3NS4wMHxHQlB8MjAyNi0wNi0wOA==" OriginalAmount="2475" TotalPrice="2549.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/06/2026"><AdditionalDetails>AED 20.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 140.83-- occupancy tax is included in the room rate.&lt;br/&gt;GBP 221.80-- service fee is included in the room rate.&lt;br/&gt;GBP 100.59-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Soundproof rooms|Room service|Family room|VIP room amenities|Smoke Detector|Cable TV|TV|Minibar|Hairdryer|Shower/Bathtub|Bathtub|Shower|Wardrobe/Closet|Bathrobe|Linens|Laptop safe|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-06-04T00:00:00" End="2026-06-10T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2549.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/ca/bb/cabb2dda49b24733bd737ddb23679b9aaca94c25.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e4/61/e461b5702b475314c0b0cefb86c2ac10cba67e82.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2f/46/2f465185fd546e45d0714cc0a7e17918e20e8459.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/88/b1/88b18e79a2a571733289f2b2a530718e983a3f6e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/88/ac/88ac3c25aad79f97a7d3b424cec89ec8273134f4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ae/c7/aec7f0675ea8780c429af82296be9bbae265cae5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2a/db/2adb5ea99bf1c38130482fec4d51ad233722b9e8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7b/9b/7b9b97917d2c0f741c6e9d68903aa7481f0600b3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/67/26/6726be727367c603332704172550d8ac0c20e027.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/17/c8/17c848ea126115b4e45f88f2f9f7d64d3303e582.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ea/d3/ead3250021d37a6236d6eefc6b95862764e37d45.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b4/34/b4346b68bd8dba0edf5890076a4082d1dc88c762.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/67/c2/67c253011c403b3dab1489295f715c10a53c50dd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2e/bf/2ebf5fe3ece7319905711ae9ce6894e9d1ee5917.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/63/78/637824a27a30aa86016d913cb748ce177c8329ca.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/45/b6/45b6dfd442eb91bb34235a1e1112efd7dd9fee02.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/62/e3/62e3f72fa517dfd056a14debd4836e98e092ea58.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c9/82/c98214b1284881d8bd11d4984260803757bf0a95.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/42/cd/42cd347ee3f1f86868a92fea5829a437069aa217.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4b/d5/4bd5a4be5a2f2881e3fcf798c07c6ddeb0db6080.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/58/33/5833be2e8ace1109647bd19797fd83f9eecd6672.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cf/e0/cfe00a9e1f3ce271831bb0a1a7c08e0f9c5eaee7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ac/f5/acf524d79482056d744af290a63b5cd07e60cb1d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1a/9e/1a9e6585f5a54853c84c8b80db084c1603caa5f5.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e1/ee/e1ee6f74faafb91277b4092ebb9aa6ccf930d6d1.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/aa/7e/aa7e6ae3fefdc50f416e46714c2f5b0c2047d1d9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a5/ed/a5ed7d02ee695fe87c80394431ffbd955c09020c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/55/a3/55a3cf2bf60847332b2b3b72c213c950b8a744d3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/18/9a/189ae84d15f5e8d889d902e0e5f89a8e245aaab8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/3d/7c/3d7cf02be50a5e3e50a39469544a003f207e04f0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5f/3a/5f3a8c8ce401e37172673925717118390edeaae0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/6b/a9/6ba953f97b81b9a5b430ad06887932d058b425dc.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d2/0f/d20fcaf65fb4235d06abf2dc9e7e004cfbb5103b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/03/57/03575ee631e1d5c4a31cb0a78e796fac74a20817.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7f/1e/7f1e20abb67564619e346deb38d6d6644d483cef.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/cd/92/cd926eeb3c95cb9510a8929a1b581de618cde56f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ea/77/ea77e771c6a34792e4f7660e2516a16388e0c00f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/42/f8/42f825436357299fefe3c2f13822a31798253660.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;Right in front of the "Mall of the Emirates" mega complex, the hotel takes pride in its prime location on Sheikh Zayed Road, at the 4th Interchange at Al Barsha. It is set in the heart of newly-developed modern Dubai, a few minutes from Dubai Internet City, Dubai Media City and the Jumeirah stretch of beach, and just 20 minutes from both the city centre and Dubai International Airport.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has a lift and features 393 rooms. The friendly staff at the reception desk in the lobby are happy to answer any questions. Services include a currency exchange service. Wireless internet access allows guests to stay connected while on holiday. Wheelchair-accessible facilities are available. Guests arriving by car can park their vehicles in the car park. Further services include a babysitting service, translation services, room service, an alarm call service and a hairdresser.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain just the right temperature. Extra beds can be requested. A safe, a minibar and a desk are also available. Additional features include a refrigerator, a mini fridge and a tea/coffee station. Other features include a direct dial telephone, a television with satellite/cable channels, a radio, a DVD player and WiFi. A hairdryer and bathrobes are available in the bathrooms, which are equipped with a shower. The hotel has family rooms, 197 non-smoking rooms and 1 smoking room.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The outdoor pool complex provides invigorating refreshment. Parasols are available to guests. The pool bar serves a selection of refreshing drinks. There are many ways to relax or stay active at the hotel, including tennis, a gym, aerobics, a spa, a sauna, a steam bath and a hammam. Parents can unwind while the kids can participate in an entertainment programme full of fun activities. Copyright GIATA 2004 - 2019. Multilingual, powered by www.giata.com for client no. 126985&lt;br/&gt;&lt;b&gt;Meals&lt;/b&gt; &lt;br/&gt;Half board is bookable. Guests can choose to book options such as breakfast or dinner.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;A deposit of 500.00 AED per stay will be required at check-in to cover any potential damages.&lt;br /&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;**Know Before You Go**
&lt;br /&gt;
&lt;br /&gt;The reservation will be canceled in case of guest&amp;#39;s no-show till 00:00.
&lt;br /&gt;
&lt;br /&gt;One child 2 years old or younger stays free when occupying the parent or guardian&amp;#39;s room, using existing bedding.
&lt;br /&gt;
&lt;br /&gt;Only registered guests are allowed in the guestrooms.
&lt;br /&gt;
&lt;br /&gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation.
&lt;br /&gt;
&lt;br /&gt;**Fees**
&lt;br /&gt;
&lt;br /&gt;The following fees and deposits are charged by the property at time of service, check-in, or check-out.
&lt;br /&gt;
&lt;br /&gt;Tourism fee: AED 20.00 per accommodation, per night
&lt;br /&gt;
&lt;br /&gt;Fee for buffet breakfast: AED 90.00 for adults and AED 45.00 for children (approximately)
&lt;br /&gt;
&lt;br /&gt;Airport shuttle fee: AED 179.00 per vehicle (roundtrip)
&lt;br /&gt;
&lt;br /&gt;An early check-in fee will be charged
&lt;br /&gt;
&lt;br /&gt;A late check-out fee will be charged
&lt;br /&gt;
&lt;br /&gt;Rollaway bed fee: AED 240.00 per night
&lt;br /&gt;
&lt;br /&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>971-4-3414500</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>971-4-3410000</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5.5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>393</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency Exchange</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Foyer</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Café</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hairdresser</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Bar(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half Board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Evening Buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Outdoor Pool(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Pool bar</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Parasols</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Steam bath</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Aerobics</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Children's Entertainment</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Tennis</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities></Facilities></HotelRoomRS>||True