<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
df1e2ecb-4f82-4b81-a010-6c320d01e63a|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="df1e2ecb-4f82-4b81-a010-6c320d01e63a">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="44939" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-18T00:00:00" End="2026-07-22T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@skyluxetours.com" Password="Mumbai@54321" 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
df1e2ecb-4f82-4b81-a010-6c320d01e63a|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
df1e2ecb-4f82-4b81-a010-6c320d01e63a|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:3b9d17c2-aaf3-41ac-a1d0-a309a8ac9455
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
df1e2ecb-4f82-4b81-a010-6c320d01e63a|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
df1e2ecb-4f82-4b81-a010-6c320d01e63a|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<ErrorRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Error>
    <RecordID>df1e2ecb-4f82-4b81-a010-6c320d01e63a</RecordID>
    <ShortText>No Record Found!</ShortText>
  </Error>
  <TimeStamp>0001-01-01T00:00:00</TimeStamp>
  <Version>0</Version>
</ErrorRS>||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
ddf781b8-dcb3-4fcb-9265-ee2d2bacf271|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="ddf781b8-dcb3-4fcb-9265-ee2d2bacf271">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="44939" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-04T00:00:00" End="2026-08-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@skyluxetours.com" Password="Mumbai@54321" 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
ddf781b8-dcb3-4fcb-9265-ee2d2bacf271|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
ddf781b8-dcb3-4fcb-9265-ee2d2bacf271|HotelbedsSearch|successfull supplier interation||HotelBeds|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
ddf781b8-dcb3-4fcb-9265-ee2d2bacf271|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:3b9d17c2-aaf3-41ac-a1d0-a309a8ac9455
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
ddf781b8-dcb3-4fcb-9265-ee2d2bacf271|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
ddf781b8-dcb3-4fcb-9265-ee2d2bacf271|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
ddf781b8-dcb3-4fcb-9265-ee2d2bacf271|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
ddf781b8-dcb3-4fcb-9265-ee2d2bacf271|RestelSearch|successfull supplier interation||Restel|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
ddf781b8-dcb3-4fcb-9265-ee2d2bacf271|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-07-16T12:34:04.4141277+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ddf781b8-dcb3-4fcb-9265-ee2d2bacf271" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="1108.12" OriginalAmount="1097.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.47563" Longitude="25.35298" StarRating="4" HotelCode="|195994" HotelName="Yakinthos Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Panormos Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/9/4/195994_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1221.01" OriginalAmount="1208.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4351066" Longitude="25.402868" StarRating="4" HotelCode="|449726" HotelName="Penelope Village Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo Livadi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/7/2/6/449726_90754fa1428.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1311.95" OriginalAmount="1298.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4228668" Longitude="25.3259754" StarRating="4" HotelCode="|58094" HotelName="Deliades Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos Mykonos- P0 Box 642,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/0/9/4/58094_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Deliades is rated four stars was built in 2001 and it is in Mykonos the coast of. The establishment has a swimming pool. It has 30 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1321.02" OriginalAmount="1307.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.42328" Longitude="25.31148" StarRating="4" HotelCode="|529746" HotelName="Lithos by Spyros and Flora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/7/4/6/529746_97144f31247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1369.24" OriginalAmount="1355.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.43499" Longitude="25.40816" StarRating="2" HotelCode="|235864" HotelName="Sea Side Studios and Houses" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo Livadi Cyclades</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/8/6/4/235864_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1432.52" OriginalAmount="1418.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.449112" Longitude="25.336296" StarRating="4" HotelCode="|548778" HotelName="A Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Drakouri</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/8/7/7/8/548778_cce94cf0052.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1456.11" OriginalAmount="1441.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.41866" Longitude="25.33081" StarRating="4" HotelCode="|195826" HotelName="Colours Of Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Lazaros</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/2/6/195826_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1472.31" OriginalAmount="1457.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.478933" Longitude="25.313825" StarRating="5" HotelCode="|69365" HotelName="San Marco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Choulakia Beach Houlakai Bay</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/3/6/5/69365_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is near the beach and the village. ROOM: Each room has balcony or porch and stunning views. RESTAURANT: Clients can enjoy a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1574.13" OriginalAmount="1558.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.43145" Longitude="25.39064" StarRating="3" HotelCode="|195944" HotelName="Niriides Homes and Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1st km Provencal road Ano Mera - Elia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/4/4/195944_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1727.93" OriginalAmount="1710.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.41636" Longitude="25.36853" StarRating="0" HotelCode="|545929" HotelName="Atlantis Beach Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Super Paradise</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/9/2/9/545929_cd54fea2233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1788.77" OriginalAmount="1771.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.43256" Longitude="25.303527" StarRating="4" HotelCode="|525302" HotelName="Ubud Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/3/0/2/525302_50644cc1020.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1851.37" OriginalAmount="1833.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.446316" Longitude="25.332337" StarRating="3" HotelCode="|166012" HotelName="Petinaros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Petinaros Mykonos 84600</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/1/2/166012_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1877.63" OriginalAmount="1859.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4599" Longitude="25.37543" StarRating="4" HotelCode="|195927" HotelName="Mykonos Dream Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ftelia, Mykonos, Greece</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/2/7/195927_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1891.14" OriginalAmount="1872.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.44751" Longitude="25.33912" StarRating="3" HotelCode="|544132" HotelName="Irene\'s Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/4/1/3/2/544132_c85c0d61028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1985.32" OriginalAmount="1965.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.43544" Longitude="25.33138" StarRating="4" HotelCode="|195866" HotelName="Akkadian Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vrisi Region, Mykonos Ring Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/6/6/195866_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1988.33" OriginalAmount="1968.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.45756238" Longitude="25.33558734" StarRating="3" HotelCode="597412|617526" HotelName="Aletro Cottage Houses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Agia Sofia, 846 00 Mykonos</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/52/ba526cee913c4c4cea2d6031c0b4d0558b1cc1f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Mykonos.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2029.03" OriginalAmount="2008.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.431464" Longitude="25.403171" StarRating="4" HotelCode="|71199" HotelName="Mykonos Moments - Pietra E Mare" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KALO LIVADI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/1/9/9/71199_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is romantic and is ideal for holidays.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2035.82" OriginalAmount="2015.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4521481" Longitude="25.3332169" StarRating="3" HotelCode="154777|783377" HotelName="Villa Konstantin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Agios Vassilios, 84600 Mykonos, Cyclades Islands</AddressLine>
          </AddressLines>
          <CityName>Mykonos</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/21/9f21a015c7f7a203161dfee7db84bfcd7fa12417.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Mykonos.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2131.09" OriginalAmount="2109.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.460593" Longitude="25.3293916" StarRating="4" HotelCode="|450311" HotelName="Croco Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/3/1/1/450311_82ee0381850.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2169.35" OriginalAmount="2147.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.422006" Longitude="25.392467" StarRating="5" HotelCode="|153533" HotelName="Myconian Utopia Relais and Chateaux" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ELIA BEACH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/3/5/3/3/153533_737c2051327.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2244.26" OriginalAmount="2222.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.436909" Longitude="25.329388" StarRating="5" HotelCode="|23066" HotelName="Myconian Korali Relais &amp; Chateaux" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MYKONOS TOWN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/6/6/23066_61064ae1229.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays and it offers excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2282.61" OriginalAmount="2260.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.45591" Longitude="25.383361" StarRating="0" HotelCode="|528152" HotelName="Ftelia Black Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ftelia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/1/5/2/528152_f6939361010.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2388.96" OriginalAmount="2365.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4229584" Longitude="25.3906479" StarRating="5" HotelCode="|175414" HotelName="Myconian Imperial - Leading Hotels Of The World" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/5/4/1/4/175414_088f1351412.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2607.79" OriginalAmount="2581.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.414797" Longitude="25.343751" StarRating="4" HotelCode="|63554" HotelName="Acrogiali Beachfront" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLATYS YALOS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/5/5/4/63554_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This beach hotel, has 46 rooms and 10 single rooms. This air-conditioned establishment has a lobby, with a reception, express check-out, a safety deposit box service, a lift and a kiosk. Regarding the food and beverage offering, the establishment has a cafÃ©, a restaurant and a breakfast room. The establishment offers internet a medical care service, The establishment boasts a car park. SITUATION: This hotel is in Platy Yalos the beach next to the property, you can find a restaurant, Mykonos it is situated 10 minutes away from it is 4 kilometres away from Mykonos the International Airport of. ROOM: The modern and comfortable rooms, well-decorated, a bathroom with a bath and a hairdryer. They have a double bed, a direct line telephone, a television, a radio, internet and a safe. They are equipped with an individual air-conditioning system, They also have a balcony or terrace and with views. FACILITIES: For a fee, you can enjoy the sunshades and the deck chairs. OTHERS: The establishment serves a continental buffet breakfast and a set-menu dinner. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2701.44" OriginalAmount="2674.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.415501" Longitude="25.367707" StarRating="4" HotelCode="|447922" HotelName="LYO Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Super Paradise</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/2/2/447922_c4110d21444.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2762.46" OriginalAmount="2735.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.446433" Longitude="25.330607" StarRating="3" HotelCode="|60731" HotelName="Portobello Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KAMINAKI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/7/3/1/60731_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has rooms, suites and villas. SITUATION: Is situated inMykonos a good area in 3 minutes away, guests can find great beaches, The establishment has views of Aegean the sea.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2980.57" OriginalAmount="2951.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.414901" Longitude="25.313648" StarRating="5" HotelCode="|55683" HotelName="Saint John Villas and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2983.15" OriginalAmount="2953.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.423526" Longitude="25.321109" StarRating="4" HotelCode="|538115" HotelName="ANOME Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/8/1/1/5/538115_d03f60e2112.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3003.89" OriginalAmount="2974.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.419413" Longitude="25.313062" StarRating="5" HotelCode="|211173" HotelName="Anax Resort and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/1/7/3/211173_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3043.39" OriginalAmount="3013.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4152252" Longitude="25.3412541" StarRating="3" HotelCode="|71178" HotelName="Argo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLATYS GIALOS 0</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/1/7/8/71178_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2010, traditional style, has a breakfast room and a terrace with an open-air bar. SITUATION: This beach hotel is in Mykonos south it is situated 100 metres away from Platis Gialos the beach Mykonos it is situated 4 kilometres away from close to the establishment, clients can find restaurants, supermarkets and do water sports. it is 4 kilometres away from Mykonos Airport. ROOM: The large rooms, a bathroom with a shower and a hairdryer. They have a double bed, an air-conditioning system, heating and a balcony. They are equipped with a direct line telephone, a satellite television, internet, a safety deposit box and a fridge. FACILITIES: At the beach, guests can find deck chairs (available for a fee) and parasols. OTHERS: The establishment serves a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3075.89" OriginalAmount="3045.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.447301" Longitude="25.391998" StarRating="5" HotelCode="|521900" HotelName="Koukoumi Vegan Boutique" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ano Mera</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/1/9/0/0/521900_82059620938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3196.69" OriginalAmount="3165.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.42252" Longitude="25.39079" StarRating="5" HotelCode="|524072" HotelName="Elia Mykonos Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elia Beach, Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/0/7/2/524072_69e65da1141.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3297.07" OriginalAmount="3264.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4187" Longitude="25.3313" StarRating="5" HotelCode="|506682" HotelName="Alissachni Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Psarou, Agios Lazaros, Mykonos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/6/6/8/2/506682_d568d131237.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3625.16" OriginalAmount="3589.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.41567" Longitude="25.34284" StarRating="4" HotelCode="|195984" HotelName="The George" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platys Gialos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/9/8/4/195984_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3643.28" OriginalAmount="3607.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.42971" Longitude="25.40273" StarRating="5" HotelCode="|446514" HotelName="Radisson Blu Euphoria Resort, Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalo livadi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/5/1/4/446514_ce4ae221654.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3678.20" OriginalAmount="3641.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.406838" Longitude="25.308514" StarRating="4" HotelCode="|527163" HotelName="Enigma Mykonos Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aleomandra Glyfadi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/1/6/3/527163_85b298b1001.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3769.79" OriginalAmount="3732.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.42173" Longitude="25.31177" StarRating="3" HotelCode="|195850" HotelName="Hippie Chic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Ioannis</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/5/8/5/0/195850_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3959.31" OriginalAmount="3920.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.413604" Longitude="25.342476" StarRating="0" HotelCode="|34704" HotelName="Nissaki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platy Gialos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/7/0/4/34704_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building has 3 floors and a swimming pool with bay views, In the entrance, you can find a lobby with a seating area. SITUATION: This establishment, Psarou Beach it is close to near the establishment, you will find Plats Gialos the beach it is in an excellent location, is 10 minutes away from the airport, the city. ROOM: It has luxurious rooms with wooden furniture, with beautiful views of the sea, a bathrobe, slippers, beach towels, a satellite TV and coffee service. Are also equipped with a direct line telephone, a flat-screen television, a hairdryer, internet, an individual air-conditioning system, an iron, an ironing board, a mini-bar and a safety deposit box. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant, The establishment offers a buffet breakfast, a lunch service and a dinner service. The establishment also has a swimming pool bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4038.94" OriginalAmount="3998.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.473128" Longitude="25.427717" StarRating="4" HotelCode="|450675" HotelName="Semeli Coast Mykonos Curio Collection by Hilton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Merchia Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/7/5/450675_21665cc1129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4162.45" OriginalAmount="4121.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4376954" Longitude="25.325496" StarRating="4" HotelCode="|30958" HotelName="Mykonos Bay Resort and Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Main Street Megali Ammos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/0/9/5/8/30958_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4243.21" OriginalAmount="4201.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.455881" Longitude="25.333199" StarRating="0" HotelCode="|529645" HotelName="Arocaria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tourlos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/6/4/5/529645_840acf31004.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4308.87" OriginalAmount="4266.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.421124" Longitude="25.326582" StarRating="5" HotelCode="|472569" HotelName="Once in Mykonos - Designed for Adults" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ornos</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/5/6/9/472569_a5230140921.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4314.13" OriginalAmount="4271.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.43534" Longitude="25.329083" StarRating="5" HotelCode="|50461" HotelName="Tharroe Of Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MYKONOS TOWN, ANGELICA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/6/1/50461_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a swimming pool, With regards to the food and beverage offering, the establishment has a bar, a restaurant and a swimming pool bar. It has air-conditioning and heating. The establishment has an art gallery, a gym, a jacuzzi, a sauna, a kiosk and conference rooms. The establishment offers room service, a safety deposit box service, a laundry service and secretarial services. The establishment also has a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4584.19" OriginalAmount="4538.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.413999" Longitude="25.345027" StarRating="5" HotelCode="|214758" HotelName="Branco Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Platis Gialos Beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/4/7/5/8/214758_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5128.65" OriginalAmount="5077.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4383707" Longitude="25.3275373" StarRating="5" HotelCode="|31743" HotelName="Bill and Coo Suites and Lounge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MEGALI AMOS BEACH, 500M FROM MYKONOS TOWN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/7/4/3/31743_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers a restaurant, a lounge bar and a swimming pool with sea views. SITUATION: This hotel is near Mykonos, close to Megali Ammos Beach.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6053.73" OriginalAmount="5993.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.413398" Longitude="25.36771" StarRating="0" HotelCode="|550573" HotelName="Nimbus My Aktis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Super Paradise</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/0/5/7/3/550573_1e5e0721202.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6233.55" OriginalAmount="6171.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.422251" Longitude="25.394955" StarRating="5" HotelCode="|452300" HotelName="Myconian Deos - The Set" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agios Vasilios, Chora Mykonou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/3/0/0/452300_2c7a2b71048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7049.61" OriginalAmount="6979.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.438531" Longitude="25.411126" StarRating="5" HotelCode="|534264" HotelName="Million Stars Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalafatis Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/2/6/4/534264_540c28d1156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="7504.92" OriginalAmount="7430.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.4554644" Longitude="25.3287704" StarRating="5" HotelCode="|24893" HotelName="Cavo Tagoo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tagoo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/8/9/3/24893_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 13 suites, suites with a private swimming pool and 31 superior rooms. The establishment also offers superior rooms, with a private pool, This urban hotel with air-conditioning, has a reception, a bar, a television room, a restaurant, room service and a car park. SITUATION: This hotel is situated on a cliff, is 600 metres away from Mykonos the city of it is 5 kilometres away from Mykonos Airport it is 500 metres away from the old harbour,2,5 kilometres away, you can find the harbour. ROOM: The establishment has 69 rooms with wonderful sea views, a large balcony, elegant furniture, a bathroom with hydromassage bath, a shower, a hairdryer, toiletries, a bathrobe and slippers. They are equipped with individual air-conditioning, an alarm clock, a television, a DVD player, a CD player, body mirror, internet (available for a fee), a direct line telephone, a satellite television, a mirror, a mini-bar, a king size or double bed, a safe, a VIP service, an alarm clock and voicemail. FACILITIES: Outdoors, clients have access to a swimming pool and a snack bar. The establishment has a massage service. OBSERVATIONS: The establishment offers a transfer service to the airport and the port. OTHERS: Guests can book bed and breakfast or half-board.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="8076.92" OriginalAmount="7996.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.44512" Longitude="25.42397" StarRating="5" HotelCode="|444866" HotelName="Cali Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kalafati 846 00</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/6/6/444866_1a988031002.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9382.32" OriginalAmount="9289.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.415258" Longitude="25.336908" StarRating="5" HotelCode="|529154" HotelName="Nammos Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Psarou beach</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/1/5/4/529154_b7dafda1039.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="9544.04" OriginalAmount="9449.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.41813" Longitude="25.32572" StarRating="5" HotelCode="|28284" HotelName="Santa Marina, A Luxury Collection Resort, Mykonos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ORNOS BAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/2/8/4/28284_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This exotic hotel, has great views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="13405.08" OriginalAmount="13272.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.488213" Longitude="25.360086" StarRating="3" HotelCode="|178950" HotelName="Grecotel Mykonos Lolita" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AGIOS SOSTIS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/9/5/0/178950_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2235.75" OriginalAmount="2213.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.44684" Longitude="25.32976" StarRating="0" HotelCode="|245872" HotelName="The Townhouse Mykonos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Manto Square</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Bicycle Rental</BasicAmenities>
    <HotelRating>3</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</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
ddf781b8-dcb3-4fcb-9265-ee2d2bacf271|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="ddf781b8-dcb3-4fcb-9265-ee2d2bacf271">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="44939" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-04T00:00:00" End="2026-08-07T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|55683" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@skyluxetours.com" Password="Mumbai@54321" 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
ddf781b8-dcb3-4fcb-9265-ee2d2bacf271|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="ddf781b8-dcb3-4fcb-9265-ee2d2bacf271" TimeStamp="0001-01-01T00:00:00" HotelName="Saint John Villas and Spa" HotelCode="55683" GTCityId="44939" CountryCode="GR" CityName="Mykonos" CountryName="Greece" Address="Agios Ioannis," SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Double room|Room 2: Double room" RoomTypeCode="55683H1_24/1_51-167H2HRHRa3fmae|1784201672.DIDDBPX-GBRAcdfb9offQ|2863.70|94|Mjg2My43MHxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="2437" TotalPrice="2461.18" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/07/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-19T00:00:00" End="2026-07-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2436.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Junior Suite|Room 2: Junior Suite" RoomTypeCode="55683H42_1/42_1H2HNHNmealj0|1784201672.DIDDBPX-GBRAcdfb9offQ|4616.96|94|NDYxNi45NnxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="3929" TotalPrice="3968.00" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-16T12:34:35.1123557+01:00" End="2026-08-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3928.71" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Half-board" FilterMealType="Half-board" RoomType="Room 1: Junior Suite|Room 2: Junior Suite" RoomTypeCode="55683H42_1/42_1H3HRHR8j8ib4|1784201672.DIDDBPX-GBRAcdfb9offQ|5433.48|94|NTQzMy40OHxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="4624" TotalPrice="4669.75" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 19/07/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-19T00:00:00" End="2026-07-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4623.51" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Villa|Room 2: Villa" RoomTypeCode="55683H68_1-91-1179/1_51-167-1179H2HNHNmeg88b|1784201672.DIDDBPX-GBRAcdfb9offQ|5829.19|94|NTgyOS4xOXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="4960" TotalPrice="5009.83" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-16T12:34:35.1123557+01:00" End="2026-08-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4960.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_11.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_15.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_5.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_8.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_9.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_10.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_12.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_13.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_14.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_16.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_3.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_6.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/5/5/6/8/3/55683_4.jpg" /></Images><HotelDescription /><Facilities><HotelFacilities><Type>Hotel</Type><Description>Room service</Description><Value>Room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Valet</Description><Value>Valet</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tourist information</Description><Value>Tourist information</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Chapel</Description><Value>Chapel</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Menu for children</Description><Value>Menu for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Private check-in/check-out</Description><Value>Private check-in/check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fax / photocopy machine</Description><Value>Fax / photocopy machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Check-in and check-out without contact</Description><Value>Check-in and check-out without contact</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Masks available to customers</Description><Value>Masks available to customers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>You can pay without cash</Description><Value>You can pay without cash</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Clients can choose not to use the accommodationÂ´s cleaning service</Description><Value>Clients can choose not to use the accommodationÂ´s cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Hot tub/jacuzzi</Description><Value>Hot tub/jacuzzi</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Shop or supermarket</Description><Value>Shop or supermarket</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Terrace / solarium</Description><Value>Terrace / solarium</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Children\'s pool</Description><Value>Children\'s pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>No pets allowed</Description><Value>No pets allowed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tennis</Description><Value>Tennis</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Outdoor fireplace</Description><Value>Outdoor fireplace</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoking zone</Description><Value>Smoking zone</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Laundry service</Description><Value>Laundry service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Lift</Description><Value>Lift</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Umbrellas</Description><Value>Umbrellas</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Massages</Description><Value>Massages</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Hairdresser/Beauty salon</Description><Value>Hairdresser/Beauty salon</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tea / Coffee maker</Description><Value>Tea / Coffee maker</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Private beach area</Description><Value>Private beach area</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Barbecue</Description><Value>Barbecue</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Currency exchange</Description><Value>Currency exchange</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Special health and safety measures are followed</Description><Value>Special health and safety measures are followed</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Adventure sports</Description><Value>Adventure sports</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Beach</Description><Value>Beach</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luxury</Description><Value>Luxury</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Outdoor pool (seasonal)</Description><Value>Outdoor pool (seasonal)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Indoor or covered pool</Description><Value>Indoor or covered pool</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>TV area / shared lounge</Description><Value>TV area / shared lounge</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Beach/pool towels</Description><Value>Beach/pool towels</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Turkish bath / Hammam</Description><Value>Turkish bath / Hammam</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business</Description><Value>Business</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Airport pick-up service</Description><Value>Airport pick-up service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa</Description><Value>Spa</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Spa / Wellness Center</Description><Value>Spa / Wellness Center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Sauna</Description><Value>Sauna</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Car rental</Description><Value>Car rental</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bike rental</Description><Value>Bike rental</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
ddf781b8-dcb3-4fcb-9265-ee2d2bacf271|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="ddf781b8-dcb3-4fcb-9265-ee2d2bacf271">
  <Rooms>
    <Room RoomType="Room 1: Double room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
    <Room RoomType="Room 2: Double room" TotalAdult="3" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="info@skyluxetours.com" Password="Mumbai@54321" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="55683" SourceId="94" RoomTypeCode="55683H1_24/1_51-167H2HRHRa3fmae|1784201672.DIDDBPX-GBRAcdfb9offQ|2863.70|94|Mjg2My43MHxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-08-04T00:00:00" End="2026-08-07T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||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
ddf781b8-dcb3-4fcb-9265-ee2d2bacf271|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Fail</Status>
  <TotalAmount>0.00</TotalAmount>
  <TraceId>ddf781b8-dcb3-4fcb-9265-ee2d2bacf271</TraceId>
</CheckRatesRS>||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
888e9c1d-f7f1-4401-b4cc-44e083067b67|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="888e9c1d-f7f1-4401-b4cc-44e083067b67">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="43896" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-07-16T00:00:00" End="2026-07-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@skyluxetours.com" Password="Mumbai@54321" 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
888e9c1d-f7f1-4401-b4cc-44e083067b67|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
888e9c1d-f7f1-4401-b4cc-44e083067b67|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:3b9d17c2-aaf3-41ac-a1d0-a309a8ac9455
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
888e9c1d-f7f1-4401-b4cc-44e083067b67|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
888e9c1d-f7f1-4401-b4cc-44e083067b67|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-07-16T12:36:00.2628159+01:00" Version="0" EchoToken="Search" TransactionIdentifier="888e9c1d-f7f1-4401-b4cc-44e083067b67" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.981763" Longitude="23.724558" StarRating="1" HotelCode="143885|56983" HotelName="Sparta Team" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse,Hostel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Menandrou Street 21, Omonoia, Athen 10553</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/71/bb713faa277ef1d8f49cc97ba194a93be1469b81.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located a few minutes from Omonoia Square and the historic centre, including archaeolog...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="92.01" OriginalAmount="91.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.982644193906" Longitude="23.725394010544" StarRating="2" HotelCode="94689|1471958" HotelName="Elite" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peiraios 23, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/9a/b99ad427bade2b41f67c47bd2bb20ecee2bd1caf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.991062095696" Longitude="23.724321126938" StarRating="3" HotelCode="113596|nana_hotel" HotelName="Socrates Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Neofitou Metaxa 27-29, Larissis Station, 10439 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/db/2cdb08d2b573e7dcdc558a30ea5b301fe3f88d0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.986962" Longitude="23.719288" StarRating="2" HotelCode="144166|219705" HotelName="Athens Delta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>27 Kerameon Street, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/f5/7bf548c357f7274e47e7fab33a55a1d301130649.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.985351530607" Longitude="23.72780535582" StarRating="2" HotelCode="293094|cosmopolit_2" HotelName="Cosmopolit Athens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Marikas Kotopouli 7 And  Xouthou Str, 104 32 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/6a/2f6a23886e3589ea27d40c50f217ec8879ce4c39.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.002756" Longitude="23.733236" StarRating="3" HotelCode="74483|exis_boutique_hotel" HotelName="Exis Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Jacuzzi,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1 Spartis Str., 11252 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/df/59df42106132163140da0b9f571732668d5ab198.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is superbly situated in the heart of Athens on Amerikis Square, only a 10-minute drive by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98695024" Longitude="23.72757811" StarRating="3" HotelCode="787475|aristo_boutique_suites_guest_house" HotelName="Aristo Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Aristotelous 12, 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/dd/40ddcfa26563c37599f1971f9e26462a17f9e6a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98316119" Longitude="23.72616587" StarRating="2" HotelCode="491259|174302" HotelName="Ares Athens Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Pireos Street 7, 10552 Athens, Attiki</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0033/31937/3331937/1.jpg?f=15079445</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.955701" Longitude="23.676483" StarRating="2" HotelCode="225008|ares_athens_hotel" HotelName="Aris" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Pireos street, 105 52 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/fc/74fc47777ca95431d997b187317a79d7ae11eca7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98146833" Longitude="23.72635563" StarRating="0" HotelCode="960820|athens_psiri_hotel" HotelName="Athens Psiri Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sofokleous Street 32, Psiri, 105 52 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/d4/d2d46d8b2a372fede5bd8603be12496bcf7d084e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.983879" Longitude="23.724755" StarRating="2" HotelCode="89362|23463" HotelName="Epidavros" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>14 Koumoundourou Str., 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/ee/25ee46837655bad3e1f6f1f89a3796f54e1a8eac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel offers an ideal stay to Athens visitors. It is located in a quiet pedestrian, in Omonia, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.987356" Longitude="23.728275" StarRating="3" HotelCode="902656|57142" HotelName="Solomou Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>72 Solomou Street, 10432 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/fb/48fbd310c08c5d028ca0a2554303fb36aef4dc86.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the centre of Athens city, very close to Omonoia Square, within walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98406274778" Longitude="23.724111914635" StarRating="2" HotelCode="151373|hotel_lido_10" HotelName="Lido" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zinonos &amp; Nikiforou Str. 2, Omonia Square, Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/bb/b0bbe248e637b470a7e4d2fa8486e52448b3705a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9841974" Longitude="23.7112924" StarRating="3" HotelCode="310577|mc_queen_hotel" HotelName="Mc Queen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Kastorias Street 24, Votanikos, Athens 10447</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/60/4860f896634cfb67ea91dd7b4f3a86e070c596c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.99731" Longitude="23.742713" StarRating="2" HotelCode="42873|16657" HotelName="Nicola" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Garden,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Olenou Street 14, 11362 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/2b/342b7d9b636492780cd4b85ae4cdb09adca50e29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The pleasant city hotel enjoys a central location at the heart of Kipseli within 100 m of the neares...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.985479" Longitude="23.719899" StarRating="3" HotelCode="31003|871" HotelName="Rio Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>13 Odysseos St. / Karaiskaki Square, 10436 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/0c/8e0c4d38dc2a8324a234c8e0e80578ecee0e3088.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superior hotel lies on a quiet pedestrianised zone close to Karaiskaki Square in the centre of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98506217982" Longitude="23.72707666814" StarRating="4" HotelCode="323430|219689" HotelName="Ambrosia Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>52 Sokratous Street, 104 31 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/a8/72a808ecf8c5e44b3c6d783019be81bf1ac02829.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the epitome of affordable quality accommodation in Athens, Greece, just a 2 minute wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98501" Longitude="23.722904" StarRating="2" HotelCode="94687|55716" HotelName="Stalis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Akominatou St &amp; Agiou Konstantinou St, 10437 Omonia, Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/e9/93e95be1ec84a1b5a4440f6419d3ab9da8c0800a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just minutes away from all the excitement of Athens, very close to the Nationa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="666653|artemision_2" HotelName="Artemision" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Veranzerou Street 20</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/48/b3484fc083007ff60021f09986bd5026cce77015.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.007824" Longitude="23.735192" StarRating="2" HotelCode="103366|6450" HotelName="Athens City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Patission 232, Athens 112 56</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/92/1d9209f9051c115279607e6dfc474c60a778174c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies very close to the centre of Athens. Its location on Patission Street means that...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="135.35" OriginalAmount="134.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.984565" Longitude="23.724499" StarRating="3" HotelCode="366149|187236" HotelName="Delphi Art" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Konstantinou 27, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/d9/8ed95ad665941ab2d52021956c07cd0d50ecde7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens, on St. Constantine's Square and opposite the Nat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98413813" Longitude="23.76279492" StarRating="3" HotelCode="631549|elvita_apartments" HotelName="Elvita Apartmens 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Farantaton 27, Ampelokipi, 11527 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/59/4159bbd92ecfebd0632722cc5528c5eaa9ef583b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens, about 10 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98481559" Longitude="23.7247258" StarRating="3" HotelCode="591159|252015" HotelName="Kubic Athens Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Konstantinou 26, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/24/2924e8114dce7328288dbe261bba09166f4544ca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="864554|omnia_pagrati_apartments" HotelName="Omnia Pagrati Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chremonidou Street 30</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/c4/24c4cb50b766a7e52ec9973c022d58f40d4c7a7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.980367262473" Longitude="23.757086992264" StarRating="4" HotelCode="144050|art_suites_athens" HotelName="Art Suites Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Mihalakopoulou 88A and Sevasteias 3, 11528 Ilisia, Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/84/ee84d2f940fecc94a6a290b9ffc8c1fa6e267914.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.954505" Longitude="23.717698" StarRating="4" HotelCode="68433|16645" HotelName="Athens Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>21 Okeanidon Street, Syngrou Avenue, Agios Sostis, 11745 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/07/fc07fa9a59f06160318ff95ce081f1530d70758b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is situated in the centre of Athens in a quiet district on Syngrou Avenue, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.985823745955" Longitude="23.722312152386" StarRating="3" HotelCode="36456|minoa_hotel" HotelName="Minoa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Karolou, Metaxourgeio, Athen 10437</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/72/1672d615bdd7971e41a90d08def8489b292242e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="151.94" OriginalAmount="150.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9783855" Longitude="23.724527" StarRating="4" HotelCode="949924|4211565" HotelName="Live in Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agion Anargiron 5, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/4b/bc4bcbe7c4c32280eb8b95fc3ad20cb3d07a3fbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.984858" Longitude="23.724287" StarRating="3" HotelCode="113591|54954" HotelName="Achillion Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>32 Agiou Konstantinou Street, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/bc/d6bc1b20258ce7da93b3ddbeb4fab36d95813564.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98923102" Longitude="23.72467918" StarRating="3" HotelCode="599268|251993" HotelName="Athens Comfort Suites &amp; Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Aparthotel,Apartment,Hotel,Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Liossion Street 23, 10439 Athens, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/38/16/381681f104d7355901b6d141a910723e16bd3018.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98639525" Longitude="23.72759572" StarRating="3" HotelCode="731438|271448" HotelName="Breeze Boutique Athens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Lounge,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Chalkokondili 46, Athen 10432</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/4d/1c4d6ecb72bd13affbc10c19dfb9475b0869a616.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Breeze  Boutique  Athens  is  conveniently  located  in  Athens  City  Centre,  only  250  metres  a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.122186" Longitude="23.73447" StarRating="4" HotelCode="187882|parnis_palace_hotel_suites" HotelName="Parnis Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20th Parnithos Avenue, 13671 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/c0/16c0ceddfc26ed10ee722bac24fda6ee6108d2c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="3" HotelCode="739711|connect_studios" HotelName="Connect Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lenorman 14, 10436 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/e3/bee3acbb3a323731b74e4daa82cf9ad43d35024d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98584" Longitude="23.7263" StarRating="2" HotelCode="377594|amaryllis_3" HotelName="Athens Choice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Veranzerou Street 45, 104 32 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/07/f707733b750d0c11615f93d47d2a317d3e210d4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of Athens, close to the archaeological museum. The nearest publ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="2" HotelCode="742754|nubian_hostel" HotelName="Nubian Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47 Mavromichali, 10680 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/85/33855f421ec7a02b1747f52205c73e080c1ed0da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="872781|nicholas_point_apartments_and_rooms" HotelName="Nicholas Point Apartments And Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stefanou Vizadiou 29, 111 44 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/1a/7f1a5dc3c33ade776ed9bc30a4d3e9f1c8d8bd7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="164.63" OriginalAmount="163.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.982586" Longitude="23.725034" StarRating="4" HotelCode="145954|chic_hotel" HotelName="Chic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pireos Str. 25, 10552 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ae/6c/ae6c6ad8f5cf54d0b98eb776b6992546ebccb447.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the cultural and commercial centre of the city and guests will find links t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.66" OriginalAmount="166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.97955826" Longitude="23.72973959" StarRating="4" HotelCode="821715|klepsydra_urban_suites" HotelName="Klepsydra Urban Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Aristidou Street 1, 105 59 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/9b/789bcda24aab22a85a9cd67caeb5b081e44a5699.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.988811526306" Longitude="23.742107418852" StarRating="2" HotelCode="225009|hotel_frida_3" HotelName="Hotel Frieda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zosimou 2, Vatagi, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/cb/10cb0a52fd0ef05be95cd4903f97e83c1d116249.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Frida in Athens (Athens City Centre), you'll be conveni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.974667" Longitude="23.731627" StarRating="3" HotelCode="113597|omiros_2" HotelName="Omiros Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Elevator,Lounge,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>15 Apollonos, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/1c/361c3f0857049c0f1297562f016e19d2f000f4dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Omiros Hotel Athens has been recently renovated, during the Winter 2003/2004 in line with the ma...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98628823" Longitude="23.72754531" StarRating="2" HotelCode="591030|252024" HotelName="Orpheus Hotel Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Chalkokondyli 58, Omonoia, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/a3/06a386501d05b708cc16912dbd2dbb2a22b885d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="180.79" OriginalAmount="179" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.987293" Longitude="23.767123" StarRating="2" HotelCode="180164|219719" HotelName="Elisabeth Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Arkadias, 11527 Athen, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/69/1369e18a54223da5c8e117e24b216390f7f8a784.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.982969" Longitude="23.725565" StarRating="2" HotelCode="88754|otel_vienna" HotelName="Vienna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Pireos Street, Omonia Square, 10431 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/d0/79d02fca9c92826627acbca3e7f915278bdeea12.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Athens, just 100 metres away from the Omonia Square metro stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.90" OriginalAmount="190" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98611752" Longitude="23.72538744" StarRating="4" HotelCode="952672|398112" HotelName="Athens One Smart Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Veranzerou 50, Marnis, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/26/b926d3ee0a377fb8807148a747b5143ec8a73fd7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.116257" Longitude="23.863246" StarRating="3" HotelCode="160857|anastazia_luxury_suites__rooms" HotelName="Anastazia Luxury Suites &amp; Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Komninon Argonafton 12, 14572 Drosia</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/6f/306f60637673ea1a99f2cccd8aaeac031c1f66fd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the lush green Athens suburb of Drosia, only 20 km north of the ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.990891929196" Longitude="23.733984455466" StarRating="3" HotelCode="113779|55811" HotelName="Areos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bouboulinas 19, 10682 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/1f/431f6095b0e0446edf3faa59bd4f8a9b0b1f59f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located very close to the metro at Platia Victoria, which makes it directly accessible...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98606" Longitude="23.722211" StarRating="3" HotelCode="150232|219736" HotelName="Hotel Katerina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>20 Karolou &amp; Psaron Street, Athens 10437</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/4e/364eb235ea33776e645c66a094b894af944e4e72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 51 rooms. Room service is among the facilities. Wireless i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="197.96" OriginalAmount="196" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.95612669" Longitude="23.71539766" StarRating="4" HotelCode="459632|246847" HotelName="Athens Avenue Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Leof. Andrea Siggrou Avenue 182, 17671 Kallithea, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/14/38140a7e34a30ba52da6c942cdbcf8ca8926bb45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="952571|athenaeum_smart_hotel" HotelName="Athenaeum Smart Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sygrou Avenve 127, 117 45 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/17/7f17ae400be45b8bc5234a44bf317f729f59639b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.96445395" Longitude="23.72191907" StarRating="3" HotelCode="742688|athens_koukaki_boutique_apartments" HotelName="Athens Koukaki Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zaharitsa 47, Koukaki, 11741 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/cc/0bcc3cbca9a4aaddf354a8f229a1387b39e84d06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="205.83" OriginalAmount="203.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.985779" Longitude="23.72757" StarRating="3" HotelCode="113589|1003485" HotelName="Iniohos Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Verantzerou 26, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/17/174935/174935a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="882692|ater_albus" HotelName="Ater Albus By K&amp;k" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Dimitriou 14</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/37/99373b5587edad3c272ef0bcb8e2585281bf7125.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.97710659" Longitude="23.72247544" StarRating="3" HotelCode="739208|294353" HotelName="The Athens Edition Luxury Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Concierge,Elevator,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Ermou 121, 10555 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/c9/a9c93e5e2e89bde8177bab4fd4e50316061ed681.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the city centre of Athens and was established in 1955. It is close t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.93" OriginalAmount="207.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98021624" Longitude="23.71217152" StarRating="3" HotelCode="745153|4235515" HotelName="Space Paradise Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Triptolemou 6, 118 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/44/c244980ace3006fcd73216451c80841926044871.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.983884108749" Longitude="23.727309107781" StarRating="4" HotelCode="22192|135422" HotelName="Athens Tiare Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Peiraios 2, 10431 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/21/e3214f4074019fdb34483dbc06db38e5710fda4e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on Omonia Square at the heart of the business and shopping district ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.97796872" Longitude="23.72861985" StarRating="4" HotelCode="551591|184595" HotelName="Concierge Athens II" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Nikiou 6, 10560 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/77158/2477158/26.jpg?f=15648798</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="215.22" OriginalAmount="213.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="977799|4645445" HotelName="Athens Stories" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Miaouli 19, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e3/72e3f4d6936d81ead2e9713eace064bb50bec24e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.97776611" Longitude="23.7319213" StarRating="3" HotelCode="626301|karitsi_place" HotelName="Karitsi Place" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Karitsi 6, 10561 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/f6/1cf66288f584ee7b67c2709d76f0ed2268003881.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.97641553" Longitude="23.73101046" StarRating="3" HotelCode="623635|vol5_the_mini_lodge" HotelName="Vol 5 The Mini Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kornarou street 7, 105 63 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/1b/4a1bd541cb6bc2c8498ba30ed9111dd4ad5fc732.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.974606" Longitude="23.750867" StarRating="4" HotelCode="113598|55572" HotelName="Delice" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leoforos Vasileos Alexandrou 3 &amp; Vrassida, Athens 11528</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/81/6981a068f40b1d017ec0683049fedddd9515e006.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Athens, about 17 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.46" OriginalAmount="222.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98381383292" Longitude="23.755663856217" StarRating="3" HotelCode="407812|1818638" HotelName="Andromeda - The Ambiance Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Bar,Concierge,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Massage Centre,Meeting Room,Parking">
        <Address>
          <AddressLines>
            <AddressLine>15 Timoleontos Vassou, 11521 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ac/62acb74b9e0094b76c9311045c11f27b2be3e975.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Athens (Kolonaki), Andromeda Suites and Apartments is m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.96645213" Longitude="23.73130049" StarRating="3" HotelCode="535523|aba_athens_boutique_apartments" HotelName="Aba Athens Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Acropolis Area, Athens Center, 117 41 Athens, Attika</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/75/2375b6ca295a35f3d19c4b14448ff382d64c8b74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="231.77" OriginalAmount="229.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98622741" Longitude="23.72219918" StarRating="4" HotelCode="593064|2482975" HotelName="Meni Apartments" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Psaron Street 8, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/f1/7ef14e8fcd28059eea72bcc25073a123d4514abd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.985504528534" Longitude="23.729556798935" StarRating="4" HotelCode="365848|polis_grand_hotel" HotelName="Polis Grand" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Veranzerou St., 10432 Athens, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/62/0562ae48d700947189829baa35cd18858bc3af96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in one of the most central points of Athens, just 200 m from Omonia Square and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.97880895" Longitude="23.7248981" StarRating="3" HotelCode="755120|the_frogs_guesthouse" HotelName="The Frogs Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aristofanous 4, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/7d/bc7d4e952efd5c10f1a0643c92f9df73457b6c1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.44" OriginalAmount="244.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.989503696577" Longitude="23.746578046627" StarRating="4" HotelCode="19491|athens_zafolia_hotel" HotelName="Athens Zafolia Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City 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,Heated Pool,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alexandras Avenue 87-89, 114 74 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/a7/dba7d1cc41fa2ab9ebfebc3af2c3bdadcf449515.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is centrally located and is situated close to the Lycabettus hills and the archaeolog...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="258.13" OriginalAmount="255.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.982907302658" Longitude="23.730956834324" StarRating="5" HotelCode="18624|9004" HotelName="Titania Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Panepistimiou 52, 106 78 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/71/dd716234809eb940a71ffa7a69388901e93aa613.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of Athens, just a few paces from countless shopping facilities a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.97945666471" Longitude="23.725708189432" StarRating="3" HotelCode="32706|20127" HotelName="Arion Athens Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Dimitriou 18, Psiri, 105 54 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/be/5dbe498db2cdbf88bc0f101bb46bccdf903ec72d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the Psyri quarter, which always enjoys great popularity in Athens....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="263.38" OriginalAmount="260.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.977312" Longitude="23.724935" StarRating="3" HotelCode="144168|1113018" HotelName="AthenStyle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Agias Theklas 10, Monastiraki, Athens 105 54</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/41/dc417062e1a46f24a4f66570b2e1139daff78247.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens. The nearest airport is Athen (ATH).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="263.61" OriginalAmount="261" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9848" Longitude="23.7212" StarRating="5" HotelCode="489514|179918" HotelName="Wyndham Grand Athens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Megalou Alexandrou Street 2, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/602479/a_602479_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located and only minutes from the lively centre, which has an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.65" OriginalAmount="265" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.978094" Longitude="23.754601" StarRating="4" HotelCode="337253|36629" HotelName="Holiday Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Arnis Str. 4, 11528 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/95/2f95d7dd396c5902472faada70d63e91bb5a5eaa.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally located and only minutes from the lively centre, which has an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.65" OriginalAmount="265.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.977665" Longitude="23.729034" StarRating="2" HotelCode="145551|carolina_hotel" HotelName="Hotel Carolina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>55 Kolokotroni Street, 10560 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/61/6761e6489c6a6e4c9bf15d43d2d2fe0d8096e277.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.70" OriginalAmount="270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.972978" Longitude="23.731423" StarRating="2" HotelCode="160639|nefeli_hotel" HotelName="Nefeli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16, Iperidou Str &amp; 2, Ag. Hatzimichali Str., Plaka area, 10558 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/21/b121ccbe95fd18dfe21a6edbe5bf123073d00fcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy and comfortable hotel lies right in the heart of the beautiful city of Athens, in the scen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.73" OriginalAmount="273" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.978592" Longitude="23.720517" StarRating="3" HotelCode="337097|4134" HotelName="Jason Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12 Ag. Assomaton Street, 10553 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/7a/a07a1dce738a1afbb75a5dbe84a494e667e36664.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre of Athens, not far from the Acropolis. The closest train st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="275.73" OriginalAmount="273" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.989439298981" Longitude="23.724929906746" StarRating="4" HotelCode="15215|27641" HotelName="Novotel Athenes" 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,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Michail Voda Street 4, 104 39 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/0b/600bb7c75164cff2a2306bfd1f0dd3ebca6cd6f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, top-quality hotel is located in a quiet side street close to the National Museum and Om...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="980021|pame_house" HotelName="Pame House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Miaouli 23, 105 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/0b/710bcce813900efff500e789fda15e64d77ee876.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.984638" Longitude="23.727606" StarRating="2" HotelCode="33258|518807" HotelName="La Mirage" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marikas Kotopouli Str. 3, Omonia Square, 10431 Athina</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/e3/9fe3e9ebce22946434323230b3d8b755aefd16a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is located near to Athens’ historic Old Town. Countless shops, restaurants, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.80" OriginalAmount="280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.967596532951" Longitude="23.727280944586" StarRating="3" HotelCode="27905|philippos_hotel_2" HotelName="Philippos Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mitseon Street 3, Acropolis, Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/50/cb509cef60695bb161ed3b912d2c2f1ebc940689.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-owned hotel is just a block from the New Acropolis Museum and the Parthenon, in the tran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.80" OriginalAmount="280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.985387486863" Longitude="23.720847612268" StarRating="3" HotelCode="726380|wyndham_athens_residence" HotelName="Wyndham Athens Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Kitchen,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Achilleos 2, 10437 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/17/4a/174ae7453dd15917024667b9a7c1fca250df52c2.WEBP</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="283.81" OriginalAmount="281" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.985748536531" Longitude="23.722735827053" StarRating="4" HotelCode="160858|22054" HotelName="Novus City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karolou Street 23, Karaiskaki Square, 104 37 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/ec/44ec09108b8d4b0d51540032dc54c3b1ed301eb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the cultural and historical heart of Athens within walking dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.967265178286" Longitude="23.728678087298" StarRating="2" HotelCode="225010|219714" HotelName="Athens Studios" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Veikou Street 3A, Makrigyianni, 117 42 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/d7/1ed7ae7e8d749b7497284a2b72418941a539ba1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.85" OriginalAmount="285.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.04822413" Longitude="23.79725033" StarRating="2" HotelCode="333562|hotel_maroussi" HotelName="Hotel Maroussi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Olympias 10, Marousi, 15124 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/ca/abca732ae1534741278ea5e52259b1fb2c3ece80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This unpretentious hotel is set in Athens. Marousi Hotel is not a pet-friendly establishment. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.89" OriginalAmount="289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.966032" Longitude="23.728363" StarRating="3" HotelCode="93119|acropolis_museum_boutique_hotel" HotelName="Acropolis Museum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Massage Centre,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>48 Sygrou Avenue, Athens 11742</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/4c/0d4cd843b88f5d4e6eb50a48e3eff36d535f929b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a few steps from the Acropolis and Plaka, and adjacent to the new Acropolis museum, this charmi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="300.98" OriginalAmount="298" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.965566543498" Longitude="23.72935295105" StarRating="4" HotelCode="26483|8756" HotelName="Athenian Callirhoe" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kallirois Avenue &amp; Petmeza 32, 11743 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/93/179301d88e4909c02631b659e300e79b54269f7a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on Kallirrois Avenue, one of the most frequented avenues, very close to the cit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="303.00" OriginalAmount="300" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98862824" Longitude="23.76878824" StarRating="3" HotelCode="861138|373360" HotelName="Athens Platinum Rooms And Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Bar,Designated Smoking Area,Internet,Laundry,Parking,Printer,Restaurant,Room Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Zagoras Street 16, 115 27 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/d0/27/d027c38a0b4a887fe9d906028d8992a47903de9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is located in Athens. Athens Platinum Rooms and Suites is a complex of 41 luxuriou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.04" OriginalAmount="304" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.983319" Longitude="23.756979" StarRating="4" HotelCode="173051|33194" HotelName="Alexandros" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Timoleondos Vassou 8, 11521 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/eb/c8ebfd55ebc0f1b0ed0c4e027f746822b49e7df9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is quietly situated, somewhat out of the centre of Athens yet still within easy reach of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.04" OriginalAmount="304" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.983789" Longitude="23.755976" StarRating="4" HotelCode="201010|54333" HotelName="Best Western Plus Embassy Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Timoleontos Vassou 22, 11521 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/16/6f16deef48008f6299e54add360f050d48d6a4d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury boutique hotel is centrally located at the foot of Mount Lycabettus, about 1.5 km from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="311.58" OriginalAmount="308.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.978436995074" Longitude="23.726584911346" StarRating="2" HotelCode="6356|285845" HotelName="Attalos" 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,Central Heating,Designated Smoking Area,Fax,Internet,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Athinas, 29, Monastiraki, 10554 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/ee/86ee7a6f111c4d626508b0a836f98282e94d8ebd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is conveniently located right in the centre of Athens, in the old tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.12" OriginalAmount="312" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.972791781563" Longitude="23.751658201218" StarRating="5" HotelCode="11810|22573" HotelName="Divani Caravel" 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,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasileos Alexandrou 2, 16121 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/d3/4dd3d46bb784245113c3ae1fed64e2b696689f9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch hotel is wonderfully located in one of the most exclusive shopping, leisure and comme...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="319.16" OriginalAmount="316" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.973904055864" Longitude="23.73503382209" StarRating="4" HotelCode="6352|33381" HotelName="Amalia Hotel Athens" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amalias Avenue 10, 105 57 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ba/70ba4935cc78b1d0db8641b3d494a4b4aa70e494.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in an exceptional location next to Syntagma Square and opposite the National G...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="321.18" OriginalAmount="318" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.991298848432" Longitude="23.733134865761" StarRating="4" HotelCode="6364|6752" HotelName="Radisson Blu Park Hotel, Athens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Alexandras Avenue 10, 10682 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/e7/87e7e97b87e18506d54d92814a2a1d1c64b2b746.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel has an attractive location in a wonderful park area. The archaeological museum and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="322.19" OriginalAmount="319" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98050079" Longitude="23.71203624" StarRating="3" HotelCode="745086|294351" HotelName="Super Paradise Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Megalou Alexandrou 131, 118 54 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/dc/5bdc4d84ae4a8a2dd5add299755d2de79691a1fe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="323.20" OriginalAmount="320.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.978358914602" Longitude="23.755373026984" StarRating="4" HotelCode="12854|golden_age_hotel" HotelName="The Golden Age Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Michalakopoulou Street 57, 115 28 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/76/3e76da3cc78e511285481056af7ccbb8633da2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of the most highly secured areas of Athens, near the Music Hall and the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="325.22" OriginalAmount="322" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.98259533" Longitude="23.71669657" StarRating="4" HotelCode="756668|373366" HotelName="Estia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Megalou Alexandrou Street 79, 104 35 ?thens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/58/985814064087b0db37280af15a167ff99783c649.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.25" OriginalAmount="325.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.977163159921" Longitude="23.731588572264" StarRating="3" HotelCode="166982|achilleas_hotel" HotelName="Achilleas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lekka 21, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/fa/fafa3cde51c556d5467bfff8b3220b94ce3c19a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a quiet side street at the heart of Athens. Close by are many of the city's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.31" OriginalAmount="331.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9776846" Longitude="23.72435756" StarRating="4" HotelCode="561927|athens_lodge_2" HotelName="Athens Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Karaiskaki 19, 10554 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/d6/6bd652f81cfbf4b3f2bd2e977622fd42eb7699e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.34" OriginalAmount="334.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.983645" Longitude="23.727427" StarRating="5" HotelCode="10469|classical_acropol_3" HotelName="Classical Acropol" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Omonia Square, 105 52 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/87/4c874ffeb5f2fc0c34361f466a1372e515ea513d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located on Omonia Square at the heart of the business and shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.47" OriginalAmount="347.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9943612" Longitude="23.72925649" StarRating="3" HotelCode="746951|victoria_best_apartments" HotelName="Victoria Best Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Aristotelous 97, 104 34 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/22/1b2235f9b018b31d76a218b8b035a10f1ed92b79.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.02976353" Longitude="23.78562563" StarRating="4" HotelCode="435075|urban_residence" HotelName="Urban Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>50 Neapoleos Street, Agia Filothei Amarousiou, 15123 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/7b/147b7d78b2f549299c469b594d5db6db5e1b81d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.55" OriginalAmount="355.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="977632|fos_downtown_suites" HotelName="Fos Hotel Athens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lekka 19, 105 62 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/e9/1ce972e623073353fa5882f0b93e65cdafba0416.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="965344|493241" HotelName="Athens Manor Houses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Athinaidos &amp; Evaggelistrias Street 2, 105 60 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/642551/2020316101521285.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="368.65" OriginalAmount="365.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.97423098" Longitude="23.73001069" StarRating="0" HotelCode="835963|live_in_athens_acropolis_suites" HotelName="Live In Athens Acropolis Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agiou Andreou 2, 105 56 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/76/c976acfffdf673ad14b03e0fbfe7c099d9019078.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.75" OriginalAmount="375.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.114244" Longitude="23.848056" StarRating="5" HotelCode="59686|life_gallery" HotelName="Life Gallery Athens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>103 Thisseos Avenue, Ekali, Athens 14578</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/f4/c1f4837886b23972c9e2b16db78cd6a67323e376.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new boutique hotel, member of the Small Luxury Hotels of the World, the Design Hotels and the L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="382.79" OriginalAmount="379" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.974551" Longitude="23.731284" StarRating="3" HotelCode="6361|20414" HotelName="Hermes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apollonos, 19, 10557 Athen</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/7d/ba7de9560e6ce7449172eb13f487a4d110a42ab1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel enjoys a superb location near to Syntagma Square and Plaka, the Acropolis, the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="388.85" OriginalAmount="385.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.97632556" Longitude="23.72946242" StarRating="0" HotelCode="961036|athens_utopia_ermou" HotelName="Athens Utopia Ermou" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ermou 46, 10563 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/7e/d67e6455f88adafff76d87312b0aed13a6582876.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.12" OriginalAmount="385.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.940745" Longitude="23.696863" StarRating="5" HotelCode="14828|8894" HotelName="Athens Marriott 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,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 385, 17564 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/c9/d4c92e786db877edb0af343d596853bd92162069.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the midst of a magnificent 300 m² garden, directly on Syngroú- streets, a m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="399.96" OriginalAmount="396" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.97727" Longitude="23.72553" StarRating="3" HotelCode="624908|251985" HotelName="360 Degrees Pop Art Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5 Miaouli, 10554 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/8d/628d30cc37f9f70fc329636c71f630074858cccc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="425.21" OriginalAmount="421" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.97647" Longitude="23.72563" StarRating="3" HotelCode="348717|174294" HotelName="360 Degrees Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Monastiraki Square, 10552 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/d4/a8d41c0267910952951ba61fc8792cc87129acec.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Athens.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="434.30" OriginalAmount="430.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.985842772115" Longitude="23.720903992653" StarRating="4" HotelCode="6366|hotel_stanley" HotelName="Stanley" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>1, Odisseos street, Karaiskaki Square, Athens 10437</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/15/1f/151f4fe4a79ca10fe6cbbdf0e07257f74b22807d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 700 m from Athens city centre, 1.5 km from Constitution Square and just 10 min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="441.37" OriginalAmount="437.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.979265323397" Longitude="23.742257084656" StarRating="5" HotelCode="17886|st_george_lycabettus_hotel" HotelName="St. George Lycabettus Lifestyle Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference 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,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kleomenous Street 2, 106 75 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/09/e209b4dd9fdf6825ac448afd2657fd4c23a8856c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious boutique hotel is located in an idyllic, peaceful, green Lycabettus Hill. The Kolonak...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495.91" OriginalAmount="491.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.964424649766" Longitude="23.20816218853" StarRating="4" HotelCode="410471|kinetta_beach_resort__spa_" HotelName="Kinetta Beach Resort &amp; Spa" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>57th km of Old National Road Athens-Corinth, Kinetta 19100, Attica</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/4d/7c4d827da1928a059ed1fb255b3b44872c6f505e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Kineta, this resort is right on the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="505.00" OriginalAmount="500" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.959598895359" Longitude="23.721767663956" StarRating="5" HotelCode="10468|19246" HotelName="Athenaeum Intercontinental" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>89-93 Syngrou Avenue, 11745 Athens, Greece</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/9e/819ee78f7fe909cbff353a0545192f20f187b074.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-rate hotel is just a 15 minutes walk from Syntagma Square and approximately a 10-minute d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="511.02" OriginalAmount="505.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.96831096" Longitude="23.73133349" StarRating="0" HotelCode="964150|4210945" HotelName="Acropolis Exclusive Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leoforos Andrea Siggrou 12, Acrcopolis, 11742 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/49/1e/491e6487c1ff29d80f5b6a04b724353ea613953d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="530.25" OriginalAmount="525.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.9798" Longitude="23.7341" StarRating="0" HotelCode="973766|2mazi_suites" HotelName="2 Mazi Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nikis Strreet 46B, 105 58 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/db/b9dbeb841ca0415ab6e3213185244f938839a58d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="548.43" OriginalAmount="543" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.957364124535" Longitude="23.718170033961" StarRating="5" HotelCode="31368|454348" HotelName="Grand Hyatt Athens" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Syngrou Avenue 115, 117 45 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/29/9629169c819e113b08cb462fae0b83d7aff084df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the centre of Athens and only 200 m from links to the pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="608.02" OriginalAmount="602" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.977020599809" Longitude="23.755077860119" StarRating="5" HotelCode="99020|11426" HotelName="Crowne Plaza Athens City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>50 Mihalakopoulou Avenue, 115 28 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/fa/55fac4e18ae7b6b216ce93873e57a22382c17e10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies right in the heart of the city approximately 20 km from the nearest beach. Pu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="829.21" OriginalAmount="821" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.973325" Longitude="23.733631" StarRating="4" HotelCode="171078|38942" HotelName="New Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Filellinon Street 16, and Navarchou Nikodimou Street I, Syntagma Square, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/39/8239092391021605950524ccee79ee5ee2c088be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in center of Athens, 200 meters from Constitution Square and within walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="861.53" OriginalAmount="853" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.978912695478" Longitude="23.732818365097" StarRating="4" HotelCode="12283|9765" HotelName="Esperia Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Stadiou Street, 10564 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/ae/aef46a0d95fed43d/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within a few minutes walk of the acropolis, the old town, Syntagma S...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1313.00" OriginalAmount="1300" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.973910287194" Longitude="23.731319010258" StarRating="5" HotelCode="6359|14911" HotelName="Electra Palace Athens" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Navarchou Nikodimou Street 18-20, 10557 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/77/257750795123b3316afb9fe2ec3672299c3ad732.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated directly on a picturesque Plaka, at the heart of the old town of Athen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1421.07" OriginalAmount="1407" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.976037303808" Longitude="23.750054240227" StarRating="5" HotelCode="13305|23912" HotelName="Hilton Athens" 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,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>46 Vassilissis Sofias Avenue, 11528 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7e/42/7e424b29700f39a74879f6e9d2f6ac45040502c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is wonderfully located in the centre of Athens. This first-rate hotel is just a 10...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3019.90" OriginalAmount="2990" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.81006" Longitude="23.783884" StarRating="4" HotelCode="36888|27110" HotelName="Vouliagmeni Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Panos &amp; Chlois Street 8, 166 71 Vouliagmeni</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/4d/784dbb04f9398026516466878bbaf3d6ec7b98a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally situated just 100 metres from the coast. The lively city centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6316.54" OriginalAmount="6254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.976306" Longitude="23.73454" StarRating="5" HotelCode="15053|njv_athens_plaza_hotel" HotelName="NJV Athens Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasileos Georgiou A’ Street 2, Syntagma Square, 105 64 Athens</AddressLine>
          </AddressLines>
          <CityName>Athens</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/0f/110f413eb04a4cc45aa2132039ea3a9fad4cd231.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel has a wonderful location on Syntagma Square. All the important sightseeing ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Internet,Central Heating,Fax,Laundry,Restaurant,Room Service,Telephone Service,Bicycle Rental,Massage Centre,Shopping Arcade,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Lounge,Jacuzzi,Sauna,Swimming Pool,Diet Meals,Wheelchair Access,Spa,Kitchen,Airport Transfer (on Demand),Parking,Printer,Nightclub,Concierge,Elevator,Heated Pool,Garden,Babysitting,Dry Cleaning,Housekeeping,LCD/Projector,Luggage Storage,Meeting Room</BasicAmenities>
    <HotelRating>3,4,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>CITY HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,CONFERENCE HOTEL,HOTEL,APARTHOTEL,APARTMENT,APARTMENT HOTEL,GUESTHOUSE,HOSTEL</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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|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="eeba12c5-4451-472c-97c1-4f4c3ae708d9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="59326" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@skyluxetours.com" Password="Mumbai@54321" 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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|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:3b9d17c2-aaf3-41ac-a1d0-a309a8ac9455
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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|RestelSearch|successfull supplier interation||Restel|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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|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-07-16T12:38:48.089871+01:00" Version="0" EchoToken="Search" TransactionIdentifier="eeba12c5-4451-472c-97c1-4f4c3ae708d9" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="66.54" OriginalAmount="65.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.752913" Longitude="139.86911" StarRating="1" HotelCode="|481089" HotelName="YAWP! backpackers - Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>8-26-1 Takasago Katsushika-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/1/0/8/9/481089_7d8c0da1813.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.752879" Longitude="139.8691966" StarRating="1" HotelCode="592908|yawp_backpackers_hostel" HotelName="YAWP! backpackers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>8-26-1, 2F/3F  Takasago, Katsushika-ku, Tokyo 125-0054</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/54/9f54a826a74a0b15d189e49202e54d6da973ae5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="93.85" OriginalAmount="92.92" MarkupRule="1.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 09/09/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="103.02" OriginalAmount="102.00" MarkupRule="1.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 08/09/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="94" TotalAmount="110.50" OriginalAmount="109.41" MarkupRule="1.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="112.19" OriginalAmount="111.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6928" Longitude="139.78331" StarRating="2" HotelCode="|185692" HotelName="Hoshi Kai Kan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5F, 5-8 Yokoyamacho, Nihonbashi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/9/2/185692_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="114.41" OriginalAmount="113.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.73809" Longitude="139.79778" StarRating="2" HotelCode="|185695" HotelName="Meigetsu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/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="118.86" OriginalAmount="117.68" MarkupRule="1.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="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.692735" Longitude="139.783426" StarRating="2" HotelCode="189020|hotel_hoshi_kai_kan" HotelName="Houshi Kaikan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-8 Yokoyamacho Nihonbashi, Chuo-ku, Tokyo 103-0003, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a2/d3/a2d3c5aafb1819ed4290d9ff172e329f9cef0ac5.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="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.62624946" Longitude="139.72574089" StarRating="2" HotelCode="404736|central_inn_gotanda_adults_only" HotelName="Central Inn Gotanda" Meals="ROOM ONLY" 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="94" TotalAmount="123.46" OriginalAmount="122.24" MarkupRule="1.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="16" TotalAmount="123.47" OriginalAmount="122.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7382599" Longitude="139.797713" StarRating="2" HotelCode="338525|1174988" HotelName="Hotel Meigetsu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.75167835" Longitude="139.73611852" StarRating="2" HotelCode="596240|tokyo_guest_house_ouji_music_lounge_hostel" HotelName="Tokyo Guest House Ouji Music Lounge - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/09/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="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.72932283" Longitude="139.77329317" StarRating="1" HotelCode="593778|hotel_owl_tokyo_hostel" HotelName="Hotel Owl Tokyo Nippori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6-59-3 Higashi Nippori, Arakawa-ku, Tokyo-to  116-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/d6/d1d6052cdcf559b1012d7fa605ee1e7a8e4232d6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The wide range of services and facilities makes the hotel the ideal starting point for business and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.00" OriginalAmount="127.72" MarkupRule="1.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="94" TotalAmount="134.85" OriginalAmount="133.51" MarkupRule="1.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 08/09/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="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.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="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.72455424" Longitude="139.61345193" StarRating="0" HotelCode="869327|enzo_tokyo" HotelName="Enzo Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-32-10 Kamiigusa, Suginami-ku, Tokyo 167-0021, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/76/917654f7e10b7f58387076798e33ace1b236c4e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.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 08/09/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="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.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/08/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="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.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 09/09/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="141.58" OriginalAmount="140.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68797" Longitude="139.79888" StarRating="0" HotelCode="|243389" HotelName="Oak Hotel Edo -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.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 08/09/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="143.31" OriginalAmount="141.89" MarkupRule="1.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 08/09/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="144.01" OriginalAmount="142.58" MarkupRule="1.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="144.43" OriginalAmount="143.00" MarkupRule="1.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 09/09/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="16" TotalAmount="145.75" OriginalAmount="144.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.57241072" Longitude="139.68861163" StarRating="3" HotelCode="593485|3715905" 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="94" TotalAmount="145.81" OriginalAmount="144.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.733144" Longitude="139.707368" StarRating="0" HotelCode="|531544" HotelName="Tabist Florida Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-chome-36-4 Ikebukuro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/5/4/4/531544_82e1b5e1006.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="146.29" OriginalAmount="144.84" MarkupRule="1.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="147.46" OriginalAmount="146.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.8074841" Longitude="139.80139262" StarRating="3" HotelCode="774346|business_hotel_la_firenze" HotelName="Business Hotel La Firenze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-14-22 Nishihokima, Adachi-ku, Tokyo 121-0812, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/e6/00e60e92e94e0f2b839ecb5da1db5f640767a031.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="148.71" OriginalAmount="147.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.688492" Longitude="139.675679" StarRating="0" HotelCode="|533482" HotelName="TOKYO E JOY INN - Nishishinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>GraceF, 3-5-18, Yayoicho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/4/8/2/533482_6e202e61150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.24" OriginalAmount="147.76" MarkupRule="1.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 08/09/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="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.72622008" Longitude="139.79214749" StarRating="2" HotelCode="879974|and_hostel_minowa" HotelName="AND Hostel MINOWA" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-39-5 Ryusen, Taito-ku, Tokyo 110-0012</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/19/ff19065dc73791acd3ea10b2139c4e50f1bbb8dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="150.55" OriginalAmount="149.06" MarkupRule="1.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 09/09/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="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.693722" Longitude="139.703816" StarRating="1" HotelCode="189056|shinjuku_kuyakushomae_capsule_hotel" HotelName="Shinjuku Kuyakushomae Capsule Hotel" Meals="ROOM ONLY" 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="151.50" OriginalAmount="150.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="152.35" OriginalAmount="150.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7262226" Longitude="139.7921797" StarRating="0" HotelCode="|318107" HotelName="Plat Keikyu Minowa Forest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Ryusen 3-39-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/1/0/7/318107_9acf9261746.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.72671081803" Longitude="139.80077968924" StarRating="2" HotelCode="380457|juyoh_hotel_2" HotelName="Juyoh Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 07/09/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="153.67" OriginalAmount="152.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.710002" Longitude="139.795456" StarRating="1" HotelCode="|553187" HotelName="Plus Hostel TOKYO ASAKUSA 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69871262" Longitude="139.69975943" StarRating="0" HotelCode="696757|yamate_rest_house_male_only" HotelName="Yamate Rest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-9-5 Hyakunin-cho, Shinjuku-ku, Tokyo 169-0073, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/cc/1dccdf004eff8b25382f99e05abf782a1f14f11c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.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="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.73563785" Longitude="139.70902814" StarRating="1" HotelCode="337233|business_hotel_kankokukan" HotelName="Business Hotel Kankokukan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/a3/d7a34b1ea8606b7e5026fc311e61198042564bad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.76251558" Longitude="139.72717522" StarRating="2" HotelCode="424064|flexstay_inn_higashijujo" HotelName="Flexstay Inn Higashi Jujo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/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="155.54" OriginalAmount="154.00" MarkupRule="1.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="155.67" OriginalAmount="154.13" MarkupRule="1.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 06/09/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="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.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 06/09/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="157.56" OriginalAmount="156.00" MarkupRule="1.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="94" TotalAmount="159.16" OriginalAmount="157.58" MarkupRule="1.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="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.72177496" Longitude="139.79499715" StarRating="1" HotelCode="563493|ace_inn_asakusa" HotelName="Ace Inn Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-1-10 Senzo-ku, Taito-ku, Tokyo 111-0031, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/75/cf756b4d79f0675fe0b3b3e4f6ed57f842e44177.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.69" OriginalAmount="158.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6481612" Longitude="139.7101478" StarRating="2" HotelCode="|321166" HotelName="Do-c Ebisu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <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="94" TotalAmount="161.52" OriginalAmount="159.92" MarkupRule="1.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 14/08/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="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.703934868262" Longitude="139.79741306634" StarRating="2" HotelCode="115794|hotel_mystays_asakusa" HotelName="HOTEL MYSTAYS Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/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="16" TotalAmount="161.99" OriginalAmount="160.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.72814192" Longitude="139.76417563" StarRating="2" HotelCode="591140|2320735" HotelName="Sakura Hotel Nippori" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/09/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="94" TotalAmount="162.61" OriginalAmount="161.00" MarkupRule="1.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 10/09/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="162.75" OriginalAmount="161.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.699476" Longitude="139.78139" StarRating="0" HotelCode="|533096" HotelName="Cocts Akihabara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 27/08/2026">
        <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="16" TotalAmount="162.77" OriginalAmount="161.16" MarkupRule="1.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 09/09/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="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6879609" Longitude="139.7988852" StarRating="2" HotelCode="551083|oak_hotel_edo" 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="163.68" OriginalAmount="162.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7282932" Longitude="139.764109" StarRating="2" HotelCode="|318402" HotelName="Sakura Nippori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="164.00" OriginalAmount="162.38" MarkupRule="1.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="164.01" OriginalAmount="162.39" MarkupRule="1.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 09/09/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="94" TotalAmount="164.59" OriginalAmount="162.96" MarkupRule="1.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="94" TotalAmount="165.39" OriginalAmount="163.75" MarkupRule="1.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="94" TotalAmount="166.32" OriginalAmount="164.67" MarkupRule="1.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 09/09/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="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.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 07/09/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="94" TotalAmount="166.78" OriginalAmount="165.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.732284" Longitude="139.705923" StarRating="0" HotelCode="|529532" HotelName="Tabist Aurora Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Chome 18-2, Ikebukuro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/5/3/2/529532_382c2a61048.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.05" OriginalAmount="166.39" MarkupRule="1.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 14/08/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="168.48" OriginalAmount="166.81" MarkupRule="1.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 08/09/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="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6889655" Longitude="139.7047593" StarRating="0" HotelCode="531581|hotelco_sagami" HotelName="Business Hotel Sagami" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-4-18 Shinjuku, Shinjuku-ku, Tokio 160-0022, Präfektur Tokio</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/13/e61395e4e718728765c440daf46f43f3ce27c6ad.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7101484" Longitude="139.79557416" StarRating="2" HotelCode="833783|mustard_hotel_asakusa_1" HotelName="Mustard Hotel Asakusa 1" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-13-1 Kaminarimon, Taito-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/4e/714e6136334ff51d0d74d5bf7055a0f5850135be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.27" OriginalAmount="167.59" MarkupRule="1.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 10/09/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="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70013286" Longitude="139.70539944" StarRating="1" HotelCode="411981|60520" 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="94" TotalAmount="169.89" OriginalAmount="168.21" MarkupRule="1.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="94" TotalAmount="171.05" OriginalAmount="169.36" MarkupRule="1.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 14/08/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="171.20" OriginalAmount="169.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6988" Longitude="139.798" StarRating="3" HotelCode="|435357" HotelName="Petit Grande Miyabi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ishiwara?1-2-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/5/3/5/7/435357_007c1941612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.70" OriginalAmount="170.00" MarkupRule="1.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 05/09/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="171.77" OriginalAmount="170.07" MarkupRule="1.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 10/09/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="94" TotalAmount="172.16" OriginalAmount="170.46" MarkupRule="1.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="173.72" OriginalAmount="172.00" MarkupRule="1.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/08/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="173.72" OriginalAmount="172.00" MarkupRule="1.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/08/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="63" TotalAmount="173.72" OriginalAmount="172.00" MarkupRule="1.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="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.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 07/09/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="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="871301|oyo_44842_hotel_aurora" HotelName="Hotel Aurora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-18-2 Ikebukuro</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/c1/b2c150c68c5bb6ebaa553b6b94b361a0342131d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.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 08/09/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="94" TotalAmount="175.62" OriginalAmount="173.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71731" Longitude="139.76863" StarRating="3" HotelCode="|185690" HotelName="Graphy Nezu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <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="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.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 07/09/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="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.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="Free CXL until 06/09/2026" 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="176.75" OriginalAmount="175.00" MarkupRule="1.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="Free CXL until 12/08/2026">
        <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="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.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="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.55955187" Longitude="139.73764635" StarRating="3" HotelCode="953305|universal_haneda" HotelName="Universal Haneda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-Chome 10-14 Nishikojiya, Ota-ku, Tokyo 144-0034 </AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/3a/1e3a740f3a26d5bede3bf2488d74b2bfc0ca93e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.70" OriginalAmount="175.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.64463" Longitude="139.7244" StarRating="2" HotelCode="|185632" HotelName="Flexstay Inn Shirogane" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-10-15, Shirogane, Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/3/2/185632_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.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 08/09/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="178.77" OriginalAmount="177.00" MarkupRule="1.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="178.77" OriginalAmount="177.00" MarkupRule="1.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="Non Refundable">
        <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="179.03" OriginalAmount="177.26" MarkupRule="1.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 09/09/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="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.708987" Longitude="139.790968" StarRating="3" HotelCode="140869|agora_place_asakusa" HotelName="Agora Place Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/08/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="63" TotalAmount="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.686695436665" Longitude="139.80304001178" StarRating="2" HotelCode="227298|business_hotel_legato" HotelName="Business Hotel Legato" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-17-12 Morishita, Koto-ku, Tokyo-to 135-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/15/4b159dd238ad2f2ec0c17d81b064b568cc0cefce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="181.80" OriginalAmount="180.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681116" Longitude="139.738527" StarRating="3" HotelCode="167572|toshi_center_hotel" HotelName="Toshi Center Hotel Tokyo" Meals="ROOM ONLY" 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="182.57" OriginalAmount="180.76" MarkupRule="1.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 10/09/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="94" TotalAmount="182.75" OriginalAmount="180.94" MarkupRule="1.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 08/09/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="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.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="94" TotalAmount="182.87" OriginalAmount="181.06" MarkupRule="1.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="182.95" OriginalAmount="181.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6844" Longitude="139.79613" StarRating="0" HotelCode="|185623" HotelName="Mystays Kiyosumi Shirakawa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-12-16, Tokiwa, Koto-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/2/3/185623_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="183.26" OriginalAmount="181.45" MarkupRule="1.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 08/09/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="183.55" OriginalAmount="181.73" MarkupRule="1.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 10/09/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="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.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="Non Refundable" 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="183.88" OriginalAmount="182.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7322736" Longitude="139.7185955" StarRating="3" HotelCode="|85970" HotelName="KOKO Ikebukuro East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/07/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-10-7 HIGASHI-IKEBUKURO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/7/0/85970_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers a restaurant. SITUATION: This comfortable hotel is near Sunshine the aquarium the art centre, Ikebukuro is situated in this hotel is close to Yasukuni the sanctuary of. ROOM: All the rooms have a fridge, an alarm clock, a direct line telephone, WiFi (free of charge) and a kettle.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.14" OriginalAmount="182.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.5600384" Longitude="139.7160155" StarRating="3" HotelCode="|168410" HotelName="Mystays Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <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="184.54" OriginalAmount="182.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7172191" Longitude="139.8570635" StarRating="3" HotelCode="|322699" HotelName="Cypress Inn Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 31/08/2026">
        <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="184.68" OriginalAmount="182.85" MarkupRule="1.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 10/09/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="184.83" OriginalAmount="183.00" MarkupRule="1.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 13/08/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="94" TotalAmount="185.10" OriginalAmount="183.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.704652" Longitude="139.789963" StarRating="2" HotelCode="|551223" HotelName="FOCUS Kuramae - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <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="94" TotalAmount="185.55" OriginalAmount="183.71" MarkupRule="1.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 10/09/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="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.669499" Longitude="139.733086" StarRating="3" HotelCode="95472|akasaka_yoko_hotel" HotelName="Akasaka Yoko" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akasaka 6-14-12, Minato-ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/5b/055bed9de0895297b0754916ba32f582749c7c58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of the busy Akasaka district, this property is just a few minutes' walk from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.92" OriginalAmount="184.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69443" Longitude="139.79676" StarRating="0" HotelCode="|244868" HotelName="COGO Ryogoku " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/08/2026">
        <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="186.19" OriginalAmount="184.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7125701" Longitude="139.7820342" StarRating="3" HotelCode="|73557" HotelName="Mystays Ueno East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/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="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.559858" Longitude="139.713766" StarRating="3" HotelCode="95478|hotel_vista_kamata_tokyo" HotelName="Vista Hotel Kamata Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.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 08/09/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="94" TotalAmount="187.69" OriginalAmount="185.83" MarkupRule="1.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 10/09/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="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.732709476641" Longitude="139.7079513967" StarRating="3" HotelCode="189062|hotel_star_plaza_ikebukuro" HotelName="Starplaza Ikebukuro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>2-10-2 Ikebukuro, Toshima-ku, Tokyo 171-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/64/a86492cf308d4683b4065d9bb1d260deb246b447.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.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 07/09/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="187.98" OriginalAmount="186.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69422" Longitude="139.8285" StarRating="2" HotelCode="|185697" HotelName="Mystays Kameido" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/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="188.01" OriginalAmount="186.15" MarkupRule="1.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 14/08/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="94" TotalAmount="188.15" OriginalAmount="186.29" MarkupRule="1.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 14/08/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="188.99" OriginalAmount="187.12" MarkupRule="1.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 10/09/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="94" TotalAmount="189.48" OriginalAmount="187.60" MarkupRule="1.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="189.62" OriginalAmount="187.74" MarkupRule="1.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 09/09/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="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.715996" Longitude="139.7948304" StarRating="2" HotelCode="178026|sakura_hostel_asakusa" HotelName="Sakura Hostel Asakusa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/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="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.56383275" Longitude="139.71019151" StarRating="3" HotelCode="435793|toms" HotelName="Hotel Toms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7-21-5 Nishi-Kamata, Ota-Ku, Tokyo 144-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/16/d5167296edf3d84e36729e9605d4b963b1382ef7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.89" OriginalAmount="189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68445624" Longitude="139.79601306" StarRating="2" HotelCode="448862|flexstay_inn_kiyosumishirakawa" HotelName="Flexstay Inn Kiyosumi Shirakawa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-12-16 Tokiwa, Koto-ku, Tokyo 135-0006</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/68/3368eb4b1d65e907b06989711155a9168c533f76.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Tokyo City. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.89" OriginalAmount="189.00" MarkupRule="1.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 08/09/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="191.90" OriginalAmount="190.00" MarkupRule="1.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 04/09/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="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.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 06/09/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="192.91" OriginalAmount="191.00" MarkupRule="1.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="Free CXL until 04/09/2026">
        <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="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.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 08/09/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="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.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 07/09/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="193.57" OriginalAmount="191.65" MarkupRule="1.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 04/09/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="94" TotalAmount="193.75" OriginalAmount="191.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6537001" Longitude="139.6897743" StarRating="1" HotelCode="|321201" HotelName="Wise Owl Hostels Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Meguro-ku Aobadai 4-9-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/2/0/1/321201_d49937f1700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.89" OriginalAmount="191.97" MarkupRule="1.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="94" TotalAmount="194.39" OriginalAmount="192.47" MarkupRule="1.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 06/09/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="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.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 08/09/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="194.93" OriginalAmount="193.00" MarkupRule="1.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/08/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="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.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="94" TotalAmount="195.62" OriginalAmount="193.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.77807" Longitude="139.72198" StarRating="0" HotelCode="|430095" HotelName="LiVEMAX AKABANE-EKIMAE" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.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="Free CXL until 03/09/2026">
        <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="94" TotalAmount="195.95" OriginalAmount="194.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.737" Longitude="139.67014" StarRating="0" HotelCode="|186363" HotelName="Flexstay Inn Ekoda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>8-6, Sakaecho, Nerima-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/6/3/186363_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.74" OriginalAmount="194.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.716037" Longitude="139.793133" StarRating="0" HotelCode="|464169" HotelName="Tavinos Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-18-8 Asakusa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/4/1/6/9/464169_96b58ae0550.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.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 08/09/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="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.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="Non Refundable">
        <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="63" TotalAmount="197.96" OriginalAmount="196.00" MarkupRule="1.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 01/09/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="197.96" OriginalAmount="196.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="867827|the_tabata_oji_hotel" HotelName="Tabata Oji Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-9-1 Tabatashinmachi, Kita-ku, Tokyo 114-0012</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/e7/54e77e4a65d4fe124cd37153c6ed429ab5b26d24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="197.96" OriginalAmount="196.00" MarkupRule="1.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="Free CXL until 09/09/2026">
        <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="94" TotalAmount="198.49" OriginalAmount="196.52" MarkupRule="1.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 10/09/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="198.64" OriginalAmount="196.67" MarkupRule="1.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 09/09/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="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.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 12/08/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="94" TotalAmount="199.34" OriginalAmount="197.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.734572" Longitude="139.709166" StarRating="0" HotelCode="|558302" HotelName="Amethyst" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-60-1 Ikebukuro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/3/0/2/558302_47b09541647.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.82" OriginalAmount="197.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.73444" Longitude="139.70798" StarRating="0" HotelCode="|185540" HotelName="Hatoya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.692369353879" Longitude="139.70900509613" StarRating="2" HotelCode="189068|hotel_tateshina" HotelName="Hotel Tateshina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-8-6 Shinjuku, Shinjuku-ku, Tokyo 160-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/c0/21c03c6b56e5b5a5d1396eb1cfba350a78efd10c.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="199.98" OriginalAmount="198.00" MarkupRule="1.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="199.98" OriginalAmount="198.00" MarkupRule="1.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 06/09/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="200.57" OriginalAmount="198.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.563396" Longitude="139.717651" StarRating="3" HotelCode="189028|1453118" HotelName="Grand Park Hotel Panex Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-9-19 Kamata, Ota-ku, Tokyo 144-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a1/4ca11c16448112ffaa6dbfd610cd7509b93b22bb.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="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.698978605257" Longitude="139.70147311221" StarRating="2" HotelCode="360077|492450" HotelName="Shin-Okubo International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-1-10 Hyakunincho, Shinjuku, 169-0073 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/a3/fea315841853140d02793a4f82a3aec1260d0f35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally located in the prime touristic area of Shinjuku, The Shin-Okubo International Hotel promises...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66991054" Longitude="139.6874757" StarRating="1" HotelCode="593216|almond_hostel_cafe_shibuya" HotelName="Almond Hostel &amp; Cafe" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/09/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="94" TotalAmount="201.04" OriginalAmount="199.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.563784" Longitude="139.710216" StarRating="2" HotelCode="|319036" HotelName="Toms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ota-ku, Nishikamata 7-21-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/9/0/3/6/319036_c166d961725.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="201.34" OriginalAmount="199.35" MarkupRule="1.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 09/09/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="94" TotalAmount="201.41" OriginalAmount="199.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.5633749" Longitude="139.7178063" StarRating="3" HotelCode="|86070" HotelName="Grand Park  Panex Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-9-19 KAMATA, OTA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/7/0/86070_014e69f1141.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi (free of charge), a massage service and internet (free of charge), The establishment also has a reception, a baggage room and a dining room. Regarding the food and beverage offering, the establishment has a breakfast and dinner service. SITUATION: The hotel is 150 metres away from Kamata the Railway Station of near the establishment, guests will find the bus stop, The hotel is situated 9 kilometres away from Haneda Airport the establishment is a 10-minute train ride away from Shinagawa the Railway Station of it is 30 minutes away (by train) from Tokyo Big Sight the convention centre Shinjuku the area. ROOM: The establishment has rooms with internet, (free of charge), a satellite television, a bathroom, a fridge, a bathrobe, a bath and a television (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.560538" Longitude="139.721489" StarRating="3" HotelCode="189034|chisun_inn_kamata" HotelName="Chisun Inn Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="202.36" OriginalAmount="200.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.657378" Longitude="139.755806" StarRating="0" HotelCode="|463163" HotelName="9h Nine Hours Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.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="203.21" OriginalAmount="201.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.727829" Longitude="139.70798" StarRating="0" HotelCode="|478678" HotelName="Tetora Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-39-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/6/7/8/478678_311fc671357.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.60" OriginalAmount="201.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6645848" Longitude="139.8619747" StarRating="2" HotelCode="|86090" HotelName="Toyoko Inn Tokyo Tozai Line Nishikasai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>NISHI-KASAI, EDOGAWA-CHO 5-11-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/9/0/86090_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a massage service (for a fee), with WiFi (free of charge), films, bathroom, WiFi in the hall, (free of charge), computers (free of charge), a microwave (free of charge), a laundry service and a reception with computers, (for a fee). SITUATION: This establishment, is 300 metres away from Nishi-Kasai the underground station of It has excellent transport links to, 25 minutes away from the establishment you have the exhibition centre. ROOM: Each room has an air-conditioning system, kettle, a fridge, a bathroom with a hairdryer, a bath and a sofa. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.71" OriginalAmount="201.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6990132" Longitude="139.7014001" StarRating="2" HotelCode="|320674" HotelName="Shin-okubo International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinjuku-ku Hyakunincho 1-1-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/6/7/4/320674_5d5f47e1701.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.80" OriginalAmount="201.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7128959" Longitude="139.7819871" StarRating="3" HotelCode="|168416" HotelName="Mystays Ueno Iriyaguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku, Higashiueno 5-5-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/1/6/168416_1.jpg</HotelPictures>
        <HotelDescription>ROOM: Customers can find spacious rooms with kitchen, WiFi (free of charge), a bathroom, a vitroceramic hob, a sink and films. SITUATION: The establishment is a 5-minute walk away from the railway station JR Ueno, a 3-minute walk away from the metro station Inaricho. 10 minutes walk away, guests can find the Park of Ueno. FACILITIES: Guests are offered WiFi (free of charge), washing machines (available for a fee) and a reception with luggage room.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="204.65" OriginalAmount="202.62" MarkupRule="1.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 10/09/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="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.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 08/09/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="205.03" OriginalAmount="203.00" MarkupRule="1.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 08/09/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="205.03" OriginalAmount="203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.73322877" Longitude="139.72820816" StarRating="2" HotelCode="732172|hotel_suntargas_otsukaten" HotelName="Hotel Suntargas Otsuka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <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="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.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 04/09/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="94" TotalAmount="205.67" OriginalAmount="203.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.716004" Longitude="139.794825" StarRating="0" HotelCode="|85955" HotelName="Sakura Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/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="206.04" OriginalAmount="204.00" MarkupRule="1.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 05/09/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="63" TotalAmount="206.04" OriginalAmount="204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.732183" Longitude="139.718629" StarRating="3" HotelCode="189110|hotel_wing_international_ikebukuro" HotelName="Wing International Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/07/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-10-7 Higashi-Ikebukuro, Toshima-Ku, Tokyo 170-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/1d/f51da125ee5505f9c81aff51d3f5288116d52b65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.54" OriginalAmount="204.50" MarkupRule="1.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="206.78" OriginalAmount="204.73" MarkupRule="1.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 10/09/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="27" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.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 10/09/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="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7277592" Longitude="139.70795513" StarRating="2" HotelCode="486174|business_hotel_nishiike" HotelName="Business Hotel Nishiike" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 08/09/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="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.56458545" Longitude="139.71001969" StarRating="0" HotelCode="963215|city_hotel_hiroki" HotelName="Hiroki Building" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-14-1 Nishikamata, Tokyo 144-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/2b/922b93ce34c80b9efd48b43383e8ce49dd7013e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.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 06/09/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="208.17" OriginalAmount="206.11" MarkupRule="1.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 10/09/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="16" TotalAmount="208.27" OriginalAmount="206.21" MarkupRule="1.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 09/09/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="208.86" OriginalAmount="206.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69922" Longitude="139.70139" StarRating="2" HotelCode="|185593" HotelName="Best" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-2-3 Hyakunin-cho, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/9/3/185593_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.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 07/09/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="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.73241671" Longitude="139.77880476" StarRating="3" HotelCode="592344|nagomi_hotel_nippori" HotelName="Nagomi Hotel Nippori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Higashinippori 3-41-8, Arakawa-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/16/6d161b1278437d531a6f86a8a2446271c582dbc9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at NAGOMI HOTEL NIPPORI in Tokyo (Arakawa), you'll be convenient...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="209.78" OriginalAmount="207.70" MarkupRule="1.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 08/09/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="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66451826657" Longitude="139.86188337207" StarRating="3" HotelCode="172081|toyoko_inn_tokyo_tozaisen_nishikasai" HotelName="Toyoko Inn Tokyo Tozai-Sen Nishi-kasai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-11-12 Nishi-kasai, Edogawa-ku, Tokyo 134-0088</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/bc/4bbc5028959a8cc352789c3cf5a438bc80b1ace4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within easy reach of Nishi Kasai Station on the Tozai subway line, which guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67904" Longitude="139.782673" StarRating="3" HotelCode="95438|pearl_hotel_kayabachou" HotelName="Pearl Kayabacho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" 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="210.08" OriginalAmount="208.00" MarkupRule="1.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="Free CXL until 08/09/2026" 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="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.72951356" Longitude="139.72401342" StarRating="3" HotelCode="380553|hotel_mystays_higashiikebukuro" HotelName="HOTEL MYSTAYS Higashi Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 13/08/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="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.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 06/09/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="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.75627177" Longitude="139.73560436" StarRating="0" HotelCode="885909|toyoko_inn_tokyo_keihin_tohokusen_ojieki_kitaguchi" HotelName="Toyoko Inn Tokyo Keihin Tohoku-sen Oji-eki Kita-guchi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1-1 Oji</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/9d/5b9d266f93be993fe9f504d85836217d7f39e1b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.14" OriginalAmount="208.06" MarkupRule="1.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 10/09/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="210.58" OriginalAmount="208.50" MarkupRule="1.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 09/09/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="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.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="94" TotalAmount="211.20" OriginalAmount="209.11" MarkupRule="1.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 09/09/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="212.10" OriginalAmount="210.00" MarkupRule="1.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="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.712959" Longitude="139.78204733333" StarRating="2" HotelCode="916166|hotel_mystays_ueno_iriyaguchi" HotelName="HOTEL MYSTAYS Ueno Iriyaguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-5-13 Higashiueno, Taito-ku, Tokyo, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/5b/325b8682f51b92e5dc047969a2ff53dc0a4becb9.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="212.26" OriginalAmount="210.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7245" Longitude="139.776" StarRating="0" HotelCode="|565932" HotelName="Cerezo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/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="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.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 06/09/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="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.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 07/09/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="63" TotalAmount="214.12" OriginalAmount="212.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67227535" Longitude="139.73978078" StarRating="2" HotelCode="434053|inno_family_managed_hostel_roppongi" HotelName="Inno Tokyo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-7-2 Akasaka, Minato-ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/d3/6dd33af54432c38e22eae2ea2e013f47467ed55d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;##Property Location  With a stay at Inno Family Managed Hostel Roppongi in Tokyo (Akasaka), you'll b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.38" OriginalAmount="212.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7178374" Longitude="139.7819809" StarRating="4" HotelCode="|318101" HotelName="Comfact" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="214.41" OriginalAmount="212.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7181024" Longitude="139.8584522" StarRating="2" HotelCode="|323923" HotelName="Shinkoiwa Park" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/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="94" TotalAmount="214.45" OriginalAmount="212.33" MarkupRule="1.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="94" TotalAmount="214.70" OriginalAmount="212.57" MarkupRule="1.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 09/09/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="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="867549|hotel_sting_adult_only" HotelName="Hotel Sting" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-25-5 Asakusa</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/3c/ee3c6ff5c5527b31d262baa8e1133a81c727449b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="215.29" OriginalAmount="213.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.5870487" Longitude="139.7361215" StarRating="4" HotelCode="|319054" HotelName="Tmark City Tokyo Omori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.742720830344" Longitude="139.88336088883" StarRating="2" HotelCode="95471|hotel_sky_court_koiwa" HotelName="Hotel Sky Court Koiwa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.728126" Longitude="139.773202" StarRating="3" HotelCode="95469|lungwood" HotelName="Lungwood" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Free CXL until 07/09/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="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.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="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.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="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.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="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.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 08/09/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="63" TotalAmount="216.14" OriginalAmount="214.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.699224517298" Longitude="139.70151203224" StarRating="2" HotelCode="916105|best_hotel_2" HotelName="Best Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-2-3 Hyakunin-cho, Shinjuku-ku, Shinjuku, Tokio 169-0073</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/2a/382a16529803b08bb7bba47408af7afcd42dc9cb.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="216.19" OriginalAmount="214.05" MarkupRule="1.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 10/09/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="94" TotalAmount="216.85" OriginalAmount="214.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.734007" Longitude="139.710324" StarRating="3" HotelCode="|96156" HotelName="Toyoko Inn Tokyo Ikebukuro Kita 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-51-2, Ikebukuro Toshima-Ku Tokyo, ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/1/5/6/96156_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Toyoko Inn Ikebukuro Kita Guchi No.2 is rated three stars. SITUATION: This establishment is in the centre of Tokyo. ROOM: The establishment has 373 rooms with a hairdryer, a safety deposit box, a trouser press and an air-conditioning system.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="216.85" OriginalAmount="214.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.702811" Longitude="139.698578" StarRating="0" HotelCode="|430090" HotelName="Shin-okubo Sekitei" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-15-10 Hyakunincho, Shinjuku-ku, Tokyo, 169-0073</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/0/0/9/0/430090_490249d1833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.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 08/09/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="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.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 09/09/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="217.46" OriginalAmount="215.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.779112" Longitude="139.719275" StarRating="3" HotelCode="|318093" HotelName="Wing International Akabane" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/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="94" TotalAmount="217.96" OriginalAmount="215.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.728724" Longitude="139.734053" StarRating="2" HotelCode="|475051" HotelName="Belle Via Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.74489555153" Longitude="139.71954092857" StarRating="3" HotelCode="95466|apa_hotel_tokyo_itabashi_ekimae" HotelName="APA Hotel Tokyo-Itabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/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="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="569259|hotel_urban" HotelName="Hotel Urban" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-26 3-chome</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/e8/60e80e988fc30895489ed24254903dcd11d4cfc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.55" OriginalAmount="216.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6929353" Longitude="139.7114457" StarRating="3" HotelCode="|43499" HotelName="Listel Shinjuku Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.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 06/09/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="94" TotalAmount="219.28" OriginalAmount="217.11" MarkupRule="1.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 14/08/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="219.84" OriginalAmount="217.66" MarkupRule="1.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 08/09/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="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67518274" Longitude="139.79111634" StarRating="2" HotelCode="451603|toyoko_inn_tokyo_monzennakacho_eitaibashi" HotelName="Toyoko Inn Monzen-Nakacho Eitaibashi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-15-3 Eitai Koto-Ku, Tokyo 135-0034</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8a/9f/8a9f46fa037e15ef9f0df22626f81eda91609ac8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.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="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.56204202" Longitude="139.71995393" StarRating="2" HotelCode="784182|keikyu_ex_inn_kamata" HotelName="Keikyu Ex Inn Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-28-18 Kamata, Ota, Tokyo 144-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/4d/bc4ddf55d1a80dbbe5c6fd5ccb0cec65db27e4d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is situated in Haneda Airport. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.93" OriginalAmount="218.74" MarkupRule="1.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 09/09/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="221.19" OriginalAmount="219.00" MarkupRule="1.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="221.19" OriginalAmount="219.00" MarkupRule="1.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 08/09/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="221.19" OriginalAmount="219.00" MarkupRule="1.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 06/09/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="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.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 08/09/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="222.20" OriginalAmount="220.00" MarkupRule="1.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 08/09/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="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.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 08/09/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="94" TotalAmount="222.24" OriginalAmount="220.04" MarkupRule="1.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 10/09/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="223.20" OriginalAmount="220.99" MarkupRule="1.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 14/08/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="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7046041" Longitude="139.6347212" StarRating="2" HotelCode="95462|smile_hotel_tokyo_asagaya" HotelName="Smile Hotel Tokyo Asagaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" 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="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7028086" Longitude="139.69858507" StarRating="2" HotelCode="352838|shin_okubo_sekitei" HotelName="Shin Okubo Sekitei" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-15-10 Hyakunincho, Shinjuku-ku, Tokyo 169-0073</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/d6/3bd6a6e6022981bb8775bc473d6d1ef0ef1cb7ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.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 07/09/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="223.26" OriginalAmount="221.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7046408" Longitude="139.6347927" StarRating="3" HotelCode="|131548" HotelName="Smile Tokyo Asagaya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <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="94" TotalAmount="223.38" OriginalAmount="221.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6914899" Longitude="139.7814243" StarRating="0" HotelCode="|321141" HotelName="Citan -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="223.49" OriginalAmount="221.28" MarkupRule="1.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 10/09/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="223.57" OriginalAmount="221.36" MarkupRule="1.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 07/09/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="94" TotalAmount="223.93" OriginalAmount="221.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.693138" Longitude="139.781869" StarRating="0" HotelCode="|555662" HotelName="Livemax Tokyo Bakurocho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="224.22" OriginalAmount="222" MarkupRule="1.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 08/09/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="224.22" OriginalAmount="222" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.55962694" Longitude="139.72478426" StarRating="3" HotelCode="865171|412973" HotelName="Hotel Oriental Express Tokyo Kamata" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 10/09/2026" 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="224.22" OriginalAmount="222.00" MarkupRule="1.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="Non Refundable">
        <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="63" TotalAmount="224.22" OriginalAmount="222.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69925497" Longitude="139.70709822" StarRating="2" HotelCode="854938|glou_higashi_shinjuku" HotelName="Glou Higashi Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-1-38 Okubo, Shinjuku-ku, Tokyo 169-0072</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/20/0220768256c1d1aa4c3d534d89b923f899339055.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.42" OriginalAmount="222.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.5972215" Longitude="139.7117326" StarRating="2" HotelCode="|60187" HotelName="Tokyo Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ota-ku, Kitamagome 2-31-6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/8/7/60187_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, has 7 floors and 148 rooms. The establishment also has a restaurant. ROOM: They have an air-conditioning system, a satellite TV and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.09" OriginalAmount="222.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6978903" Longitude="139.7709796" StarRating="1" HotelCode="|320807" HotelName="Anshin Oyado Tokyo Akihabara Denkigaiten- Male Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <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="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.734336979695" Longitude="139.71094742418" StarRating="3" HotelCode="189082|toyoko_inn_tokyo_ikebukuro_kitaguchi_no1_2" HotelName="Toyoko Inn Tokyo Ikebukuro Kita-guchi No.1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-50-5 Ikebukuro, Tokio 171-0014, Toshima-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/1f/e31f3be1effe8b040ebdbbfde40b6b8cd2e0ec7a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.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="Free CXL until 08/09/2026" 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="94" TotalAmount="225.24" OriginalAmount="223.01" MarkupRule="1.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 08/09/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="94" TotalAmount="226.19" OriginalAmount="223.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7833851" Longitude="139.7199538" StarRating="2" HotelCode="|86019" HotelName="Toyoko Inn Akabane Station Higashi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-11-11 Akabane, Kita-ku, Tokyo, Tokyo, 115-0045</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/1/9/86019_98b350d1012.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers computer, a printing service, a lobby, a microwave, a laundry service (for a fee), a reception, a baggage room and a massage service (for a fee). SITUATION: This hotel is 3 minutes away from Akabane-iwabuchi the Railway Station of the establishment is 1,6 kilometres away from Katori the sanctuary of it is 30 minutes away from Tokio the Tower of Shinjuku Gyoen the Gardens. ROOM: All the rooms have an air-conditioning system, WiFi (free of charge), a television with pay channels, a trouser press, humidifier, a bathroom, a bidet and complimentary bathroom items. OTHERS: Regarding the food and beverage provision, the establishment offers a breakfast service free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.55175336" Longitude="139.7469674" StarRating="3" HotelCode="497651|175189" HotelName="Hotel JAL City Haneda Tokyo West Wing" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" 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="226.24" OriginalAmount="224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.733968" Longitude="139.710255" StarRating="3" HotelCode="171276|toyoko_inn_tokyo_ikebukuro_kitaguchi_no1" HotelName="Toyoko Inn Tokyo Ikebukuro Kita-guchi 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-51-2 Ikebukuro, Toshima-ku, Tokyo 171-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/2d/4d2dcd933d8256d30ab057e91264dd3c9f4ae5af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated 4 minutes' walk from the north exit of the JR Ikebukuro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.24" OriginalAmount="224.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.783740454759" Longitude="139.7202730207" StarRating="2" HotelCode="468550|toyoko_inn_tokyo_akabaneeki_higashiguchi" HotelName="Toyoko Inn Tokyo Akabane-eki Higashi-guchi Ichiban-gai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>3-2-2 Akabane, Kita-ku, Tokyo  115-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/a8/eea8f483a6e2c827160ac96ddf20fbed5e98ac9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="226.24" OriginalAmount="224.00" MarkupRule="1.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 09/09/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="94" TotalAmount="226.62" OriginalAmount="224.38" MarkupRule="1.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 09/09/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="94" TotalAmount="227.70" OriginalAmount="225.45" MarkupRule="1.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 10/09/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="94" TotalAmount="228.07" OriginalAmount="225.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7326208" Longitude="139.7272166" StarRating="3" HotelCode="|96151" HotelName="Toyoko Inn Tokyo Yamanote Line Otsuka Station Kita 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-5-9, Kita-Otsuka Toshima-Ku Tokyo, ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/1/5/1/96151_4b903441731.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a computer, a printing service and a lobby with WiFi, (free of charge), It also has a microwave, a laundry service (for a fee) and a reception. If you pay a supplement, you are offered computers and a massage service. You can pay with breakfast service (free of charge). SITUATION: This establishment, is a 3-minute walk away from Otsuka the Railway Station of it is situated 13 kilometres away from Hamarikyu the gardens 6,5 kilometres away, you can find the National Museum, is 30 minutes drive away from Haneda Airport. ROOM: Each room has an air-conditioning system, WiFi (free of charge), a flat-screen television, a trouser press, humidifier, pyjamas and a toilet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.07" OriginalAmount="225.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.5519979" Longitude="139.7415195" StarRating="3" HotelCode="|86022" HotelName="Toyoko Inn Tokyo Haneda Kuko No.2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>HANEDA, OTA-KU 1-1-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/2/2/86022_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers computer (free of charge), a printing service, breakfast service (free of charge), WiFi (free of charge) and the massage service (for a fee), Guests can find a lobby with a microwave, WiFi and a laundry service (for a fee). SITUATION: It is situated 15 minutes away fromHaneda Airport Close to Otorii the Railway Station of 10 minutes away from the establishment you have Haneda Airport It is 15 minutes away fromJR Shinagawa the Railway Station of Odaiba the establishment is 11 kilometres away from. ROOM: The rooms have an air-conditioning system, a fridge, a television, a tea service, a bathroom with a bath and complimentary bathroom items. OTHERS: Regarding the food and beverage offering, clients can enjoy a breakfast service free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.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 05/09/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="94" TotalAmount="228.62" OriginalAmount="226.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.710312" Longitude="139.803332" StarRating="0" HotelCode="|468872" HotelName="Rakuten Stay Tokyo Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <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="229.13" OriginalAmount="226.86" MarkupRule="1.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 10/09/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.27" OriginalAmount="227.00" MarkupRule="1.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 07/09/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="63" TotalAmount="229.27" OriginalAmount="227.00" MarkupRule="1.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="Free CXL until 08/09/2026" 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="63" TotalAmount="229.27" OriginalAmount="227.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.727584853256" Longitude="139.77424199922" StarRating="2" HotelCode="337783|hotel_mystays_nippori_formerly_flexstay_nippori_inn" HotelName="HOTEL MYSTAYS Nippori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/2026" 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="63" TotalAmount="229.27" OriginalAmount="227.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.73471548" Longitude="139.73762849" StarRating="3" HotelCode="437008|apa_hotel_sugamo_ekimae" HotelName="APA Hotel Sugamo Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="229.27" OriginalAmount="227.00" MarkupRule="1.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 05/09/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="229.35" OriginalAmount="227.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7311942" Longitude="139.7163941" StarRating="3" HotelCode="|73606" HotelName="Grand City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-30-7 Higashi Ikebukuro, Toshima-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/0/6/73606_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.03" OriginalAmount="227.75" MarkupRule="1.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 10/09/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="63" TotalAmount="230.28" OriginalAmount="228.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.705811" Longitude="139.794236" StarRating="3" HotelCode="188999|apa_hotel_asakusakuramae" HotelName="APA Hotel Asakusa Kuramae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/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="63" TotalAmount="230.28" OriginalAmount="228.00" MarkupRule="1.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="63" TotalAmount="230.28" OriginalAmount="228.00" MarkupRule="1.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="63" TotalAmount="230.28" OriginalAmount="228.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.60657563" Longitude="139.7364967" StarRating="2" HotelCode="596193|apartment_sun_bright" HotelName="Apartment Sun Bright Shinagawa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>5-14-1 Higashi Oi, Shinagawa-ku, Tokyo 140-0011</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/95/4e9597aece8dbbdcbfa123ec34c69b16c2074d42.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="230.28" OriginalAmount="228.00" MarkupRule="1.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 06/09/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="94" TotalAmount="230.77" OriginalAmount="228.49" MarkupRule="1.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 10/09/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="230.80" OriginalAmount="228.51" MarkupRule="1.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="63" TotalAmount="231.29" OriginalAmount="229.00" MarkupRule="1.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/08/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="63" TotalAmount="231.29" OriginalAmount="229.00" MarkupRule="1.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="94" TotalAmount="231.36" OriginalAmount="229.07" MarkupRule="1.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="94" TotalAmount="231.81" OriginalAmount="229.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.698854" Longitude="139.786959" StarRating="3" HotelCode="|429152" HotelName="Tabist Mercury Asakusabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-1-9, Asakusabashi, Tokyo, Tokyo, 111-0053</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/1/5/2/429152_f000e8f1316.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.03" OriginalAmount="229.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7098381" Longitude="139.8022576" StarRating="3" HotelCode="|322669" HotelName="Playsis East Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sumidaku Azumabashi 2-11-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/2/6/6/9/322669_a9cfca01733.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.669862" Longitude="139.817647" StarRating="3" HotelCode="140867|sotetsu_fresa_inn_tokyotoyocho" HotelName="Sotetsu Fresa Inn Tokyo-Toyocho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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="232.30" OriginalAmount="230.00" MarkupRule="1.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/09/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="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70523724" Longitude="139.65304206" StarRating="2" HotelCode="631919|koenji_junjo_hotel" HotelName="Koenji Junjo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>40-20 4 Chome, Koenjiminami, Suginami-ku, Tokyo 166-0003</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/52/345279960cc7f2271db801cdbfabe9cae4b2e7c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71010594" Longitude="139.79001575" StarRating="3" HotelCode="572180|apa_hotel_asakusa_tawaramachi_ekimae" HotelName="APA Hotel Asakusa Tawaramachi Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="94" TotalAmount="232.94" OriginalAmount="230.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.561039" Longitude="139.719224" StarRating="3" HotelCode="|424117" HotelName="Apa Kamataeki-higashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="63" TotalAmount="233.31" OriginalAmount="231.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.669485" Longitude="139.774615" StarRating="3" HotelCode="263235|ginza_capital_hotel_annex" HotelName="Ginza Capital Annex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/2026" 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="233.31" OriginalAmount="231.00" MarkupRule="1.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 07/09/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="63" TotalAmount="233.31" OriginalAmount="231.00" MarkupRule="1.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="233.31" OriginalAmount="231.00" MarkupRule="1.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 06/09/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="94" TotalAmount="234.10" OriginalAmount="231.78" MarkupRule="1.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="Free CXL until 08/09/2026">
        <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="234.22" OriginalAmount="231.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6939379" Longitude="139.7853479" StarRating="3" HotelCode="|324135" HotelName="Randb Higashi Nihonbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <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="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.661151319905" Longitude="139.75454285572" StarRating="3" HotelCode="285067|hotel_livemax_shimbashi" HotelName="Livemax Shimbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/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="94" TotalAmount="235.04" OriginalAmount="232.71" MarkupRule="1.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 10/09/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="235.21" OriginalAmount="232.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.668938" Longitude="139.835109" StarRating="0" HotelCode="|450016" HotelName="L stay and grow Minamisunamachi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-10-14 Minamisuna</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/1/6/450016_7e20cd31134.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.33" OriginalAmount="233.00" MarkupRule="1.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 07/09/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="235.33" OriginalAmount="233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.732589725939" Longitude="139.72733169794" StarRating="3" HotelCode="189090|toyoko_inn_tokyo_yamanotesen_otsukaeki_kitaguchi_no2" HotelName="Toyoko Inn Otsuka Eki Kita Guchi No.2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-5-9 Kita-otsuka, Toshima-ku, Tokyo 170-004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/79/ec7985e27fd801123000a7843a3a7f1a51536629.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.33" OriginalAmount="233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69796982" Longitude="139.77078159" StarRating="1" HotelCode="384114|capsule_hotel_anshin_oyado_akihabara" HotelName="Capsule Hotel Anshin Oyado Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" 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="63" TotalAmount="235.33" OriginalAmount="233.00" MarkupRule="1.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="Free CXL until 09/09/2026" 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="235.33" OriginalAmount="233.00" MarkupRule="1.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 03/09/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="235.33" OriginalAmount="233.00" MarkupRule="1.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 08/09/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="27" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69852388" Longitude="139.78279973" StarRating="2" HotelCode="612735|235774" HotelName="Grids Tokyo Asakusa-Bashi Hotel &amp; Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>4-11-6 Asakusabashi, Taito-ku, Tokyo 111-0053</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/04/24048dd12463f39a3a96c350b1c0c1abf7637d21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="236.34" OriginalAmount="234.00" MarkupRule="1.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="Free CXL until 28/08/2026" 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="236.34" OriginalAmount="234.00" MarkupRule="1.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/09/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="94" TotalAmount="236.55" OriginalAmount="234.21" MarkupRule="1.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 10/09/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="94" TotalAmount="237.18" OriginalAmount="234.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7078632" Longitude="139.7913568" StarRating="3" HotelCode="|85982" HotelName="Toyoko Inn Tokyo Ueno Tawaramachi-eki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>KOTOBUKI,TAITO-KU 3-19-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/8/2/85982_1_3579.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a trouser press, a laundry service (for a fee) and an ironing set (for a fee), The establishment offers guests a massage service (for a fee), breakfast service (free of charge), computer with a printer and WiFi (free of charge). SITUATION: This establishment, is a 3-minute walk away from Tawaramachi the Railway Station of it is situated 5 minutes walk away from Kuramae the underground station of el santurario Asakusa Jinja the establishment is a 8-minute drive away from el Museo Nacional de Ciencia de Ueno it is 10 minutes drive away from Ueno the Zoo of. ROOM: The rooms have a flat-screen television, kettle, a fridge, an air-conditioning system, wooden furniture, bedding, a bathroom with bidet and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.679002" Longitude="139.779991" StarRating="3" HotelCode="95448|smile_hotel_tokyo_nihonbashi" HotelName="Smile Hotel Tokyo Nihonbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/09/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="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70015939" Longitude="139.78768258" StarRating="3" HotelCode="362004|apa_hotel_asakusabashiekikita" HotelName="APA Hotel Asakusabashi-Ekikita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/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="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71184994" Longitude="139.79124147" StarRating="2" HotelCode="520052|taito_ryokan" HotelName="Taito Ryokan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Inns" CnxPolicy="Free CXL until 07/09/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="237.35" OriginalAmount="235.00" MarkupRule="1.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="Free CXL until 27/08/2026" 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="94" TotalAmount="237.59" OriginalAmount="235.24" MarkupRule="1.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 10/09/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="94" TotalAmount="237.77" OriginalAmount="235.42" MarkupRule="1.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 09/09/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="237.80" OriginalAmount="235.45" MarkupRule="1.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 09/09/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="94" TotalAmount="238.03" OriginalAmount="235.67" MarkupRule="1.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="63" TotalAmount="238.36" OriginalAmount="236.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66131336053" Longitude="139.87251599163" StarRating="3" HotelCode="342169|hotel_lumiere_kasai" HotelName="Hotel Lumiere Kasai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-41-20 Edogawa-ku, Nakakasai, Tokyo 134-0083</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/8d/f28dbf1fc2f5f0654647cf21c7128bcd659810e1.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="238.36" OriginalAmount="236.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.662476036701" Longitude="139.86037402451" StarRating="3" HotelCode="552042|best_western_tokyo_nishikasai_grande" HotelName="Best Western Tokyo Nishikasai Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="238.36" OriginalAmount="236.00" MarkupRule="1.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="238.36" OriginalAmount="236.00" MarkupRule="1.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="Non Refundable" 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="94" TotalAmount="238.92" OriginalAmount="236.55" MarkupRule="1.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 10/09/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="238.93" OriginalAmount="236.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6972816" Longitude="139.7042526" StarRating="3" HotelCode="|96153" HotelName="Toyoko Inn Tokyo Shinjuku Kabukicho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-20-15, Kabuki-Cho Shinjuku-Ku Tokyo, ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/1/5/3/96153_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a massage service (for a fee) and breakfast service (free of charge), The establishment boasts a lobby with internet, (free of charge), WiFi (free of charge), It also has a microwave and a laundry service (for a fee). SITUATION: This establishment, is 350 metres away from Higashi-Shinjuku the underground station of it is situated 5 minutes walk away from Kabukicho the leisure area of 750 metres away, guests can find Shinjuku the Railway Station of It has excellent transport links to. ROOM: Each room has WiFi (free of charge), a flat-screen television, a bathroom with a hairdryer, a bath, an air-conditioning system, kettle, a fridge and films.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="238.93" OriginalAmount="236.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7215291" Longitude="139.7801186" StarRating="2" HotelCode="|85983" HotelName="Toyoko Inn Tokyo Uguisudani Ekimae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>NEGISHI,TAITO-KU 1-2-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/8/3/85983_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby, vending machines and WiFi (free of charge), It also has a baggage room, a laundry service, a massage service (for a fee), a laundry service and computers (free of charge). SITUATION: This establishment, is a 2-minute walk away from Uguisudani the Station of el parque de Ueno it is situated 10 minutes walk away from 12 minutes walk away, you can find Iriya the underground station of el templo de Asakusa Senso-ji it is a 20-minute train ride away from the Royal Palace it is situated 30 minutes away from. ROOM: Each room has a flat-screen television, a fridge, kettle, humidifier, pyjamas, laptop (available for a fee) and WiFi (free of charge). MEALS: Regarding the food and beverage offering, the establishment offers a breakfast service free of charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.25" OriginalAmount="236.88" MarkupRule="1.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="27" TotalAmount="239.37" OriginalAmount="237" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.727033" Longitude="139.716251" StarRating="3" HotelCode="189029|63045" HotelName="Hotel Resol Ikebukuro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="63" TotalAmount="239.37" OriginalAmount="237.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.672964891987" Longitude="139.76847186931" StarRating="0" HotelCode="531597|mercury_asakusabashi" HotelName="Hotel Mercury" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="239.37" OriginalAmount="237.00" MarkupRule="1.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 09/09/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="239.37" OriginalAmount="237.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="239.40" OriginalAmount="237.03" MarkupRule="1.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 08/09/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="240.22" OriginalAmount="237.84" MarkupRule="1.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 10/09/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="27" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.727901" Longitude="139.715676" StarRating="3" HotelCode="916135|407866" HotelName="Keio Presso Inn Ikebukuro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-29-11 Minami-Ikebukuro, Toshima-ku, Tokyo 171-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/21/f0212dce3d8b0c4ce415d08c5f15387909de4bd9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.733413" Longitude="139.71133" StarRating="3" HotelCode="189000|apa_hotel_ikebukuroekikitaguchi" HotelName="APA Hotel Ikebukuro-Eki-Kitaguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71191153" Longitude="139.78058879" StarRating="3" HotelCode="744168|hotel_emit_ueno" HotelName="Hotel Emit Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-1-1 Higashiueno, Taito, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/c0/4ac0c6ebc6d557fa964cf85d30e05389d293f99e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.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 09/09/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="240.38" OriginalAmount="238.00" MarkupRule="1.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 09/09/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="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.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 09/09/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="241.39" OriginalAmount="239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.695309" Longitude="139.78313" StarRating="3" HotelCode="903843|toyoko_inn_kanda_akihabara" HotelName="Toyoko Inn Tokyo Kanda Akihabara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Eco Hotel" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-2-4 Bakuro-cho Nihon-bashi, Chuo-ku, Tokyo 103-0002</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/5c/e95c3452f8a5d3808783c380bcfc805e315aa8f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located some 30 seconds’ walk from the C4 exit of Bakuro-Cho Station on the JR Sobu Mai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.01" OriginalAmount="239.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.73384" Longitude="139.71127" StarRating="3" HotelCode="|186335" HotelName="Apa Ikebukuro Station Kitaguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="242.31" OriginalAmount="239.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6980532" Longitude="139.7047502" StarRating="3" HotelCode="|168303" HotelName="Apa Higashi Shinjuku Kabukicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="94" TotalAmount="242.36" OriginalAmount="239.96" MarkupRule="1.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 10/09/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="27" TotalAmount="242.40" OriginalAmount="240" MarkupRule="1.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 10/09/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="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69585306" Longitude="139.81169452" StarRating="3" HotelCode="593248|sotetsu_fresa_inn_tokyokinshicho" HotelName="Sotetsu Fresa Inn Tokyo Kinshicho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-18-7 Kotobashi, Sumida-ku, Tokyo 130-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/5b/f15bb4124bea8ac3add9752b07c26bba63063157.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.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="Free CXL until 07/09/2026">
        <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="242.65" OriginalAmount="240.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7292808" Longitude="139.7732549" StarRating="1" HotelCode="|251322" HotelName="Owl Tokyo Nippori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Arakawa-ku Higashi Nippori 6-59-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/3/2/2/251322_ff5a61b1147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.73" OriginalAmount="240.33" MarkupRule="1.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 09/09/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="242.84" OriginalAmount="240.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6936462" Longitude="139.896948" StarRating="3" HotelCode="|85899" HotelName="Mizue Daiichi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-6-16 MIZUE, EDGAWA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/8/9/9/85899_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, vending machines, a laundry service (for a fee), a baggage room (free of charge) and rooms with WiFi, (free of charge), It also has a lobby, with WiFi, (free of charge). ROOM: Each room has a flat-screen television, a fridge, a bathroom with a hairdryer and complimentary bathroom items. SITUATION: This hotel is a 2-minute walk away from Mizue the metro station Tokyo Disney Resort it is situated 8 kilometres away from It has excellent transport links to points of interest, Such as, and. RESTAURANT: Regarding gastronomy, the establishment offers a coffee shop and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.85" OriginalAmount="240.45" MarkupRule="1.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 10/09/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="63" TotalAmount="243.41" OriginalAmount="241.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.56104924" Longitude="139.719268" StarRating="3" HotelCode="522785|apa_hotel_kamataekihigashi" HotelName="Apa Hotel Kamataeki-higashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="243.41" OriginalAmount="241.00" MarkupRule="1.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 05/09/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="63" TotalAmount="243.41" OriginalAmount="241.00" MarkupRule="1.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 26/07/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="94" TotalAmount="243.51" OriginalAmount="241.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6715" Longitude="139.77316" StarRating="3" HotelCode="|241952" HotelName="Amanek Ginza East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku, Shintomi 2-4-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/9/5/2/241952_1_3284.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.42" OriginalAmount="242.00" MarkupRule="1.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 04/09/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="244.42" OriginalAmount="242.00" MarkupRule="1.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 09/09/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="244.58" OriginalAmount="242.16" MarkupRule="1.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 10/09/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="94" TotalAmount="245.14" OriginalAmount="242.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7052949" Longitude="139.7818503" StarRating="3" HotelCode="|86148" HotelName="Villa Fontaine Tokyo - Ueno Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-4-4 KOJIMA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/4/8/86148_6905ad41613.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 186 rooms. SITUATION: The hotel is in Tokio the centre of it is situated near Ameyayokocho the district of It has excellent transport links to Shinokachimachi the Station of. ROOM: The establishment has functional rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.551681" Longitude="139.748105" StarRating="3" HotelCode="95464|hotel_jal_city_haneda_tokyo" HotelName="JAL City Haneda Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-11 Haneda Asahi-cho, Ota-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/0c/fa0cb5a5881c06171b38794791be2c3a222dec9b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated within 10 minutes' drive of Tokyo's Haneda Airport, 3 minutes' walk from Anamo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7215" Longitude="139.780163" StarRating="2" HotelCode="189096|toyoko_inn_uguisudani_ekimae" HotelName="Toyoko Inn Uguisudani Ekimae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-2-17 Negishi, Taito-ku, Tokyo 110-0003</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/e8/6fe8b67e14cbc310cd9ddc355e026505b349287f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.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="Free CXL until 09/09/2026" 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="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.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 08/09/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="245.43" OriginalAmount="243.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.72715236" Longitude="139.77286946" StarRating="3" HotelCode="523230|apa_hotel_tkp_nipporiekimae" HotelName="Apa Hotel Tkp Nippori-Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.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 06/09/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="245.43" OriginalAmount="243.00" MarkupRule="1.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 09/09/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="245.43" OriginalAmount="243.00" MarkupRule="1.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 09/09/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="27" TotalAmount="246.44" OriginalAmount="244" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.663517" Longitude="139.733844" StarRating="3" HotelCode="408818|48788" HotelName="the b roppongi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/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="16" TotalAmount="246.44" OriginalAmount="244.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6934904" Longitude="139.8969134" StarRating="3" HotelCode="316318|1598628" HotelName="Mitsue Dai -Ichi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026">
        <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="246.44" OriginalAmount="244.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.62622912" Longitude="139.72718122" StarRating="2" HotelCode="404662|tsukigime_club_higashigotanda" HotelName="Tsukigime Club Higashi-Gotanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-23-5 Higashigotanda, Shinagawa, Tokyo 141-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/64/aa64f174b2c8e7c04f295472f9bd0eef25bb190d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.44" OriginalAmount="244.00" MarkupRule="1.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="94" TotalAmount="246.62" OriginalAmount="244.18" MarkupRule="1.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 10/09/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="247.08" OriginalAmount="244.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7000728" Longitude="139.6333457" StarRating="3" HotelCode="|86071" HotelName="Route - Inn Tokyo Asagaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-35-14 NARITAHIGASHI, SUGINAMI-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/7/1/86071_1_217.jpg</HotelPictures>
        <HotelDescription>ROOM: The rooms have internet (free of charge), a television and a fully-equipped bathroom, The contemporary style rooms, have a desk, kettle, films and a bath. SITUATION: This hotel is a 2-minute walk away from Minami-Asagaya the underground station of 10 minutes away from JR de Asagaya the Railway Station of. HOTEL: The establishment has a reception with a baggage room, computers with internet, a car park (for a fee) and it offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.676019" Longitude="139.6766755" StarRating="2" HotelCode="|85959" HotelName="Sakura Hatagaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-32-3 HATAGAYA, SHIHUYA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/5/9/85959_1_9701.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers multilingual staff and WiFi (free of charge), In the entrance, you can find a reception with a baggage room and a concierge. You are also offered a laundry service, computer with internet and vending machines. ROOM: All rooms are renovated, have an air-conditioning system, electronic security system, a television, a bathroom with a hairdryer and complimentary bathroom items. SITUATION: This hotel is 20 minutes away from Shibuya and Harajuku the lively areas of 20 minutes away from Tokyo and Akihabara the Railway Station of it is situated near Shinjuku the area. MEALS: Customers have at their disposal a coffee shop and offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.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 06/09/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="94" TotalAmount="247.54" OriginalAmount="245.09" MarkupRule="1.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 14/08/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="247.93" OriginalAmount="245.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.694252" Longitude="139.720853" StarRating="3" HotelCode="|318061" HotelName="Pearl Shinjuku Akebonobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.708717395501" Longitude="139.77612009819" StarRating="3" HotelCode="172281|sardonyx_ueno" HotelName="Hotel Sardonyx Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.700017" Longitude="139.633439" StarRating="3" HotelCode="93257|hotel_routeinn_tokyo_asagaya" HotelName="Route-Inn Tokyo Asagaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>5-35-14 Narita-higashi, Suginami-ku, Tokio 166-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/f0/20f040a27229570f4b2989843e8418e74b1ffb87.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the residential area of Asagaya. It is situated in front of the Fire Departm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.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="248.52" OriginalAmount="246.06" MarkupRule="1.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="248.58" OriginalAmount="246.12" MarkupRule="1.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 08/09/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="249.41" OriginalAmount="246.94" MarkupRule="1.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 10/09/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="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.669211327357" Longitude="139.73269212855" StarRating="3" HotelCode="93258|marroad_inn_akasaka" HotelName="Marroad Inn Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>6-15-17 Akasaka, Minato-ku, Tokyo 107-0052, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c8/f8c8fecb038a7170e12b31401ef1c970da8a3e38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.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 09/09/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="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.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 09/09/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="249.85" OriginalAmount="247.38" MarkupRule="1.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 07/09/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="249.87" OriginalAmount="247.40" MarkupRule="1.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 06/09/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="63" TotalAmount="250.48" OriginalAmount="248.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.683284765993" Longitude="139.78242790709" StarRating="3" HotelCode="315934|sotetsu_fresa_inn_nihombashiningyocho" HotelName="Sotetsu Fresa Inn Nihombashi-Ningyocho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="250.48" OriginalAmount="248.00" MarkupRule="1.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="94" TotalAmount="251.10" OriginalAmount="248.61" MarkupRule="1.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 10/09/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="251.49" OriginalAmount="249.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.705294933769" Longitude="139.78185027838" StarRating="3" HotelCode="161532|hotel_villa_fontaine_ueno" HotelName="Hotel Villa Fontaine Tokyo - Ueno Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" 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="27" TotalAmount="252.50" OriginalAmount="250" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7159595" Longitude="139.78033169" StarRating="3" HotelCode="472232|174371" HotelName="APA Hotel Ueno-Ekimae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 10/09/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="27" TotalAmount="252.50" OriginalAmount="250" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.682228744141" Longitude="139.79970653369" StarRating="3" HotelCode="78493|59340" HotelName="Comfort Tokyo Kiyosumi  Shirakawa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/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="252.50" OriginalAmount="250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.699998666667" Longitude="139.69899166667" StarRating="2" HotelCode="916101|hotel_empire_in_shinjuku" HotelName="Hotel Empire In Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-15-33 Hyakunin-cho, Shinjuku-ku, Tokyo 169-0073, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/a9/aea99da8f5f185faea4f10c3e52a93b8f0ae08a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.50" OriginalAmount="250.00" MarkupRule="1.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="252.69" OriginalAmount="250.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.5599008" Longitude="139.7137774" StarRating="3" HotelCode="|73523" HotelName="Chisun Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="253.25" OriginalAmount="250.74" MarkupRule="1.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 14/08/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="63" TotalAmount="253.51" OriginalAmount="251.00" MarkupRule="1.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 08/09/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="63" TotalAmount="253.51" OriginalAmount="251.00" MarkupRule="1.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 06/09/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="253.91" OriginalAmount="251.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.699963" Longitude="139.63341" StarRating="3" HotelCode="|66005" HotelName="Amista Asagaya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>35-14, 5-CHOME, NARITAHIGASHI, SUGINAMI-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/0/0/5/66005_1.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has rooms with satellite television, an air-conditioning system, a direct line telephone and a bathroom with a hairdryer. FACILITIES: Guests are offered car hire, internet and a car park. With regards to the food and beverage offering, there is a restaurant and a breakfast room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.41" OriginalAmount="251.89" MarkupRule="1.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="27" TotalAmount="254.52" OriginalAmount="252" MarkupRule="1.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="Free CXL until 04/09/2026" 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="94" TotalAmount="255.05" OriginalAmount="252.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69777" Longitude="139.78814" StarRating="2" HotelCode="|228349" HotelName="Web Tokyo Asakusabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-30-3 Yanagibashi Taito</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/3/4/9/228349_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.53" OriginalAmount="253.00" MarkupRule="1.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 07/09/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="63" TotalAmount="255.53" OriginalAmount="253.00" MarkupRule="1.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 03/09/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="63" TotalAmount="255.53" OriginalAmount="253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71653581" Longitude="139.79522854" StarRating="3" HotelCode="725503|the_kanzashi_tokyo_asakusa" HotelName="Hotel WBF Tokyo Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="255.89" OriginalAmount="253.36" MarkupRule="1.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="94" TotalAmount="256.38" OriginalAmount="253.84" MarkupRule="1.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 10/09/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="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70688631" Longitude="139.80084295" StarRating="1" HotelCode="435915|oak_hostel_fuji" HotelName="Oak Hostel FUJI" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-13-3 Higashi-Komagata, Sumida ward, Tokyo 130-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/3e/0a3e6324f81b840cefbc58cd59a24ce9b8b2dad4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.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 08/09/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="256.72" OriginalAmount="254.18" MarkupRule="1.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="256.77" OriginalAmount="254.23" MarkupRule="1.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="94" TotalAmount="257.31" OriginalAmount="254.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7343021" Longitude="139.7109171" StarRating="3" HotelCode="|86023" HotelName="Toyoko Inn Ikebukuro Kitaguchi 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>IKEBUKURO, TOSHIMA-KU 2-50-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/2/3/86023_99ae69a1013.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby with a computer and a printing service. For an additional charge cost offers a reception and a massage service in rooms an ironing service and a microwave. SITUATION: This establishment, is a 8-minute walk away from Ikebukuro the Railway Station of el Museo Nacional de Tokio it is 25 minutes drive away from, el santuario Meiji the establishment is a 30-minute drive away from it is 42 minutes drive away from Haneda Airport. ROOM: The rooms have an air-conditioning system, WiFi (free of charge), a trouser press, a flat-screen television with pay channels, humidifier and a hairdryer. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service at no extra charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.55" OriginalAmount="255.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.706921" Longitude="139.8009" StarRating="3" HotelCode="|434098" HotelName="Oakhostel Fuji" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-13-3 Higashikomagata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/0/9/8/434098_fcc7cfc1744.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.55" OriginalAmount="255.00" MarkupRule="1.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 08/09/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="257.55" OriginalAmount="255.00" MarkupRule="1.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 09/09/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="94" TotalAmount="258.01" OriginalAmount="255.46" MarkupRule="1.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 10/09/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="94" TotalAmount="258.06" OriginalAmount="255.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7090001" Longitude="139.7908858" StarRating="3" HotelCode="|67169" HotelName="Agora Place Tokyo Asakusa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="258.20" OriginalAmount="255.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.683273" Longitude="139.782409" StarRating="3" HotelCode="|168429" HotelName="Sotetsu Fresa Inn Nihombashi Kayabacho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Nihonbashi Kayaba-cho 1-3-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/2/9/168429_1_2825.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment is a 1-minute walk away from the metro station of Kayabacho and it is situated 15 minutes walk away from the Station of Tokio. ROOM: The Occidental-style rooms have WiFi (free of charge), films (available for a fee), an air-conditioning system, a fridge, kettle, slippers, toothbrushes, a bathroom with a hairdryer and a trouser press. FACILITIES: The establishment offers a reception, a dry cleaner's, a photocopier, a luggage room and vending machines.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.22" OriginalAmount="255.66" MarkupRule="1.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 09/09/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="258.56" OriginalAmount="256.00" MarkupRule="1.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 08/09/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="258.56" OriginalAmount="256.00" MarkupRule="1.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="Free CXL until 02/09/2026" 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="258.56" OriginalAmount="256.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.694132" Longitude="139.70722" StarRating="3" HotelCode="93256|hotel_sunlite_shinjuku" HotelName="Sunlite Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" 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="258.56" OriginalAmount="256.00" MarkupRule="1.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 09/09/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="94" TotalAmount="258.93" OriginalAmount="256.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66924" Longitude="139.774399" StarRating="3" HotelCode="|433536" HotelName="Ginza Capital Moegi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-3-1 Tsukiji, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/3/5/3/6/433536_eaa683b1714.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.34" OriginalAmount="256.77" MarkupRule="1.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 04/09/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="63" TotalAmount="259.57" OriginalAmount="257.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70184299" Longitude="139.5802561" StarRating="3" HotelCode="95445|kichijoji_tokyu_inn" HotelName="Kichijoji Tokyu REI Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="259.57" OriginalAmount="257.00" MarkupRule="1.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 09/09/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="94" TotalAmount="260.74" OriginalAmount="258.16" MarkupRule="1.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 09/09/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="94" TotalAmount="261.10" OriginalAmount="258.51" MarkupRule="1.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="94" TotalAmount="261.24" OriginalAmount="258.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6756318" Longitude="139.7371" StarRating="3" HotelCode="|86122" HotelName="Akasaka Granbell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-10-9 AKASAKA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/2/2/86122_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has WiFi in communal areas, (free of charge), a reception, a laptop hire service, a DVD player, a dry cleaner's, a theatre and bicycle hire. MEALS: The establishment offers a continental breakfast at no extra charge. ROOM: The modern rooms, are Japanese in style, They have an air-conditioning system, a tea service, an LCD television and a large bathroom. SITUATION: The hotel is in a central area, 2 minutes away from, Akasaka-Mitsuke the metro station Next to Akasaka Sacas the commercial centre Akasaka and Nagatacho the metro stations of. RESTAURANT: Clients can enjoy a pub and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.29" OriginalAmount="258.70" MarkupRule="1.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 07/09/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="63" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.691478" Longitude="139.775177" StarRating="3" HotelCode="189013|hotel_mystays_kanda" HotelName="HOTEL MYSTAYS Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 13/08/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="63" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.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 06/09/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="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.695938" Longitude="139.786733" StarRating="3" HotelCode="95439|belmont_hotel_4" HotelName="Tokyo Asakusabashi Belmont" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="63" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.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 08/09/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="94" TotalAmount="261.84" OriginalAmount="259.25" MarkupRule="1.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 10/09/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="94" TotalAmount="262.07" OriginalAmount="259.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69582" Longitude="139.7043" StarRating="3" HotelCode="|185714" HotelName="Siena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/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="262.49" OriginalAmount="259.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6898703" Longitude="139.6834406" StarRating="3" HotelCode="|251512" HotelName="Apa and Resort Nishishinjuku Gochome Eki Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shibuya-ku Honmachi 3-14-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/1/2/251512_794af301305.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68886935" Longitude="139.7154565" StarRating="0" HotelCode="569354|residence_hotel_will_shinjuku" HotelName="Residence Hotel Will Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-25 Yotsuya, Shinjuku-ku, Tokyo-to 160-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/66/8066a096cba19f55a613287893808daa597860c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.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 09/09/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="262.60" OriginalAmount="260.00" MarkupRule="1.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 09/09/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="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.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 03/09/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="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.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 09/09/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="16" TotalAmount="263.30" OriginalAmount="260.69" MarkupRule="1.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 10/09/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="263.61" OriginalAmount="261" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.609188402718" Longitude="139.74866473922" StarRating="3" HotelCode="115626|48765" HotelName="Sunroute Shinagawa Seaside" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/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="27" TotalAmount="263.61" OriginalAmount="261" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71417806" Longitude="139.77932833" StarRating="3" HotelCode="592135|235943" HotelName="Ueno Urban Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/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="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69269616" Longitude="139.78482422" StarRating="3" HotelCode="419844|apa_hotel_higashinihonbashiekimae" HotelName="APA Hotel Higashi-Nihonbashi-Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="263.61" OriginalAmount="261.00" MarkupRule="1.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 08/09/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="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.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="Non Refundable" 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="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70847922" Longitude="139.79514871" StarRating="3" HotelCode="767093|hotel_amanek_asakusa_ekimae" HotelName="Hotel Amanek Asakusa Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-7-2 Komagata, Tokyo 111-0043</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/42/56/4256180ea1db67b485b75badacba28b51d59440b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.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 08/09/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="94" TotalAmount="264.47" OriginalAmount="261.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7222306" Longitude="139.7051565" StarRating="3" HotelCode="|168425" HotelName="Richmond Hotel Tokyo Mejiro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.694044599098" Longitude="139.78305190802" StarRating="3" HotelCode="115610|comfort_hotel_tokyo_higashi_nihombashi" HotelName="Comfort Hotel Tokyo Higashi Nihombashi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.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="Free CXL until 07/09/2026" 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="264.64" OriginalAmount="262.02" MarkupRule="1.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 08/09/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="265.62" OriginalAmount="262.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69751" Longitude="139.76826" StarRating="3" HotelCode="|186385" HotelName="Mystays Ochanomizu Conference Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-10-6, Kandaawajicho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/3/8/5/186385_1_2139.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.75" OriginalAmount="263.12" MarkupRule="1.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="266.09" OriginalAmount="263.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.678276" Longitude="139.782593" StarRating="3" HotelCode="|85889" HotelName="Villa Fontaine Tokyo - Kayabacho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="266.32" OriginalAmount="263.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66582" Longitude="139.77145" StarRating="3" HotelCode="|185890" HotelName="Ban Tsukiji Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-17-10 Tsukiji, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/9/0/185890_c37129f1211.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.73124" Longitude="139.717178" StarRating="3" HotelCode="166925|ark_hotel_tokyo_ikebukuro" HotelName="Ark Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/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="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.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 08/09/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="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.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="Free CXL until 06/09/2026" 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="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.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 06/09/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="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.634179719898" Longitude="139.71341904693" StarRating="3" HotelCode="933702|mid_in_meguroekimae" HotelName="Mid In Meguro Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/09/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="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.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 09/09/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="94" TotalAmount="266.79" OriginalAmount="264.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7117887" Longitude="139.815972" StarRating="3" HotelCode="|321194" HotelName="ONE＠Tokyo by insomnia" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="267.32" OriginalAmount="264.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6863" Longitude="139.79164" StarRating="3" HotelCode="|185571" HotelName="Apa  Nihonbashi Hamacho Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/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="16" TotalAmount="267.44" OriginalAmount="264.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.65275794" Longitude="139.7966503" StarRating="2" HotelCode="596762|3714925" HotelName="Hotel Livemax Toyosu-Ekimae" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 07/09/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="94" TotalAmount="267.52" OriginalAmount="264.87" MarkupRule="1.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 09/09/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="63" TotalAmount="267.65" OriginalAmount="265.00" MarkupRule="1.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/09/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="63" TotalAmount="267.65" OriginalAmount="265.00" MarkupRule="1.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="Free CXL until 08/09/2026" 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="63" TotalAmount="267.65" OriginalAmount="265.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7101914" Longitude="139.64925171" StarRating="0" HotelCode="674184|grapehouse_koenji" HotelName="Grape House Koenji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-1-5 Yamato-cho, Nakano-ku, Tokyo 165-0034</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/78/3d78a25dd68fc9b81d3034b885a80df492f005bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.04" OriginalAmount="265.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6945126" Longitude="139.7797161" StarRating="3" HotelCode="|447640" HotelName="Comfort ERA Tokyo Higashi Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="268.66" OriginalAmount="266.00" MarkupRule="1.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 08/09/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="268.66" OriginalAmount="266.00" MarkupRule="1.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 08/09/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="268.66" OriginalAmount="266.00" MarkupRule="1.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 11/08/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="94" TotalAmount="269.11" OriginalAmount="266.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6832287" Longitude="139.7418436" StarRating="3" HotelCode="|251470" HotelName="Nest Tokyo Hanzomon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="94" TotalAmount="269.33" OriginalAmount="266.66" MarkupRule="1.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 10/09/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="94" TotalAmount="269.41" OriginalAmount="266.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.703725" Longitude="139.744003" StarRating="2" HotelCode="|469466" HotelName="Hop Inn Tokyo Iidabashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/09/2026">
        <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="269.67" OriginalAmount="267.00" MarkupRule="1.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 09/09/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="94" TotalAmount="270.30" OriginalAmount="267.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.55187" Longitude="139.743309" StarRating="4" HotelCode="|450118" HotelName="Mercure Tokyo Haneda Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <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="270.68" OriginalAmount="268.00" MarkupRule="1.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 10/09/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="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.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 07/09/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="270.68" OriginalAmount="268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.72700275" Longitude="139.71149575" StarRating="0" HotelCode="652626|ikebukuro_royal_higashiguchi" HotelName="Higashiguchi Ikebukuro Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Concierge,Elevator">
        <Address>
          <AddressLines>
            <AddressLine>1-17-2 Minami Ikebukuro, Toshima 171-0022, Präfektur Tokio</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/a8/77a8c374fa58c4951bbdf33834eb0506c8c0420d.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ikebukuro Royal Hotel Higashiguchi is a popular choice amongst travelers in Tokyo, whether exploring...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.56257729" Longitude="139.72273592" StarRating="2" HotelCode="864325|aihotel_keikyukamata" HotelName="Ai Hotel Kamata" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/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="270.68" OriginalAmount="268.00" MarkupRule="1.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 05/09/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="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.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 06/09/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="94" TotalAmount="270.95" OriginalAmount="268.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.697292" Longitude="139.81073" StarRating="4" HotelCode="|85936" HotelName="Tobu Levant Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/09/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="271.17" OriginalAmount="268.49" MarkupRule="1.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 09/09/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="94" TotalAmount="271.56" OriginalAmount="268.87" MarkupRule="1.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="271.64" OriginalAmount="268.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66104" Longitude="139.87294" StarRating="3" HotelCode="|185693" HotelName="Lumiere Kasai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-41-20 Nakakasai Edogawa</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/9/3/185693_1_1428.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="271.69" OriginalAmount="269" MarkupRule="1.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="271.69" OriginalAmount="269.00" MarkupRule="1.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 08/09/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="271.69" OriginalAmount="269.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.698096" Longitude="139.78503466667" StarRating="3" HotelCode="314861|keikyu_ex_inn_asakusabashi_ekimae" HotelName="Keikyu EX Inn Asakusabashi Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/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="271.69" OriginalAmount="269.00" MarkupRule="1.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="63" TotalAmount="271.69" OriginalAmount="269.00" MarkupRule="1.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 08/09/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="63" TotalAmount="271.69" OriginalAmount="269.00" MarkupRule="1.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 05/09/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="63" TotalAmount="271.69" OriginalAmount="269.00" MarkupRule="1.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="272.15" OriginalAmount="269.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6765856" Longitude="139.7359452" StarRating="3" HotelCode="|85906" HotelName="The B Akasaka-mitsuke" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>AKASAKA, MINATO-KU 3-21-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/0/6/85906_1_1107.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers facilities for people with reduced mobility and has an oudooor car park. SITUATION: This establishment is in Tokyo,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.25" OriginalAmount="269.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6721119" Longitude="139.7390967" StarRating="3" HotelCode="|251498" HotelName="Henn Na Tokyo Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Akasaka 2-6-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/9/8/251498_b6df47a1614.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.70" OriginalAmount="270.00" MarkupRule="1.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 12/08/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="272.70" OriginalAmount="270.00" MarkupRule="1.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 09/09/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="272.73" OriginalAmount="270.03" MarkupRule="1.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="94" TotalAmount="273.12" OriginalAmount="270.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7184624" Longitude="139.7923059" StarRating="3" HotelCode="|86091" HotelName="Vessel Inn Asakusa Tsukuba Express " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>SENZOKU,TAITO-KU 1-15-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/9/1/86091_ba8e0731214.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers attentive service, cleaning service at check-out and conference facilities. For an extra cost you can have access to WiFi, a laundry service and a car park. SITUATION: This establishment, is 4 minutes away from the motorway, 12 minutes away, you can find Hibiya the metro station of 12 minutes away from the establishment clients have Tawara Machi the Station of. ROOM: Each room has a shower, a hairdryer, an individual air-conditioning system, a television, a direct line telephone, a fridge and internet. FACILITIES: Guests are offered a massage service (available for a fee) and continental breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.26" OriginalAmount="270.55" MarkupRule="1.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 10/09/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="273.35" OriginalAmount="270.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.696522" Longitude="139.411874" StarRating="3" HotelCode="|169940" HotelName="Tachikawa Washington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-7-16 Shibasaki-cho, Tachikawa-shi, Tokyo JAPAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/9/4/0/169940_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers comfortable facilities and excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.71" OriginalAmount="271.00" MarkupRule="1.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="63" TotalAmount="273.71" OriginalAmount="271.00" MarkupRule="1.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 06/09/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="94" TotalAmount="273.93" OriginalAmount="271.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6894537" Longitude="139.7690332" StarRating="3" HotelCode="|251508" HotelName="Tosei Cocone Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku Uchikanda 3-2-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/0/8/251508_6a38caa1350.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.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="Free CXL until 08/09/2026" 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="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.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="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6629421" Longitude="139.87438824" StarRating="3" HotelCode="620000|hotel_il_fiore_kasai" HotelName="Hotel Il Fiore Kasai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="814997|the_barn_tokyo" HotelName="The Barn Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-13–3 Shitaya, Taito-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/68/6b68fceb6d4ee67f88b26c1ae8c44acff38d7072.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="275.49" OriginalAmount="272.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.669229" Longitude="139.801884" StarRating="3" HotelCode="|85960" HotelName="Day Nice  Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <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="94" TotalAmount="275.66" OriginalAmount="272.93" MarkupRule="1.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 10/09/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="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.72832777" Longitude="139.79557667" StarRating="2" HotelCode="440596|andon_ryokan" HotelName="Andon Ryokan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/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="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.64863023" Longitude="139.80101487" StarRating="3" HotelCode="811608|hotel_monday_toyosu" HotelName="Hotel Monday" Meals="ROOM ONLY" 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="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.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 07/09/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="276.42" OriginalAmount="273.68" MarkupRule="1.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 10/09/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="94" TotalAmount="276.62" OriginalAmount="273.88" MarkupRule="1.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 10/09/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="276.74" OriginalAmount="274.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.652712" Longitude="139.75117" StarRating="3" HotelCode="95456|tokyo_grand_hotel" HotelName="Tokyo Grand" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-5-2 Shiba, Minato-ku, Tokyo 105-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b4/f7/b4f7d723ba8b38fd5cbe45246797528bca42990c.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="276.74" OriginalAmount="274.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.715024633498" Longitude="139.7982134583" StarRating="2" HotelCode="358892|super_hotel_asakusa" HotelName="Super Hotel Asakusa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bicycle Rental,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>2-33-1 Asakusa, Taito-ku, Tokyo 111-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/1a/641a38da24ac956342ba8eb6fd51823c1f0fb551.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2.5-star Super Hotel Asakusa offers comfort and convenience whether you're on business or holida...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.74" OriginalAmount="274.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.671103" Longitude="139.798788" StarRating="3" HotelCode="189073|tokyustay_monzennakacho" HotelName="Tokyu Stay Monzen-Nakacho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="276.74" OriginalAmount="274.00" MarkupRule="1.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 06/09/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="63" TotalAmount="276.74" OriginalAmount="274.00" MarkupRule="1.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="Non Refundable" 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="94" TotalAmount="276.98" OriginalAmount="274.24" MarkupRule="1.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 08/09/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="63" TotalAmount="277.75" OriginalAmount="275.00" MarkupRule="1.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 08/09/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="277.75" OriginalAmount="275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.697325175125" Longitude="139.76831657949" StarRating="3" HotelCode="421365|hotel_mystays_ochanomizuakihabara" HotelName="HOTEL MYSTAYS Ochanomizu CC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Conference Hall,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-10-6 Kandaawajicho, Chiyoda-ku, Tokyo 101-0063</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/74/84/748419fbf624f650245e37e9e5b6b3339b8b54e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is well-located in Akihabara an area renowned for it's famous Electric town. Being in one ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="277.94" OriginalAmount="275.19" MarkupRule="1.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="63" TotalAmount="278.76" OriginalAmount="276.00" MarkupRule="1.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 05/09/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="278.76" OriginalAmount="276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68337478" Longitude="139.74197753" StarRating="2" HotelCode="613774|nest_hotel_tokyo_hanzomon" HotelName="Nest Hotel Tokyo Hanzomon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="278.76" OriginalAmount="276.00" MarkupRule="1.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 08/09/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="94" TotalAmount="278.89" OriginalAmount="276.13" MarkupRule="1.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 10/09/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="16" TotalAmount="279.11" OriginalAmount="276.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.695962229755" Longitude="139.70427650628" StarRating="3" HotelCode="342721|1169208" HotelName="Hotel Siena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="279.77" OriginalAmount="277.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66587579" Longitude="139.77152316" StarRating="3" HotelCode="314864|business_hotel_ban" HotelName="Tsukiji Business Hotel Ban" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-17-10 Tsukiji, Chuo-ku, Tokyo 104-0045</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/09/630999cb505155b32aa4f63784e16ec3a3c60d07.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.77" OriginalAmount="277.00" MarkupRule="1.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 07/09/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="279.92" OriginalAmount="277.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6967982" Longitude="139.7739212" StarRating="3" HotelCode="|318051" HotelName="Resol Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="280.63" OriginalAmount="277.85" MarkupRule="1.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 10/09/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="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.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 24/08/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="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.72153893" Longitude="139.78605775" StarRating="3" HotelCode="316132|vessel_inn_ueno_iriya_ekimae" HotelName="Vessel Inn Ueno Iriya Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Bar,Bicycle Rental,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-25-6 Iriya, Taito-Ku, Tokyo 110-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/00/0900395606e342dfc043e527196754883cd85d65.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="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.671660905199" Longitude="139.77360360522" StarRating="3" HotelCode="315430|apa_hotel_shintomichoekimae" HotelName="APA Hotel Shintomicho-Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/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="27" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.673837942743" Longitude="139.73790504663" StarRating="3" HotelCode="189008|61241" HotelName="Centurion Hotel Residential Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/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="281.79" OriginalAmount="279.00" MarkupRule="1.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 03/09/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="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.65692353284" Longitude="139.72356152513" StarRating="3" HotelCode="95465|apa_hotel_nishiazabu" HotelName="APA Hotel Nishi-Azabu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.675938" Longitude="139.736017" StarRating="3" HotelCode="189003|apa_villa_hotel_akasakamitsuke_2" HotelName="APA Villa Hotel Akasaka Mitsuke" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="94" TotalAmount="281.99" OriginalAmount="279.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67424" Longitude="139.77197" StarRating="3" HotelCode="|185566" HotelName="Apa Ginza Takaracho Tokyo Yaesu Minamiguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="282.80" OriginalAmount="280.00" MarkupRule="1.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 07/09/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="94" TotalAmount="283.22" OriginalAmount="280.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.675633" Longitude="139.778173" StarRating="3" HotelCode="|467354" HotelName="Apa Hatchobori Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="283.24" OriginalAmount="280.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6973616" Longitude="139.7734244" StarRating="3" HotelCode="|86137" HotelName="Akihabara Washington" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <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="283.81" OriginalAmount="281.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68943308" Longitude="139.76900757" StarRating="3" HotelCode="615785|tosei_hotel_cocone_kanda" HotelName="Tosei Hotel Cocone Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>3-2-10 Uchikanda, Chiyoda-ku, Tokyo 101-0047</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/9c/d99c0c6f847e09960d75a28f9b122c82fcb20472.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.98" OriginalAmount="281.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6906725" Longitude="139.7077498" StarRating="3" HotelCode="|67171" HotelName="Pod Select Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-12-12 SHINJUKU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/7/1/67171_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel has 31 modern rooms, The establishment has a lobby, air-conditioning, conference rooms, internet and room service. SITUATION: It is in the gay district, near the establishment, guests will find Shinjuku San Chome Subway the metro station of. ROOM: Each room has a bathroom, a hairdryer, a king size or double bed, a direct line telephone, satellite or cable TV, internet, a fridge and an individual air-conditioning system. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.10" OriginalAmount="281.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7126" Longitude="139.787" StarRating="3" HotelCode="|398697" HotelName="Kin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-3-2 Matsugaya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/8/6/9/7/398697_009b1160540.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.16" OriginalAmount="281.35" MarkupRule="1.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 14/08/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="94" TotalAmount="284.55" OriginalAmount="281.73" MarkupRule="1.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 08/09/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="94" TotalAmount="284.82" OriginalAmount="282.00" MarkupRule="1.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 10/09/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="63" TotalAmount="284.82" OriginalAmount="282.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.690595" Longitude="139.766831" StarRating="3" HotelCode="161533|hotel_villa_fontaine_otemachi" HotelName="Hotel Villa Fontaine Tokyo - Otemachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/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="63" TotalAmount="284.82" OriginalAmount="282.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.711035" Longitude="139.777836" StarRating="3" HotelCode="167570|tokyo_ueno_touganeya_hotel" HotelName="Tokyo Ueno Touganeya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-17-5 Higashiueno, Taitouku, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/d5/d0d509797713474b668b02d83c14de5f9dddb627.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="284.82" OriginalAmount="282.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.710508569219" Longitude="139.7790192976" StarRating="2" HotelCode="189025|hotel_new_touhoku" 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="284.82" OriginalAmount="282.00" MarkupRule="1.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 09/09/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="63" TotalAmount="284.82" OriginalAmount="282.00" MarkupRule="1.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 08/09/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="63" TotalAmount="284.82" OriginalAmount="282.00" MarkupRule="1.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="Non Refundable">
        <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="285.03" OriginalAmount="282.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.654775" Longitude="139.779548" StarRating="3" HotelCode="|96279" HotelName="Fukuracia Harumi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-8-1, Harumi Chuo-Ku Tokyo, ,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/2/7/9/96279_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This 3 star hotel is in Tokyo the centre of. ROOM: The establishment has 210 rooms with a hairdryer, a trouser press and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.64" OriginalAmount="282.81" MarkupRule="1.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 10/09/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="285.66" OriginalAmount="282.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7336178" Longitude="139.708829" StarRating="0" HotelCode="|85969" HotelName="Sakura Hotel Ikebukuro -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/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="27" TotalAmount="285.83" OriginalAmount="283" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68938753" Longitude="139.70287284" StarRating="1" HotelCode="376651|63069" HotelName="Capsule Hotel Anshin Oyado Shinjuku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/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="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.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 06/09/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="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.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="285.83" OriginalAmount="283.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="285.96" OriginalAmount="283.13" MarkupRule="1.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 07/09/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="286.09" OriginalAmount="283.26" MarkupRule="1.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 10/09/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="286.22" OriginalAmount="283.39" MarkupRule="1.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 10/09/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="94" TotalAmount="286.44" OriginalAmount="283.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68813" Longitude="139.70421" StarRating="2" HotelCode="|185581" HotelName="Apartment Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-4-10 Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/5/8/1/185581_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="286.56" OriginalAmount="283.72" MarkupRule="1.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 09/09/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="27" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69446" Longitude="139.7798" StarRating="2" HotelCode="563859|235762" HotelName="Comfort Hotel Tokyo Higashi Kanda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="286.84" OriginalAmount="284.00" MarkupRule="1.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 08/09/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="286.84" OriginalAmount="284.00" MarkupRule="1.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="Non Refundable" 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="94" TotalAmount="287.21" OriginalAmount="284.37" MarkupRule="1.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 10/09/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="94" TotalAmount="287.49" OriginalAmount="284.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6754498" Longitude="139.7327775" StarRating="4" HotelCode="|73638" HotelName="Monterey Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-9-24 Akasaka, Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/3/8/73638_1_1754.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.62657423" Longitude="139.72082767" StarRating="2" HotelCode="541222|349895" HotelName="Keio Presso Inn Gotanda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="287.85" OriginalAmount="285.00" MarkupRule="1.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 08/09/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="287.85" OriginalAmount="285.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70998815" Longitude="139.7773793" StarRating="2" HotelCode="563503|hotel_santargas_ueno" HotelName="Hotel Santargas Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/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="287.90" OriginalAmount="285.05" MarkupRule="1.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 09/09/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="94" TotalAmount="288.65" OriginalAmount="285.79" MarkupRule="1.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 08/09/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="27" TotalAmount="288.86" OriginalAmount="286" MarkupRule="1.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="27" TotalAmount="288.86" OriginalAmount="286" MarkupRule="1.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 05/09/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="94" TotalAmount="288.87" OriginalAmount="286.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69591" Longitude="139.78677" StarRating="3" HotelCode="|86065" HotelName="Belmont" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>YANAGIBASHI, TAITO-KU 1-2-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/6/5/86065_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, conference facilities and bright rooms. SITUATION: This establishment is in Tokio it is 30 minutes away (by train) from the tourist attractions, close to the Akihabara area where you can find shops.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="289.27" OriginalAmount="286.41" MarkupRule="1.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 10/09/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="94" TotalAmount="289.40" OriginalAmount="286.53" MarkupRule="1.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 08/09/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="63" TotalAmount="289.87" OriginalAmount="287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.65186077992" Longitude="139.68638241291" StarRating="2" HotelCode="167555|olympic_inn_shibuya" HotelName="Olympic Inn Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2-22-6, 2-22-6 Ohashi, Meguro, Tokyo 153-0044</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/be/e8be9caa9d88833baa45abec8928e2fb3e319f4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is a 2-minute walk away from Ikejiri Ohashi Station, a station away from Shibuya Station....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.87" OriginalAmount="287.00" MarkupRule="1.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 09/09/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="63" TotalAmount="289.87" OriginalAmount="287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67798" Longitude="139.777837" StarRating="3" HotelCode="189106|hotel_villa_fontaine_tokyo_hatchobori" HotelName="Hotel Villa Fontaine Tokyo - Hatchobori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" 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="289.87" OriginalAmount="287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.672072" Longitude="139.73905979" StarRating="2" HotelCode="620239|henn_na_hotel_tokyo_akasaka" HotelName="Henn na Hotel Tokyo Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-6-14 Akasaka, Minato, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/d4/6dd43eac3275725481deaa57233cd796bc1f77a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.87" OriginalAmount="287.00" MarkupRule="1.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 09/09/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="289.87" OriginalAmount="287.00" MarkupRule="1.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="Free CXL until 08/09/2026">
        <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="290.73" OriginalAmount="287.85" MarkupRule="1.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 09/09/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="94" TotalAmount="290.81" OriginalAmount="287.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.723486" Longitude="139.5799711" StarRating="3" HotelCode="|85919" HotelName="Kichijoji Tokyu Rei" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-6-3 KICHIJOJIMINAMICHO, MUSASHINO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/1/9/85919_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers facilities for people with disabilities. SITUATION: This establishment, Tokyo it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="290.88" OriginalAmount="288" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68294725495" Longitude="139.73990656142" StarRating="3" HotelCode="380555|62344" HotelName="APA Hotel Hanzomon-Hirakawacho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="290.88" OriginalAmount="288.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.688055459565" Longitude="139.71842832945" StarRating="3" HotelCode="79883|hotel_jal_city_yotsuya_tokyo" HotelName="Hotel Wing International Premium Tokyo Yotsuya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/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="290.88" OriginalAmount="288.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.698289" Longitude="139.776471" StarRating="3" HotelCode="315423|apa_hotel_akihabaraekimae" HotelName="APA Hotel Akihabara Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="290.88" OriginalAmount="288.00" MarkupRule="1.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 07/09/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="63" TotalAmount="290.88" OriginalAmount="288.00" MarkupRule="1.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 07/09/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="94" TotalAmount="291.21" OriginalAmount="288.33" MarkupRule="1.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 06/09/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="94" TotalAmount="291.63" OriginalAmount="288.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69656" Longitude="139.70532" StarRating="4" HotelCode="|185855" HotelName="Shinjuku Granbell" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/09/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="94" TotalAmount="291.68" OriginalAmount="288.79" MarkupRule="1.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 10/09/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="63" TotalAmount="291.89" OriginalAmount="289.00" MarkupRule="1.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="Free CXL until 04/09/2026" 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="63" TotalAmount="291.89" OriginalAmount="289.00" MarkupRule="1.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 09/09/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="291.91" OriginalAmount="289.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.706897" Longitude="139.800794" StarRating="1" HotelCode="|458712" HotelName="Tora Asakusa - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-13-3 Higashikomagata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/8/7/1/2/458712_a9df3190941.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.99" OriginalAmount="289.10" MarkupRule="1.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 10/09/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="63" TotalAmount="292.90" OriginalAmount="290.00" MarkupRule="1.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="Free CXL until 03/09/2026" 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="293.54" OriginalAmount="290.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70703" Longitude="139.77211" StarRating="0" HotelCode="|185842" HotelName="Randb  Ueno Hirokoji" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-18-8 Ueno Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/4/2/185842_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="293.91" OriginalAmount="291" MarkupRule="1.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="Free CXL until 09/09/2026">
        <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="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.697121563337" Longitude="139.70564487735" StarRating="4" HotelCode="320814|shinjuku_granbell_hotel" HotelName="Shinjuku Granbell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7098366" Longitude="139.77555985" StarRating="3" HotelCode="571989|centurion_hotel_spa_ueno_station" HotelName="Centurion Hotel &amp; Spa Ueno Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69161717" Longitude="139.77416083" StarRating="3" HotelCode="621599|sotetsu_fresa_inn_tokyokanda" HotelName="Sotetsu Fresa Inn Tokyo Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>8-1 Kanda Konya-cho, Chiyoda-ku, Tokyo 101-0035</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/82/2f824d86706fcd843744600a547bc12f6a2f3afb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.667293384031" Longitude="139.77036891466" StarRating="3" HotelCode="591518|keikyu_ex_inn_higashiginzatokyo_ginza_tsukiji" HotelName="Keikyu EX Inn Higashi Ginza" Meals="ROOM ONLY" 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="94" TotalAmount="294.53" OriginalAmount="291.61" MarkupRule="1.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 04/09/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="63" TotalAmount="294.92" OriginalAmount="292.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.626511446389" Longitude="139.72280949354" StarRating="3" HotelCode="95458|toko" HotelName="HOTEL MYSTAYS Gotanda Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 12/08/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="294.92" OriginalAmount="292.00" MarkupRule="1.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 07/09/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="294.92" OriginalAmount="292.00" MarkupRule="1.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 07/09/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="94" TotalAmount="295.06" OriginalAmount="292.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.735194" Longitude="139.712778" StarRating="0" HotelCode="|522456" HotelName="Eisei Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-6-1 Ikebukuro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/4/5/6/522456_2be94101103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.93" OriginalAmount="293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.733584739943" Longitude="139.70879092813" StarRating="3" HotelCode="189055|sakura_hotel_ikebukuro" HotelName="Sakura Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="296.02" OriginalAmount="293.09" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="296.15" OriginalAmount="293.22" MarkupRule="1.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 09/09/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="94" TotalAmount="296.58" OriginalAmount="293.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7015017" Longitude="139.7662858" StarRating="3" HotelCode="|320819" HotelName="Ochanomizu Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bunkyo-ku Yushima 1-3-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/0/8/1/9/320819_ca0655d1146.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.94" OriginalAmount="294" MarkupRule="1.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 09/09/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="296.94" OriginalAmount="294.00" MarkupRule="1.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 09/09/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="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.706573428948" Longitude="139.77041199803" StarRating="3" HotelCode="189097|ueno_first_city_hotel" HotelName="Ueno First City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/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="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66503231" Longitude="139.75808987" StarRating="1" HotelCode="419600|capsule_hotel_anshin_oyado_shinbashi" HotelName="Luxury Capsule Hotel Anshin Oyado" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/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="296.98" OriginalAmount="294.04" MarkupRule="1.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="297.95" OriginalAmount="295.00" MarkupRule="1.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/09/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="298.96" OriginalAmount="296.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68694" Longitude="139.69296" StarRating="3" HotelCode="76097|shinjuku_washington_hotel_main_2" HotelName="Shinjuku Washington Hotel Main" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 07/09/2026" 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="63" TotalAmount="298.96" OriginalAmount="296.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.651607" Longitude="139.749783" StarRating="2" HotelCode="380469|mita_kaikan" HotelName="Mita Kaikan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="298.96" OriginalAmount="296.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.711939" Longitude="139.798868" StarRating="3" HotelCode="192600|dormy_inn_asakusa" HotelName="Dormy Inn Express Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3-4 Hanakawato, Taito, Tokyo 111-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/8a/f58a6cfa4f243fbdf20c346c902f61fb8d1572cc.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="298.96" OriginalAmount="296.00" MarkupRule="1.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 07/09/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="299.46" OriginalAmount="296.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.653501" Longitude="139.707095" StarRating="0" HotelCode="|319114" HotelName="Mustard Hotel Shibuya -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="299.82" OriginalAmount="296.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6868677" Longitude="139.6926092" StarRating="4" HotelCode="|168428" HotelName="Shinjuku Washington Main" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <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="63" TotalAmount="299.97" OriginalAmount="297.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.701699" Longitude="139.698601" StarRating="3" HotelCode="189070|tokyo_plaza_hotel" HotelName="Tokyo Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/09/2026" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-15-1 Hyakunincho, Shinjuku-ku, Tokyo 169-0073</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/f5/6ff57d2a174fbcd7ab555c18ce0b30920aaa6cc3.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="299.97" OriginalAmount="297.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67430098" Longitude="139.77183449" StarRating="3" HotelCode="422968|apa_hotel_ginzatakaracho" HotelName="APA Hotel Ginza Takaracho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Economy hotel" CnxPolicy="Free CXL until 07/09/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="63" TotalAmount="299.97" OriginalAmount="297.00" MarkupRule="1.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 09/09/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="299.97" OriginalAmount="297.00" MarkupRule="1.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 09/09/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="94" TotalAmount="300.17" OriginalAmount="297.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66829" Longitude="139.76327" StarRating="3" HotelCode="|242177" HotelName="Sotetsu Fresa Inn Ginza Nanachome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.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 08/09/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="300.98" OriginalAmount="298.00" MarkupRule="1.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 08/09/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="301.44" OriginalAmount="298.46" MarkupRule="1.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 10/09/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="301.76" OriginalAmount="298.77" MarkupRule="1.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 09/09/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="301.82" OriginalAmount="298.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.677893" Longitude="139.777819" StarRating="3" HotelCode="|85890" HotelName="Villa Fontaine Tokyo - Hatchobori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Nihonbashi Kayaba-cho 3-3-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/8/9/0/85890_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has elegant rooms rooms, a lobby with WiFi, (free of charge), a reception, a baggage room, a massage service and a dry cleaner's. The establishment also has a laundry service, vending machines, laptops (for a fee) and computers (free of charge), The establishment offers breakfast service. SITUATION: The hotel is a 3-minute walk away from Hatchobori the metro station, el mercado de pescado Tsukiji it is 10 minutes drive away from, Tokyo Disney Resort the establishment is a 15-minute train ride away from it is situated 10 minutes walk away from Nihombashi the metro station 18 minutes walk away, you can find Tokio the Station of. ROOM: The rooms have a flat-screen television, a fridge and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="301.99" OriginalAmount="299.00" MarkupRule="1.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 08/09/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="63" TotalAmount="301.99" OriginalAmount="299.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.629243918842" Longitude="139.73296716647" StarRating="3" HotelCode="95467|takanawa_tobu_hotel" HotelName="Shinagawa Tobu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/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="63" TotalAmount="301.99" OriginalAmount="299.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.694408860038" Longitude="139.69370177546" StarRating="3" HotelCode="81725|hotel_rose_garden_shinjuku" HotelName="Hotel Rose Garden Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="301.99" OriginalAmount="299.00" MarkupRule="1.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 06/09/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="301.99" OriginalAmount="299.00" MarkupRule="1.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 08/09/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="301.99" OriginalAmount="299.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69312391" Longitude="139.71087118" StarRating="0" HotelCode="963174|unplan_shinjuku_hostel" HotelName="Unplan Shinjuku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>5-3-15 Shinjuku, Tokyo 160-0022, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/53/9a53a0c28a213b901798c7cf725bebf18c6e7370.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.45" OriginalAmount="299.46" MarkupRule="1.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 08/09/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="94" TotalAmount="302.51" OriginalAmount="299.51" MarkupRule="1.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 10/09/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="303.00" OriginalAmount="300.00" MarkupRule="1.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="Free CXL until 09/09/2026" 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="63" TotalAmount="303.00" OriginalAmount="300.00" MarkupRule="1.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 08/09/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="303.00" OriginalAmount="300.00" MarkupRule="1.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 09/09/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="94" TotalAmount="303.39" OriginalAmount="300.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.690572" Longitude="139.766768" StarRating="3" HotelCode="|85941" HotelName="Villa Fontaine Tokyo - Otemachi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/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="304.01" OriginalAmount="301.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.697322" Longitude="139.773746" StarRating="3" HotelCode="95446|akihabara_washington_hotel" HotelName="Akihabara Washington Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" 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="63" TotalAmount="304.01" OriginalAmount="301.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.664883" Longitude="139.756113" StarRating="3" HotelCode="167565|hotel_sunroute_shinbashi" HotelName="Sunroute Shinbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4-10-2 Shinbashi, Minato, Tokyo 105-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dc/04/dc04d2fec064c6863fea589e1191044ef378ee1d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="304.38" OriginalAmount="301.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68813053" Longitude="139.7042381" StarRating="2" HotelCode="441589|1453288" HotelName="Apartment Hotel Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>4-4-10 Shinjuku-ku, Tokyo 160-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/89/f28951f5d213783abab4173a9da9402087d382e8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="305.02" OriginalAmount="302.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70711324" Longitude="139.5612174" StarRating="3" HotelCode="315818|richmond_hotel_tokyo_musashino_" HotelName="Richmond Hotel Tokyo Musashino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Economy hotel" CnxPolicy="Free CXL until 10/09/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="305.02" OriginalAmount="302.00" MarkupRule="1.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="Free CXL until 25/08/2026" 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="305.13" OriginalAmount="302.11" MarkupRule="1.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="16" TotalAmount="305.27" OriginalAmount="302.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69326759" Longitude="139.70736841" StarRating="3" HotelCode="422802|2203695" HotelName="Via Inn Shinjuku" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/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="94" TotalAmount="305.38" OriginalAmount="302.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69936" Longitude="139.701371" StarRating="0" HotelCode="|556740" HotelName="Cen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="305.92" OriginalAmount="302.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.709143" Longitude="139.77553" StarRating="3" HotelCode="|456052" HotelName="APA Hotel Ueno Okachimachi Ekimae Minami" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/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="306.03" OriginalAmount="303.00" MarkupRule="1.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="Non Refundable" 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="306.63" OriginalAmount="303.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6499743" Longitude="139.7557289" StarRating="3" HotelCode="|86094" HotelName="Chisun Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-3-10 SHIBAURA, MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/9/4/86094_444fcfd1636.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is perfect for business and holiday stays, has 4 meeting rooms, conference rooms and a lobby with a lift. SITUATION: This establishment, is close to the stations. ROOM: The rooms have a shower, an air-conditioning system, a television and internet. OTHERS: Regarding the food and beverage offering, clients have a restaurant and a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.04" OriginalAmount="304.00" MarkupRule="1.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/09/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="307.04" OriginalAmount="304.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.665750564469" Longitude="139.77087333798" StarRating="3" HotelCode="189072|tokyu_stay_higashiginza" HotelName="Tokyu Stay Tukiji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="307.04" OriginalAmount="304.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71137867" Longitude="139.77309108" StarRating="3" HotelCode="510249|apa_hotel_keisei_uenoekimae" HotelName="Apa Hotel Keisei Ueno-Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="307.04" OriginalAmount="304.00" MarkupRule="1.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/09/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="307.04" OriginalAmount="304.00" MarkupRule="1.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 02/09/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="27" TotalAmount="308.05" OriginalAmount="305" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69668604" Longitude="139.77387882" StarRating="3" HotelCode="856550|372036" HotelName="Hotel Resol Akihabara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="27" TotalAmount="308.05" OriginalAmount="305" MarkupRule="1.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 09/09/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="308.05" OriginalAmount="305.00" MarkupRule="1.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 09/09/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="308.35" OriginalAmount="305.30" MarkupRule="1.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 09/09/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="94" TotalAmount="309.06" OriginalAmount="306.00" MarkupRule="1.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="63" TotalAmount="309.06" OriginalAmount="306.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66241449" Longitude="139.7323013" StarRating="3" HotelCode="510102|apa_hotel_roppongi_ekimae" HotelName="Apa Hotel Roppongi-Ekimae" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/09/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="63" TotalAmount="309.06" OriginalAmount="306.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="815516|sakura_cross_hotel_shinjuku_east" HotelName="Sakura Cross Hotel Shinjuku East" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7-11-3 Shinjuku, Tokyo 160-0022, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/f9/52f970e6510c3834dcd8255af1bee4b9a59db5be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.93" OriginalAmount="306.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.678378" Longitude="139.779104" StarRating="0" HotelCode="|460009" HotelName="Livemax Kayabacho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="310.07" OriginalAmount="307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6509" Longitude="139.75528" StarRating="3" HotelCode="189060|smile_hotel_and_serviced_apartments_hamamatsucho" HotelName="Kuretake Inn Premium Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="310.07" OriginalAmount="307.00" MarkupRule="1.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 08/09/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="94" TotalAmount="310.67" OriginalAmount="307.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6746586" Longitude="139.8144745" StarRating="4" HotelCode="|86155" HotelName="East 21 Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-3-3, TOYO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/5/5/86155_1_500.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a transfer service (free of charge) and a limousine service (for a fee). SITUATION: This hotel is a 8-minute walk away from Toyocho the underground station of It has excellent transport links to and. it is 15 minutes drive away from JR Tokyo the Railway Station of, this establishment, La torre Sky Tree it is 20 minutes drive away from Tokyo Disney Resort it is 30 minutes drive away from. ROOM: The rooms have WiFi (free of charge), a mini-bar, a bathroom with a bath and a work space. FACILITIES: The establishment has a swimming pool, restaurants, a covered swimming pool and a fitness room. The establishment also has a sauna and thermal baths. Guests are offered a concierge service, a lounge and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.06" OriginalAmount="307.98" MarkupRule="1.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 07/09/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="94" TotalAmount="312.21" OriginalAmount="309.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66677" Longitude="139.7532" StarRating="3" HotelCode="|186336" HotelName="Apa Shimbashi Toranomon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="94" TotalAmount="312.85" OriginalAmount="309.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.712106" Longitude="139.792925" StarRating="0" HotelCode="|430099" HotelName="Trend Asakusa Annex" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-12-7, Asakusa, Tokyo, Tokyo, 111-0032</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/0/0/9/9/430099_4dd9a431837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.09" OriginalAmount="309.99" MarkupRule="1.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 04/09/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="313.10" OriginalAmount="310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68633" Longitude="139.6926" StarRating="3" HotelCode="305278|shinjuku_washington_hotel" HotelName="Shinjuku Washington Hotel Annex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/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="314.05" OriginalAmount="310.94" MarkupRule="1.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="314.11" OriginalAmount="311.00" MarkupRule="1.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 08/09/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="314.11" OriginalAmount="311.00" MarkupRule="1.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 09/09/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="63" TotalAmount="315.12" OriginalAmount="312.00" MarkupRule="1.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 08/09/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="315.12" OriginalAmount="312.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7070688" Longitude="139.772061025" StarRating="2" HotelCode="916104|rb_hotel_ueno_hirokoji" HotelName="R&amp;B Hotel Ueno Hirokoji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Ueno 1-18-8, 110-0005 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/b6/23b637b6b04898f750eaecbb1cbd9974d69d57ca.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="94" TotalAmount="315.60" OriginalAmount="312.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.731821" Longitude="139.77563" StarRating="2" HotelCode="|483302" HotelName="WAGOKORO - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-34-9 Higashinippori, Arakawa-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/3/0/2/483302_637d4661319.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316.13" OriginalAmount="313" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.693557" Longitude="139.77437" StarRating="3" HotelCode="115613|59899" HotelName="Comfort Hotel Tokyo Kanda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/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="27" TotalAmount="316.13" OriginalAmount="313" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.690695" Longitude="139.707745" StarRating="3" HotelCode="142193|61455" HotelName="Cityhotel Lonestar Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-12-12 Shinjuku, Shinjuku-ku, Tokyo 160-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/a7/cba7ba13e8215b7a193605ab31bf9418a222add9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Tokyo's gay district, Shinjuku-Nichome, within easy walking dis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.13" OriginalAmount="313.00" MarkupRule="1.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="16" TotalAmount="316.68" OriginalAmount="313.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.65803216" Longitude="139.75563695" StarRating="3" HotelCode="518569|3717225" HotelName="Meitetsu Inn Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-19-14 Hamamatsucho, Minato-ku, Tokyo 105-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/c5/a3c525c52227effac57184ddf23d72cce0aa5448.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="317.14" OriginalAmount="314" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69650412" Longitude="139.77227114" StarRating="3" HotelCode="445973|235945" HotelName="Via Inn Akihabara" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/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="317.14" OriginalAmount="314.00" MarkupRule="1.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 02/09/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="63" TotalAmount="317.14" OriginalAmount="314.00" MarkupRule="1.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 08/09/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="317.14" OriginalAmount="314.00" MarkupRule="1.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 09/09/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="317.14" OriginalAmount="314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67005834" Longitude="139.77400975" StarRating="3" HotelCode="592580|robot_hotel_by_henn_na_hotel_tokyo_ginza" HotelName="Henn Na Hotel Tokyo Ginza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/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="94" TotalAmount="317.45" OriginalAmount="314.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7079364" Longitude="139.772481" StarRating="3" HotelCode="|251393" HotelName="Sotetsu Fresa Inn Ueno Okachimachi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.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 08/09/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="318.15" OriginalAmount="315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.700953" Longitude="139.756771" StarRating="3" HotelCode="192597|tokyu_stay_suidobashi" HotelName="Tokyu Stay Suidobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-1-12 Misaki-cho, Chiyodaku, Tokyo 101-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9d/d1/9dd1ec8236547a0a9f0aa9ce918263826cbc8cb5.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="318.15" OriginalAmount="315.00" MarkupRule="1.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="Free CXL until 24/08/2026">
        <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="63" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.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="Free CXL until 07/09/2026" 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="318.15" OriginalAmount="315.00" MarkupRule="1.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 08/09/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="318.19" OriginalAmount="315.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.56254428" Longitude="139.72181478" StarRating="3" HotelCode="593504|3708025" HotelName="Hotel Route-Inn Tokyo Kamata" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/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="94" TotalAmount="319.09" OriginalAmount="315.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.658102" Longitude="139.756535" StarRating="3" HotelCode="|251575" HotelName="Musbee Tokyo Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Hamamatsucho 1-16-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/7/5/251575_c1992e81625.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.13" OriginalAmount="315.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66185" Longitude="139.75647" StarRating="0" HotelCode="|243330" HotelName="Anshin Oyado Tokyo Shinbashi Shiodome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-8 Higashi-Shinbashi 2-chome Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/3/3/3/0/243330_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="319.16" OriginalAmount="316" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.714613" Longitude="139.79215301" StarRating="3" HotelCode="775290|350025" HotelName="The B Tokyo Asakusa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="319.16" OriginalAmount="316.00" MarkupRule="1.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 08/09/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="16" TotalAmount="319.27" OriginalAmount="316.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.634824" Longitude="139.71395" StarRating="3" HotelCode="175920|1122898" HotelName="Wing International Meguro" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="320.17" OriginalAmount="317.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6990337" Longitude="139.8227591" StarRating="0" HotelCode="531603|super_hotel_tokyo_kameido" HotelName="Super Hotel Tokyo Kameido" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-13-6 Kameido, Koto 136-0071, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/c3/b8c30f4b2371ea811c85bf59b5728d7066d9c695.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.17" OriginalAmount="317.00" MarkupRule="1.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 09/09/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="94" TotalAmount="320.91" OriginalAmount="317.73" MarkupRule="1.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 14/08/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="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69465418" Longitude="139.76221951" StarRating="3" HotelCode="419546|apa_hotel_kandajimbochoekihigashi" HotelName="APA Hotel Kanda-Jimbocho-Ekihigashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/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="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70955798" Longitude="139.77583029" StarRating="0" HotelCode="536003|hotel_marutani_annex" HotelName="Marutani Annex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-8-18 Ueno, Taito-ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/8a/b18a66e7f39200ec1228a1b7a9b882dee75c9a71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7091292" Longitude="139.7769058" StarRating="0" HotelCode="522410|hotel_lifetree_ueno" HotelName="Life Tree Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-16-1  Higashiueno, Taito, Tokyo 110-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/7d/187d0cfcbe759051dd40bf36f4434f3612d9c434.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.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="94" TotalAmount="322.32" OriginalAmount="319.13" MarkupRule="1.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 10/09/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="94" TotalAmount="322.66" OriginalAmount="319.47" MarkupRule="1.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 09/09/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="323.20" OriginalAmount="320.00" MarkupRule="1.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 08/09/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="323.20" OriginalAmount="320.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68027585" Longitude="139.7863345" StarRating="3" HotelCode="522738|hotel_axas_nihonbashi" HotelName="Hotel Axas Nihonbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>20-12 Nihonbashi Hakozakicho, Chuo-ku, 103-0015 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/76/40765dc95bb717441fa854b7f3ed96a8861f3361.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.21" OriginalAmount="321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.634164576268" Longitude="139.71469767683" StarRating="3" HotelCode="311294|hotel_abest_meguro" HotelName="Hotel Abest Meguro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="324.21" OriginalAmount="321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66822401" Longitude="139.76323146" StarRating="3" HotelCode="522901|sotetsu_fresa_inn_ginzananachome" HotelName="Sotetsu Fresa Inn Ginza-Nanachome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/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="63" TotalAmount="324.21" OriginalAmount="321.00" MarkupRule="1.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="Free CXL until 08/09/2026">
        <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="324.40" OriginalAmount="321.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6982171" Longitude="139.7073224" StarRating="3" HotelCode="|168306" HotelName="Apa Higashi Shinjuku Ekimae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/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="324.95" OriginalAmount="321.73" MarkupRule="1.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 10/09/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="325.22" OriginalAmount="322.00" MarkupRule="1.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="Non Refundable" 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="63" TotalAmount="325.22" OriginalAmount="322.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.64380664" Longitude="139.69794244" StarRating="2" HotelCode="769150|waves_nakameguro" HotelName="Waves Nakameguro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-7-6 Matsumura 2nd Building 3F, Kamimeguro, Meguro, Tokyo 153-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/c3/7bc3f78257f3dd3a42f2b608f673cbb4d65f23c5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.31" OriginalAmount="322.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6802739" Longitude="139.7863626" StarRating="4" HotelCode="|321100" HotelName="Axas Nihonbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>103-0015 Tokyo-to, Chuoku Nihonbashihakozakicho 20-12 , Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/0/0/321100_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.34" OriginalAmount="322.12" MarkupRule="1.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 10/09/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="325.37" OriginalAmount="322.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6382633" Longitude="139.7394405" StarRating="3" HotelCode="|251501" HotelName="Tokyu Stay Takanawa (shinagawa Area)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Takanawa 2-16-29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/0/1/251501_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.23" OriginalAmount="323.00" MarkupRule="1.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 09/09/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="63" TotalAmount="326.23" OriginalAmount="323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66751081" Longitude="139.75350708" StarRating="3" HotelCode="563576|the_b_tokyo_shimbashi" HotelName="The B Tokyo Shimbashi" Meals="ROOM ONLY" 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="63" TotalAmount="326.23" OriginalAmount="323.00" MarkupRule="1.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 09/09/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="326.25" OriginalAmount="323.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7032162" Longitude="139.7755129" StarRating="3" HotelCode="|322631" HotelName="Best Western Fino Tokyo Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku, Ueno 5-1-6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/2/6/3/1/322631_234719a1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.63483921" Longitude="139.71392258" StarRating="3" HotelCode="518324|176549" HotelName="Hotel Leon Meguro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3-14 Meguro, 153-0063 Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/97376/2497376/1.jpg?f=15084057</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.55" OriginalAmount="324.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6646235" Longitude="139.8927166" StarRating="3" HotelCode="|321011" HotelName="Urayasu Beaufort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nekozane 4-18-28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/0/1/1/321011_5cbb9c41040.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.89" OriginalAmount="324.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6668552" Longitude="139.9240586" StarRating="2" HotelCode="|251431" HotelName="Cvs Bay" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/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="327.94" OriginalAmount="324.69" MarkupRule="1.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="63" TotalAmount="328.25" OriginalAmount="325.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.728462" Longitude="139.708317" StarRating="4" HotelCode="47950|hotel_metropolitan_tokyo" HotelName="Hotel Metropolitan Tokyo Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/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="328.25" OriginalAmount="325.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="2" HotelCode="115797|hotel_mystays_akasaka" HotelName="HOTEL MYSTAYS PREMIER Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/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="63" TotalAmount="328.25" OriginalAmount="325.00" MarkupRule="1.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 08/09/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="328.25" OriginalAmount="325.00" MarkupRule="1.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 08/09/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="329.14" OriginalAmount="325.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67525" Longitude="139.77068" StarRating="0" HotelCode="|246646" HotelName="Intergate Tokyo Kyobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/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="94" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.707234" Longitude="139.795444" StarRating="0" HotelCode="|463040" HotelName="Livemax Asakusa Ekimae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/2026">
        <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="63" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.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 09/09/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="330.27" OriginalAmount="327.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67460257" Longitude="139.73632991" StarRating="3" HotelCode="407758|super_hotel_lohas_akasaka" HotelName="Super Hotel Lohas Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" 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="63" TotalAmount="330.27" OriginalAmount="327.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.65934978" Longitude="139.75260679" StarRating="3" HotelCode="591833|keio_presso_inn_hamamatsucho" HotelName="Keio Presso Inn Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>1-1-26 Shiba Daimon, Minato-ku, Tokyo 105-0012</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/3e/bb3ebbaed7f04f7f878e3b0a7ecf602e6151d314.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="330.44" OriginalAmount="327.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.665541" Longitude="139.890082" StarRating="3" HotelCode="|319039" HotelName="Urayasu Sun" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-19-13 Todaijima, Urayasu, Chiba, 279-0001</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/9/0/3/9/319039_c3d78da1727.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.28" OriginalAmount="328.00" MarkupRule="1.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 09/09/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="27" TotalAmount="333.30" OriginalAmount="330" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71207233" Longitude="139.79288838" StarRating="2" HotelCode="746065|328507" HotelName="Hotel Trend Asakusa Annex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-12-6 Asakusa, Taito-ku, Tokyo 111-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/db/e8/dbe85e670e687874a7c498503267a31451de6619.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.31" OriginalAmount="331.00" MarkupRule="1.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="Free CXL until 05/09/2026" 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="334.31" OriginalAmount="331.00" MarkupRule="1.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 09/09/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="334.31" OriginalAmount="331.00" MarkupRule="1.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="334.97" OriginalAmount="331.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69932" Longitude="139.78729" StarRating="3" HotelCode="|319085" HotelName="Route-inn Grand Tokyo Asakusabashi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Asakusabashi 2-29-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/9/0/8/5/319085_d167b911741.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="335.32" OriginalAmount="332" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.697804326057" Longitude="139.77348715067" StarRating="3" HotelCode="167556|63685" HotelName="remm AKIHABARA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-6-5 Kandasakuma-cho, Chiyoda-ku, Tokyo 101-0025</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/bd/f5bd9f608150a0944178fb30a5b5a5562b3a52d8.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="335.32" OriginalAmount="332.00" MarkupRule="1.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 09/09/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="335.32" OriginalAmount="332.00" MarkupRule="1.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="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.65743195" Longitude="139.75416583" StarRating="0" HotelCode="959331|keikyu_ex_inn_hamamatsucho_daimonstation" HotelName="Keikyu Ex Inn Hamamatsucho Daimon-Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-15-4 Shibadaimon, Minato-ku, Tokyo 105-0012</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/45/7045e8b2713ae642564e1d0036c798efd4a5eb2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.33" OriginalAmount="333.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66596812" Longitude="139.75553008" StarRating="2" HotelCode="345078|hotel_shimbashi_sambankan_" HotelName="Hotel Shimbashi Sambankan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/1a/f51a9a15ff4984e77c89d49c0fe5fd429549a880.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.33" OriginalAmount="333.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67222941" Longitude="139.76921423" StarRating="3" HotelCode="774232|the_square_hotel_ginza" HotelName="The Square Hotel Ginza" Meals="ROOM ONLY" 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="336.61" OriginalAmount="333.28" MarkupRule="1.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 10/09/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="16" TotalAmount="337.46" OriginalAmount="334.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66701022" Longitude="139.77037076" StarRating="3" HotelCode="422810|2203705" HotelName="Via Inn Higashi Ginza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" 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="94" TotalAmount="337.66" OriginalAmount="334.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.687899" Longitude="139.718379" StarRating="3" HotelCode="|152590" HotelName="KOKO Shinjuku Yotsuya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-14-1 Yotsuya, Shinjuku-Ku, Tokyo-To, Japan 160-0004</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/2/5/9/0/152590_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has WiFi (free of charge), a tumble dryer, a restaurant, a reception, a baggage room and vending machines. SITUATION: This hotel is 1 minute away from Yotsuya Sanchome the underground station of 10 minutes away, you can find Shinjuku Gyoen park Shinjuku it is situated 5 minutes away from Ginza 10 minutes away, guests can find 15 minutes away from the establishment guests have Tokyo Dome the Stadium of. ROOM: The rooms have a satellite TV, a fridge, an air-conditioning system, kettle, a bathroom with a bath and complimentary bathroom items.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.35" OriginalAmount="335.00" MarkupRule="1.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="338.68" OriginalAmount="335.33" MarkupRule="1.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="Free CXL until 09/09/2026">
        <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="94" TotalAmount="339.13" OriginalAmount="335.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.705534" Longitude="139.65005" StarRating="2" HotelCode="|73629" HotelName="Jr East Mets Koenji" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-5-1 Koenji-kita Suginami-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/2/9/73629_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This great value hotel and it offers first class service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.26" OriginalAmount="335.90" MarkupRule="1.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 09/09/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="27" TotalAmount="339.36" OriginalAmount="336" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69475653" Longitude="139.76790504" StarRating="2" HotelCode="786927|349809" HotelName="Belken Hotel Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-4-7 Kanda Sudacho, Chiyoda-ku, Tokyo 101-0041, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/96/0a96dd99f1127af502fafb1f206a7310475d7726.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="339.36" OriginalAmount="336.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.709028313109" Longitude="139.7932013411" StarRating="2" HotelCode="494727|hotel_asakusa__capsule" HotelName="Asakusa - Capsule" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Economy hotel" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-14-9 Kotobuki, Tokyo 111-0042</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/7c/927c62aa31859c1b99114fab596cfcc026f71f67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.69" OriginalAmount="336.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7284371" Longitude="139.7079674" StarRating="4" HotelCode="|86166" HotelName="Metropolitan Tokyo Ikebukuro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-6-1 NISHI-IKEBUKURO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/6/6/86166_66ee7e71046.jpg</HotelPictures>
        <HotelDescription>SITUATION: This luxurious hotel is situated next to the railway station and Ikebukuro the underground station of Close to shopping centres and cultural offer. HOTEL: This hotel is perfect for business and holiday stays, has restaurants, banquet halls, a shopping gallery, a pharmacy, a hairdresser's and a business centre. ROOM: Each room has internet.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.83" OriginalAmount="336.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7050119" Longitude="139.7678379" StarRating="2" HotelCode="|86004" HotelName="Edoya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-20-3 YUSHIMA, BUNKYO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/0/4/86004_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1967, has 49 rooms. SITUATION: This establishment, Tokyo it is in.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="340.37" OriginalAmount="337" MarkupRule="1.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 09/09/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="340.37" OriginalAmount="337.00" MarkupRule="1.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="Free CXL until 01/09/2026">
        <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="63" TotalAmount="340.37" OriginalAmount="337.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68764283" Longitude="139.77875436" StarRating="2" HotelCode="315983|super_hotel_tokyo_nihonbashi_mitsukoshi_mae" HotelName="Super Hotel Nihonbashi Mitsukoshimae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Elevator,Internet">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/6f/666f7c419b8c7b649b5deb8c3452ce0d03e4e9c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Super Hotel Tokyo Nihonbashi Mitsukoshi Mae is conveniently located in the popular Tokyo Station are...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.37" OriginalAmount="337.00" MarkupRule="1.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="Free CXL until 11/08/2026" 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="340.37" OriginalAmount="337.00" MarkupRule="1.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="Free CXL until 01/09/2026">
        <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="340.37" OriginalAmount="337.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="814731|hotel_rocks" HotelName="Hotel Rocks" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-10-4 Shinjuku, Tokyo 160-0022, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/88/3788753a69f0d081446c55931ddba15b6b0b875b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="341.86" OriginalAmount="338.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.699051" Longitude="139.822773" StarRating="0" HotelCode="|564925" HotelName="Super Tokyo Kameido" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-13-6 Kameido</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/4/9/2/5/564925_93643af1959.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="341.90" OriginalAmount="338.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.694435" Longitude="139.69447" StarRating="3" HotelCode="|163771" HotelName="Nishitetsu Inn Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-23-2, Nishishinjuku, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/3/7/7/1/163771_1_1902.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is a 2-minute walk away from Nishi-Shinjuku the underground station of 8 minutes walk away, guests will find Shinjuku the Railway Station of. FACILITIES: Guests are offered a massage service, WiFi (free of charge), a dry cleaner's, washing machines and a reception with luggage room. ROOM: The rooms have an air-conditioning system, heating, a fridge, a kettle and flat-screen satellite television. RESTAURANT: Guests also have available a restaurant with breakfast service and a coffee shop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.12" OriginalAmount="338.73" MarkupRule="1.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 02/09/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="27" TotalAmount="342.39" OriginalAmount="339" MarkupRule="1.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="342.39" OriginalAmount="339.00" MarkupRule="1.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 07/09/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="342.39" OriginalAmount="339.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68797627" Longitude="139.77011643" StarRating="2" HotelCode="541220|keio_presso_inn_otemachi" HotelName="Keio Presso Inn Otemachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/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="342.39" OriginalAmount="339.00" MarkupRule="1.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 07/09/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="342.73" OriginalAmount="339.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6946824" Longitude="139.767919" StarRating="3" HotelCode="|322619" HotelName="Belken Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiyoda-ku Kanda Sudacho 1-4-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/2/6/1/9/322619_fd83cb11153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.40" OriginalAmount="340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.705532738705" Longitude="139.65009174882" StarRating="3" HotelCode="115604|hotel_mets_koenji" HotelName="Mets Koenji" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/64/b664b78d1532ef44432784fe1aa2f0eb62c70443.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Adjacent to JR Koenji, this hotel is just seven minutes from Shinjuku, the heart of Tokyo. For busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.20" OriginalAmount="340.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.5885299" Longitude="139.7282305" StarRating="3" HotelCode="|85902" HotelName="JR-East Mets Omori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/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="344.41" OriginalAmount="341.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.692439" Longitude="139.768264" StarRating="3" HotelCode="175922|grand_central_hotel_3" HotelName="Grand Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-2 Kandatsukasamachi, Chiyoda-ku, Tokyo 101-0048</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d6/87/d6876ec50981f0442e5ef3c18661eaf6b6188902.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated only 3 minutes' walk from the JR Kanda station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.80" OriginalAmount="341.39" MarkupRule="1.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 10/09/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="346.43" OriginalAmount="343.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.660197" Longitude="139.756932" StarRating="3" HotelCode="93254|mitsui_garden_hotel_shiodome_italiagai" HotelName="Mitsui Garden Shiodome Italia-gai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="346.43" OriginalAmount="343.00" MarkupRule="1.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/09/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="346.43" OriginalAmount="343.00" MarkupRule="1.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 08/09/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="346.43" OriginalAmount="343.00" MarkupRule="1.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 07/09/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="346.43" OriginalAmount="343.00" MarkupRule="1.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="94" TotalAmount="346.86" OriginalAmount="343.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.696201" Longitude="139.778946" StarRating="3" HotelCode="|524685" HotelName="Nplushotel higasikanda" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-chome-4-2 Higashikanda, Chiyoda City</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/6/8/5/524685_7022f520936.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.21" OriginalAmount="343.77" MarkupRule="1.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 10/09/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="63" TotalAmount="347.44" OriginalAmount="344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7032005" Longitude="139.77558672" StarRating="3" HotelCode="769454|best_western_hotel_fino_tokyo_akihabara" HotelName="Best Western Hotel Fino Tokyo Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>5-1-6 Ueno Taitol-ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/13/c1/13c1cf20629ba75c54f2db7552c2bba5f7359d4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="347.83" OriginalAmount="344.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.676451" Longitude="139.770714" StarRating="3" HotelCode="|450680" HotelName="lyf Ginza Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="348.39" OriginalAmount="344.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.64295" Longitude="139.74512" StarRating="3" HotelCode="|86145" HotelName="Villa Fontaine Tokyo Mita" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <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="94" TotalAmount="348.74" OriginalAmount="345.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.695434" Longitude="139.792078" StarRating="2" HotelCode="|86005" HotelName="Ryogoku View" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/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="94" TotalAmount="348.89" OriginalAmount="345.44" MarkupRule="1.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 09/09/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="34" TotalAmount="349.02" OriginalAmount="345.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.673800294226" Longitude="139.73776242883" StarRating="2" HotelCode="472010|588040" HotelName="Centurion Hotel Residential Cabin Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>3-12-16 Minato-ku Akasaka, Minato, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/28/2828a6e01c6283e80ecaa7dc5c39a2d28cd06d06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The range of facilities, amenities and services available at the hotel ensures guests a comfortable ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.46" OriginalAmount="346" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.632558" Longitude="139.793214" StarRating="3" HotelCode="82476|59191" 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="27" TotalAmount="349.46" OriginalAmount="346" MarkupRule="1.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 04/09/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="349.46" OriginalAmount="346.00" MarkupRule="1.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 07/09/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="349.46" OriginalAmount="346.00" MarkupRule="1.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="Free CXL until 07/09/2026" 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="349.95" OriginalAmount="346.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.689905" Longitude="139.708182" StarRating="2" HotelCode="|378702" HotelName="Rocks" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/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="27" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.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 14/08/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="27" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.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 09/09/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="350.47" OriginalAmount="347.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.696084610517" Longitude="139.78631357258" StarRating="2" HotelCode="155283|hotel_yanagibasi" HotelName="Yanagibasi Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse,Eco Hotel,Hostel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-3-12 Yanagibashi, Taito-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/03/e703170e73f8aa72113385dba9bd255f805d3b0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tokyo, the hotel is just 10 minutes from Tokyo Station and about 40 minutes from Haneda A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="351.18" OriginalAmount="347.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6949893" Longitude="139.6972786" StarRating="3" HotelCode="|86136" HotelName="MyStays Nishi-Shinjuku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 14/08/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="94" TotalAmount="351.35" OriginalAmount="347.87" MarkupRule="1.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 04/09/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="94" TotalAmount="351.43" OriginalAmount="347.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.628724" Longitude="139.787153" StarRating="4" HotelCode="|85931" HotelName="Trusty Tokyo Bayside" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-1-15 ARIAKE KOUTOU-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/3/1/85931_28445ae1240.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel offers a massage service and an international restaurant. ROOM: Each room has internet (free of charge), an air-conditioning system, a fridge, a flat-screen television, films and a bathroom. SITUATION: The establishment, is a 20-minute walk away from Fuji TV the building 10 minutes walk away, you can find Palette Town the leisure centre Tokyo Big Sight the exhibition centre it is 15 minutes drive away from Ginza the area, this establishment, is a 7-minute walk away from Kokusai-tenjijo-seimon the Station of. FACILITIES: The establishment offers a massage service and a launderette on request, The establishment also has a bike rental. RESTAURANT: This establishment has a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.48" OriginalAmount="348.00" MarkupRule="1.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 09/09/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="63" TotalAmount="352.49" OriginalAmount="349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.704986" Longitude="139.767685" StarRating="3" HotelCode="101623|edoya_ryokan" HotelName="Hotel Edoya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3-20-3 Yushima, (between Ueno and Akihabara), Tokyo-to 113-0034, Bunkyo-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/ce/5ace0cda4bc950025d530a3c2fa66c9f01eff506.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the Bunkyo area of Tokyo, just a 3-minute walk from Yushima Subway Station ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.49" OriginalAmount="349.00" MarkupRule="1.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 07/09/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="352.49" OriginalAmount="349.00" MarkupRule="1.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="Free CXL until 08/09/2026">
        <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="63" TotalAmount="352.49" OriginalAmount="349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.60539284" Longitude="139.73428399" StarRating="3" HotelCode="570440|ours_inn_hankyu_2" HotelName="Ours Inn Hankyu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-50-5 Ooi, Shinagawa-ku, Tokyo 140-0014</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/15/a715a09459ba502ff019c94e69cb2eebde27a177.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 1 minute on foot from JR Oimachi Station.  All 1,100 rooms are single use with shower room a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="353.10" OriginalAmount="349.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6960775" Longitude="139.7863175" StarRating="0" HotelCode="|86078" HotelName="Hotel Yanagibasi -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3-12 YANAGIBASHI</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/7/8/86078_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a shared kitchen, In the entrance, guests are offered WiFi (free of charge), in the hall, a reception, multilingual staff, an ironing set, a fax machine and a photocopier. The establishment offers guests a massage service and a laundry service (for a fee). ROOM: The rooms have an air-conditioning system, a bathroom, internet (free of charge), kettle and cable television. SITUATION: This hotel is next to JR Asakusabashi the train and metro station Akihabara it is a 2-minute taxi ride away from Where you can find shops, Ryogoku the area. Asakusa it is a 2-minute metro ride away from.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.50" OriginalAmount="350.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.63182" Longitude="139.789947" StarRating="3" HotelCode="210122|hotel_sunroute_ariake" HotelName="Sunroute Ariake" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="353.50" OriginalAmount="350.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.709233840492" Longitude="139.77007360919" StarRating="2" HotelCode="539020|centurion_ladies_hostel_ueno_park_caters_to_women" HotelName="Centurion Ladies Hostel Ueno Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-11-13 Ueno, Taito-ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/87/d087aaf8119efdc8f96390214bb0f0c7340e5af9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Centurion Ladies Hostel Ueno Park - Caters to Women in Tokyo (Taito...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="354.28" OriginalAmount="350.77" MarkupRule="1.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 10/09/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="94" TotalAmount="355.28" OriginalAmount="351.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.655349" Longitude="139.780219" StarRating="0" HotelCode="|451197" HotelName="Premier CABIN PRESIDENT Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-2-7, Harumi</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/9/7/451197_0d99c261145.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.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 31/08/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="94" TotalAmount="357.17" OriginalAmount="353.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7093769" Longitude="139.7771473" StarRating="3" HotelCode="|321016" HotelName="Crown Hills Ueno Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-16-1 Higashiueno, Taito-ku, Tokyo, Tokyo, 110-0015</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/0/1/6/321016_c66f42e1118.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.54" OriginalAmount="354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.670588" Longitude="139.72805" StarRating="3" HotelCode="95477|hotel_asia_center_of_japan" HotelName="Asia Center Of Japan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-10-32 Akasaka, Minato-ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b7/c8/b7c86de9f69abbfad3eb223ecd856cb7fb7cd29a.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="357.54" OriginalAmount="354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="2" HotelCode="617033|bmj_shinjuku_okubo" HotelName="bmj Shinjuku Okubo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 27/07/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-22-2 Hyakunincho, Shinjuku-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/bd/7ebd4cf20279590f461bb2ef2f48c870081458e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.54" OriginalAmount="354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69283395" Longitude="139.77634811" StarRating="1" HotelCode="593306|hiromas_hostel_in_kanda" HotelName="Hiromas Hostel In Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>2-8-5 Iwamotocho, Chiyoda-ku, Tokyo 101-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/3f/783f9874cab51ecfdec97ea2b88f8ec1ecf53a47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.55" OriginalAmount="355.00" MarkupRule="1.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 05/09/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="63" TotalAmount="359.56" OriginalAmount="356.00" MarkupRule="1.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 08/09/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="359.56" OriginalAmount="356.00" MarkupRule="1.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 09/09/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="27" TotalAmount="360.57" OriginalAmount="357" MarkupRule="1.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="Free CXL until 10/09/2026" 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="27" TotalAmount="360.57" OriginalAmount="357" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.588532" Longitude="139.728525" StarRating="3" HotelCode="95444|59762" HotelName="Omori Tokyu REI Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="361.58" OriginalAmount="358.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70688754" Longitude="139.6847879" StarRating="3" HotelCode="551365|ilima_higashinakano" HotelName="Ilima Higashinakano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-2-10 Higashinakano, Nakano-ku, Tokyo 164-0003</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/ed/eeed7b31be13648228ebb597207b284c1799bda8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at ILIMA Higashinakano in Tokyo (Nakano), you'll be close to Tok...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.48" OriginalAmount="358.89" MarkupRule="1.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="362.89" OriginalAmount="359.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6448209" Longitude="139.8875191" StarRating="3" HotelCode="|321157" HotelName="Henn Na Maihama Tokyo Bay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chiba, Urayasu, Fujimi 5-3-20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/5/7/321157_c824ab61748.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="363.00" OriginalAmount="359.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.702491" Longitude="139.699858" StarRating="0" HotelCode="|463063" HotelName="Galois Hotel Shin-Ōkubo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="363.35" OriginalAmount="359.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.667791" Longitude="139.7635984" StarRating="4" HotelCode="|251481" HotelName="Musse Ginza Meitetsu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-12-9 Ginza, Chuo-ku, Tokyo, Tokyo, 104-0061</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/8/1/251481_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.61" OriginalAmount="361.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.674452" Longitude="139.780812" StarRating="3" HotelCode="189012|dormy_inn_tokyohatchobori" HotelName="Dormy Inn Tokyo Hatchobori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-20-4 Shinkawa, Chuo-ku, Tokyo 104-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/ca/c8ca5cef43dfbd5b4ed82b9d2e56c78f7a1be202.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="365.53" OriginalAmount="361.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6974436" Longitude="139.8155117" StarRating="3" HotelCode="189041|634065" HotelName="Lotte City Hotel Kinshicho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-6-1 Kinshi-cho, Sumida-ku, Tokyo 130-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/54/1b/541b4d343c0e9d1b9d63f7d23f95a9995d3330bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="365.59" OriginalAmount="361.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7114389" Longitude="139.7941911" StarRating="3" HotelCode="|379545" HotelName="Asakusa Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/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="365.62" OriginalAmount="362.00" MarkupRule="1.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="Free CXL until 11/08/2026" 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="63" TotalAmount="365.62" OriginalAmount="362.00" MarkupRule="1.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="Free CXL until 07/09/2026" 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="63" TotalAmount="365.62" OriginalAmount="362.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70387209" Longitude="139.74802256" StarRating="3" HotelCode="314865|koraku_garden_hotel" HotelName="Koraku Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/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="366.63" OriginalAmount="363.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.628772" Longitude="139.787176" StarRating="4" HotelCode="186623|hotel_trusty_tokyo_bayside" HotelName="Trusty Tokyo Bay Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" 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="63" TotalAmount="367.64" OriginalAmount="364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.671478266321" Longitude="139.73291294946" StarRating="3" HotelCode="408820|the_b_akasaka" HotelName="The B Akasaka Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>7-6-13 Akasaka, Minato-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/50/b850bd3ea1a9c66718247450a15314bc8bedca4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A fine addition to Tokyo's hotel portfolio, this property is quietly yet excitingly located in the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="367.95" OriginalAmount="364.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.63414" Longitude="139.714674" StarRating="3" HotelCode="|85944" HotelName="Abest Meguro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/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="63" TotalAmount="368.65" OriginalAmount="365.00" MarkupRule="1.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 07/09/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="368.81" OriginalAmount="365.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.684648" Longitude="139.789387" StarRating="3" HotelCode="|434077" HotelName="HAMACHO HOTEL TOKYO (NIHONBASHI)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-20-2 Nihonbashi Hamacho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/0/7/7/434077_ff66d911603.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.25" OriginalAmount="365.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.691602" Longitude="139.71336" StarRating="3" HotelCode="|318100" HotelName="Shu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>???16-18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/1/0/0/318100_9785d131743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.45" OriginalAmount="366.78" MarkupRule="1.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="27" TotalAmount="370.67" OriginalAmount="367" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69030392" Longitude="139.77805865" StarRating="3" HotelCode="491525|208867" HotelName="Dormy Inn Premium Tokyo Kodenmacho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="63" TotalAmount="370.67" OriginalAmount="367.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="371.57" OriginalAmount="367.89" MarkupRule="1.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="372.42" OriginalAmount="368.73" MarkupRule="1.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="372.69" OriginalAmount="369.00" MarkupRule="1.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 09/09/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="94" TotalAmount="373.00" OriginalAmount="369.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.713608" Longitude="139.778162" StarRating="3" HotelCode="|96331" HotelName="Sunroute Stellar Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-7-1, Ueno Taito-Ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/9/6/3/3/1/96331_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is business, has comfortable facilities and excellent service. SITUATION: This establishment, is close to the commercial area, is situated in Tokyo a good area in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.04" OriginalAmount="369.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6861685" Longitude="139.7760787" StarRating="3" HotelCode="|85939" HotelName="Smile Nihombashi - Mitsukoshimae" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <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="16" TotalAmount="373.11" OriginalAmount="369.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70827184" Longitude="139.79227907" StarRating="2" HotelCode="612472|3715415" HotelName="Tokyo-W-Inn Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 08/09/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="94" TotalAmount="374.51" OriginalAmount="370.80" MarkupRule="1.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="63" TotalAmount="374.71" OriginalAmount="371.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.668300822296" Longitude="139.75763028543" StarRating="3" HotelCode="315932|sotetsu_fresa_inn_shimbashihibiyaguchi" HotelName="Sotetsu Fresa Inn Shimbashi-Hibiyaguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/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="375.72" OriginalAmount="372.00" MarkupRule="1.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 08/09/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="94" TotalAmount="375.99" OriginalAmount="372.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.722" Longitude="139.787" StarRating="4" HotelCode="|424693" HotelName="Minn Ueno Iriya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>110-0013 Tokyo-to, 2-ch?me-34-5 Iriya Taito City, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/6/9/3/424693_d31fe3a1607.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="376.13" OriginalAmount="372.41" MarkupRule="1.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 08/09/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="27" TotalAmount="376.73" OriginalAmount="373" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.65292839" Longitude="139.7790334" StarRating="4" HotelCode="314859|414948" HotelName="Hotel Mariners Court Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Conference Hall,Garden,Internet,Laundry,Meeting Room,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>4-7-28 Harumi, Chuo-ku, Tokyo 104-0053, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/00/5300bbd220f42036b7d53df6de009e15f7f5002e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Tokyo City. Situated within 9. 0 kilometre(s) from the town centre, the prop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="376.73" OriginalAmount="373" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.670350958749" Longitude="139.76734072024" StarRating="3" HotelCode="376227|208872" HotelName="Tokyu Stay Ginza" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" 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="94" TotalAmount="377.11" OriginalAmount="373.38" MarkupRule="1.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 06/09/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="63" TotalAmount="377.74" OriginalAmount="374.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="378.37" OriginalAmount="374.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71036" Longitude="139.8135" StarRating="0" HotelCode="|231464" HotelName="Richmond Hotel Premier Tokyo Schole" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-10-3 Oshiage Sumida</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/4/6/4/231464_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="379.76" OriginalAmount="376.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.730318541382" Longitude="139.72982520416" StarRating="2" HotelCode="338380|otsuka_city_hotel" HotelName="Otsuka City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Economy hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-44-5 Minamiotsuka, Toshima-ku, Tokyo 170-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/98/879873850c04699ae48c4944005a539329617fc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="379.76" OriginalAmount="376.00" MarkupRule="1.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="Non Refundable" 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="63" TotalAmount="379.76" OriginalAmount="376.00" MarkupRule="1.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="381.78" OriginalAmount="378.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66318897607" Longitude="139.69883054495" StarRating="3" HotelCode="95459|shibuya_tobu_hotel" HotelName="Shibuya Tobu Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/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="63" TotalAmount="381.78" OriginalAmount="378.00" MarkupRule="1.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="Non Refundable">
        <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="94" TotalAmount="382.53" OriginalAmount="378.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.721068" Longitude="139.706848" StarRating="3" HotelCode="|162633" HotelName="Jr-east Mets Mejiro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="382.79" OriginalAmount="379.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.659808199068" Longitude="139.69546017358" StarRating="3" HotelCode="315865|shibuya_city_hotel" HotelName="Shibuya Hotel En" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="63" TotalAmount="382.79" OriginalAmount="379.00" MarkupRule="1.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/09/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="94" TotalAmount="382.86" OriginalAmount="379.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6949547" Longitude="139.7060794" StarRating="2" HotelCode="|380073" HotelName="Shinjuku Urban" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinjuku-ku Kabuki-cho 2-8-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/0/0/7/3/380073_d859f170928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="383.03" OriginalAmount="379.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.652894" Longitude="139.779106" StarRating="4" HotelCode="|85923" HotelName="Mariners Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-7-28 HARUMI, CHUO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/2/3/85923_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Tokio it is in Close to the establishment, is situated 11,5 kilometres away from Haneda Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="383.28" OriginalAmount="379.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.700587" Longitude="139.777368" StarRating="2" HotelCode="|525482" HotelName="Nplus hotel akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-chome-6-2 Taito</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/4/8/2/525482_8e043d51022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="383.80" OriginalAmount="380.00" MarkupRule="1.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 09/09/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="63" TotalAmount="384.81" OriginalAmount="381.00" MarkupRule="1.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="Free CXL until 09/09/2026" 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="384.81" OriginalAmount="381.00" MarkupRule="1.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="Non Refundable" 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="384.81" OriginalAmount="381.00" MarkupRule="1.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="94" TotalAmount="385.13" OriginalAmount="381.32" MarkupRule="1.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="94" TotalAmount="385.39" OriginalAmount="381.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.668442" Longitude="139.757712" StarRating="3" HotelCode="|164804" HotelName="Sotetsu Fresa Inn Shimbashi Hibiyaguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/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="385.82" OriginalAmount="382.00" MarkupRule="1.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 07/09/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="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.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/09/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="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.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 06/09/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="386.83" OriginalAmount="383.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.697826108432" Longitude="139.75448906422" StarRating="3" HotelCode="161534|hotel_villa_fontaine_kudanshita" HotelName="Hotel Villa Fontaine Tokyo - Kudanshita" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/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="94" TotalAmount="386.90" OriginalAmount="383.07" MarkupRule="1.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 09/09/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="63" TotalAmount="387.84" OriginalAmount="384.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66252175" Longitude="139.756198" StarRating="0" HotelCode="644128|super_hotel_shinbashikarasumoriguchi" HotelName="Super Hotel Shinbashi Karasumoriguchi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Designated Smoking Area,Elevator,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>5-16-4 Shimbashi, Minato-Ku, Tokyo 105-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/2b/122bad7554f28d917e9112c390996039ceeed5e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Tokyo Tower, Super Hotel Shinbashi-Karasumoriguchi is a perfect starting point from which...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.86" OriginalAmount="386.00" MarkupRule="1.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 09/09/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="94" TotalAmount="390.18" OriginalAmount="386.32" MarkupRule="1.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 10/09/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="94" TotalAmount="390.87" OriginalAmount="387.00" MarkupRule="1.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="94" TotalAmount="391.74" OriginalAmount="387.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.730286" Longitude="139.729807" StarRating="0" HotelCode="|476497" HotelName="Otsuka City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Minamiotsuka 2-44-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/4/9/7/476497_cb3ab4b2355.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="391.88" OriginalAmount="388" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70494162" Longitude="139.77562742" StarRating="2" HotelCode="446247|439302" HotelName="Hotel New Green Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/09/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="94" TotalAmount="392.70" OriginalAmount="388.81" MarkupRule="1.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 09/09/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="393.12" OriginalAmount="389.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6975573" Longitude="139.8154065" StarRating="3" HotelCode="|85926" HotelName="Lotte City Kinshicho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-6-1KINSHI, SUMIDA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/2/6/85926_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, 2 pubs and a shop. The establishment offers guests a massage service, a laundry service and a dry cleaner's. SITUATION: This hotel is close to Kinshicho the underground station of la torre Tokyo Skytree it is 3 minutes away (by train) from 10 minutes away by metro, guests can find Akihabara the commercial area of Asakusa the cultural area of it is situated 20 minutes away (by metro) from Shinjuku the central area of. ROOM: The rooms have a flat-screen television, internet (free of charge), have an air-conditioning system, a spacious workplace, a bath, a shower, a mini-bar, humidifier and a safety deposit box.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="394.34" OriginalAmount="390.44" MarkupRule="1.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 04/09/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="394.91" OriginalAmount="391.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="977960|sakura_cross_hotel_ueno_okachimachi" HotelName="Sakura Cross Hotel Ueno Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-10-12 Kojima, Tokyo 111-0056</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/30/3e308aefa8b8305fc33abd5d494d0e5bb1136ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="395.38" OriginalAmount="391.47" MarkupRule="1.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="63" TotalAmount="395.92" OriginalAmount="392.00" MarkupRule="1.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 09/09/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="395.92" OriginalAmount="392.00" MarkupRule="1.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="94" TotalAmount="396.69" OriginalAmount="392.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6436344" Longitude="139.7510386" StarRating="3" HotelCode="|85963" HotelName="Gracery Tokyo Tamachi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-8-1 Shibaura, Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/6/3/85963_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a buffet restaurant, internet (free of charge), a living room, daily newspapers (free of charge), coffee pot, mineral water and computers (free of charge), The establishment also has a laundry service and a bar. SITUATION: The hotel is a 5-minute walk away from JR Tamachi the Railway Station of 650 metres away, guests can find Mita the metro station the establishment, Shibuya it is 15 minutes drive away from Shinjuku it is 25 minutes drive away from. ROOM: Each room has an air-conditioning system, heating, a mini-bar, a kettle, a coffee maker, a flat-screen television and a bathroom with a bath.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="397.02" OriginalAmount="393.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6766574" Longitude="139.7786289" StarRating="3" HotelCode="|378477" HotelName="Sardonyx Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku, Hacchobori 1-13-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/8/4/7/7/378477_e3012ae1102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="397.37" OriginalAmount="393.44" MarkupRule="1.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="Non Refundable">
        <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="63" TotalAmount="398.95" OriginalAmount="395.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.676627" Longitude="139.778643" StarRating="3" HotelCode="189031|hotel_sardonyx_tokyo" HotelName="Hotel Sardonyx Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" 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="399.20" OriginalAmount="395.25" MarkupRule="1.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="63" TotalAmount="399.96" OriginalAmount="396.00" MarkupRule="1.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="Free CXL until 11/08/2026">
        <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="27" TotalAmount="401.98" OriginalAmount="398" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="873853|493420" HotelName="Keisei Richmond Hotel Tokyo Monzennakacho" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2026">
        <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="27" TotalAmount="401.98" OriginalAmount="398" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67688574" Longitude="139.77039006" StarRating="3" HotelCode="854249|362392" HotelName="Remm Tokyo Kyobashi" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="402.63" OriginalAmount="398.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6639169" Longitude="139.7713855" StarRating="4" HotelCode="|450784" HotelName="Tosei COCONE Tsukiji Ginza Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-chome-23-8 Tsukiji</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/7/8/4/450784_74c358a1200.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="403.72" OriginalAmount="399.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.75591" Longitude="139.62055" StarRating="0" HotelCode="|235508" HotelName="Cadenza Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-8-20 Takamatsu Nerima</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/5/0/8/235508_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.00" OriginalAmount="400.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.668005" Longitude="139.760442" StarRating="2" HotelCode="189015|ginza_kokusai_hotel" HotelName="Ginza Kokusai" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>8-7-13 Ginza, Chuo-ku, Tokyo 104-0061</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/da/cbda55d960753f33bca74fdfdd96afb90ef604eb.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="406.02" OriginalAmount="402.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="974908|hotel_arcsens" HotelName="Arcsens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-13-4 Ishiwara, Sumida-ku, Tokyo 130-0011, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/51/285118baf8cea030702b37270e02fbeb0eee21c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="408.04" OriginalAmount="404.00" MarkupRule="1.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 08/09/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="408.94" OriginalAmount="404.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6680946" Longitude="139.7604802" StarRating="2" HotelCode="|85929" HotelName="Ginza International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>8-7-13 GINZA CHOU-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/2/9/85929_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant with dinner service, karaoke, a massage service and a reception. SITUATION: The hotel la lonja de Tsukiji it is a 20-minute walk away from el jardÃ­n Hama-Rikyu it is situated 10 minutes walk away from close to the establishment, clients can find Shinbashi the underground station of It has excellent transport links to, and. this establishment, is a 2-minute walk away from Akasaka the underground station of it is located 600 metres away from Ginza the centre of. ROOM: The rooms have internet (free of charge), an air-conditioning system, a television, slippers, a bathrobe, a fridge, kettle, tea, a bathroom with a bath and a shower.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="409.82" OriginalAmount="405.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.674409" Longitude="139.780724" StarRating="3" HotelCode="|85945" HotelName="Dormy Inn Hatchobori Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-20-4 SHINKAWA CHUO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/4/5/85945_aa4d7d41158.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has public bathrooms and a sauna. The establishment offers guests a transfer service, Regarding the food and beverage offering, the establishment has a restaurant breakfast service, a laundry service, an ironing service and a fax service. SITUATION: This establishment, is a 2-minute walk away from Hatchobori the Station of Ginza it is situated 2 kilometres away from. ROOM: The rooms have internet (free of charge), an air-conditioning system, heating, a mini-bar, a writing desk and flatscreen cable television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="410.39" OriginalAmount="406.33" MarkupRule="1.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 09/09/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="411.05" OriginalAmount="406.98" MarkupRule="1.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="63" TotalAmount="411.07" OriginalAmount="407.00" MarkupRule="1.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="411.07" OriginalAmount="407.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.63416269" Longitude="139.79286583" StarRating="3" HotelCode="767101|daiwa_roynet_hotel_tokyo_ariake" HotelName="Daiwa Roynet Hotel Tokyo Ariake" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="411.85" OriginalAmount="407.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.655193" Longitude="139.763158" StarRating="2" HotelCode="|85927" HotelName="Bayside  Azur Takeshiba Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-11-2 KAIGAN, MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/2/7/85927_94312f31008.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, a baggage room, a jacuzzi, a sauna and vending machines. The establishment offers WiFi (free of charge), Regarding the food and beverage offering, the establishment has a restaurant. SITUATION: The hotel is close to Yurikamome Takeshiba the Station of it is 10 minutes away from Odaiba the area 20 minutes away, guests can find Tokyo Big Sight the convention centre los Jardines de Hamarikyu it is situated 8 minutes walk away from it is situated 7 minutes walk away from JR Hamamatsucho the Station of. ROOM: The rooms have a flat-screen television, humidifier, a fridge, a bathroom with a bath and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.08" OriginalAmount="408.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="3" HotelCode="737516|coco_shuku_nakano" HotelName="Coco Shuku Nakano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-1-21 Chuo, Shinnakanomeiwa Building 2F, Nakano-ku, Tokyo 164-0011, Tokyo-to</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/a4/82a4d93cf60a74d6e596f1b313b4ca30a985742d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413.09" OriginalAmount="409" MarkupRule="1.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="Free CXL until 10/09/2026">
        <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="413.09" OriginalAmount="409.00" MarkupRule="1.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 07/09/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="94" TotalAmount="413.44" OriginalAmount="409.35" MarkupRule="1.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 09/09/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="94" TotalAmount="413.67" OriginalAmount="409.57" MarkupRule="1.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="Free CXL until 09/09/2026">
        <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="94" TotalAmount="413.99" OriginalAmount="409.89" MarkupRule="1.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 09/09/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="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.618153" Longitude="139.726738" StarRating="3" HotelCode="115653|daiwa_roynet_hotel_tokyo_osaki" HotelName="Daiwa Roynet Tokyo Osaki" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-1-3 Osaki, Shinagawa-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/1f/4f1f11dafbc534c1e27eea976411ab970c1f0eed.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated in the Shinagawa neighbourhood of Tokyo, near to the National Park for Na...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="414.62" OriginalAmount="410.51" MarkupRule="1.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 09/09/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="94" TotalAmount="415.24" OriginalAmount="411.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.65631" Longitude="139.69519" StarRating="3" HotelCode="|185572" HotelName="Apa Shibuya Dogenzakaue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="63" TotalAmount="416.12" OriginalAmount="412.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.711535" Longitude="139.7957" StarRating="3" HotelCode="186836|bconte_asakusa" HotelName="B:Conte Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Kitchen,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-4-2 Asakusa, Taito-ku, Tokyo 111-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/3e/cc3ebad05726cbe4943db1b9ab60962488e916c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in one of Tokyo's most traditional areas called Asakusa. It offers easy access...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="416.12" OriginalAmount="412.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.65112" Longitude="139.748738" StarRating="4" HotelCode="76095|celestine_hotel" HotelName="Hotel The Celestine Tokyo Shiba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 06/09/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="416.72" OriginalAmount="412.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.664849" Longitude="139.773339" StarRating="0" HotelCode="|451196" HotelName="KOKO Tsukiji Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="417.26" OriginalAmount="413.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71782" Longitude="139.76932" StarRating="0" HotelCode="|185850" HotelName="Katsutaro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="418.14" OriginalAmount="414.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66027825" Longitude="139.72471379" StarRating="4" HotelCode="416136|roppongi_hotel_s" HotelName="Hotel S Roppongi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 07/09/2026" 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="418.14" OriginalAmount="414.00" MarkupRule="1.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 08/09/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="418.30" OriginalAmount="414.16" MarkupRule="1.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 10/09/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="94" TotalAmount="418.64" OriginalAmount="414.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.708714" Longitude="139.781289" StarRating="2" HotelCode="|537653" HotelName="UENO WOO HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 21/08/2026">
        <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="63" TotalAmount="419.15" OriginalAmount="415.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67889385" Longitude="139.76996382" StarRating="3" HotelCode="570618|keio_presso_inn_tokyo_station_yaesu" HotelName="Keio Presso Inn Tokyo Station Yaesu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" 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="63" TotalAmount="421.17" OriginalAmount="417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.711871" Longitude="139.778133" StarRating="3" HotelCode="189042|mitsui_garden_hotel_ueno" HotelName="Mitsui Garden Hotel Ueno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" 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="63" TotalAmount="421.17" OriginalAmount="417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.63356654" Longitude="139.73783004" StarRating="2" HotelCode="781993|miyako_city_tokyo_takanawa" HotelName="Miyako City Tokyo Takanawa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-19-17 Takanawa, Tokyo 108-0074, Minato-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/41/4341664e69dc50658e5a0d0eb19fb848feda4d05.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="421.17" OriginalAmount="417.00" MarkupRule="1.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="Free CXL until 07/09/2026">
        <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="422.16" OriginalAmount="417.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6510262" Longitude="139.7489637" StarRating="0" HotelCode="|46986" HotelName="The Celestine Tokyo Shiba" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-23-1, SHIBA MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/8/6/46986_21566ce1557.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and has 243 stylish rooms, The establishment offers facilities for disabled guests, This air-conditioned establishment has a reception, a currency exchange service, a cafÃ©, a bar and a restaurant. The establishment offers internet and conference facilities. The establishment also offers room service, a laundry service and a car park. SITUATION: This hotel is in Mita (Tokyo) the business area of Mita (Tokyo) 1 kilometre away, you can find the city centre, in the surrounding area, clients have Tamachi the Railway Station of. ROOM: All the rooms have a direct line telephone, internet, a radio, a mini-bar, a fridge, a bathroom with a shower and a hairdryer. They also have a television, a coffee maker, a kettle, an iron and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="423.19" OriginalAmount="419" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67554134" Longitude="139.73655495" StarRating="3" HotelCode="509798|349856" HotelName="Hotel Risveglio Akasaka" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-18-1 Akasaka, Minato-ku, Tokyo 107-0052</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/30663/3630663/1.jpg?f=15398876</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.19" OriginalAmount="419.00" MarkupRule="1.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 08/09/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="94" TotalAmount="424.13" OriginalAmount="419.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.626424" Longitude="139.633605" StarRating="3" HotelCode="|164812" HotelName="Tokyu Stay Yoga" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-4-1 Yoga, Setagaya-ku, Tokyo, JAPAN 158-0097</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/8/1/2/164812_56ec9091234.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is near Den-en-toshi the train station Setagaya Square Business it is next to It has excellent transport links to.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.20" OriginalAmount="420.00" MarkupRule="1.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="Free CXL until 27/08/2026" 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="424.20" OriginalAmount="420.00" MarkupRule="1.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="94" TotalAmount="425.06" OriginalAmount="420.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6463991" Longitude="139.8970732" StarRating="3" HotelCode="|321130" HotelName="Hiyori Maihama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Higashino 2-25-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/3/0/321130_ab5d72d1131.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="425.28" OriginalAmount="421.07" MarkupRule="1.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 10/09/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="63" TotalAmount="426.22" OriginalAmount="422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.645118945131" Longitude="139.67084778218" StarRating="3" HotelCode="95449|the_b_sangenjaya" HotelName="the b sangenjaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-17-9 Taishido, Setagaya-ku, Tokyo 154-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/67/ad67073561d4be450465b653090952d65d5c4f71.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="426.22" OriginalAmount="422.00" MarkupRule="1.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="Non Refundable" 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="63" TotalAmount="427.23" OriginalAmount="423.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69579529" Longitude="139.75656574" StarRating="3" HotelCode="622685|saku_ren_jimbocho" HotelName="Saku Ren Jimbocho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-5-13 Kanda Jimbocho, Chiyoda-ku, Tokyo 101-0051</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/0d/c40d10bc66fe0bea4ab74c47e6ad33fbf52b39bf.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="63" TotalAmount="429.25" OriginalAmount="425.00" MarkupRule="1.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="Free CXL until 11/08/2026" 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="430.26" OriginalAmount="426.00" MarkupRule="1.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 04/09/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="432.28" OriginalAmount="428.00" MarkupRule="1.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 07/09/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="63" TotalAmount="432.28" OriginalAmount="428.00" MarkupRule="1.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="Free CXL until 26/08/2026">
        <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="433.29" OriginalAmount="429.00" MarkupRule="1.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 04/09/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="433.29" OriginalAmount="429.00" MarkupRule="1.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 06/09/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="94" TotalAmount="433.77" OriginalAmount="429.48" MarkupRule="1.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/09/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="63" TotalAmount="434.30" OriginalAmount="430.00" MarkupRule="1.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="Free CXL until 06/09/2026" 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="434.30" OriginalAmount="430.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="968956|kario_sasazuka_terrace" HotelName="Kario Sasazuka Terrace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-56-7 Sasazuka, Tokyo, Shibuya-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f6/b7f6c998629cab35ae707463b84b26d26716d6bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.24" OriginalAmount="430.93" MarkupRule="1.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 10/09/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="435.31" OriginalAmount="431.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68156" Longitude="139.771019" StarRating="3" HotelCode="95442|yaesu_terminal_hotel" HotelName="Yaesu Terminal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-5-14 Yaesu, Chuo-ku, Tokyo 103-0028</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/bc/24bcbc537e179ad160b705c0312d2f9cf3f2dd80.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="435.31" OriginalAmount="431.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71784235" Longitude="139.7693477" StarRating="2" HotelCode="422047|ryokan_katsutaro" HotelName="Ryokan Katsutaro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/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="94" TotalAmount="437.32" OriginalAmount="432.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.63006" Longitude="139.733443" StarRating="4" HotelCode="|86081" HotelName="Grand Prince Hotel Shin Takanawa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TAKANAWA, MINATO-KU 3-13-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/0/8/1/86081_1_281.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a large garden, 7 restaurants, 2 swimming pools, a business centre with internet, a lobby with WiFi (for a fee), WiFi in rooms, tourist information and a concierge. Regarding the food and beverage offering, the establishment has restaurants, a grill and a bar. SITUATION: This establishment, is a 5-minute walk away from Shinkansen the Station of The establishment offers a transfer service, Akihabara it is 15 minutes away (by train) from 5,5 kilometres away from the establishment, guests will find Tokyo Big Sight the convention centre Roppongi the district of Ginza it is situated 6,5 kilometres away from. ROOM: All the rooms have a bathroom, WiFi (free of charge), an air-conditioning system, a fridge, kettle, a bathroom with a bath and a hairdryer. At an extra charge, the establishment offers laptop.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="437.33" OriginalAmount="433.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.627887130336" Longitude="139.7361588478" StarRating="3" HotelCode="32268|shinagawa_prince_hotel" HotelName="Shinagawa Prince Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 08/09/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="94" TotalAmount="438.16" OriginalAmount="433.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.61016" Longitude="139.63076" StarRating="4" HotelCode="|232584" HotelName="Futakotamagawa Excel Tokyu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-14-1 Tamagawa Setagaya ku Office Tower 30 F</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/5/8/4/232584_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="438.72" OriginalAmount="434.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.706506" Longitude="139.793424" StarRating="2" HotelCode="|529941" HotelName="Section L Kuramae" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-chome-2-7 Komagata</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/9/4/1/529941_101c8c21024.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="439.34" OriginalAmount="434.99" MarkupRule="1.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 10/09/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="63" TotalAmount="439.35" OriginalAmount="435.00" MarkupRule="1.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="Non Refundable" 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="94" TotalAmount="440.34" OriginalAmount="435.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7118527" Longitude="139.7782514" StarRating="3" HotelCode="|85965" HotelName="Mitsui Garden Ueno Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>HIGASHI-UENO,TAITO-KU 3-19-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/6/5/85965_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, a massage service, WiFi (free of charge), a laundry service, a baggage room and vending machines. SITUATION: This establishment, is 2 minutes away from public transport services excellent transport links to, Asakusa it is 10 minutes away (by train) from This establishment, is 40 minutes away from Narita Airport. ROOM: Customers can find comfortable rooms with wooden furniture, an LCD TV, humidifier, a fridge, a kettle and a coffee maker.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="441.37" OriginalAmount="437.00" MarkupRule="1.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="94" TotalAmount="441.64" OriginalAmount="437.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.696017" Longitude="139.702877" StarRating="0" HotelCode="|471984" HotelName="Amanek Shinjuku Kabukicho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="443.07" OriginalAmount="438.68" MarkupRule="1.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="443.39" OriginalAmount="439.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.553026" Longitude="139.78716" StarRating="3" HotelCode="95463|haneda_excel_hotel_tokyu" HotelName="Haneda Excel Hotel Tokyu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 07/09/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="443.39" OriginalAmount="439.00" MarkupRule="1.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 07/09/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="63" TotalAmount="445.41" OriginalAmount="441.00" MarkupRule="1.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 09/09/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="16" TotalAmount="446.61" OriginalAmount="442.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.65099" Longitude="139.684765" StarRating="2" HotelCode="167559|244966" HotelName="Suave Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>2-24-4 Ohashi, Meguro, Tokyo 153-0044</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/6a/a86aefcf0c2829fb704de9ce6769135f51917b01.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="447.43" OriginalAmount="443.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66889489" Longitude="139.77459224" StarRating="3" HotelCode="638701|hotel_keihan_tsukiji_ginza_grande" HotelName="Hotel Keihan Tsukiji Ginza Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/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="447.43" OriginalAmount="443.00" MarkupRule="1.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 08/09/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="447.45" OriginalAmount="443.02" MarkupRule="1.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 07/09/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="63" TotalAmount="449.45" OriginalAmount="445.00" MarkupRule="1.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="94" TotalAmount="449.76" OriginalAmount="445.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7005103" Longitude="139.7565662" StarRating="4" HotelCode="|73656" HotelName="Niwa Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="94" TotalAmount="449.89" OriginalAmount="445.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.700106" Longitude="139.707286" StarRating="0" HotelCode="|523177" HotelName="Shinjuku Warm House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-3-7 Okubo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/3/1/7/7/523177_eb76d240951.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.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 04/09/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="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.64418372" Longitude="139.70974118" StarRating="3" HotelCode="739533|ebisuholic_hotel" HotelName="Ebisuholic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-16-8 Ebisuminami, Shibuya-Ku, Tokyo 150-0022</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/46/4146e0478336d1aa8e07efba7f6ccf8ea67d5c36.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="451.34" OriginalAmount="446.87" MarkupRule="1.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 08/09/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="16" TotalAmount="451.39" OriginalAmount="446.92" MarkupRule="1.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="27" TotalAmount="451.47" OriginalAmount="447" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66233256" Longitude="139.75373936" StarRating="3" HotelCode="639420|285644" HotelName="Hotel 1899 Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/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="63" TotalAmount="451.47" OriginalAmount="447.00" MarkupRule="1.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 07/09/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="451.47" OriginalAmount="447.00" MarkupRule="1.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="451.47" OriginalAmount="447.00" MarkupRule="1.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 08/09/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="451.72" OriginalAmount="447.25" MarkupRule="1.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="94" TotalAmount="451.73" OriginalAmount="447.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.546467" Longitude="139.767265" StarRating="4" HotelCode="|185838" HotelName="The Royal Park  Tokyo Haneda Airport Terminal 3" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/09/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="27" TotalAmount="455.51" OriginalAmount="451" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.712648" Longitude="139.704795" StarRating="3" HotelCode="167566|59938" HotelName="Sunroute Takadanobaba" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>1-27-7 Takadanobaba, Shinjuku, Tokyo 169-0075</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/190643/190643a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="455.51" OriginalAmount="451.00" MarkupRule="1.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="Free CXL until 08/09/2026" 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="94" TotalAmount="456.76" OriginalAmount="452.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6657263" Longitude="139.7020914" StarRating="3" HotelCode="|131528" HotelName="Dormy Inn Premium Shibuya Jingumae Hot Spring" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="94" TotalAmount="457.74" OriginalAmount="453.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.675932" Longitude="139.714851" StarRating="3" HotelCode="|85900" HotelName="Nippon Seinenkan" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-1 KASUMIGAOKA-MACHI, SHINJUKU-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/9/0/0/85900_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Nippon Seinenkan is rated three stars. It has a laundry service, a souvenir shop, meeting room and a car park. SITUATION: This establishment is situated 3 kilometres away from the centre of Tokyo. It is situated 13 kilometres away from the airport Haneda. Close to the establishment, clients can find the business area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="458.43" OriginalAmount="453.89" MarkupRule="1.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 10/09/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="459.55" OriginalAmount="455.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71850792" Longitude="139.80034347" StarRating="3" HotelCode="739364|stay_sakura_tokyo_asakusa_six" HotelName="Stay SAKURA Tokyo Asakusa SIX" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-32-7 Asakusa, Tokyo 111-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/5c/fc5c9fb60a27dd4085c7895e065ba2d1849cbc16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.56" OriginalAmount="456.00" MarkupRule="1.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 09/09/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="63" TotalAmount="460.56" OriginalAmount="456.00" MarkupRule="1.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="Non Refundable" 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="462.08" OriginalAmount="457.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67126" Longitude="139.77756" StarRating="3" HotelCode="|424403" HotelName="Vintage" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>104-0042 Tokyo-to, Chuo-ku Irifune 2-10-7, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/4/0/3/424403_cb876531155.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="462.33" OriginalAmount="457.75" MarkupRule="1.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 09/09/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="462.74" OriginalAmount="458.16" MarkupRule="1.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 09/09/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="63" TotalAmount="463.59" OriginalAmount="459.00" MarkupRule="1.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="63" TotalAmount="464.60" OriginalAmount="460.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67999497" Longitude="139.73497452" StarRating="4" HotelCode="455637|hotel_new_otani_tokyo_garden_tower_3" HotelName="Hotel New Otani Tokyo Garden Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" 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="465.33" OriginalAmount="460.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6441923" Longitude="139.7097471" StarRating="3" HotelCode="|317067" HotelName="Ebisuholic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shibuya-ku Ebisu Minami 1-16-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/7/0/6/7/317067_30ad6ae1700.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="465.52" OriginalAmount="460.91" MarkupRule="1.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="63" TotalAmount="465.61" OriginalAmount="461.00" MarkupRule="1.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 09/09/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="27" TotalAmount="466.62" OriginalAmount="462" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.715436" Longitude="139.779989" StarRating="2" HotelCode="315985|414951" HotelName="Super Hotel JR Ueno-iriyaguchi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/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="466.62" OriginalAmount="462.00" MarkupRule="1.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 03/09/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="466.94" OriginalAmount="462.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.62502" Longitude="139.72516" StarRating="4" HotelCode="|246719" HotelName="Mitsui Garden Gotanda Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-6, Higashi-Gotanda, Shingawa-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/6/7/1/9/246719_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.63" OriginalAmount="463.00" MarkupRule="1.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 07/09/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="467.63" OriginalAmount="463.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.659194414174" Longitude="139.75637980489" StarRating="3" HotelCode="909469|art_hotels_hamamatsucho" HotelName="HOTEL MYSTAYS PREMIER Hamamatsucho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>1-8-5 Hamamatsucho, Minato-ku, Tokyo 105-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/f7/70f7d4f568285ca2c1d8956a8cb3a78e95d62767.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="468.39" OriginalAmount="463.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.690011" Longitude="139.710829" StarRating="2" HotelCode="|169936" HotelName="City N.u.t.s." Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 16 5 Shinjuku, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/9/3/6/169936_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 34 rooms. SITUATION: This hotel Shinjuku it is in Tokio it is in Close to the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="468.44" OriginalAmount="463.80" MarkupRule="1.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 06/09/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="94" TotalAmount="468.52" OriginalAmount="463.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.713269" Longitude="139.705836" StarRating="0" HotelCode="|468577" HotelName="Vessel Inn Takadanobaba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/09/2026">
        <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="63" TotalAmount="468.64" OriginalAmount="464.00" MarkupRule="1.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 09/09/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="468.73" OriginalAmount="464.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.56283" Longitude="139.71895" StarRating="0" HotelCode="|186454" HotelName="Randb Kamata Higashi-guchi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-23-1, Kamata, Ota-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/4/5/4/186454_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="469.06" OriginalAmount="464.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6563147" Longitude="139.7015563" StarRating="3" HotelCode="|168427" HotelName="Shibuya Granbell" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shibuya-ku Sakuragaoka-cho 15-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/4/2/7/168427_1_6131.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is designer. SITUATION: The establishment is a 3-minute walk away from the Station of Shibuya, 500 metres away from the crossing Shibuya Scramble and El edificio 109. 20 minutes walk away, guests can find el parque Yoyogi, is a 10-minute taxi ride away from Shinjuku and Harajuku, FACILITIES: The establishment boasts a pub, breakfast service and a reception with luggage room. ROOM: It has modern rooms with WiFi (free of charge), a television, a bathroom and an air-conditioning system. Guests also have available room service. Some rooms have a sofa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.65" OriginalAmount="465.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.54404851" Longitude="139.76827832" StarRating="4" HotelCode="302486|royal_park_hotel_the_haneda" HotelName="Royal Park Hotel The Haneda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/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="470.66" OriginalAmount="466.00" MarkupRule="1.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 08/09/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="94" TotalAmount="471.74" OriginalAmount="467.07" MarkupRule="1.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 09/09/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="471.92" OriginalAmount="467.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.73395" Longitude="139.73483" StarRating="2" HotelCode="|185636" HotelName="Flexstay Inn Sugamo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-6-16, Sugamo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/6/3/6/185636_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.68" OriginalAmount="468.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.63169606692" Longitude="139.73444047316" StarRating="4" HotelCode="63557|grand_prince_hotel_takanawa_4" HotelName="Grand Prince Hotel Takanawa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="472.68" OriginalAmount="468.00" MarkupRule="1.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/09/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="63" TotalAmount="472.68" OriginalAmount="468.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.654039333333" Longitude="139.691525" StarRating="3" HotelCode="916161|hotel_fukudaya" HotelName="Fukudaya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>4-5-9 Aobadai, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/18/f11837d6f05665e1da2aea93808ee57f2b7c4ccf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a photocopier for a comfortable and relaxing stay. Wireless internet access is av...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.68" OriginalAmount="468.00" MarkupRule="1.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 08/09/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="94" TotalAmount="473.21" OriginalAmount="468.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.705777" Longitude="139.731155" StarRating="0" HotelCode="|527885" HotelName="Vintage Tokyo Kagurazaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Nakazato, Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/7/8/8/5/527885_9d04afc1041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="473.69" OriginalAmount="469.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67418278" Longitude="139.71581565" StarRating="3" HotelCode="530906|nippon_seinenkan" HotelName="Nippon Seinenkan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>7-1 Kasumigaoka-Machi, Shinjuku-Ku, Tokyo 160-0013</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/52/d7522e5e82ec87d7b432c3afd12f84251a223baf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="473.69" OriginalAmount="469.00" MarkupRule="1.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 02/09/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="473.81" OriginalAmount="469.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.72343" Longitude="139.78548" StarRating="3" HotelCode="|185866" HotelName="The Edo Sakura" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-2-13, Shitaya, Taito-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/8/6/6/185866_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="474.26" OriginalAmount="469.56" MarkupRule="1.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 10/09/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="63" TotalAmount="474.70" OriginalAmount="470.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68193791" Longitude="139.77076956" StarRating="3" HotelCode="784166|karaksa_hotel_tokyo_station" HotelName="karaksa Hotel Tokyo Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-105-14 Yaesu, Tokyo 103-0028</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/74/9c74f1748a8cf4fb36f35611924de18d9ff4f7dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="477.46" OriginalAmount="472.73" MarkupRule="1.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="63" TotalAmount="477.73" OriginalAmount="473.00" MarkupRule="1.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 09/09/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="477.77" OriginalAmount="473.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.632274" Longitude="139.789417" StarRating="3" HotelCode="|73659" HotelName="Sotetsu Grand Fresa Tokyo-Bay Ariake" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-6-6 Ariake Koutou-Ku Tokyo, 135-0063</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/5/9/73659_a221d7c1606.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is ideal for holidays or business trips and has 790 rooms. SITUATION: This hotel is in Ariake, a 5-minute walk away from Tokyo Big Sight and the exhibition centre. It has excellent transport links to public transport services. ROOM: Each room has modern furniture, a bathroom with a shower, a double bed, a direct line telephone, satellite or cable TV and internet. RESTAURANT: Traditional dishes.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="478.74" OriginalAmount="474.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68057445" Longitude="139.78559098" StarRating="2" HotelCode="632929|mimaru_tokyo_nihombashi_suitengumae" 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="63" TotalAmount="479.75" OriginalAmount="475.00" MarkupRule="1.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="94" TotalAmount="480.96" OriginalAmount="476.20" MarkupRule="1.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="481.72" OriginalAmount="476.95" MarkupRule="1.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 09/09/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="63" TotalAmount="481.77" OriginalAmount="477.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.695538" Longitude="139.770662" StarRating="3" HotelCode="548837|dormy_inn_premium_kanda" HotelName="Myoujin-no-Yu Dormy Inn Premium Kanda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="94" TotalAmount="482.21" OriginalAmount="477.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.667523" Longitude="139.76589" StarRating="3" HotelCode="|467799" HotelName="Dormy Inn Premium Ginza Hot Springs" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="63" TotalAmount="482.78" OriginalAmount="478.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.689607" Longitude="139.710692" StarRating="2" HotelCode="170660|shinjuku_city_hotel_nuts_tokyo" HotelName="City Hotel N.U.T.S" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" 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="63" TotalAmount="482.78" OriginalAmount="478.00" MarkupRule="1.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="Free CXL until 09/09/2026">
        <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="94" TotalAmount="483.01" OriginalAmount="478.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6182845" Longitude="139.7266679" StarRating="3" HotelCode="|86175" HotelName="Daiwa Roynet  Tokyo Osaki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-1-3 OSAKI, SHINAGAWA-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/6/1/7/5/86175_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has air-conditioning, internet, multilingual staff and business facilities. This business hotel, has 157 rooms, 15 floors, a lobby with a lift, a restaurant, room service, a laundry service and a car park. SITUATION: This urban hotel is in Shinagawa the district of it is close to Tokio the Tower of Sengakuji the Temple of. ROOM: Each room has internet, a writing desk, a direct line telephone, a bathroom with a shower, a hairdryer, a double bed, a satellite TV and a fridge. FACILITIES: The establishment boasts a gym and a massage service. PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="484.80" OriginalAmount="480.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67119506" Longitude="139.77756419" StarRating="3" HotelCode="744265|hotel_vintage_8" HotelName="Hotel Vintage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-10-7 Irifune, Tokyo 104-0042, Chuo-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/bf/b8bf9a1fe27dde77fe7476083e5ec37d3a45fc69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="485.38" OriginalAmount="480.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.672319" Longitude="139.777655" StarRating="0" HotelCode="|522245" HotelName="Section L Hatchobori" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-chome-9-10 Irifune</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/2/2/4/5/522245_d5caf440909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="485.53" OriginalAmount="480.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6743824" Longitude="139.7374583" StarRating="3" HotelCode="|251445" HotelName="The Centurion Classic Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akasaka 3-11-8, Minato-ku, Tokyo, 107-0052, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/4/5/251445_b27a7201246.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.81" OriginalAmount="481" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66883018" Longitude="139.76668145" StarRating="0" HotelCode="970864|415607" HotelName="Mitsui Garden Hotel Ginza-gochome" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="487.83" OriginalAmount="483.00" MarkupRule="1.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/09/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="63" TotalAmount="488.84" OriginalAmount="484.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68002608" Longitude="139.71594003" StarRating="0" HotelCode="964913|mitsui_garden_hotel_jingugaien_tokyo_premier" HotelName="Mitsui Garden Hotel Jingugaien Tokyo Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <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="94" TotalAmount="489.63" OriginalAmount="484.78" MarkupRule="1.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="63" TotalAmount="490.86" OriginalAmount="486.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.628937953791" Longitude="139.73553657532" StarRating="2" HotelCode="161968|keikyu_ex_inn_takanawa" HotelName="Keikyu EX Inn Takanawa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/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="94" TotalAmount="490.89" OriginalAmount="486.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6898" Longitude="139.6964" StarRating="3" HotelCode="|185722" HotelName="Kadoya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-23-1 Nishi-Shinjuku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/5/7/2/2/185722_8.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="491.87" OriginalAmount="487" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71579182" Longitude="139.79392619" StarRating="3" HotelCode="563502|235948" HotelName="Wired Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-16-2 Asakusa, Asakusa Kokono Club, Taito-ku, Tokyo 111-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/3e/ea3e663f4251ac4a2ce34f5224523a5ae5168cd1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="491.87" OriginalAmount="487.00" MarkupRule="1.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="94" TotalAmount="491.94" OriginalAmount="487.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.720975" Longitude="139.786387" StarRating="0" HotelCode="|534388" HotelName="Sakura Cross Uenoiriya Annex" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-chome-21-7 Iriya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/3/8/8/534388_932989e1159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="492.97" OriginalAmount="488.09" MarkupRule="1.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 09/09/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="493.89" OriginalAmount="489.00" MarkupRule="1.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 09/09/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="495.86" OriginalAmount="490.95" MarkupRule="1.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="497.14" OriginalAmount="492.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.702612" Longitude="139.764638" StarRating="3" HotelCode="173857|1057208" HotelName="Garden Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="94" TotalAmount="497.30" OriginalAmount="492.38" MarkupRule="1.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="Free CXL until 10/09/2026">
        <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="499.48" OriginalAmount="494.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.661448" Longitude="139.703108" StarRating="4" HotelCode="|466122" HotelName="All Day Place Shibuya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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="94" TotalAmount="501.52" OriginalAmount="496.55" MarkupRule="1.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="63" TotalAmount="501.97" OriginalAmount="497.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.694658" Longitude="139.700169" StarRating="3" HotelCode="76098|shinjuku_prince_hotel" HotelName="Shinjuku Prince Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 07/09/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="501.97" OriginalAmount="497.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.667095" Longitude="139.763216" StarRating="4" HotelCode="93260|mitsui_garden_hotel_ginza_premier" HotelName="Mitsui Garden Hotel Ginza Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" 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="502.98" OriginalAmount="498.00" MarkupRule="1.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="Non Refundable" 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="502.98" OriginalAmount="498.00" MarkupRule="1.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="Non Refundable" 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="502.98" OriginalAmount="498.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.687348" Longitude="139.699288" StarRating="3" HotelCode="76100|hotel_sunroute_plaza_shinjuku" HotelName="Sunroute Plaza Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2-3-1 Yoyogi, Shibuya-ku, Tokyo 151-0053</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4e/50/4e5038ef706c22f92a313216a708e2d17a670d10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is less than 100 metres from Shinjuku subway and train station, close to major tourist sp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="504.01" OriginalAmount="499.02" MarkupRule="1.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="94" TotalAmount="505.32" OriginalAmount="500.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.622669" Longitude="139.72205" StarRating="3" HotelCode="|452096" HotelName="OMO5 Tokyo Gotanda by Hoshino Resorts" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>8-4-13 Nishigotanda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/0/9/6/452096_7dd861b1233.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="506.01" OriginalAmount="501.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.624358302784" Longitude="139.75119796097" StarRating="3" HotelCode="78628|daiichi_hotel_seafort" HotelName="Dai-ichi Hotel Tokyo Seafort" Meals="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="511.06" OriginalAmount="506.00" MarkupRule="1.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="511.06" OriginalAmount="506.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70070865" Longitude="139.77048855" StarRating="3" HotelCode="594335|apa_hotel_akihabaraeki_denkigaiguchi" HotelName="APA Hotel Akihabaraeki Denkigaiguchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" 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="94" TotalAmount="511.28" OriginalAmount="506.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.664872" Longitude="139.771525" StarRating="0" HotelCode="|529943" HotelName="Section L Tsukiji" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-26- Tsukiji</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/9/9/4/3/529943_11a42d31025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="513.08" OriginalAmount="508.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.672480471215" Longitude="139.75955843925" StarRating="3" HotelCode="167557|remm_hibiya" HotelName="remm HIBIYA" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="513.08" OriginalAmount="508.00" MarkupRule="1.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="63" TotalAmount="514.09" OriginalAmount="509.00" MarkupRule="1.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 08/09/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="516.82" OriginalAmount="511.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.684975" Longitude="139.783943" StarRating="0" HotelCode="|426337" HotelName="Condominium Keyaki-an Tokyo Nihonbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-2-6 Nihonbashi Ningyocho Chuo-ku, Tokyo, 103-0013, Tokyo, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/6/3/3/7/426337_6ea78a11850.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="517.17" OriginalAmount="512.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6688" Longitude="139.767" StarRating="4" HotelCode="|424522" HotelName="Mitsui Garden Ginza gochome" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="1" TotalAmount="518.37" OriginalAmount="513.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.691104" Longitude="139.713113" StarRating="3" HotelCode="899670|CAO272500" HotelName="Citadines Tokyo Shinjuku" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/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="27" TotalAmount="522.17" OriginalAmount="517" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70336435" Longitude="139.77321835" StarRating="2" HotelCode="509726|414953" HotelName="Super Hotel Akihabara Suehiro-cho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Dry Cleaning,Elevator,Internet,Laundry,Luggage Storage,Restaurant,Spa,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>3-chome 2-5 Ueno, Taito-ku, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/678340/1.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 2.5-star Super Hotel Akihabara-Suehirocho offers comfort and convenience whether you're on busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="522.92" OriginalAmount="517.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66253" Longitude="139.735505" StarRating="0" HotelCode="|424524" HotelName="Mitsui Garden Roppongi Tokyo Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-15-17 Roppongi, Minato-ku, Tokyo 106-0032</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/5/2/4/424524_7320d531751.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="523.18" OriginalAmount="518.00" MarkupRule="1.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 06/09/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="63" TotalAmount="524.19" OriginalAmount="519.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6562587" Longitude="139.70159182" StarRating="3" HotelCode="314862|shibuya_granbell_hotel" HotelName="Shibuya Granbell Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" 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="94" TotalAmount="525.90" OriginalAmount="520.69" MarkupRule="1.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 10/09/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="526.93" OriginalAmount="521.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71304" Longitude="139.782287" StarRating="3" HotelCode="|381632" HotelName="Mimaru Tokyo Ueno Inaricho" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Higashiueno 5-8-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/1/6/3/2/381632_c2b8e6d0922.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.23" OriginalAmount="523.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68498051" Longitude="139.78397543" StarRating="3" HotelCode="746304|condominium_keyakian_tokyo_nihonbashi" HotelName="Condominium Hotel Keyakian Tokyo Nihonbashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-2-6 Nihonbashi Ningyocho, Chuo-ku, Tokyo 103-0013, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/ca/41ca70740de538f26168089ddfa87015157c0d2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="530.25" OriginalAmount="525.00" MarkupRule="1.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="531.28" OriginalAmount="526.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.675068" Longitude="139.736047" StarRating="4" HotelCode="|319075" HotelName="Vista Premio Tokyo Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 19/08/2026">
        <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="63" TotalAmount="533.28" OriginalAmount="528.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70598794643" Longitude="139.75482534157" StarRating="3" HotelCode="344887|richmond_hotel_tokyo_suidobashi_" HotelName="Richmond Hotel Tokyo Suidobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>1-33-9 Bunkyo-ku, Hongo, Tokyo 113-0033</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/9e/ee9ef1b2c2e25c23f55c0082eea856da7556caeb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="533.52" OriginalAmount="528.24" MarkupRule="1.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="94" TotalAmount="533.58" OriginalAmount="528.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6682804" Longitude="139.7624537" StarRating="4" HotelCode="|318043" HotelName="The Royal Park Canvas - Ginza 8" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ginza 8-9-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/8/0/4/3/318043_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="534.50" OriginalAmount="529.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69879" Longitude="139.81795" StarRating="0" HotelCode="|185706" HotelName="Park Avenue" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="63" TotalAmount="535.30" OriginalAmount="530.00" MarkupRule="1.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/09/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="94" TotalAmount="536.02" OriginalAmount="530.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7103" Longitude="139.778" StarRating="4" HotelCode="|424404" HotelName="Nohga Ueno Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <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="63" TotalAmount="536.31" OriginalAmount="531.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68925708" Longitude="139.76691031" StarRating="3" HotelCode="622476|mitsui_gardenhotel_otemachi" HotelName="Mitsui Garden Hotel Otemachi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <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="539.34" OriginalAmount="534.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.662574661011" Longitude="139.69839081136" StarRating="3" HotelCode="167647|unizo_shibuya" HotelName="Hotel Unizo Tokyo Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/09/2026" 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="542.37" OriginalAmount="537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68836433" Longitude="139.7731744" StarRating="3" HotelCode="746257|mitsui_garden_hotel_nihonbashi_premier" HotelName="Mitsui Garden Hotel Nihonbashi Premier" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="542.72" OriginalAmount="537.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.694895" Longitude="139.708329" StarRating="0" HotelCode="|525434" HotelName="Flower Terrace Higashi Shinjuku" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>6-chome-29-18 Shinjuku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/5/4/3/4/525434_285d7211156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="544.39" OriginalAmount="539.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.70196886" Longitude="139.69793184" StarRating="2" HotelCode="767027|hotel_nakayama" HotelName="Hotel Nakayama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-20-24 Hyakunin-cho, Shinjyuku-ku, Tokyo 169-0073</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/f8/71f8ba98a0ae11dbc488ea52dee3b28a3d24e81e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="544.39" OriginalAmount="539.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66924857" Longitude="139.77168589" StarRating="0" HotelCode="943641|tsuki" HotelName="Tsuki" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <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="545.40" OriginalAmount="540.00" MarkupRule="1.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="Non Refundable" 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="94" TotalAmount="545.99" OriginalAmount="540.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.667335" Longitude="139.76929" StarRating="4" HotelCode="|483777" HotelName="Mitsui Garden Ginza Tsukiji" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4-7-1, Tsukiji, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/3/7/7/7/483777_1067e040928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="546.65" OriginalAmount="541.24" MarkupRule="1.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 09/09/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="547.04" OriginalAmount="541.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.679297" Longitude="139.769959" StarRating="3" HotelCode="|429997" HotelName="Super Hotel Premier Tokyo-eki Yaesu Chuo-guchi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-2-7 Yaesu, Tokyo, Tokyo, 104-0028</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/9/9/9/7/429997_f094cdc1308.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="547.43" OriginalAmount="542.01" MarkupRule="1.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="552.73" OriginalAmount="547.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68398" Longitude="139.787427" StarRating="0" HotelCode="|86000" HotelName="City Pension Zem" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/08/2026">
        <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="558.52" OriginalAmount="552.99" MarkupRule="1.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 06/09/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="558.53" OriginalAmount="553.00" MarkupRule="1.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="Free CXL until 09/09/2026" 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="560.72" OriginalAmount="555.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6897902" Longitude="139.7107271" StarRating="3" HotelCode="|428479" HotelName="Shinjuku City Hotel N.U.T.S Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-16-5 Shinjuku-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/8/4/7/9/428479_9712bfb0539.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="564.53" OriginalAmount="558.94" MarkupRule="1.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 03/09/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="564.59" OriginalAmount="559.00" MarkupRule="1.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 09/09/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="565.22" OriginalAmount="559.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.714434" Longitude="139.80085" StarRating="0" HotelCode="|429217" HotelName="Prostyle Tokyo Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="565.60" OriginalAmount="560.00" MarkupRule="1.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 08/09/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="566.61" OriginalAmount="561.00" MarkupRule="1.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 07/09/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="94" TotalAmount="566.70" OriginalAmount="561.09" MarkupRule="1.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 09/09/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="63" TotalAmount="567.62" OriginalAmount="562.00" MarkupRule="1.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 08/09/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="94" TotalAmount="575.72" OriginalAmount="570.02" MarkupRule="1.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="63" TotalAmount="576.71" OriginalAmount="571.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.705123083183" Longitude="139.7564619828" StarRating="3" HotelCode="189011|dormy_inn_suidobashi" HotelName="the b suidobashi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="576.71" OriginalAmount="571.00" MarkupRule="1.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="Free CXL until 09/09/2026" 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="63" TotalAmount="589.84" OriginalAmount="584.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.658651" Longitude="139.752177" StarRating="4" HotelCode="17649|shiba_park_hotel" HotelName="Shiba Park Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/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="591.69" OriginalAmount="585.83" MarkupRule="1.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 11/08/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="94" TotalAmount="591.97" OriginalAmount="586.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.624889" Longitude="139.771338" StarRating="4" HotelCode="|46984" HotelName="Grand Nikko Tokyo Daiba" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-6-1 DAIBA MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/8/4/46984_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel and it offers Tokyo fantastic views of, This air-conditioned establishment has 884 rooms and 30 floors. The establishment has a safety deposit box service, a currency exchange service, a lift, a restaurant and conference facilities. The establishment offers internet, room service and a laundry service. Nearby, there is a car park, The establishment also offers a transfer service to Disneyland (free of charge). SITUATION: This urban hotel, Odaiba it is in is situated in Tokyo Bay Where you can find shopping areas, restaurants and leisure areas. it is situated 1 kilometre away from the city centre,2,5 kilometres away, you can find Tokyo the trade fair centre Shinagawa it is situated 3 kilometres away from it is situated 4,5 kilometres away from Tokyo the Tower of it is 5,5 kilometres away from shops, Imperial Palace Plaza 6 kilometres away, you can find it is situated 8,5 kilometres away from Edo-Tokyo the Museum of Disneyland Tokyo 10 kilometres away, you can find the establishment is 6 kilometres away from nightclubs, is situated 10 kilometres away from Ueno the Park of it is 59 kilometres away from Narita the International Airport of. ROOM: All the rooms have views of Tokyo the Bay of, sofas, flatscreen cable and satellite television, a coffee maker, a kettle, internet (free of charge), a bathroom with a shower or bath and a hairdryer. They also have a direct line telephone, a safety deposit box, kitchen or kitchenette and a mini-bar. FACILITIES: The establishment boasts a covered pool, an outdoor pool and a gym. Guests are offered a massage service. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a Japanese restaurant and an Occidental restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="592.44" OriginalAmount="586.57" MarkupRule="1.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 08/09/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="592.87" OriginalAmount="587.00" MarkupRule="1.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 09/09/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="94" TotalAmount="597.15" OriginalAmount="591.24" MarkupRule="1.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 09/09/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="598.93" OriginalAmount="593.00" MarkupRule="1.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 09/09/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="599.10" OriginalAmount="593.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.686459" Longitude="139.700325" StarRating="4" HotelCode="|85932" HotelName="Century Southern Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/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="94" TotalAmount="599.75" OriginalAmount="593.81" MarkupRule="1.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 07/09/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="63" TotalAmount="601.96" OriginalAmount="596.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67331941" Longitude="139.76909729" StarRating="3" HotelCode="378761|daiwa_roynet_hotel_ginza" HotelName="Daiwa Roynet Hotel Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/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="94" TotalAmount="603.90" OriginalAmount="597.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.5505" Longitude="139.741" StarRating="0" HotelCode="|434107" HotelName="Beagle Tokyo and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-15-16, Haneda</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/1/0/7/434107_00a20041720.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="604.22" OriginalAmount="598.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.658884" Longitude="139.748062" StarRating="3" HotelCode="18906|3059161" HotelName="Tokyo Prince Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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="94" TotalAmount="606.37" OriginalAmount="600.37" MarkupRule="1.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 10/09/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="606.47" OriginalAmount="600.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7132713" Longitude="139.7940361" StarRating="0" HotelCode="|85874" HotelName="Residential B:conte Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-4-2 ASAKUSA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/5/8/7/4/85874_28a12911148.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2011 and has 35 double rooms. SITUATION: This establishment, Tokyo it is in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="607.42" OriginalAmount="601.41" MarkupRule="1.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="94" TotalAmount="608.50" OriginalAmount="602.48" MarkupRule="1.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="Non Refundable">
        <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="609.74" OriginalAmount="603.70" MarkupRule="1.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 03/09/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="614.08" OriginalAmount="608.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.690602746951" Longitude="139.7605830431" StarRating="3" HotelCode="189038|kkr_hotel_tokyo" HotelName="KKR Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="63" TotalAmount="615.09" OriginalAmount="609.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66411264" Longitude="139.76053835" StarRating="4" HotelCode="81940|royal_park_shiodome_tower" HotelName="Royal Park Hotel The Shiodome" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 06/09/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="616.10" OriginalAmount="610.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.5504723" Longitude="139.74097295" StarRating="2" HotelCode="614436|beagle_tokyo_hostel_and_apartments" HotelName="Beagle Tokyo Hostel And Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-15-16 Haneda, Ota-ku, Tokyo 144-0043</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/a0/fda0c9758c392011124aacb468f2817493f8f506.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="618.12" OriginalAmount="612.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.65573539598" Longitude="139.70388730658" StarRating="3" HotelCode="80645|hotel_mets_shibuya" HotelName="Hotel Mets Shibuya" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/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="63" TotalAmount="619.13" OriginalAmount="613.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66702844" Longitude="139.76140527" StarRating="3" HotelCode="773863|karaksa_hotel_premier_tokyo_ginza" HotelName="Karaksa Hotel Premier Tokyo Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-7-1 Shimbashi, Minato-ku, Tokyo 105-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e0/85/e0853c1c1fcaabd7a62619e389a2671c8d2db828.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="619.13" OriginalAmount="613.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68639435" Longitude="139.78501002" StarRating="2" HotelCode="746555|ito_ryokan" HotelName="Ito Ryokan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-31-3 Nihonbashi Ningyocho, Chuo-ku, Tokyo, Tokyo Prefecture</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/3c/0f3c07ca59670a6e94b320f70969dafe4b6d4ccb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="620.14" OriginalAmount="614.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.670779" Longitude="139.767261" StarRating="3" HotelCode="189061|solaria_nishitetsu_hotel_ginza" HotelName="Solaria Nishitetsu Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" 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="63" TotalAmount="622.16" OriginalAmount="616.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="971054|sakura_cross_hotel_akihabara" HotelName="Sakura Cross Hotel Akihabara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2-9-1 Kandasudacho, Chiyoda-ku, Tokyo 101-0041</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/55/b6553c2f1da9e48ada7f1b6069b015f69e0c7131.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="628.22" OriginalAmount="622.00" MarkupRule="1.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="Free CXL until 08/09/2026" 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="27" TotalAmount="631.25" OriginalAmount="625" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.65446321" Longitude="139.73683221" StarRating="3" HotelCode="595449|235802" HotelName="Hotel The Glanz" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 09/09/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="640.88" OriginalAmount="634.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.666989" Longitude="139.76108" StarRating="4" HotelCode="|424402" HotelName="Karaksa Premier Tokyo Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>105-0004 Tokyo-to, Minato-ku, Shinbashi 1-6-6, Japan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/4/0/2/424402_2e80e541142.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="641.35" OriginalAmount="635.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6699271" Longitude="139.7330461" StarRating="3" HotelCode="|251586" HotelName="Mimaru Tokyo Akasaka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>7-9-6 Akasaka, Minato-ku, Tokyo, Tokyo, 107-0052</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/8/6/251586_6ee12b01042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="643.37" OriginalAmount="637.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7065457" Longitude="139.79222856" StarRating="2" HotelCode="744255|hostel_wahaku_kotobuki" HotelName="Hostel Wahaku Kotobuki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3-12-1 Kotobuki, Tokyo 111-0042, Taito-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/9f/aa9f4e1bf71ebc1ef877c26fd53753f543f82c1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="643.61" OriginalAmount="637.24" MarkupRule="1.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="27" TotalAmount="644.38" OriginalAmount="638" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.652947641075" Longitude="139.7619927877" StarRating="5" HotelCode="35541|5511" HotelName="InterContinental Tokyo Bay" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="645.39" OriginalAmount="639.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="815728|super_hotel_tokyo_shiba" HotelName="Super Hotel Tokyo Shiba" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2-31-17 Shiba</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/a6/32a69ff4906a931830b0e869d9135d082a6b668a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="646.40" OriginalAmount="640.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6392614" Longitude="139.730285" StarRating="4" HotelCode="56472|sheraton_miyako_hotel_tokyo" HotelName="Sheraton Miyako Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="647.27" OriginalAmount="640.86" MarkupRule="1.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 09/09/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="27" TotalAmount="651.45" OriginalAmount="645" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68092" Longitude="139.73391" StarRating="4" HotelCode="455634|59797" HotelName="Hotel New Otani Tokyo The Main" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" 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="63" TotalAmount="651.45" OriginalAmount="645.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6632232" Longitude="139.7595901" StarRating="4" HotelCode="81112|park_hotel_tokyo" HotelName="Park Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/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="94" TotalAmount="663.17" OriginalAmount="656.60" MarkupRule="1.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 08/09/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="666.60" OriginalAmount="660.00" MarkupRule="1.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 26/08/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="94" TotalAmount="674.34" OriginalAmount="667.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6734471" Longitude="139.7691607" StarRating="3" HotelCode="|316948" HotelName="Daiwa Roynet Ginza Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/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="679.73" OriginalAmount="673.00" MarkupRule="1.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 03/09/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="63" TotalAmount="685.79" OriginalAmount="679.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.682172" Longitude="139.78664" StarRating="4" HotelCode="35447|royal_park_hotel_3" HotelName="Royal Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/09/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="691.85" OriginalAmount="685.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.709126864863" Longitude="139.77089583069" StarRating="3" HotelCode="189100|hotel_park_side" HotelName="Hotel Park Side" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Bar,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>2-11-18 Ueno, Taito-Ku, Tokyo 110-0005</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/9e/939eff759064c85b1e49e46a4abc01697bedce17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="694.88" OriginalAmount="688.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.655327" Longitude="139.747048" StarRating="4" HotelCode="76099|the_prince_park_tower_tokyo" HotelName="The Prince Park Tower Tokyo" Meals="ROOM ONLY" 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="63" TotalAmount="697.91" OriginalAmount="691.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68168751" Longitude="139.78900279" StarRating="2" HotelCode="775561|first_cabin_nihonbashi_suitengu" HotelName="First Cabin Nihonbashi Suitengu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>44-6 Nihombashi Hakozakicho, Chuo-ku, Tokyo 103-0015</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/a2/3fa2ed5a629b22773dab284505f03af2f0de3d5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="699.17" OriginalAmount="692.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6776" Longitude="139.778" StarRating="3" HotelCode="|434081" HotelName="MIMARU TOKYO HATCHOBORI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 01/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-8-8 NIhombashi Kayabacho</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/4/0/8/1/434081_e3108621607.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="702.71" OriginalAmount="695.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6643374" Longitude="139.7603672" StarRating="4" HotelCode="|73547" HotelName="The Royal Park Iconic Tokyo Shiodome" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-6-3 Higashi-Shinbashi, Minato-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/5/4/7/73547_1_8936.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="702.96" OriginalAmount="696.00" MarkupRule="1.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="706.91" OriginalAmount="699.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7164714" Longitude="139.7805436" StarRating="3" HotelCode="|251530" HotelName="Mimaru Tokyo Ueno North" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Ueno 7-14-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/5/3/0/251530_96496e21334.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="707.97" OriginalAmount="700.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.690459" Longitude="139.760481" StarRating="3" HotelCode="|164788" HotelName="Kkr Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="710.03" OriginalAmount="703.00" MarkupRule="1.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 09/09/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="94" TotalAmount="716.81" OriginalAmount="709.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6770521" Longitude="139.7786688" StarRating="3" HotelCode="|453340" HotelName="Mimaru Tokyo Station East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hatchobori, Chuo-ku, 1-12-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/4/0/453340_150ecf91153.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="719.12" OriginalAmount="712.00" MarkupRule="1.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 05/09/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="94" TotalAmount="719.82" OriginalAmount="712.69" MarkupRule="1.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 08/09/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="94" TotalAmount="722.28" OriginalAmount="715.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66996" Longitude="139.76636" StarRating="4" HotelCode="|185745" HotelName="Millennium Mitsui Garden Tokyo/ginza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/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="63" TotalAmount="727.20" OriginalAmount="720.00" MarkupRule="1.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="94" TotalAmount="744.29" OriginalAmount="736.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.655686" Longitude="139.703823" StarRating="3" HotelCode="|73636" HotelName="Jr-east  Mets Shibuya" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-29-17 Shibuya, Shibuya-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/3/6/3/6/73636_10b1e1e1152.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is business, Near the establishment, you can find nightlife.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="754.23" OriginalAmount="746.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.714559" Longitude="139.780121" StarRating="3" HotelCode="|433878" HotelName="Mimaru Tokyo Ueno East" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>4-26-3, Higashiueno, Taito-ku, Tokyo</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/3/8/7/8/433878_a8e09941516.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="758.51" OriginalAmount="751.00" MarkupRule="1.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 03/09/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="94" TotalAmount="774.88" OriginalAmount="767.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.680173" Longitude="139.788708" StarRating="4" HotelCode="|60161" HotelName="Royal Park  Tokyo Nihonbashi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/09/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="94" TotalAmount="778.62" OriginalAmount="770.91" MarkupRule="1.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 08/09/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="63" TotalAmount="781.74" OriginalAmount="774.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71135984" Longitude="139.81659862" StarRating="2" HotelCode="627845|o3_inn_tokyo_hostel" HotelName="O3 Inn Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 20/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-25-17 Oshiage, Sumidaku, Tokyo 131-0045, Tokyo</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/42/ae42ad419d089fde1633eb8303f8c80b66fff1c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="787.82" OriginalAmount="780.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6587862" Longitude="139.6998384" StarRating="4" HotelCode="|60163" HotelName="Shibuya Excel Tokyu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-12-2, Dougenzaka Shibuya-Ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/6/3/60163_6ad76291158.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern building, has 25 floors and was opened in 1999. The establishment has a reception and a spacious hall. SITUATION: Is situated inTokyo a good location in it is next to Shibuya the Station of next to the establishment, guests will find a commercial centre situated in the surrounding area of restaurants, bars and shops. The establishment offers a transfer service to the airport. ROOM: Each room has a bathroom, a tea service, panoramic city views and a double bed. RESTAURANT: Regarding gastronomy, the establishment offers 2 restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.84" OriginalAmount="784.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.692839" Longitude="139.691242" StarRating="5" HotelCode="28678|hilton_tokyo" HotelName="Hilton Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>6-6-2 Nishishinjuku, Shinjuku-ku, Tokyo 160-0023</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/44/f0447090145d39b88a964f85c2cc21ff3f317a26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located in the heart of Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="792.54" OriginalAmount="784.69" MarkupRule="1.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="Free CXL until 10/09/2026">
        <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="63" TotalAmount="794.87" OriginalAmount="787.00" MarkupRule="1.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="Free CXL until 06/09/2026">
        <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="63" TotalAmount="800.93" OriginalAmount="793.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6145553" Longitude="139.74155653" StarRating="3" HotelCode="398080|bamba_hotel" HotelName="Bamba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-1-2 Minami-Shinagawa, Shinagawa-ku, Tokyo 140-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/0f/ce0f0d87a187770931704b5bb5d58d25af1bd9ad.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="803.83" OriginalAmount="795.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.685947" Longitude="139.693008" StarRating="3" HotelCode="|453201" HotelName="Mimaru Tokyo Shinjuku West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/09/2026">
        <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="812.04" OriginalAmount="804.00" MarkupRule="1.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 08/09/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="94" TotalAmount="813.36" OriginalAmount="805.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.652841" Longitude="139.762147" StarRating="0" HotelCode="|42614" HotelName="Intercontinental Tokyo Bay, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 12/08/2026">
        <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="63" TotalAmount="833.25" OriginalAmount="825.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.705546752226" Longitude="139.75589857887" StarRating="3" HotelCode="192599|hotel_wing_international_korakuen_2" HotelName="Hotel Wing International Kourakuen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <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="858.66" OriginalAmount="850.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7056172" Longitude="139.7557881" StarRating="3" HotelCode="|86003" HotelName="KOKO Korakuen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <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="874.66" OriginalAmount="866.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.683149974605" Longitude="139.7709658742" StarRating="3" HotelCode="189030|hotel_ryumeikan_tokyo" HotelName="Hotel Ryumeikan Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/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="876.68" OriginalAmount="868.00" MarkupRule="1.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="Free CXL until 08/09/2026" 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="892.84" OriginalAmount="884.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.69485304" Longitude="139.77817204" StarRating="0" HotelCode="871086|uhome_akihabara_hotel" HotelName="Uhome Akihabara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>2 Chome-16-6 Iwamotocho, Tokyo 101-0032, Chiyoda-ku</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/55/8f55914bdac4683ec7a7253a39b4ecb8b5dea37b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="915.06" OriginalAmount="906.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.71188" Longitude="139.726003" StarRating="5" HotelCode="50604|hotel_chinzanso_tokyo" HotelName="Hotel Chinzanso Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/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="94" TotalAmount="916.25" OriginalAmount="907.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7065549" Longitude="139.7715737" StarRating="3" HotelCode="|453335" HotelName="Mimaru Tokyo Ueno Okachimachi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ueno Taito-ku, 1-17-1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/3/5/453335_58ae2f41128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="927.86" OriginalAmount="918.67" MarkupRule="1.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 03/09/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="936.27" OriginalAmount="927.00" MarkupRule="1.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 03/09/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="942.59" OriginalAmount="933.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6309346" Longitude="139.7353196" StarRating="5" HotelCode="|60158" HotelName="The Prince Sakura Tower Tokyo, Autograph Collection" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>13-1 TAKANAWA 3- CHOME</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/1/5/8/60158_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, has lounge areas, a restaurant, room service and a currency exchange service. SITUATION: It has good links to the leisure areas. It is close to the commercial area, close to the commercial district. Is situated in a good area in Tokyo. ROOM: Customers have comfortable rooms. FACILITIES: The establishment boasts a fitness centre fully-equipped and a spa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="942.61" OriginalAmount="933.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.622072690881" Longitude="139.73695975827" StarRating="4" HotelCode="935144|40754267" HotelName="Tokyo Marriott" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>4-7-36 Kitashinagawa, Shinagawa-ku, Tokyo 140-0001</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/91/47911d2f1e1b7aa0fe74b63c4d39e78bb43e88c3.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="962.53" OriginalAmount="953.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.65711038" Longitude="139.70294626" StarRating="3" HotelCode="774186|shibuya_stream_excel_hotel_tokyu" HotelName="Shibuya Stream Excel Hotel Tokyu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/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="94" TotalAmount="973.57" OriginalAmount="963.93" MarkupRule="1.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 07/09/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="63" TotalAmount="976.67" OriginalAmount="967.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.668190163803" Longitude="139.7407709828" StarRating="5" HotelCode="51547|intercontinental_ana_tokyo" HotelName="ANA InterContinental Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 10/08/2026" 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="94" TotalAmount="981.24" OriginalAmount="971.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.668384" Longitude="139.764818" StarRating="4" HotelCode="|73559" HotelName="Courtyard By Marriott Tokyo Ginza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/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="94" TotalAmount="984.32" OriginalAmount="974.57" MarkupRule="1.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="Free CXL until 11/08/2026">
        <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="990.81" OriginalAmount="981.00" MarkupRule="1.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="Free CXL until 07/09/2026" 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="998.89" OriginalAmount="989.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68347" Longitude="139.766648" StarRating="4" HotelCode="101641|marunouchi" HotelName="Marunouchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" 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="1013.03" OriginalAmount="1003.00" MarkupRule="1.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 08/09/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="63" TotalAmount="1015.05" OriginalAmount="1005.00" MarkupRule="1.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 09/09/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="1021.89" OriginalAmount="1011.77" MarkupRule="1.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 09/09/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="27" TotalAmount="1030.20" OriginalAmount="1020" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.64559822" Longitude="139.74888277" StarRating="4" HotelCode="774493|349988" HotelName="Pullman Tokyo Tamachi" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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="1047.37" OriginalAmount="1037.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.627912515229" Longitude="139.74075148099" StarRating="5" HotelCode="82256|strings" HotelName="InterContinental The Strings Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" 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="27" TotalAmount="1062.52" OriginalAmount="1052" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67795999" Longitude="139.76991848" StarRating="4" HotelCode="935142|60871" HotelName="Courtyard Tokyo Station" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/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="1091.56" OriginalAmount="1080.75" MarkupRule="1.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 03/09/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="94" TotalAmount="1099.89" OriginalAmount="1089.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67816" Longitude="139.7699" StarRating="3" HotelCode="|185602" HotelName="Courtyard By Marriott Tokyo Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/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="94" TotalAmount="1161.43" OriginalAmount="1149.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7114425" Longitude="139.8167891" StarRating="0" HotelCode="|251455" HotelName="Aet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 12/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sumida-ku Oshiage 3-25-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/1/4/5/5/251455_d54e7bb1321.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1177.66" OriginalAmount="1166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68668" Longitude="139.76265" StarRating="5" HotelCode="|215796" HotelName="Ascott Marunouchi Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-1-1 OTEMACHI, CHIYODA-KU *</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/7/9/6/215796_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1182.88" OriginalAmount="1171.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.712995" Longitude="139.799489" StarRating="4" HotelCode="|453353" HotelName="Mimaru Suites Tokyo Asakusa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Hanakawado, Taito-ku, 1-10-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/3/5/3/453353_9688e301210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1314.34" OriginalAmount="1301.33" MarkupRule="1.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 09/09/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="1352.34" OriginalAmount="1338.95" MarkupRule="1.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 08/09/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="1362.64" OriginalAmount="1349.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6563513" Longitude="139.6995617" StarRating="5" HotelCode="|42613" HotelName="Cerulean Tower Tokyu" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/09/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="94" TotalAmount="1398.64" OriginalAmount="1384.79" MarkupRule="1.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="Free CXL until 12/08/2026">
        <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="1420.09" OriginalAmount="1406.03" MarkupRule="1.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="27" TotalAmount="1423.09" OriginalAmount="1409" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68133532" Longitude="139.73357327" StarRating="4" HotelCode="455636|177641" HotelName="Hotel New Otani Tokyo Executive House Zen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/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="63" TotalAmount="1424.10" OriginalAmount="1410.00" MarkupRule="1.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="63" TotalAmount="1436.22" OriginalAmount="1422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.681" Longitude="139.749" StarRating="0" HotelCode="978549|cyashitsu_ryokan_asakusa" HotelName="Cyashitsu Ryokan Asakusa" Meals="HALF-BOARD" BedType="HALF-BOARD" PropertyType="" CnxPolicy="Free CXL until 11/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>3-32-12 Asakusa, Tokyo 111-0032</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/3d/643dd35ddcbf4de92f7dc51465ae604304634bd2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1437.21" OriginalAmount="1422.98" MarkupRule="1.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="Non Refundable">
        <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="27" TotalAmount="1467.53" OriginalAmount="1453" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.682185" Longitude="139.769614" StarRating="4" HotelCode="476855|175069" HotelName="Oakwood Premier Tokyo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/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="94" TotalAmount="1474.33" OriginalAmount="1459.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7112772" Longitude="139.7962128" StarRating="3" HotelCode="|168339" HotelName="Hotel Kaminarimon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 03/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku, Asakusa 1-18-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/3/3/9/168339_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is in Asakusa (Tokio) ROOM: They offer rooms in style. FACILITIES: The establishment also offers WiFi (free of charge), a flat-screen cable television and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1486.72" OriginalAmount="1472.00" MarkupRule="1.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 07/09/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="63" TotalAmount="1490.76" OriginalAmount="1476.00" MarkupRule="1.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="Non Refundable" 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="63" TotalAmount="1549.34" OriginalAmount="1534.00" MarkupRule="1.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="Free CXL until 08/09/2026" 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="94" TotalAmount="1575.35" OriginalAmount="1559.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.666799" Longitude="139.692357" StarRating="0" HotelCode="|528723" HotelName="TRUNK HOTEL YOYOGI PARK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1 Chome-15-2 Tomigaya</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/8/7/2/3/528723_d37e31c1051.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1587.05" OriginalAmount="1571.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.670754" Longitude="139.762226" StarRating="4" HotelCode="|220979" HotelName="Hyatt Centric Ginza Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>6-6-7 Ginza, Chuo-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/9/7/9/220979_1_3128.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1690.74" OriginalAmount="1674.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.68780496" Longitude="139.7649318" StarRating="5" HotelCode="522027|hoshinoya_tokyo" HotelName="HOSHINOYA Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>1-9-1 Otemachi Chiyoda, Tokyo 100-0004</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/e4/cae49f1af2db934d9ce57769f7fd1c340e0c36dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1707.91" OriginalAmount="1691.00" MarkupRule="1.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 09/09/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="63" TotalAmount="1727.10" OriginalAmount="1710.00" MarkupRule="1.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="1732.14" OriginalAmount="1714.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67416" Longitude="139.74114" StarRating="5" HotelCode="|86063" HotelName="The Capitol Tokyu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 09/09/2026">
        <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="27" TotalAmount="1745.28" OriginalAmount="1728" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.63193151" Longitude="139.713521" StarRating="4" HotelCode="436405|177181" HotelName="Hotel Gajoen Tokyo" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>1-8-1 Shimomeguro, Meguro, Tokyo 153-0064</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/8c/e28c08e25a7823b8efca14dbb8faa88076e183cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1750.91" OriginalAmount="1733.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6632427" Longitude="139.7613726" StarRating="5" HotelCode="|53957" HotelName="Conrad Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1-9-1, HIGASHI-SHINBASHI, MINATO-KU</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/9/5/7/53957_1_3044.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 290 standard rooms. It has air-conditioning, a lobby, a lift, 4 restaurants, a lounge bar, a cafÃ© and a hairdresser's. The establishment also offers room service, conference rooms and an oudooor car park. SITUATION: This hotel is situated in Shiodome Train Station. Near the establishment, you will find places of interest. Close to the establishment, guests have shopping areas and leisure areas. ROOM: The rooms have a bathroom with a shower, a bath, a hairdryer, a double bed, a direct line telephone and a television. They also have internet, a mini-fridge, a coffee maker, a kettle and an ironing set. FACILITIES: The establishment boasts a covered pool (available for a fee), a gym for an additional charge, a jacuzzi, a sauna, a steam bath, a spa, beauty treatments and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1811.68" OriginalAmount="1793.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.67958" Longitude="139.73659" StarRating="5" HotelCode="|220958" HotelName="The Prince Gallery Tokyo Kioicho, A Luxury Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <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="94" TotalAmount="1859.16" OriginalAmount="1840.75" MarkupRule="1.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 07/09/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="94" TotalAmount="1867.21" OriginalAmount="1848.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.696007" Longitude="139.70065" StarRating="5" HotelCode="|466727" HotelName="BELLUSTAR TOKYO, A Pan Pacific Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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="1921.02" OriginalAmount="1902.00" MarkupRule="1.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="Free CXL until 09/09/2026" 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="63" TotalAmount="1982.63" OriginalAmount="1963.00" MarkupRule="1.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 07/09/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="63" TotalAmount="2177.56" OriginalAmount="2156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.682374" Longitude="139.769305" StarRating="5" HotelCode="142192|shangrila_hotel_tokyo" HotelName="Shangri-La Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 09/09/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="63" TotalAmount="2240.18" OriginalAmount="2218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.686932000465" Longitude="139.77299362421" StarRating="5" HotelCode="40086|mandarin_oriental_tokyo" HotelName="Mandarin Oriental Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" 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="2296.77" OriginalAmount="2274.03" MarkupRule="1.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 08/09/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="94" TotalAmount="2419.15" OriginalAmount="2395.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6726705" Longitude="139.7675278" StarRating="4" HotelCode="|450671" HotelName="The Tokyo Edition, Ginza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/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="94" TotalAmount="2461.43" OriginalAmount="2437.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.666335" Longitude="139.731005" StarRating="5" HotelCode="|67167" HotelName="The Ritz-carlton, Tokyo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <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="63" TotalAmount="2514.90" OriginalAmount="2490.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.666224" Longitude="139.731507" StarRating="5" HotelCode="82428|the_ritzcarlton_tokyo" HotelName="The Ritz-Carlton Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/2026" 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="2623.98" OriginalAmount="2598.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.684694613968" Longitude="139.76115167141" StarRating="5" HotelCode="387604|palace_hotel_tokyo" HotelName="Palace Hotel Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" 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="63" TotalAmount="2697.71" OriginalAmount="2671.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.685906" Longitude="139.69055" StarRating="5" HotelCode="15702|park_hyatt_tokyo" HotelName="Park Hyatt Tokyo" Meals="ROOM ONLY" 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="2877.49" OriginalAmount="2849.00" MarkupRule="1.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 09/09/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="94" TotalAmount="2924.62" OriginalAmount="2895.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6746958" Longitude="139.7606604" StarRating="5" HotelCode="|67166" HotelName="The Peninsula Tokyo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-8-1 Yurakucho Chiyoda-ku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/7/1/6/6/67166_1_276.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 314 standard rooms and 47 suites. The establishment boasts a spa, a bar, restaurants and attentive service. This establishment with air-conditioning, has a reception, a safety deposit box service, a currency exchange service, a lift and a hairdresser's. The establishment also offers conference rooms, room service, a laundry service and a car park. SITUATION: This urban hotel is in the business area of Marunouchi. Opposite the establishment, you can find the Imperial Palace and Hibiya Park. It is located close to Ginza, 2 kilometres away from the garden Hamarikyu. 25 kilometres away from the establishment, guests will find the Zojo-ji Temple. can also find the Tokyo Tower. It's 58 kilometres from Narita International Airport. ROOM: Each room has a bathroom, a hairdryer, a direct line telephone, a satellite television, a radio, a safe, a mini-bar, a coffee maker, a kettle and an air-conditioning system. FACILITIES: The establishment has spa treatments, the option of a manicure, a gym and a swimming pool. MEALS: Guests are offered restaurants and a bar. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2942.13" OriginalAmount="2913.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.677985" Longitude="139.76706" StarRating="5" HotelCode="28590|four_seasons_hotel_tokyo_at_marunouchi" HotelName="Four Seasons Hotel Tokyo at Marunouchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1-11-1 Pacific Century Place, Marunouchi, Chiyoda-ku, Tokyo 100-6277</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/a6/cfa6b1a725cd0416bde9ccdd9d59c6a79350b2c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is approximately 85 minutes away from Narita International Airport and about 40 minutes fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="4589.51" OriginalAmount="4544.07" MarkupRule="1.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 08/09/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="63" TotalAmount="4964.15" OriginalAmount="4915.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.66423427" Longitude="139.70410555" StarRating="3" HotelCode="572089|trunk_hotel" HotelName="Trunk Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>5-31 Jingumae Shibuya-ku, Tokyo 150-0001</AddressLine>
          </AddressLines>
          <CityName>Tokyo</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/c4/e9c44f7a0ddadedf7e031625d435b287ab6c0cf2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Tokyo.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5120.63" OriginalAmount="5069.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6643528" Longitude="139.7040089" StarRating="4" HotelCode="|321198" HotelName="Trunk (hotel) Cat Street" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 04/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>5-31 Jingumae, Shibuya-ku, Tokyo, 150-0001</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/1/1/9/8/321198_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="5799.03" OriginalAmount="5741.61" MarkupRule="1.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="151.03" OriginalAmount="149.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6987123" Longitude="139.6997298" StarRating="1" HotelCode="|321195" HotelName="Yamate Rest House (male Only)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinjuku-ku Hyakunin-cho 1-9-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.98" OriginalAmount="157.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.752845" Longitude="139.804725" StarRating="1" HotelCode="|260954" HotelName="Nestle Tokyo Cozy House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Adachi-ku Senju 4-23-12 Kabocha no Basha</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.57" OriginalAmount="157.99" MarkupRule="1.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 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Suginami-ku, Kamiogi 1-11-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.05" OriginalAmount="162.43" MarkupRule="1.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 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Nakai 1-2-4 Shinjuku Skycapsule Hotel</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.35" OriginalAmount="169.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7334693" Longitude="139.7077127" StarRating="0" HotelCode="|324097" HotelName="Kimi" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Toshima-ku, Ikebukuro 2-36-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.13" OriginalAmount="184.29" MarkupRule="1.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 10/09/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="240.83" OriginalAmount="238.45" MarkupRule="1.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="253.65" OriginalAmount="251.14" MarkupRule="1.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="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Toshima-ku Kitaotsuka2-14-2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.95" OriginalAmount="251.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.709392" Longitude="139.775909" StarRating="2" HotelCode="|96249" HotelName="MARUTANI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/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.23" OriginalAmount="252.70" MarkupRule="1.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="257.79" OriginalAmount="255.24" MarkupRule="1.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 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ueno 7-chome 12-11, Taito-ku, Tokyo, 110-0005</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.62" OriginalAmount="261.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7283287" Longitude="139.7955135" StarRating="0" HotelCode="|378507" HotelName="Andon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Taito-ku Nihonzutsumi 2-34-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.23" OriginalAmount="267.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.6641475" Longitude="139.8601229" StarRating="3" HotelCode="|251463" HotelName="Apa Tkp Tokyo Nishi-kasai" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Edogawa-ku Nishi-Kasai 6-15?24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.12" OriginalAmount="278.34" MarkupRule="1.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 07/09/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="301.90" OriginalAmount="298.91" MarkupRule="1.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="303.52" OriginalAmount="300.51" MarkupRule="1.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 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Toshima-ku Kitaotsuka 2-15-6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.58" OriginalAmount="301.56" MarkupRule="1.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 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kita Zakae 1-15-28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.99" OriginalAmount="310.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.7318849" Longitude="139.7756469" StarRating="3" HotelCode="|251354" HotelName="Guest House Wagokoro" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arakawa-ku, Higashinippori 6-34-9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.26" OriginalAmount="320.06" MarkupRule="1.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 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Minato-ku Nishi Shimbashi 1-17-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="324.53" OriginalAmount="321.32" MarkupRule="1.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 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Shinagawa-ku, Kitashinagawa 2-30-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.14" OriginalAmount="322.91" MarkupRule="1.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="333.15" OriginalAmount="329.85" MarkupRule="1.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 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Iidabashi 3-1-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="346.32" OriginalAmount="342.89" MarkupRule="1.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 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ikebukuro 2-14-12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.86" OriginalAmount="367.19" MarkupRule="1.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 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>1-6-7 Hyakunin Chou, Tokyo, Tokyo, 169-0073</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.71" OriginalAmount="373.97" MarkupRule="1.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>
    <HotelStay SourceId="94" TotalAmount="378.18" OriginalAmount="374.44" MarkupRule="1.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 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Koto-ku Ojima 7-37-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="497.05" OriginalAmount="492.13" MarkupRule="1.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="527.55" OriginalAmount="522.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.699448" Longitude="139.708071" StarRating="0" HotelCode="|318060" HotelName="Domo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>????????27-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="565.26" OriginalAmount="559.66" MarkupRule="1.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 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Chuo-ku Yaesu 2-2-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="608.79" OriginalAmount="602.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.5504651" Longitude="139.7410027" StarRating="2" HotelCode="|251419" HotelName="beagle tokyo hostel＆apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ota-ku Haneda 1-15-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access,Jacuzzi,Swimming Pool,Spa,Heated Pool,Sauna,Bicycle Rental,Golf,Lounge,Nightclub,Shopping Arcade,Kitchen,Designated Smoking Area,Garden,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>4,3,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,HOTEL,APARTMENT HOTEL,ECO HOTEL,ECONOMY HOTEL,APARTMENT,GUESTHOUSE,FAMILY-FRIENDLY HOTEL,HOSTEL,INNS,CONFERENCE HOTEL,GUEST HOUSES,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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|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="eeba12c5-4451-472c-97c1-4f4c3ae708d9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="59326" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|466122" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@skyluxetours.com" Password="Mumbai@54321" 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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|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="eeba12c5-4451-472c-97c1-4f4c3ae708d9" TimeStamp="0001-01-01T00:00:00" HotelName="All Day Place Shibuya" HotelCode="466122" GTCityId="59326" CountryCode="JP" CityName="Tokyo" CountryName="Japan" Address="1-17-1 Shibuya" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room" RoomTypeCode="466122H1_H1HNHN11ali9|1784202100.DJOEAP-GBRA4080boffj|509.21|94|NTA5LjIxfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="433" TotalPrice="437.63" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-07-16T12:41:40.4138731+01:00" End="2026-09-19T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="433.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Double room" RoomTypeCode="466122H1_H2HRHR11b2no|1784202100.DJOEAP-GBRA4080boffj|581.32|94|NTgxLjMyfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="495" TotalPrice="499.61" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-09T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="494.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_48b4d861800.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_497d2ea1801.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_4a1f0ec1802.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_4a9b17d1802.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_4b62bb81803.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_4c12a371804.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_4caaff31804.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_4d3fb081805.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_437f8ba1855.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_440ddae1856.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_4481da31856.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_4512c621857.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_458260d1857.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_460b0291858.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_46744eb1858.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_4700a991859.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_478404b1859.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_4826fad1800.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/4/6/6/1/2/2/466122_4e032541806.jpg" /></Images><HotelDescription /></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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="eeba12c5-4451-472c-97c1-4f4c3ae708d9">
  <Rooms>
    <Room RoomType="Room 1: Double room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="info@skyluxetours.com" Password="Mumbai@54321" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="466122" SourceId="94" RoomTypeCode="466122H1_H2HRHR11b2no|1784202100.DJOEAP-GBRA4080boffj|581.32|94|NTgxLjMyfEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-19T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-15T00:00:00">
        <AmountPercent NmbrOfNights="4" BasisType="Amount" Percent="0" Amount="499.61" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>499.61</TotalAmount>
  <TraceId>eeba12c5-4451-472c-97c1-4f4c3ae708d9</TraceId>
</CheckRatesRS>||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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|CheckRateRequest|CheckRateRequest|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRQ xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TraceId="eeba12c5-4451-472c-97c1-4f4c3ae708d9">
  <Rooms>
    <Room RoomType="Room 1: Double room" TotalAdult="2" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="info@skyluxetours.com" Password="Mumbai@54321" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="466122" SourceId="94" RoomTypeCode="466122H1_H2HRHR11b2no|1784202100.DJOEAP-GBRA4080boffj|581.32|94|NTgxLjMyfEVVUnxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-19T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||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
eeba12c5-4451-472c-97c1-4f4c3ae708d9|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-15T00:00:00">
        <AmountPercent NmbrOfNights="4" BasisType="Amount" Percent="0" Amount="499.61" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <TotalAmount>499.61</TotalAmount>
  <TraceId>eeba12c5-4451-472c-97c1-4f4c3ae708d9</TraceId>
</CheckRatesRS>||True