<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
ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae|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="ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="15580" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-26T00:00:00" End="2026-08-31T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ibisholiday@gmail.com" Password="Dishank@78" 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
ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae|InfiniteSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 97|Infinite|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
ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae|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
ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae|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
ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae|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
ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae|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
ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae|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
ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae|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
ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae|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
ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae|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-08-21T09:07:56.7446046+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="122.98" OriginalAmount="121.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.109282" Longitude="14.4513043" StarRating="0" HotelCode="|118406" HotelName="Plus Prague " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Privozni 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/0/6/118406_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has rooms bathroom, a covered swimming pool, a sauna and internet (free of charge). SITUATION: Is situated in a quiet residential area excellent transport links to the tram, 2 minutes away from the establishment, clients can find the metro station, the railway station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="134.12" OriginalAmount="132.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.109278" Longitude="14.45121" StarRating="2" HotelCode="260270|1694449" HotelName="Plus Prag Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Privozni 1, 170 00 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/2f/1c2faaac7318093648bb30215c40d6d623ca401f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hostel offers guests a total of 119 rooms. Individual storeys are accessible via the lift or sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="153.16" OriginalAmount="151.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0753732" Longitude="14.4233556" StarRating="0" HotelCode="|118375" HotelName="and Hostel Artharmony " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/7/5/118375_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inPrague the centre of 10 minutes away from the establishment, guests will find Wenceslao the Square of 100 metres away from the establishment, guests can find the river, Clients can also find Karlovo Namesti the underground station of. OTHERS: The establishment offers WiFi free of charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.075581" Longitude="14.423198" StarRating="2" HotelCode="180434|art_harmony" HotelName="Artharmony Pension &amp; Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jecná 509/12, 120 00 Prag, Praha 2, Nové Mesto</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/6b/7c6b960abb661ef5355a913d00c19b87f7c0807b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0632904" Longitude="14.4451767" StarRating="3" HotelCode="89531|10728" HotelName="Gallery SIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rostislavova 17, Prague 4</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/6d/4a6d5a38e038341b93dde40bdbf61a9852c7fa50.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="185.37" OriginalAmount="183.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07964" Longitude="14.499592" StarRating="14" HotelCode="120068" HotelName="A&amp;O Prague Rhea" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>V Uzlabine 3068/19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/20068/120068/34.jpg?f=17688810</HotelPictures>
        <HotelDescription>Facilities: 192 non-smoking rooms are located on 20 storeys and can be reached by lift. English- and German-speaking staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Amenities include a baggage storage service, safe, currency exchange service and cash machine. Wireless internet access is provided in public areas. The tour desk offers assistance with booking excursions. Wheelchair-accessible facilities are available. A number of shops, including a souvenir shop, are great for shopping or just browsing. Additional facilities include a newspaper stand. Parking spaces are available to guests travelling by car (for a fee). Other services include room service, a laundry service and a hairdresser. Bicycle storage is available to guests. There is a bike hire service as well.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.086920833503" Longitude="14.482804834843" StarRating="3" HotelCode="56109|ea_hotel_populus" HotelName="EA Hotel Populus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>U Staré Cihelny 2182/11, Praha 3, 130 00  Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/06/48060179df545d690584cb25f9f0c209ddfb8ffd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a quiet neighbourhood about 6.8 km from the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.51" OriginalAmount="193.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0993557" Longitude="14.4009123" StarRating="0" HotelCode="|118347" HotelName="Dakura" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/4/7/118347_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: 300 metres away, guests will find the metro station, is 25 kilometres away from the historic centre. OBSERVATIONS: The establishment offers a baggage room and a transfer service to the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.37" OriginalAmount="197.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0822414" Longitude="14.4516621" StarRating="2" HotelCode="|118257" HotelName="Budget Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/2/5/7/118257_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Prague Is situated in 3 kilometres away, you can find Riegrovy Sady park 4 kilometres away, you can find Wenceslao the Square of in the surrounding area, clients have shops, restaurants.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="201.22" OriginalAmount="199.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.099339138202" Longitude="14.400972906732" StarRating="2" HotelCode="320816|1454768" HotelName="Hostel Dakura" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Narodni Obrany 544/7, 160 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f2/f3f2a866d15b0be3a68791c113939f4069c6e004.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="207.96" OriginalAmount="205.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0749913" Longitude="14.4389924" StarRating="3" HotelCode="|21849" HotelName="Ea Tosca" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Blanicka 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/9/21849_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a lobby, a currency exchange service and business facilities. close to the establishment, you can find a car park, (for a fee). SITUATION: Is situated inVinohrady the centre of it is on a peaceful street, Namesti Miru It is situated close to near the establishment, you will find the metro station, the tram stops. ROOM: The rooms have a direct line telephone, a television, internet (available for a fee), a mini-bar, a safe, a bathroom with shower or WC and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.79" OriginalAmount="208.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0487654" Longitude="14.4458921" StarRating="3" HotelCode="|118476" HotelName="Attic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hanusova 496/6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/7/6/118476_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a car park and a reception. SITUATION: It is inPrague the southern area of 350 metres away from the establishment, you can find Pankrac the metro station. ROOM: The rooms have, WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.34" OriginalAmount="209.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0825025" Longitude="14.4466213" StarRating="0" HotelCode="|118253" HotelName="Clown and Bard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Borivojova 102/758</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/2/5/3/118253_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Zizkov Is situated in 20 minutes away from the establishment, guests will find Wenceslao the Square of. ROOM: The rooms a bathroom and shared rooms. FACILITIES: Clients can find a bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.055528640819" Longitude="14.436512589455" StarRating="3" HotelCode="42671|hotel_otar" HotelName="Hotel Otar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sevrena 1302/2, 14000 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/7d/767d5e3edaee7117430593b92d0fa89683633ec9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.100847216884" Longitude="14.491691511088" StarRating="4" HotelCode="108854|hotel_relax_inn_2" HotelName="Relax Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Fax,Internet,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Novovysocanská 163/25, 190 00 Prague 9</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/17/af171c7af6a5efd711c525d1190cc5cfa7b90d6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.20" OriginalAmount="218.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.056689" Longitude="14.381301" StarRating="0" HotelCode="|450226" HotelName="Zleep Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/2/2/6/450226_be597691322.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.24" OriginalAmount="218.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1045712" Longitude="14.4346592" StarRating="0" HotelCode="|337871" HotelName="Rooseveltova Kolej" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/8/7/1/337871_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.074056565334" Longitude="14.43008735776" StarRating="3" HotelCode="66573|55337" HotelName="Brezina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Legerova 41, 12000 Praha 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/2f/972ff0a5afca63f0c387d92171238d83c7f97ee6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.074934488397" Longitude="14.439157247543" StarRating="3" HotelCode="34924|hotel_tosca" HotelName="EA Hotel Tosca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Blanická 10, Praha 2, 12000  Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/74/af74af51687d1dff0bd3d3af265e0a9f12d9e6a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located at the heart of the Vinohrady district of Prague, close to Namesti Miru, Peace Square. The f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.82" OriginalAmount="222.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0756" Longitude="14.42329" StarRating="0" HotelCode="|444819" HotelName="City Center and L`Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jecna 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/1/9/444819_884572e0856.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.78" OriginalAmount="223.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0640426" Longitude="14.5082592" StarRating="3" HotelCode="|118487" HotelName="Astra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mukarovska 1740/22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/8/7/118487_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: At no extra cost you can enjoy WiFi and a gym. SITUATION: The hotel is in a peaceful area, 500 metres away, guests will find Skalka the underground station of it is 12 minutes away from Prague the centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.85" OriginalAmount="223.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0649507" Longitude="14.4306431" StarRating="0" HotelCode="|118436" HotelName="Pension Beta" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/3/6/118436_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inPrague a residential area of near the establishment, guests will find Vysehrad Castle the city centre. ROOM: The rooms have, WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.62" OriginalAmount="224.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.071977" Longitude="14.389266" StarRating="4" HotelCode="|452472" HotelName="Post 120 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/4/7/2/452472_3cc24e21156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.072199456005" Longitude="14.400623457672" StarRating="3" HotelCode="27731|ibis_praha_mala_strana" HotelName="ibis Praha Mala Strana" 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,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Plzenska 14, Praha 5, Smichov, 150 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/a7/55a7bbadb2aa6b1c3a0f8ec50f52db981985bcca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the city centre, next to the Nový Smíchov shopping centre, and just 15...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.075566" Longitude="14.423251" StarRating="2" HotelCode="180470|lopera" HotelName="City Center &amp; L'Opera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jecna 12, Prague 2, Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/f2/f2f222f7e65bd61fe439aafefb91ca62bc5b9df6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.29" OriginalAmount="226.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.11164" Longitude="14.45049" StarRating="0" HotelCode="|184818" HotelName="Seven" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/1/8/184818_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.33" OriginalAmount="233.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.062445122115" Longitude="14.409290001189" StarRating="2" HotelCode="108753|akat_pension_and_hostel" HotelName="Akat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Coffee Shop,Concierge,Designated Smoking Area,Elevator,Housekeeping,Internet,LCD/Projector,Luggage Storage,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Nádrazní 42/851, Smíchov, 150 00 Prague 5</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/2e/b2/2eb20c6184eb501ca63098a0127fac660441798a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at AKÁT pension and hostel, you'll be centrally locate...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.064292470863" Longitude="14.506598984361" StarRating="3" HotelCode="59529|hotel_astra_2" HotelName="Hotel Astra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mukarovská 1740/22, 110 00Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/b6/04b61d8c04ab6654ca9ee28b217f07328c37a1de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="239.23" OriginalAmount="236.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1266109" Longitude="14.4732529" StarRating="0" HotelCode="|118305" HotelName="Praha Ládví" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/0/5/118305_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in a residential area, 50 metres away, guests can find the metro station, 10 minutes away from the establishment you have the central station. ROOM: Customers can find rooms, with WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.036483618384" Longitude="14.492766559124" StarRating="3" HotelCode="29803|58791" HotelName="Best Western Amedia Praha" 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,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Türkova 5a/2318, 14900 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/4e/a74e845e96373c998e02a57fcaf30ac9ff3c0c99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Chodov district of Prague, 100 m from the nearest links to the public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.42" OriginalAmount="242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0821" Longitude="14.4275" StarRating="0" HotelCode="798822|rabie_apartment" HotelName="Rabie Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 U Pruhonu 1276/36</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/d6/ecd6149989944b6a49121684f6b16ba838742b55.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.06299432" Longitude="14.44141843" StarRating="3" HotelCode="546254|kasablanka_apartments" HotelName="Kasablanka Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taborska 324/63, 14000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/dd/9edd2d98eb69efdb0424869780096a1f19bf1a70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at this apartment in Prague (Prague 1), you'll be minutes from Postal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.41" OriginalAmount="243.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.071677" Longitude="14.396767" StarRating="0" HotelCode="|446918" HotelName="Figaro Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Mozartova</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/9/1/8/446918_73685d70807.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0392249" Longitude="14.4371026" StarRating="3" HotelCode="188622|hotel_vladar" HotelName="Vladar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Na Dvorcích 144/9, 140 00 Praha 4</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/d3/9ed3c5b6a742a1d73dab7f2428cbb6cc686547ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="248.46" OriginalAmount="246.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.092738539428" Longitude="14.39158160367" StarRating="4" HotelCode="35465|jeleni_dvur_hotel" HotelName="EA Hotel Jeleni dvur Prague Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jelení 197/7, Praha 1, 11800  Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/45/2d45d714c78c367aaddb9ea3149fea2c15851172.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With its familial atmosphere, this romantic city hotel lies close to Prague Castle at the centre of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.96" OriginalAmount="246.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1429411" Longitude="14.4284847" StarRating="0" HotelCode="|337771" HotelName="Europa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>K Vetrolamu 668/22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/7/7/1/337771_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="249.94" OriginalAmount="247.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.076103" Longitude="14.442529" StarRating="3" HotelCode="119670" HotelName="Hotel Claris" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Slezska 26,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/19670/119670/25.jpg?f=17675240</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access. Additional amenities at this hotel include a communal living room, tour/ticket assistance, and a picnic area.. Featured amenities include express check-out, dry cleaning/laundry services, and multilingual staff. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="251.49" OriginalAmount="249.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.15131070796" Longitude="14.503417611122" StarRating="3" HotelCode="188608|aura" HotelName="Hotel Aura Design &amp; Garden Pool" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kostelecka 819, Cakovice, 190 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/0a/ae0a7120ebb5dc2a5b23a29c14b51e4af535f003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="253.51" OriginalAmount="251" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.076157" Longitude="14.442614" StarRating="3" HotelCode="56450|55440" HotelName="Claris" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slezska, 26, 12000 Praha, Praha 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/9b/e7/9be740a406cb1bd98fd11e11b0b4885a39f17cfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the prestigious Prague district of Vinohrady. Within a short distance, gues...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.51" OriginalAmount="251.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091658434314" Longitude="14.477276802063" StarRating="3" HotelCode="37898|myhotel_apollon_prague" HotelName="My Hotel Apollon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Konevova 1086/158, 130 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/8c/178ced5207b70b6b7ade0357487148341bc87576.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasing hotel is quietly situated just 15 minutes from the historic centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="254.52" OriginalAmount="252" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09172258" Longitude="14.48307946" StarRating="2" HotelCode="969637|391240" HotelName="University Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jeseniova 355/212, 130 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10546714</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.20" OriginalAmount="252.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0515257" Longitude="14.5374585" StarRating="3" HotelCode="|118227" HotelName="Hotel Kanarek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Proti Proudu 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/2/2/7/118227_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is 15 minutes away from Prague the centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.40" OriginalAmount="252.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.06731" Longitude="14.445964" StarRating="2" HotelCode="|558532" HotelName="Hasa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/5/3/2/558532_90dcc8f1616.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.090218828573" Longitude="14.450232624708" StarRating="3" HotelCode="108751|adeba_hotel" HotelName="Adeba" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Jacuzzi,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pernerova 16, 186 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/d9/e3d97a604c45100d937fee40109914afe692a5c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.61" OriginalAmount="254.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0412023" Longitude="14.4955474" StarRating="4" HotelCode="|21844" HotelName="Top Praha and Conference Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLAZIMSKA 1781/4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/4/21844_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1984 and it is on a main street, The hotel great for groups and young people, has 8 floors, 1020 rooms, 200 single rooms, 800 double rooms, a reception, a safety deposit box service, a currency exchange service, lifts, a cloakroom and a car park. Guests can find a cafÃ©, a bar, a kiosk, a mini-market, shops, a hairdresser's, a casino and a games room. You can use the launderette, The establishment has an Ã  la carte restaurant with air-conditioning, a conference room and internet. SITUATION: It is in a quiet area, is situated 5 kilometres away from the city centre, in front of the hotel there is a bus stop, is surrounded by a garden area. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar and satellite or cable TV. FACILITIES: The establishment boasts a jacuzzi, a sauna, a solarium, a Turkish bath, a massage service and a covered swimming pool (available for a fee), The establishment also has a gym, bowling, tennis courts and squash courts.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.55" OriginalAmount="255.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09179889" Longitude="14.48359655" StarRating="0" HotelCode="569836|kolej_jarov_i" HotelName="Kolej Jarov I" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Konevova 93/198, Správa Ucelovych Zarízení, 130 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/f0/57f02c6f9d300e605946cb1050f11dab6e6d0aac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.076425199367" Longitude="14.423745274544" StarRating="4" HotelCode="57663|hotel_crystal_palace" HotelName="EA Hotel Crystal Palace" Meals="ROOM ONLY" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Malá Štepánská 17, Praha 2, 120 00  Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/f6/eef6c6600b27bc8637eea7ace74de0e200000734.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a small, quiet street in the heart of Prague, only a few paces from Wencesl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.06" OriginalAmount="259.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0552229" Longitude="14.4364151" StarRating="3" HotelCode="|118475" HotelName="Oya" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/7/5/118475_1_1784.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel Prague it is in it is situated close to Prague Congress Centre close to the establishment, clients can find Vysehrad Castle it is located close to Arkadi PankrÃ¡c the shopping centre. ROOM: The establishment has comfortable rooms and with internet (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085316924647" Longitude="14.450307682223" StarRating="3" HotelCode="108934|pension_prague_city" HotelName="Pension Prague City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Štítného 13, 130 00 Praha 3</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/b9/e5b9c88f3040af9dd1ee0b35c697d10155abae69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.63" OriginalAmount="261.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0553256" Longitude="14.4368716" StarRating="3" HotelCode="|118303" HotelName="Otar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/0/3/118303_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Hotel Otar is rated three stars, modern, it offers WiFi, (free of charge), a bar and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.54" OriginalAmount="261.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0950042" Longitude="14.354744" StarRating="3" HotelCode="|118488" HotelName="Hotel Avion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/8/8/118488_1_6698.jpg</HotelPictures>
        <HotelDescription>SITUATION: This trendy hotel is in 6 the District it is situated 5 kilometres away from the city centre, 30 minutes away, you can find Prague Castle.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.65" OriginalAmount="265.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.068370177356" Longitude="14.329741001559" StarRating="3" HotelCode="307588|hotel_energie" HotelName="Hotel Energie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plzenska 298/276, 150 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/42/51421a4b18626d7f4af298dbeedb174add4d1a1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.70" OriginalAmount="266.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.075115" Longitude="14.4336667" StarRating="3" HotelCode="|76180" HotelName="Lunik" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LONDYNSKA 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/1/8/0/76180_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming, family-owned hotel, is ideal for holidays or business trips. SITUATION: This establishment is in, Vinohrady the area la Plaza de Wenceslao a few minutes away from Prague the historic centre of it is on a quiet street, Namesti Miru 3 minutes away from the metro stop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.067342201292" Longitude="14.446299135016" StarRating="2" HotelCode="365412|hotel_hasa" HotelName="Hotel Hasa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Samova  1476/1, Vrsovice, 101 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/bc/b2bcf3152871022aab5fef2003344cb26b38540b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="271.10" OriginalAmount="268.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.043460378654" Longitude="14.439414739609" StarRating="4" HotelCode="31290|1204600" HotelName="Occidental Praha" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Calle Na strži 32, 14000 Prag 4</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/90/1f90138f86ac1be70b91ffedec6f6b9c301af4a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is situated in a peaceful neighbourhood, just on the outskirts of Prague city cent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="271.16" OriginalAmount="268.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.041523651981" Longitude="14.496104577328" StarRating="4" HotelCode="16122|1253001" HotelName="TOP Hotel Praha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Blažimská 1781/4, 149 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/30/5630a7fc24717bae45e4ff1bb6fa0f4d705a050e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is quietly situated just 5 km from the centre of the town. A bus stop is to be fo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="271.69" OriginalAmount="269.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1517883" Longitude="14.5128215" StarRating="3" HotelCode="|130546" HotelName="Imos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/0/5/4/6/130546_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts WiFi (free of charge) and private parking (free of charge). SITUATION: The hotel is in Prague northern it is situated 3 kilometres away from Letnany PVA the Exhibition Centre. ROOM: The rooms have a television and a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="274.51" OriginalAmount="271.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0754194" Longitude="14.4034014" StarRating="3" HotelCode="|118539" HotelName="Arbes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viktora Huga 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/3/9/118539_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Nearby, you will findKinsky the Gardens it is in Prague the centre of 5 minutes away from the establishment, guests will find an underground station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1065728" Longitude="14.49077298" StarRating="0" HotelCode="667614|hotel_arena_22" HotelName="Hotel Arena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kovarska 1170/15, Praha 9, 190 00 Prag, Liben</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/6b/e76bfe65575a9ccbb93ac272144068298ef3d6f7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="276.74" OriginalAmount="274.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.048999720918" Longitude="14.43810582161" StarRating="4" HotelCode="47798|panorama_hotel_prague" HotelName="Panorama Hotel Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Milevska 1695/7, 14063 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/7d/fd7de74122519d2f03839f575d8bfc947e9ba1d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys an ideal location in a peaceful area, just outside the city centre. Guests will fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.81" OriginalAmount="274.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0853875" Longitude="14.4502279" StarRating="0" HotelCode="|131002" HotelName="Prague City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STITNEHO 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/0/0/2/131002_c43405d1724.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Zizkov it is in it is in a peaceful area excellent transport links to the historic area.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.02" OriginalAmount="275.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.06555" Longitude="14.43193" StarRating="0" HotelCode="|236253" HotelName="I'm Easy Housing" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Spytihnevova 131/6,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/6/2/5/3/236253_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.93" OriginalAmount="276.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0666544" Longitude="14.4023806" StarRating="4" HotelCode="|118231" HotelName="Occidental Praha Five" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/2/3/1/118231_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is 200 metres away from AndÄ›l the underground station of it is 8 minutes away from Prague the historic centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.77" OriginalAmount="277.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.10743535" Longitude="14.4487515" StarRating="3" HotelCode="100778|leon" HotelName="Leon Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ortenovo námestí 26, 170 00 Prague 7</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/97/bd97cfe429a98e7d2ca7efd7d9ee2fed05bbd1b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="280.16" OriginalAmount="277.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1065719" Longitude="14.4907719" StarRating="3" HotelCode="|337922" HotelName="Aréna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/9/2/2/337922_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="280.43" OriginalAmount="277.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0873063" Longitude="14.406561" StarRating="0" HotelCode="|330956" HotelName="Charles Bridge Economic" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mostecka 4/53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/9/5/6/330956_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.021455162268" Longitude="14.463055729866" StarRating="4" HotelCode="58726|46060" HotelName="Rezidence Emmy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>K Zelene Louce 2a, Kunratice, 140 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/4b/304b1dfb0d1133761ad85466f7328ae005fa9529.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located in a peaceful part of the Prague 4 district, with the vast forest of Krský...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.80" OriginalAmount="280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.075046213983" Longitude="14.433839830688" StarRating="3" HotelCode="108825|hotel_lunik" HotelName="Hotel Lunik" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Londynska 50, 120 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/bb/f2bb80648a8b23c61f3776c6db59b6705a9913e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="283.81" OriginalAmount="281.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.094957975" Longitude="14.354606975" StarRating="3" HotelCode="76363|otel_avion" HotelName="Avion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kladenská 115, 160 00 Prague 6</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9a/c59aa8781fe2d8721a79e90bb54482cb452941b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="284.79" OriginalAmount="281.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1066301" Longitude="14.435834" StarRating="2" HotelCode="|191923" HotelName="Minimino Hotel Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/2/3/191923_1_374.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.40" OriginalAmount="282.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0452321" Longitude="14.4126462" StarRating="3" HotelCode="|118407" HotelName="Bohemians" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/0/7/118407_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: The hotel is next to the river excellent transport links to the city centre. ROOM: The establishment has comfortable rooms and with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.56" OriginalAmount="282.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0849002" Longitude="14.4462012" StarRating="0" HotelCode="|118354" HotelName="Pension Sklep Rest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Seifertova 53</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/5/4/118354_76f03441154.jpg</HotelPictures>
        <HotelDescription>SITUATION: Prague Is situated in the establishment is 1 kilometre away from Wenceslao the Square of 500 metres away, clients have the metro station. FACILITIES: The establishment has WiFi (free of charge), next to the establishment, guests can find a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="285.83" OriginalAmount="283" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.070825796638" Longitude="14.429780635582" StarRating="4" HotelCode="394782|10913" HotelName="Hotel Assenzio Prague" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wenzigova 1870/3, 120 00 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/02/240205c286fd37f9636b673b90f0ce68f6d8ee73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a historical building close to a metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.06885741" Longitude="14.40150219" StarRating="3" HotelCode="983995|angel_city_apartments_2" HotelName="Angel City Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ostrovského 20, Smíchov/Praha 5, 150 00 Praha, Hlavní mesto Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/16/da16df4fa5ee21a25b712eaba14be6528bfb849c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0821" Longitude="14.4275" StarRating="0" HotelCode="860044|traveljoy_backpackers" HotelName="Travel &amp; Joy Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Spalena 87/11</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/34/c234d67f66af51214293bb7450b1c342443c3b11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.95" OriginalAmount="285.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0724142" Longitude="14.3923677" StarRating="3" HotelCode="|372865" HotelName="Bohem Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plzenska 56 56 - 2.patro</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/8/6/5/372865_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.41" OriginalAmount="285.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0833725" Longitude="14.4541041" StarRating="3" HotelCode="|118522" HotelName="Golden City Garni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taboritska 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/2/2/118522_12.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Zizkov it is in it is located near Praha the centre of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.86" OriginalAmount="286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.089386" Longitude="14.462969" StarRating="4" HotelCode="67406|hotel_ehrlich" HotelName="Hotel Ehrlich" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Konevova 79, 13000 Prag 3</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/3d/163dad29cf9816d5efcc88972480213405a9db13.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 3.5 km from the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="290.57" OriginalAmount="287.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0857079" Longitude="14.4322389" StarRating="3" HotelCode="|118265" HotelName="Zlatá Váha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/2/6/5/118265_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inPrague the heart of. OTHERS: You can find a restaurant and WiFi free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.88" OriginalAmount="288.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.074683163045" Longitude="14.403569698334" StarRating="3" HotelCode="65381|austria_suites" HotelName="Austria Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Štefánikova 18/25, 150 00 Prag 5</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/a9/8da9f2b35973e251e3cc4fb51fb97b0b7d373469.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.02" OriginalAmount="288.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0987795" Longitude="14.470692" StarRating="3" HotelCode="|23307" HotelName="Tristar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/0/7/23307_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 70 single rooms, 161 double rooms and 49 triple rooms. The establishment has a reception, a laundry service, a dry cleaner's, a currency exchange service and room service. It also has conference rooms and a car park (for a fee). SITUATION: It is well-connected with the city centre, is 5 minutes away from Invalidovna the underground station of. ROOM: Guests are offered triple rooms with a sofa-bed, All the rooms have a bathroom, a WC, a radio, a satellite television, a direct line telephone, a mini-bar and a safety deposit box. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and a buffet lunch and dinner. Guests can also enjoy a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.66" OriginalAmount="288.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="49.9638551" Longitude="14.3867952" StarRating="3" HotelCode="|331009" HotelName="Nad Královnou &amp; Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/0/0/9/331009_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.89" OriginalAmount="289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.083566226023" Longitude="14.454184129762" StarRating="3" HotelCode="108797|hotel_golden_city__garni" HotelName="Golden City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Táboritská 3/913, 130 00 Prague 3</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5b/a95b5fd35c4bbedcd7bcf3c43e2e3d6429e4c0a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.90" OriginalAmount="290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07233874" Longitude="14.39246347" StarRating="3" HotelCode="581243|bohem_prague_hotel" HotelName="Bohem Prague Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Plzenská 56, 150 00 Praha 5</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/68/6468ef489cc052e613fd43ba23ebba233441b969.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.85" OriginalAmount="290.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0862786" Longitude="14.5554608" StarRating="3" HotelCode="|118202" HotelName="Hotel Max" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/2/0/2/118202_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inJahodnice a quiet area of 40 minutes away, you can find public transport services, 12 minutes away, there is a metro station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="293.98" OriginalAmount="291.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.078144" Longitude="14.423442" StarRating="3" HotelCode="556764" HotelName="Purpur Aparthotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Reznicka 151360, 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/56764/556764/39.jpg?f=17608189</HotelPictures>
        <HotelDescription>The Pur Pur Apartment Hotel enjoys a prime location in Prague's vibrant center, surrounded by clubs, pubs, restaurants, and shops. Just a two-minute walk from Wenceslas Square, the hotel offers a stylish, modern interior featuring fresh colors, contemporary tiling, and glass accents. Each apartment boasts amenities such as satellite TV, Wi-Fi access, hardwood floors, a hairdryer, and a makeup mirror. Guests can prepare meals in their fully equipped kitchenette or enjoy the convenience of nearby supermarkets. A buffet breakfast is also available in the hotel lobby. The friendly multilingual reception team is always on hand to provide helpful information for an unforgettable Prague experience.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.92" OriginalAmount="292.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.06961" Longitude="14.40732" StarRating="4" HotelCode="76838|la_boutique_hotel" HotelName="La Boutique Hotel Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staropramenna 728/3, 150 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/99/41992a5f46c3c8fd01c2308c039b84e48f2e68e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for guests who appreciate a stylish ambience, this boutique hotel is located in the heart of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="294.92" OriginalAmount="292.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.047519" Longitude="14.627434" StarRating="3" HotelCode="180450|alt_pension" HotelName="Alt Pension" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pod Marketou 155, Praha 10, Prag 104 00</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/55/f35561a82456398916628481286186ed92180528.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.26" OriginalAmount="292.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.077492" Longitude="14.4530999" StarRating="4" HotelCode="|75457" HotelName="Taurus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vinohradska 105</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/4/5/7/75457_3.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in a residential area of Vinohrady, a 10-minute walk away from Plaza Vanceslas. It has excellent transport links to the metro station. ROOM: Each room has a satellite television, a direct line telephone, a mini-bar, a hairdryer, a safe, a kettle, a coffee maker and WiFi (free of charge). PAYMENT METHODS: Customers can pay by American Express, Diners Club, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.93" OriginalAmount="293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.106628789428" Longitude="14.43576694748" StarRating="2" HotelCode="58669|ao_hostel_praha_holesovice" HotelName="Le Petit Hotel Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Guesthouse,Historic Hotel,Hostel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>U Vystaviste 1, 170 00 Prag 7</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/e2/cde2d89c6f4271694e37c2b5fd98af5ad2f5eb59.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 1.5 km from the heart of Prague and is surrounded by bars/ pubs (50 m),...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.93" OriginalAmount="293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.076332246458" Longitude="14.493589997291" StarRating="3" HotelCode="16318|hotel_fortuna_city" HotelName="Comfort Hotel Prague City East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Becvarova 14, 100 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/35/59/3559559749edfe619195a8e561af093ea7d37eef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located in a tranquil district of Prague, just 10 minutes from a selection of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.51" OriginalAmount="293.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.113919" Longitude="14.389089" StarRating="0" HotelCode="|338002" HotelName="Patanka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Pa?anka</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/0/0/2/338002_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.51" OriginalAmount="293.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.10763" Longitude="14.44874" StarRating="3" HotelCode="|233890" HotelName="Leon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/8/9/0/233890_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.94" OriginalAmount="294" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.075465" Longitude="14.403317" StarRating="3" HotelCode="14723|41083" HotelName="Hotel Arbes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viktora Huga 3, 15000 Praha 5</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/ac/26acc57ad4440921de54fe085ccb0425980ffc44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08730711" Longitude="14.40655951" StarRating="0" HotelCode="675189|charles_bridge_economic_hostel" HotelName="Charles Bridge Economic Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mostecka 4/53, 118 00 Praha 1 - Mala Strana, 118 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/19/9d19d5c87be6cbef89f5849f5409fab0f1a70307.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="298.12" OriginalAmount="295.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.065776" Longitude="14.43999" StarRating="3" HotelCode="900877|2165522" HotelName="Otakar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Otakarova 287/3, 140 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/1f/841fd3449a991c4daf36b4a64bd305a43154e2b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is only 10 minutes' tram ride from Wenceslas Square. The Otakarova tram stop is right out...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.42" OriginalAmount="297.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0633717" Longitude="14.4450314" StarRating="4" HotelCode="|118442" HotelName="Askania" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rostislavova 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/4/2/118442_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 3 kilometres away fromPrague the centre of. ROOM: The rooms have WiFi, (free of charge), an LCD television. FACILITIES: The establishment boasts a covered swimming pool with a waterfall.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="301.74" OriginalAmount="298.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0776637" Longitude="14.4169902" StarRating="4" HotelCode="|23753" HotelName="Caesar Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MYSLIKOVA 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/5/3/23753_3ea1e601406.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a garden, a safety deposit box service, a currency exchange service, a lift, a bar, meeting room and indoor parking. The establishment also has a breakfast room and it offers internet. SITUATION: This establishment, is in Prague the historic centre of Close to the National Theatre, and.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.39" OriginalAmount="299.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0717903" Longitude="14.4488314" StarRating="0" HotelCode="|118261" HotelName="Family Lorenz y Coffee House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Francouzska 312/100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/2/6/1/118261_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This rustic establishment and has WiFi (free of charge). SITUATION: Vinohrady Is situated in 5 minutes away from the establishment, you can find HavlÃ­Äkovy Sady park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="302.63" OriginalAmount="299.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08676" Longitude="14.45466" StarRating="0" HotelCode="|239829" HotelName="Brix" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/9/8/2/9/239829_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="303.23" OriginalAmount="300.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0063168" Longitude="14.4610927" StarRating="0" HotelCode="|337971" HotelName="Villa Royal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/9/7/1/337971_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.01" OriginalAmount="301.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.12674133119" Longitude="14.485913515091" StarRating="4" HotelCode="11959|hotel_duo_praha" HotelName="Hotel Duo" 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,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Teplická 492, Praha 9, 19000 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/2f/862fe73c350178f980f9a7e2f49a43276b12d953.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the northern district of Prague and is around 6 km from the ci...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.01" OriginalAmount="301.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.078092669858" Longitude="14.423467688483" StarRating="3" HotelCode="166512|purpur_hotel__aparthotel" HotelName="Hotel PurPur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Reznicka 15, 11000 Prag, Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/ce/18ce69047d03e7a7763cbe555a782e8d49183256.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="305.02" OriginalAmount="302.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.070993702551" Longitude="14.430546216457" StarRating="4" HotelCode="89522|amigo_city_centre_hotel" HotelName="Amigo City Centre Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Legerova 13, 120 00 Prague 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/cf/b0cfc87d9049c6c6175459cbebd4fd77c68ae8c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="305.02" OriginalAmount="302.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08168957" Longitude="14.40583155" StarRating="0" HotelCode="861229|greg_apartments_prague" HotelName="Greg Apartments Kampa Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Seríková 541/7, 160 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/94/c894ce7a11f918bc75b98c514342e778cec8464f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.88" OriginalAmount="302.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07604" Longitude="14.43417" StarRating="4" HotelCode="|240605" HotelName="Elizabeth Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Anglicka 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/6/0/5/240605_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.071968005864" Longitude="14.432641380783" StarRating="4" HotelCode="180440|25458" HotelName="Pure White" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koubkova 12, 12000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/ac/f7ac1d3bd3783f3443034e7e8d7c3319f709dde6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within walking distance of the city and tourist centre. Guests can reach the un...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.03" OriginalAmount="303.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.090242323739" Longitude="14.435223681604" StarRating="3" HotelCode="13216|hotel_harmony_4" HotelName="Hotel Harmony" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Na Porici 31, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/fa/e7faed408e8cbca75e40294fcc9d745c8834bbea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city's tourist centre, just a few minutes from St. Wences...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.03" OriginalAmount="303.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.071609112625" Longitude="14.499873582803" StarRating="3" HotelCode="25666|juno" HotelName="Juno Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stechovicka 2296, 100 00 Praha 10</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f8/96/f8967c23dcd9ea4e7b23676fb20fa946e52a6bef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated within easy reach of the city. Strasnicka underground station is just a 5 min...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.34" OriginalAmount="303.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0757027" Longitude="14.4268981" StarRating="4" HotelCode="|118445" HotelName="Residence Jecna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jecna 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/4/5/118445_65d62711601.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in a building that was built in the 19th century, NovÃ© Mesto it is in 3 minutes away, you can find I.P. Pavlova the underground station of. ROOM: The establishment has spacious rooms and with WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.34" OriginalAmount="303.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0824328" Longitude="14.3113906" StarRating="3" HotelCode="|118513" HotelName="Meritum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/1/3/118513_82241f21630.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in a quiet area, 45 kilometres away, you can find Prague Airport. FACILITIES: This establishment offers WiFi, a car park (free of charge) and (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="306.51" OriginalAmount="303.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.072183" Longitude="14.3961173" StarRating="4" HotelCode="|71090" HotelName="Praga 1885" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plzenska 560/29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/0/9/0/71090_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in the city centre. ROOM: Customers can find functional rooms and inviting.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="306.93" OriginalAmount="303.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0445022" Longitude="14.4508026" StarRating="3" HotelCode="258234|392935" HotelName="ILF" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Budejovická 15/743, 140 00 Praha 4, Michle</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f5/77f53a78818c2dc235bd99112d82b4072f0edb85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="307.04" OriginalAmount="304" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1074094" Longitude="14.5029618" StarRating="3" HotelCode="188610|56075" HotelName="Pivovar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Freyova 12/1, 190 00 Praha 9</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/15/0a15ecb4e3f3e358a3c7b6f253fa4a7571c11c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.04" OriginalAmount="304.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.086056897944" Longitude="14.450794681907" StarRating="4" HotelCode="336488|bily_lev_hotel_" HotelName="Hotel White Lion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cimburkova 20/275, 130 00 Praha 3</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/50/045078a44b8deef643c70fa3283301772f4862de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This congenial, newly redecorated, family-friendly hotel is situated in the centre of Zizkov just 2 ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="307.04" OriginalAmount="304.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.077486" Longitude="14.453086" StarRating="4" HotelCode="905705|taurus_hotel_" HotelName="Hotel Taurus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vinohradská 105/137, 130 00 Praha 3</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/6b/fd6b7de189ffd0451f7423ba916878cd1622af53.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated east of the central district of Královské Vinohrady (Royal Vineyards). It is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.19" OriginalAmount="304.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.071910013222" Longitude="14.446318278908" StarRating="3" HotelCode="146496|1114948" HotelName="Czech Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Francouzská 240/76, 101 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/2e/9a2e2c09aa9026267fca9e37d3be7b95e60cac9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.00" OriginalAmount="304.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1208165" Longitude="14.4548079" StarRating="4" HotelCode="|22409" HotelName="Aida" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KUBISOVA 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/0/9/22409_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, renovated in 2008, has 45 rooms and 5 floors. In the entrance, you can find a lobby, a currency exchange service and a lift. You are also offered a breakfast room, a laundry service, computer with internet and a car park. SITUATION: This hotel, Praha with views of it is in an excellent location, is located near Praha the centre of. ROOM: The modern rooms, have a bathroom with a shower, a hairdryer, a direct line telephone, a flat-screen television, internet, a coffee maker, a kettle and a mini-bar. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, JCB and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="308.05" OriginalAmount="305" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.098866" Longitude="14.470624" StarRating="4" HotelCode="15405|853" HotelName="Olympik Tristar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>U Sluncové 14, 186 76 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/de/77de0c220fa85d7a7c843aa6fa6ffff656e4d07e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just 4 minutes walk from Invalidova underground station and 10 minutes drive f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="309.06" OriginalAmount="306.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085664507727" Longitude="14.432320296764" StarRating="3" HotelCode="186670|hotel_zlata_vaha" HotelName="Hotel Zlatá Váha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Senovážné námestí 981/21, 110 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c3/38c3991a476a56f3874b47e5c61bb9210c39b957.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="310.07" OriginalAmount="307" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07335831" Longitude="14.42909707" StarRating="3" HotelCode="324006|200964" HotelName="Anyday Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Currency Exchange,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sokolska 454/9, 12000 Praha 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/82/6d82f44b70a8d1c56e2be499ebdad663f0bd9d5f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="310.07" OriginalAmount="307" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.074357815256" Longitude="14.429289400578" StarRating="3" HotelCode="35063|20136" HotelName="Hotel Tivoli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sokolská, 48, 120 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/9a/f59a8956bade9502a60af0aee3e385fbe6732317.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to the city centre, next to the I.P. Pavlova underground station. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="311.08" OriginalAmount="308.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07061" Longitude="14.430048" StarRating="3" HotelCode="463542" HotelName="Royal Court Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Wenzigova 1873/6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/63542/463542/59.jpg?f=17582789</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a hair salon.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.33" OriginalAmount="308.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.049555" Longitude="14.327641" StarRating="3" HotelCode="|328047" HotelName=" Grand Petit" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>23 Na Dolnici</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/0/4/7/328047_a675fe92230.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.10" OriginalAmount="310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.072075" Longitude="14.429484" StarRating="3" HotelCode="59346|prague_centre_plaza" HotelName="Prague Centre Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fügnerovo námesti, 1, Prag 12000</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/f1/46f117a5954553088018dc07ad27a6d33e4b7254.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located within a few minutes walk of the Czech metropolis' most famous sight...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="313.86" OriginalAmount="310.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1265991" Longitude="14.4857594" StarRating="4" HotelCode="|10161" HotelName="Duo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TEPLICKA 492</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/6/1/10161_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 646 rooms, 9 floors, 612 double rooms and 34 suites. The establishment also has a large garden, a reception, a safety deposit box service, a currency exchange service, lifts, a cafÃ©, a bar, shops and a hairdresser's. You are also offered a conference room with a TV, internet (for a fee), a restaurant, a laundry service, room service and a car park. SITUATION: This hotel is in the northern part of Praha. It is just 6 kilometres away from the city centre. Close to the establishment, clients can find a commercial centre. It is just 22 kilometres away from the airport. ROOM: The spacious rooms have a direct line telephone (available for a fee), satellite or cable TV, a bathroom with a hairdryer, a mini-bar, a coffee maker, a kettle and central heating. FACILITIES: The establishment boasts a covered pool, a jacuzzi, a sauna, a massage service, a gym, billiards, bowling and water aerobics. It is 4 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.11" OriginalAmount="311.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.075092857121" Longitude="14.427151679993" StarRating="3" HotelCode="23166|ibis_praha_wenceslas_square" HotelName="ibis Praha Wenceslas Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katerinská 36, 120 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/35/00352a9d9313d9dfb99a7a199e9f862e2e53f693.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the historical part of the city, this city hotel is just 5 minutes' walk from famous Wenc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.11" OriginalAmount="311.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0728399" Longitude="14.4308291" StarRating="4" HotelCode="312353|ambiente_hotel_5" HotelName="Ambiance Hotel Praha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Tyrsova 1841/8, Praha 2, 120 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/fa/1efac21c865b9803323aa169bfbde78bdd4a9c7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the very centre of Prague, close to the main sightseeing places.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.50" OriginalAmount="311.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0555772" Longitude="14.4840798" StarRating="0" HotelCode="|118319" HotelName="Hattrick" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/1/9/118319_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts a spa a car park with security camera systems. SITUATION: This guesthouse, is in 10 the District it is near the motorway.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="315.12" OriginalAmount="312" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.077214" Longitude="14.446372" StarRating="3" HotelCode="149252|26326" HotelName="La Fenice" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vinohradska 83, 120 00 Praha 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/8f/bd8f1fc15ab9c89fc699e204278170c4dd8ed79e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is situated in a nice living area of Prague, within a walking distance or comfortable ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.35" OriginalAmount="312.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07724" Longitude="14.40079" StarRating="4" HotelCode="|445244" HotelName="Chevron Design Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Holeckova 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/4/4/445244_8ebf34e1254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="315.37" OriginalAmount="312.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0918122" Longitude="14.4356576" StarRating="4" HotelCode="|44809" HotelName="Ea Embassy Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Petrska 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/0/9/44809_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a lobby with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment boasts a bar, a breakfast room, conference facilities and WiFi in communal areas. The establishment offers guests room service and a laundry service. SITUATION: This hotel is in the centre of Praha, close to la Plaza Wenceslas. You can find restaurants, cafÃ©s and nightclubs. It is situated 600 metres away from La Plaza de la RepÃºblica,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="316.13" OriginalAmount="313" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0772671411" Longitude="14.400814557672" StarRating="0" HotelCode="980670|404008" HotelName="Chevron Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Holeckova 19, 150 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/b2/50b2ae4239b4ec1a2b058e2f8f00f03c5df55e71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.13" OriginalAmount="313.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.072233860749" Longitude="14.430770209822" StarRating="3" HotelCode="337451|prague_centre_superior" HotelName="Prague Centre Superior" Meals="BED &amp; BREAKFAST" 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,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Legerova 32, 120 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/21/fe21cb7670c6c57ea89c76de608eb4e2870b50cb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This splendid hotel is located in the centre of Prague, near to the underground station I. P. Pavlov...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="316.77" OriginalAmount="313.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0344936" Longitude="14.4792186" StarRating="3" HotelCode="|23729" HotelName="Globus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>GREGOROVA 2115</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/2/9/23729_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel establishment was built in 2004, has a main building, an annexed building, 150 rooms, 141 double rooms and 9 suites. In the entrance, you can find a lobby with an elevator, a reception with safety deposit boxes and a currency exchange service. Guests also have access to shops, a cafÃ©, a lounge bar, an Ã  la carte restaurant with air-conditioning, a conference room and an indoor car park. SITUATION: This urban hotel is near Praha the largest park in it is situated 4 kilometres away from the city, 24 kilometres away, you can find the airport, is located near Roztyly the underground station of. ROOM: All the rooms have a bathroom, a direct line telephone, a satellite or cable television, a radio and central heating.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.38" OriginalAmount="314.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0846323" Longitude="14.4488358" StarRating="3" HotelCode="|22879" HotelName="EA Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SEIFERTOVA 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/7/9/22879_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 2005, has 42 double rooms, 5 floors, a reception with elevators, a safety deposit box service and a currency exchange service. SITUATION: This modern hotel is situated in a quiet area, is near the city centre, in the surrounding area of the establishment, guests can find shops, restaurants, bars and tram stops. it is 10 minutes away from Praha hlavnÃ­ nÃ¡draÅ¾Ã­ the metro stop it is well-connected with public transport services, Guests can enjoy monuments and the tourist attractions. it is situated 30 kilometres away from Ruzyne Airport. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, internet, a safety deposit box, a mini-bar, a fridge and central heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and dinner and a set-menu lunch. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.16" OriginalAmount="315.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0858069" Longitude="14.4508389" StarRating="4" HotelCode="|22546" HotelName="White Lion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CIMBURKOVA 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/4/6/22546_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1899, has a main 4-storey building, 23 rooms and 5 suites. Guests are also offered a beautiful garden, a reception, a safety deposit box service, a currency exchange service, a lift and a cafÃ©. Guests can use the launderette and internet. SITUATION: This hotel is in Zizkov it is close to Wenceslao Square, tourist points of interest and monuments. 100 metres away from the establishment, you can find shops, restaurants, bars, pubs and a public transport stop. It is 20 kilometres away from the airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a coffee maker, a kettle, a safety deposit box (available for a fee), a direct line telephone and a satellite or cable television. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="319.16" OriginalAmount="316.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.093311" Longitude="14.452106" StarRating="3" HotelCode="145203|hotel_charles_central" HotelName="Hotel Charles Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Thámova 26, 186 00 Praha 8</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/ca/05ca6a8d70f6c22fe8fbd7418bf74faf815b5a3c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.17" OriginalAmount="317.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.081578557673" Longitude="14.426338423279" StarRating="4" HotelCode="35466|hotel_rokoko" HotelName="EA Hotel Rokoko" 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,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Václavské Námesti 794/38, Praha 1, 110 00  Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/82/248211c90687ab076033d2b6c2ac289d28ba58aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated at the heart of Prague, near the famous Wenceslas Square. Sores of sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.17" OriginalAmount="317.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.077790209292" Longitude="14.416908323765" StarRating="4" HotelCode="35187|hotel_caesar_prague" HotelName="Hotel Caesar Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Myslikova 1959/15, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/95/7895db397d8c6543fc4f176eaf0fb0748c423fb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located in the historical centre of Prague. Within walking distance guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="320.17" OriginalAmount="317.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.103144162422" Longitude="14.461944040614" StarRating="4" HotelCode="108741|rohan_boat_prague" HotelName="Rohan Boat Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>U Libenského mostu 1, Rohansky ostrov, 180 00 Praha 8</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/b9/d1b9d5ec680f66bf87f3933f30a903424cc7b4cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.71" OriginalAmount="317.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.064307" Longitude="14.410203" StarRating="0" HotelCode="|556756" HotelName="Honest SMICHOV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Strakonicka 1856/11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/7/5/6/556756_0f040f31651.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.072268" Longitude="14.39611" StarRating="4" HotelCode="142549|hotel_praga_1885" HotelName="EA Hotel Praga 1885" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plzenská 560/29, Smíchov, Praha 5, 150 00 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/10/2d102ec2558a8c4d32045732ffa88c3d73f01ba2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="322.83" OriginalAmount="319.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0916726" Longitude="14.4771939" StarRating="0" HotelCode="|21842" HotelName="My Apollon Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KONEVOVA 158</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/2/21842_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a main 5-storey building and a lobby with a reception. SITUATION: This smart hotel is situated in Praha a quiet area of 15 minutes away from the establishment, guests will find the historic centre. ROOM: The comfortable rooms, have a bathroom, a direct line telephone, satellite and cable TV, internet, fitted carpets and a central heating system. FACILITIES: The establishment boasts deck chairs. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.18" OriginalAmount="319.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1513038" Longitude="14.5031118" StarRating="3" HotelCode="|259453" HotelName="Aura Design &amp; Garden Pool" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/9/4/5/3/259453_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="323.20" OriginalAmount="320.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091826" Longitude="14.435612" StarRating="4" HotelCode="293128|ea_embassy_prague_hotel" HotelName="EA Hotel Embassy Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Petrská 31, Praha 1, 110 00  Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/75/bf7511bd0fbc4269612ff3bf1ac02c5c63f799b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in the centre of Prague, in a quiet side street close to the main touris...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.55" OriginalAmount="320.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0763174" Longitude="14.4938434" StarRating="3" HotelCode="|21843" HotelName="Comfort Prague City East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BECVAROVA 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/3/21843_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 11 floors and 244 standard rooms. In the entrance, you can find a lobby with a bureau de change, a lift and a cafÃ©. The establishment has a hairdresser's, a bar, a pub and an Ã  la carte restaurant with air-conditioning. Guests also have access to a conference room and a car park (for a fee). SITUATION: The hotel is in a quiet district of Prague, 10 minutes away from the stores and the historic centre. ROOM: The cosy rooms have a bathroom with a hairdryer, a satellite or cable television, a radio, a mini-bar and a direct line telephone. MEALS: The establishment serves all meals in a buffet format, a set-menu lunch and dinner and you can order special dishes. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.21" OriginalAmount="321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.110735" Longitude="14.332099" StarRating="4" HotelCode="180447|dolce_villa_hotel" HotelName="Dolce Villa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nebušická 93, Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/94/99946e37cfc2c47232d4311b7e40de160b728609.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="324.44" OriginalAmount="321.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0847864" Longitude="14.3761116" StarRating="4" HotelCode="|337997" HotelName="Downtown Suites Belohorska" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>50 Belohorska</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/9/9/7/337997_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.84" OriginalAmount="322.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1133" Longitude="14.61343" StarRating="3" HotelCode="|445246" HotelName="Atlas Garni" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/4/6/445246_869ac841350.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.120732876366" Longitude="14.454987645149" StarRating="4" HotelCode="21522|12142" HotelName="Aida Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kubišova 23/1953, 182 00 Praha 8</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/b1/73b18529127c09beb85fa2990119dd0b4490eedc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in an attractive area overlooking all of Prague and is just 5 subway stop from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.24" OriginalAmount="324.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.067218543848" Longitude="14.34482395649" StarRating="3" HotelCode="60639|hotel_golf_11" HotelName="Hotel Golf" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plzenská 103/215A, Praha 5, 150 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/b0/61b073e0a92c9bda38f1d56cae88301610fd0b28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This golf hotel is situated in the quiet area of Prague 5 by the Motol Golf Club, with easy connecti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.25" OriginalAmount="325.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07027" Longitude="14.40904" StarRating="5" HotelCode="89535|general_hotel" HotelName="General" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Svornosti, 1143/10, 15000 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/e4/26e4156b0c93cbc5ee8a92005d693e65411a12cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in one of the fastest developing city centre areas, this business hotel offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="328.25" OriginalAmount="325.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.066801594816" Longitude="14.329778395503" StarRating="3" HotelCode="92767|stary_pivovar_hotel" HotelName="Starý Pivovar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plzenská 229/9, 150 00 Prague 5</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/65/e76530cb1ae16e3920e79792c13a6df13b298063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1074215" Longitude="14.5029888" StarRating="3" HotelCode="|118334" HotelName="Hotel Pivovar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Freyova 12/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/3/4/118334_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inPrague a green area of 400 metres away, guests will find Vysocanska the underground station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.44" OriginalAmount="326.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0670982" Longitude="14.329923" StarRating="3" HotelCode="|118368" HotelName="Stary Pivovar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/6/8/118368_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests WiFi (free of charge), a bar with a terrace and a car park (free of charge). SITUATION: 15 minutes away from the establishment, clients can findPrague the centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="330.04" OriginalAmount="326.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0516021" Longitude="14.3252867" StarRating="0" HotelCode="|330970" HotelName="Vila Bohemia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>K Vidouli 831/15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/9/7/0/330970_17.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.27" OriginalAmount="327.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.083365" Longitude="14.452436" StarRating="4" HotelCode="10292|theatrino_hotel_" HotelName="Hotel Theatrino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Borivojova 53/1216, 130 00 Praha 3</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/50/2950f6eee4c94998aa3fd4b5e55f5e276c08bf61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a peaceful side street in the Žižkov district of the city just a few minute...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.27" OriginalAmount="327.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0496512" Longitude="14.3276667" StarRating="3" HotelCode="630044|shato_hotel" HotelName="Hotel Shato" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Na Dolnici 182/23, 155 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/92/3292cfb660c6e5f5dfea0c923e2e0ad1d98c0841.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="330.64" OriginalAmount="327.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.072907" Longitude="14.43092" StarRating="4" HotelCode="|197901" HotelName="Ambiance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tyrsova 1841/8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/9/0/1/197901_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="331.15" OriginalAmount="327.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0775555" Longitude="14.4307581" StarRating="2" HotelCode="|118271" HotelName="Museum Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Celakovskeho sady 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/2/7/1/118271_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inPrague the city centre of 200 metres away, guests can find the National Museum, Clients can also find Wenceslao the Square of 250 metres away, clients have the metro station, the tram. ROOM: They have WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.29" OriginalAmount="329.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.067959494874" Longitude="14.408367457672" StarRating="3" HotelCode="65501|hotel_angelis" HotelName="Hotel Angelis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pivovarska 5, 150 00 Praha, Smichov</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/81/4e81608dc07d37db14c24a8da8cd568b49ff21d1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the historical centre of Prague on the left bank of the Vltava river, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.29" OriginalAmount="329.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0776586" Longitude="14.4014296" StarRating="4" HotelCode="161905|red_and_blue_design_hotel_prague" HotelName="Red &amp; Blue Design Hotel Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Holeckova 13, Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/e2/e4e21a3d8864df2104e6b05aa3f3fcf1593a0b83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated opposite Petrin Park, close to the very heart of the city, a short walk from C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.29" OriginalAmount="329.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.072267439785" Longitude="14.439890592408" StarRating="3" HotelCode="900415|sibelius_aparthotel" HotelName="Sibelius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jana Masaryka 39, 120 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/47/11474118a351e095803ac4b6045c2778666ab5b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.101658668664" Longitude="14.535340304894" StarRating="3" HotelCode="263695|201020" HotelName="Bella" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hloubetínská 20, 198 00 Prague 14</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/9b/819bfc1633f6be7c668d8c1f57064f16953d527c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.083158641809" Longitude="14.415870308876" StarRating="3" HotelCode="47538|55077" HotelName="Hotel Cloister Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Konviktská 14, 11000 Prag 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/3f/653f5c046beecda3d975ca00e53a4a6063e7c68a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Prague, close to the Charles Bridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="334.31" OriginalAmount="331.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1438352" Longitude="14.5056521" StarRating="4" HotelCode="200032|blue_orange_hotel" HotelName="Blue Orange" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tupolevova 676, 199 00 Prague 9</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/ed/9fed3746aa1342c9d160bdd7f2112e40c4476e77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="335.32" OriginalAmount="332" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.081736417693" Longitude="14.404625008601" StarRating="3" HotelCode="108881|12860" HotelName="U Krize" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Újezd 20, 118 00 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/12/8e12d3afac4b96f0c333078df5ee23c2559e86c0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.034500655324" Longitude="14.476772546768" StarRating="3" HotelCode="12839|hotel_globus_2" HotelName="Hotel Globus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gregorova 2115/10, 148 00 Prague 4</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/d4/c3d4f9f2062eb27c1a2b0cce5128f8bcf1d1c1f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies on the edges of the large Prague park, approximately 4 km from the city outskir...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09836736984" Longitude="14.468157291412" StarRating="4" HotelCode="15524|hotel_olympik_congress" HotelName="Hotel Olympik Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sokolovska 138, 186 76 Prague 8</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/26/92261b6d1562838143da3ba3f5de1e6effc791c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated within 25 minutes walk of the historical centre of Prague. Invalid...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0806757" Longitude="14.42135035" StarRating="0" HotelCode="860927|city_nest" HotelName="City Nest Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vladislavova 16, Praha 1, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/fc/fbfccedf3290dd33c8c20683675cdd1b9d6d3eb6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.33" OriginalAmount="333.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.070408" Longitude="14.430611" StarRating="4" HotelCode="87979|hotel_louis_leger" HotelName="Hotel Louis Leger" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Legerova 9, 12000 Praha 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/c7/11c7c1873f62c14912965a591948f254637faa41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.85" OriginalAmount="333.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.062382" Longitude="14.4093579" StarRating="0" HotelCode="|118378" HotelName="AkÁt Pension and Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/7/8/118378_2.jpg</HotelPictures>
        <HotelDescription>SITUATION: 50 metres away, clients have the metro station, the tram. ROOM: Clients are offered rooms a bathroom, WiFi (free of charge) and a television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.34" OriginalAmount="334.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.073112" Longitude="14.429375" StarRating="3" HotelCode="81530|hotel_residence_select" HotelName="Residence Select" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sokolská 34, 12000 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/b3/5fb300b21598fbe7875786e1bc59fe85b3dfd4a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the centre of Prague, in the residential and business district of I. P. Pavlova, this ap...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="338.35" OriginalAmount="335.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.084376141704" Longitude="14.449148446232" StarRating="4" HotelCode="34970|city_partner_hotel_victoria" HotelName="Hotel Victoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seifertova 26, 130 00 Praha 3</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/bc/78bc23289f890aa2e968e428264b019b1f8f2fcf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the town centre (15 minutes). Numerous shopping venues, restaurants as...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="338.57" OriginalAmount="335.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08067" Longitude="14.421347" StarRating="3" HotelCode="3923445" HotelName="City Nest Apartments By Adrez Living" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>Vladislavova 16,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/23445/3923445/36.jpg?f=17286261</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include express check-out, multilingual staff, and an elevator. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="340.37" OriginalAmount="337" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.071158" Longitude="14.430512" StarRating="4" HotelCode="98281|24010" HotelName="Alqush Downtown Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Legerova 15, Praha 12000</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/cf/b0cfc87d9049c6c6175459cbebd4fd77c68ae8c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The family-friendly city hotel is located in the centre of Prague. Wenceslas Square, the National Mu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="340.37" OriginalAmount="337.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08475" Longitude="14.448415" StarRating="4" HotelCode="10322|ariston_6" HotelName="Ariston &amp; Ariston Patio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seifertova 65, 130 00 Prague 3</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/6e/366e537bd9640b3f271a0dfac94534ccf60f27ea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is situated approximately 5 minutes drive from the centre of Prague. The nearest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.89" OriginalAmount="337.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0901184" Longitude="14.4356172" StarRating="3" HotelCode="|21889" HotelName="Harmony" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NA PORICI 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/8/9/21889_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 60 rooms and 6 floors. In the entrance, guests are offered a lobby with a reception, a safety deposit box service and lifts. SITUATION: It is in the city centre, a few minutes walk away, you can find Wenceslao the square it is close to the historic centre, the Powder Tower It is situated near. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite television, a radio, a mini-bar, internet, a central heating system and a double bed. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="341.12" OriginalAmount="337.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.06815" Longitude="14.33031" StarRating="3" HotelCode="|184819" HotelName="Energie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/1/9/184819_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="341.14" OriginalAmount="337.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.086503" Longitude="14.443562" StarRating="3" HotelCode="|338019" HotelName="Gregory House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/0/1/9/338019_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.38" OriginalAmount="338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.074697" Longitude="14.441852" StarRating="3" HotelCode="76550|anna_hotel" HotelName="Anna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Meeting Room,Parking,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Budecská 17, 12000 Prag 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/85/d78527ab7b114b47e1a3df1e2c222767703ad3fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The cosy hotel is situated in the elegant Vinohrady quarter of Prague, close to the State Opera. Fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="341.51" OriginalAmount="338.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1014752" Longitude="14.4338436" StarRating="3" HotelCode="|118410" HotelName="Klára" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ternberkova 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/1/0/118410_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated nearStromovka park 500 metres away from the establishment, you can find Vltavska the underground station of. ROOM: The rooms have, WiFi, (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.22" OriginalAmount="338.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0719994" Longitude="14.5000195" StarRating="3" HotelCode="|21872" HotelName="Uno Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stechovicka 2296</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/7/2/21872_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2004, has 244 rooms, 10 floors, a reception, a currency exchange service, lifts and a car park. The establishment also has a restaurant with air-conditioning, There are many services available at the establishment, including a laundry service, internet and a medical care service. SITUATION: It is located near the city centre, 5 minutes away from the establishment, guests will find Strasnicka the metro station it is near the historic centre. ROOM: The classic style rooms, a bathroom, a direct line telephone, a satellite or cable television, internet, fitted carpets and a central heating system. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard and Mastercard. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast, Dietary restrictions can be accomodated for and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="342.39" OriginalAmount="339.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.103931" Longitude="14.433057" StarRating="3" HotelCode="98241|hotel_olga_2" HotelName="Olga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Janovského 50, Holešovice, Praha 7 17000</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/69/b369e7ac7578d871e7037452af12e3247bb40ce5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.76" OriginalAmount="339.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.089051" Longitude="14.443103" StarRating="2" HotelCode="|554028" HotelName="HONEST Karlín" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/4/0/2/8/554028_7635e801430.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="342.82" OriginalAmount="339.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.072432942459" Longitude="14.434025444612" StarRating="4" HotelCode="57881|1973701" HotelName="Galileo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Lounge,Massage Centre,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bruselská 239/3, 120 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/3a/ad3ac8f75e409280396e631bef000a5998f9f310.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a very beautiful and quiet area, only a 5-minute walk from the centre. Shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="344.18" OriginalAmount="340.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.072393" Longitude="14.429289" StarRating="3" HotelCode="|22926" HotelName="Superior Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEGEROVA 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/2/6/22926_c38c0d91303.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001 and it is on a main street, This air-conditioned hotel has a main 6-storey building, 67 rooms and a beautiful garden. It also has a reception, a safety deposit box service, a currency exchange service, a lift, a cafÃ©, a hairdresser's and a bar. The establishment boasts an Ã  la carte restaurant with air-conditioning, a conference room, internet, room service, a laundry service, a medical care service and a car park. SITUATION: This attractive hotel is situated in the shopping centre, is near Pavlova the underground station of 15 kilometres away, you can find the airport. ROOM: It has cosy rooms and with a bathroom. By paying an additional cost, clients can use a hairdryer and a direct line telephone. All the rooms have satellite and cable television, tiled floors, fitted carpets, a central heating system and a safe. FACILITIES: The establishment boasts a sauna, a jacuzzi and a massage service. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="345.34" OriginalAmount="341.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.077007" Longitude="14.429324" StarRating="4" HotelCode="150198" HotelName="Ea Hotel Sonata" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Sokolská 68</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/50198/150198/1.jpg?f=17731291</HotelPictures>
        <HotelDescription>Take time to pamper yourself with a visit to the full-service spa. Additional features at this hotel include complimentary wireless internet access, gift shops/newsstands, and tour/ticket assistance.. Featured amenities include multilingual staff, luggage storage, and a safe deposit box at the front desk. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.42" OriginalAmount="342.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.090783420228" Longitude="14.433942943862" StarRating="4" HotelCode="38493|bila_labut" HotelName="Luxury Family Hotel Bila Labut" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Biskupska 9, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/a2/f1a290559bfbe4d9e9af24e9fdc1970196b4e964.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated for the commercial and cultural centre of the city, only a short walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="345.42" OriginalAmount="342.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.086191" Longitude="14.446077" StarRating="3" HotelCode="100780|ostas" HotelName="Ostas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Orebitská 8, 13000 Praha 3</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/0d/e70d50dd59998d1301daa19347c798d3afad8c70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="348.45" OriginalAmount="345.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.05160227" Longitude="14.32527861" StarRating="0" HotelCode="570634|villa_bohemia" HotelName="Villa Bohemia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>K Vidouli 831/15, 150 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/d5/ffd509d44d7f4b62501354aef3ca425d2f0ff963.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.25" OriginalAmount="345.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.068252" Longitude="14.47159" StarRating="4" HotelCode="|168611" HotelName="Iris Hotel Eden - Czech Leading Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/8/6/1/1/168611_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment is close to the city centre of Prague, 15 minutes away from the city centre, close to a tram stop. ROOM: The establishment has 149 rooms with an air-conditioning system, a satellite TV and internet. FACILITIES: Guests are offered conference equipment and sports activities (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="349.46" OriginalAmount="346" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.077777299544" Longitude="14.40201535821" StarRating="3" HotelCode="15822|28886" HotelName="Hotel Petr" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Drtinova 17, 150 00 Praha 5</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/43/9543a62bcfa810eee0ac66592153d699d6c9617b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a quiet area, this hotel is situated not far from the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.46" OriginalAmount="346.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.050401" Longitude="14.526719" StarRating="4" HotelCode="17431|hotel_selsky_dvur__bohemian_village_courtyard" HotelName="Selsky Dvur" Meals="BED &amp; BREAKFAST" 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,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>K. Horkam 56, Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/49/344906ae7b5f824e9cb9b6c71ab1f7ea0ba745ab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is built in country house style and located in a tranquil area. The centre is onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.47" OriginalAmount="347.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0821" Longitude="14.4275" StarRating="0" HotelCode="861111|city_castle_aparthotel" HotelName="City Castle Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eliasova 4</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/f4/c2f430f0f29eaa61f1fd431b5349f86a2199aa10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="351.20" OriginalAmount="347.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.05525" Longitude="14.451621" StarRating="0" HotelCode="|532996" HotelName="Revelton Studios Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/9/9/6/532996_3f2894d1147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="351.48" OriginalAmount="348.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.077259" Longitude="14.430233" StarRating="4" HotelCode="96698|ea_downtown" HotelName="EA Hotel Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Žitná 53, Praha 1, 11000 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/fc/37fcaba50d2b1c199c7a156da99c4d64e14b4a3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel, built in 2007, is located in close proximity to the cultural and tourism centres in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="351.90" OriginalAmount="348.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0891689" Longitude="14.578539" StarRating="0" HotelCode="|118315" HotelName="Cesky Statek" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/1/5/118315_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This family-run establishment, has a garden and a car park (free of charge). SITUATION: Prague Is situated in.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="352.61" OriginalAmount="349.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08757" Longitude="14.40491" StarRating="4" HotelCode="|229226" HotelName="Louren - The Bridge Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/9/2/2/6/229226_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="352.96" OriginalAmount="349.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.105406186839" Longitude="14.487975932266" StarRating="3" HotelCode="26987|CAI042600" HotelName="Hotel Carol" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kurta Konrada 12, 190 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4f/cd/4fcda7b40a501365fcf15b0cbdc4142d52cac494.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Prague, this hotel lies on a quiet street.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="354.51" OriginalAmount="351" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09024718" Longitude="14.44062849" StarRating="2" HotelCode="384776|58884" HotelName="Rezidence Davids" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Križíkova 9/267, 186 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/7f/f57f0cb3baaeaf0f1a31b190888f485454fe074a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="354.97" OriginalAmount="351.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.082759" Longitude="14.4250127" StarRating="0" HotelCode="|118300" HotelName="Orange" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vaclavske namesti 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/0/0/118300_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This guesthouse it is situated in a historic house. SITUATION: It is inWenceslao the Square of the establishment, is in the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="355.52" OriginalAmount="352.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.102395032932" Longitude="14.431775808335" StarRating="4" HotelCode="371511|mama_shelter_prague" HotelName="Mama Shelter Praha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Veletrzni 1502/20, Holešovice, 17000 Prague 7</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e5/55e5a705339497ffe9a1c74c40f3caee8ec01366.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within the same neighbourhood as this city hotel guests will find Sea World, Krizik's Fountain, The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.075241465665" Longitude="14.42831670795" StarRating="3" HotelCode="97680|41082" HotelName="Hotel Ankora Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katerinská 42, Praha 2, 120 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/c0/f0c01d5abca10764a88cafebb67d3cd275e910f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.035732479544" Longitude="14.413450956345" StarRating="4" HotelCode="56451|hotel_u_divadla" HotelName="Hotel U Divadla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>U Staré pošty 247/6, Braník, 140 00 Praha 4</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/5e/1e5e4e17e58869fa52f82c430f81a46b6c12a857.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the district of Branik in Prague. The famous Wenceslas Square is located so...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.84" OriginalAmount="353.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0744877" Longitude="14.4305467" StarRating="4" HotelCode="|20568" HotelName="Raffaello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEGEROVA 54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/6/8/20568_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1880, is situated on a main street. It has 34 rooms, 29 double rooms and 5 studios. The hotel has a reception, a safety deposit box service, a currency exchange service, lifts, internet and a breakfast room. Guests can also use room service and the launderette (for a fee). SITUATION: This inviting, historic hotel is in the city centre, near the establishment, guests will find the tourist area, monuments, shops and nightclubs. it is located in front of bars, pubs and a public transport stop. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, a mini-bar, a satellite or cable television, internet, a safe, fitted carpets and a central heating system. FACILITIES: Guests are offered a massage service. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.55" OriginalAmount="355.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.101803" Longitude="14.382609" StarRating="4" HotelCode="87545|hotel_silenzio" HotelName="Hotel Silenzio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kozlovska 2, 160 00  Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/6c/f9/6cf935b9ef073242697b30cf230e938a4d56d5de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.55" OriginalAmount="355.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.11388732002" Longitude="14.389075801258" StarRating="0" HotelCode="267736|pension_patanka" HotelName="Patanka Pension" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Patanka 4, 160 00 Praha, Dejvice</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fa/ea/faea21537ae4f51fec81250053ee4896cfe196a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="359.09" OriginalAmount="355.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1158342" Longitude="14.4914734" StarRating="0" HotelCode="|118358" HotelName="Dobroucky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prosecka 83/96</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/5/8/118358_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers guests simple rooms, The establishment boasts a cafÃ© and WiFi (free of charge). SITUATION: Is situated inPrague north-east.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="359.56" OriginalAmount="356.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087393" Longitude="14.433055" StarRating="3" HotelCode="370588|city_inn_3" HotelName="Hotel City Inn" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Currency Exchange,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hybernská 13, 110 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/69/50697996feeca8ae61c67323762066a5cf9e7854.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is located in the heart of the city as well as close to the main train statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="361.13" OriginalAmount="357.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1114572" Longitude="14.5966438" StarRating="3" HotelCode="|118310" HotelName="Chvalska Tvrz" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/1/0/118310_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inPrague a quiet area of. ROOM: Guests can find rooms with air-conditioned and a satellite television. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.08" OriginalAmount="358.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0939925" Longitude="14.3417702" StarRating="3" HotelCode="|118266" HotelName="Krystal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/2/6/6/118266_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a restaurant, Our guests can find rooms with balcony and a television. SITUATION: It is 500 metres away fromÅ Ã¡rka the Natural Park of 5 kilometres away, you can find Prague the historic centre of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.19" OriginalAmount="358.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0924378" Longitude="14.3703464" StarRating="3" HotelCode="|118399" HotelName="Penzion Chaloupka" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nad Hradnim vodojemem 83</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/9/9/118399_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers a car park (free of charge) and WiFi (free of charge). SITUATION: It has excellent transport links toPrague Castle public transport services.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.43" OriginalAmount="358.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0673125" Longitude="14.4374027" StarRating="3" HotelCode="|118360" HotelName="Alexis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/6/0/118360_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has a reception, a buffet breakfast and WiFi in rooms. SITUATION: It is nearWenceslas the square.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.59" OriginalAmount="359.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.10118040386" Longitude="14.397631287575" StarRating="4" HotelCode="336486|denisa_hotel_2" HotelName="Hotel Meda Art Of Museum Kampa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Narodni Obrany 33, 160 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/7e/b97e30a61e1bba07139fe3b24ecc41f0b941e705.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This newly refurbished hotel is located 2 subway stops from Charles Bridge and the Old Town. Wencesl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="362.61" OriginalAmount="359.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0823" Longitude="14.420806" StarRating="3" HotelCode="3978365" HotelName="City Leaf Apartments" Meals="APARTMENT" BedType="APARTMENT">
        <Address>
          <AddressLines>
            <AddressLine>Charvátova 10,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/78365/3978365/23.jpg?f=16733615</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and shopping on site.. Featured amenities include express check-out, multilingual staff, and an elevator. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.081702732838" Longitude="14.428483703629" StarRating="4" HotelCode="337099|ramada_prague_city_centre_2" HotelName="Ramada Prague City Centre" 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,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Václavské námestí 41, Praha 1, 11000 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/9d/3b9d73a56680135d2967531c09751b70962b3c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel enjoys a central location in the middle of Prague directly on famous Wencelas Squa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.074519628718" Longitude="14.430346190929" StarRating="4" HotelCode="337461|hotel_raffaello" HotelName="Raffaello Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Legerova 54, 12000 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/1e/ed1ec58a0566524b3eecdc5fd7b41c533dca1d48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy, historical hotel is located at the heart of the city, just a few minutes walk from many o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="364.53" OriginalAmount="360.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08407" Longitude="14.4327" StarRating="3" HotelCode="2529131" HotelName="Exe City Park" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Opletalova 960/33,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0025/29131/2529131/27.jpg?f=17308644</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as bicycles to rent, or other amenities including complimentary wireless internet access and concierge services. Additional features at this hotel include a television in a common area, a banquet hall, and a vending machine.. Featured amenities include a 24-hour business center, limo/town car service, and complimentary newspapers in the lobby. Planning an event in Prague? This hotel has 452 square feet (42 square meters) of space consisting of conference space and a meeting room. For a surcharge, guests may use a shuttle from the hotel to the airport (available 24 hours) and a train station pick-up service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="365.62" OriginalAmount="362" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.070761628359" Longitude="14.436247050762" StarRating="4" HotelCode="200930|8277" HotelName="Ametyst Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jana Masaryka 11/523, 120 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/ca/56ca6ad46e0baf82bf10f473e62f3b00f71f44e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is wonderfully located in Prague's city centre near to the shops and several of the city'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="366.59" OriginalAmount="362.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0745" Longitude="14.4304" StarRating="4" HotelCode="119692" HotelName="Hotel Raffaello" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Legerova, 54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/19692/119692/5.jpg?f=17704533</HotelPictures>
        <HotelDescription>Hotel Raffaello Prague has accommodations in Prague. With free WiFi, this 4-star hotel offers a concierge service and a tour desk. The property is non-smoking throughout and is located a 7-minute walk from Historical Building of the National Museum of Prague. At the hotel, rooms are equipped with a closet, a flat-screen TV, a private bathroom, bed linen and towels. Each room has an electric tea pot, while some rooms contain a kitchenette with a fridge. Buffet and American breakfast options are available each morning at Hotel Raffaello Prague. Popular points of interest near the accommodation include Vysehrad Castle, Prague Astronomical Clock and Old Town Square. The nearest airport is Vaclav Havel Prague, 9. 3 miles from Hotel Raffaello Prague, and the property offers a paid airport shuttle service.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.63" OriginalAmount="363.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0772495" Longitude="14.42633519" StarRating="4" HotelCode="960783|ea_hotel_new_town" HotelName="EA Hotel New Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Žitná 525/28, Nové Mesto, Praha 2, 120 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/51/0851523042d9431f0c3c7b0f885d9115ae10b41c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.64" OriginalAmount="363.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09015" Longitude="14.43459" StarRating="4" HotelCode="|238824" HotelName="Alveo Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Na Porici 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/8/2/4/238824_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="366.74" OriginalAmount="363.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.073976" Longitude="14.429454" StarRating="3" HotelCode="|454111" HotelName="S42 Hotel Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/4/1/1/1/454111_d3617c61803.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="368.40" OriginalAmount="364.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1073062" Longitude="14.4404007" StarRating="4" HotelCode="|59117" HotelName="Absolutum Wellness" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JABLONSKEHO 639/4 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/9/1/1/7/59117_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This contemporary hotel, is ideal for both business trips and family holidays, has a spa centre, 34 standard rooms and apartments, a restaurant and a bar. You are also offered WiFi, a fax machine, conference facilities, facilities for people with disabilities and air-conditioning. It has a lobby, a reception, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a playground, a cafÃ© and a pub. The establishment also offers room service, a laundry service, a car park and a bicycle rental desk. SITUATION: Is situated inPraha the historic centre of a few minutes walk away, you can find the metro station, the train stop and the trade fair ground. Staromestske namesti it is situated 3,5 kilometres away from It is situated 1,5 kilometres away from the tourist centre, is situated 4 kilometres away from Wenceslao the Square of Prazsky Hrad It is situated 4,6 kilometres away from 5 kilometres away from the establishment, guests will find the stadium, shops, is situated 17 kilometres away from Ruzyn Airport. ROOM: They have a balcony, satellite and cable TV with pay channels, a mini-bar, a safety deposit box, an individual air-conditioning system, heating, a smoke detector, a direct line telephone, internet, a radio and a double bed. They also have heated bathroom, a hairdryer, bath or shower and a WC. Clients are offered 17 rooms with a shower and a bath. FACILITIES: The hotel has a sunbathing terrace, a gym, a sauna, a steam bath, spa treatments and a massage service. Clients can enjoy activities such as play squash, tennis, play golf, horse-riding and go cycling. Guests are offered an entertainment programme. PAYMENT METHODS: Customers can pay using American Express, Diners Club, JCB, Mastercard, Visa and debit cards. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="368.65" OriginalAmount="365.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.122085614286" Longitude="14.456988957143" StarRating="3" HotelCode="89521|hotel_henrietta" HotelName="Henrietta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ke Stírce 42, 182 00 Prague 8</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/8f/d38f8de50a9c1c6c2927329d1f1ce664a26c418c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.66" OriginalAmount="366.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.075206469144" Longitude="14.428803920746" StarRating="3" HotelCode="34797|hotel_legie" HotelName="Legie" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sokolska 33, 12000 Prag 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8c/3d/8c3d47e5d31896c0b093ea5a5387fe3e0ccab7f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the heart of the city, close to the famous Wenceslas Square and within a f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="369.66" OriginalAmount="366.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08745893601" Longitude="14.419348156682" StarRating="3" HotelCode="108883|u_tri_bubnu_hotel" HotelName="U Tri Bubnu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>U Radnice 13/8, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/99/2c998569f93536fbe78436dcef82060db665f935.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="370.88" OriginalAmount="367.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08901" Longitude="14.4302455" StarRating="3" HotelCode="|56242" HotelName="Ibis Praha Old Town" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NA PORICI 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/4/2/56242_10.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Prague the heart of 100 metres away from the historic centre, There are many places you can visit in the surrounding area, including the commercial area, and, the establishment, El Puente de Carlos it is situated 1 kilometre away from, 100 metres away, there is public transport, La Opera 800 metres away, guests will find. ROOM: Each room has an air-conditioning system, a shower and a WC. Some rooms have a flat-screen television, On request, the establishment offers a bathroom with disabled facilities. RESTAURANT: The establishment offers a buffet breakfast, a restaurant and a bar. HOTEL: The hotel has facilities for people with reduced mobility.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="371.68" OriginalAmount="368" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.098838801129" Longitude="14.470619559288" StarRating="4" HotelCode="166024|41074" HotelName="Hotel Artemis Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>U Sluncové 14, 18676 Prague 8</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/6d/c36d4db5f1fb549464e328c16439319dd732d763.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 50 rooms. Amenities include a safe. Wireless internet access is avail...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="372.69" OriginalAmount="369.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.082654933034" Longitude="14.425627529502" StarRating="4" HotelCode="130141|ea_hotel_julis" HotelName="EA Hotel Juliš" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Václavské Námestí 22, Praha 1, 110 00  Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/5f/e95fa9c90f55993cbf1746a83a9b7e18ea11f205.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located in the very centre of Prague on Wenceslas Square, which allows guests t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="373.64" OriginalAmount="369.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0901443" Longitude="14.4296405" StarRating="3" HotelCode="|118510" HotelName="Salvator" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Truhlarska 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/1/0/118510_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inPrague the centre of 5 minutes away, you can find the historic centre, 100 metres away, guests have the metro station. OTHERS: Regarding the food and beverage offering, clients can enjoy a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="374.34" OriginalAmount="370.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.073234367283" Longitude="14.423733934105" StarRating="4" HotelCode="89520|1113958" HotelName="Hotel 16" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Katerinská 16, 128 00 Prague 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/ac/61ac08f0dc078bed6e5e292298272fb85d7cc547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="374.72" OriginalAmount="371.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.068410868683" Longitude="14.471863042992" StarRating="4" HotelCode="81928|1067941" HotelName="Iris Hotel Eden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vladivostocká 2, 100 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/de/d6dec03496291298ab46b967b6c4fc7bf58a6fba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the edge of Prague city centre, just 15 minutes by public transport from the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="374.86" OriginalAmount="371.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07668" Longitude="14.4294" StarRating="0" HotelCode="|238602" HotelName="Chill" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/6/0/2/238602_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="376.05" OriginalAmount="372.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0808039" Longitude="14.4178993" StarRating="2" HotelCode="|330996" HotelName="Safestay Prague Charles Bridge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ostrovni 131/15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/9/9/6/330996_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="376.73" OriginalAmount="373.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088167" Longitude="14.425529" StarRating="3" HotelCode="143832|hotel_apartments_templova" HotelName="Templova Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Templova Street 7, Old Town, 11000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/dd/76dd38ad7abeff1a25e4d89b5e0b6e155636a5b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.17" OriginalAmount="373.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0712453" Longitude="14.4525107" StarRating="4" HotelCode="|130240" HotelName="Downtown Suites Kodanská" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/0/2/4/0/130240_7ab200a1710.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inPrague a quiet area of near the establishment, guests will find the historic centre, the shopping centres and the parks.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="377.59" OriginalAmount="373.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.070009113685" Longitude="14.396243238098" StarRating="4" HotelCode="648737|CBD821600" HotelName="NH Collection Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>U Mrázovky 1566, 15000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/4c/734c9d32dd247edeac7a9d54911a102ed8e30f82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.60" OriginalAmount="373.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1103293" Longitude="14.33231" StarRating="4" HotelCode="|118311" HotelName="Dolce Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/1/1/118311_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: 4 kilometres away, you can findPrague Airport. FACILITIES: You can find 2 restaurants and a massage service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="377.74" OriginalAmount="374" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.094389095338" Longitude="14.454103719945" StarRating="4" HotelCode="255994|58878" HotelName="pentahotel Prague" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sokolovská 112, 186 00 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/da/90da8cf83bf3786d3020603824d62c34d32b94c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is conveniently located for transportation on the outskirts of the inner city, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="377.74" OriginalAmount="374" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08380528" Longitude="14.36566821" StarRating="4" HotelCode="882951|384460" HotelName="Hotel Valcha" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Belohorska 107, Prague 6, 169 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/32587/1932587/1.jpg?f=15080809</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="377.74" OriginalAmount="374" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.081420292479" Longitude="14.482035040855" StarRating="4" HotelCode="402197|201030" HotelName="Villa" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Okrajni 1, 10000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/ed/e8edb45b8ce8b984f5105d38aa493f7651131838.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.74" OriginalAmount="374.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.111585002879" Longitude="14.596226387972" StarRating="3" HotelCode="267717|hotel_chvalska_tvrz" HotelName="Hotel Chvalska Tvrz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Na Chvalske Tvrzi 858/11, 193 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/60/ad6052bd1cf86ab030b6d601f8742501549722b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.74" OriginalAmount="374.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.082069290895" Longitude="14.417345485404" StarRating="1" HotelCode="307583|hostel_downtown_2" HotelName="Hostel And Pension Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Narodni 19, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/2e/b92ec6c2943426a24a698710a11e3c759124d25b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Stare Mesto. There are a total of 20 guests rooms on the premises. Visi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="378.08" OriginalAmount="374.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07314" Longitude="14.429529" StarRating="3" HotelCode="119408" HotelName="Hotel Residence Select" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Sokolska, 34 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/19408/119408/1.jpg?f=17744776</HotelPictures>
        <HotelDescription>Superior tourist class hotel in central Prague, approximately 10 minutes walk from popular Wenceslas Square. Historic building from 1910.Lobby with free Internet corner, bar and breakfast room. Small meeting room. All rooms with shower, wc and hairdryer. Telephone, cable-TV, coffee making facilities and fridge. Complimentary high-speed Internet access. Safe deposit box in the reception. Air conditioning during summer months.Address: Sokolská 34, 120 00 Prague 2, Czech Republic
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="378.75" OriginalAmount="375" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.107039" Longitude="14.441064" StarRating="4" HotelCode="65139|10123" HotelName="Absolutum Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jablonského 4, 17000 Praha 7</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/09/85096690194eb9e8b70ee495c1266d9bddf426b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is situated in the old part of Prague 7, just a few steps from the metro and train...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="379.56" OriginalAmount="375.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0756" Longitude="14.4309" StarRating="4" HotelCode="|556559" HotelName="DownTown Suites Jugoslavska" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jugoslavska 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/5/5/9/556559_c86f6c91600.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="383.21" OriginalAmount="379.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09451" Longitude="14.454076" StarRating="4" HotelCode="100998" HotelName="Pulse 8" Meals="ROOM WITH BALCONY" BedType="ROOM WITH BALCONY">
        <Address>
          <AddressLines>
            <AddressLine>Sokolovská 54/112</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/00998/100998/2.jpg?f=17727471</HotelPictures>
        <HotelDescription>Facilities: The hotel welcomes guests in a 7-storey building with a lift and 209 rooms. The friendly staff at the reception desk are happy to answer any questions. Amenities include a cloakroom, baggage storage service, safe and drinks machine. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. Wheelchair-accessible facilities are available. A fireplace creates a cosy atmosphere. Additional amenities include a newspaper stand, a TV room and a library. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Further services and facilities include a car hire service, medical assistance, a transfer service, room service, a laundry service, a coin-operated laundry, a page service and a hotel shuttle bus. Active guests who wish to explore the surrounding area by bike will appreciate the bicycle hire service. Bicycle storage is also available. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="383.75" OriginalAmount="379.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0486125" Longitude="14.4392686" StarRating="4" HotelCode="|23392" HotelName="Panorama Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/9/2/23392_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a sauna, a hairdresser's and a valet service. The establishment also has billiards.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="384.69" OriginalAmount="380.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0874728" Longitude="14.4063128" StarRating="3" HotelCode="|129496" HotelName="Mostecká 12 Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mostecka, 49/12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/4/9/6/129496_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips. SITUATION: It is situated close to the monuments. ROOM: The establishment has 8 rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="384.93" OriginalAmount="381.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.075845" Longitude="14.429396" StarRating="0" HotelCode="|450225" HotelName="Nobilis Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/2/2/5/450225_2335a491347.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.079924" Longitude="14.405599" StarRating="3" HotelCode="34887|hotel_residence_mala_strana" HotelName="Hotel Mala Strana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Melnicka 9, 15000 Prag 5</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/8c/328c7aefef26c3e53b7c055ae1477738245b19a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="386.55" OriginalAmount="382.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09231061366" Longitude="14.42642480135" StarRating="4" HotelCode="34925|1054417" HotelName="Clarion Prague Old Town" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Golf Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hradebni 9, 11000 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/93/8f938ba164160022c1bddbc8c20a15f644684e1a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern, luxury hotel is situated at the centre of the city, within walking distance of Prague's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.83" OriginalAmount="383.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0750853" Longitude="14.4304853" StarRating="3" HotelCode="30129|alton_hotel_prague" HotelName="Alton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Legerova 62, 12000 Prag 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/25/cc257104c226237b28a5783e484ce9ef88d4d0c3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.83" OriginalAmount="383.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09881341" Longitude="14.4225432" StarRating="4" HotelCode="963017|letna_garden_suites_apartments" HotelName="Letna Garden Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nad Stolou 951/10, Prague 7, 170 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/87/7087f8289f6d6a7678303ffb0b1223efd4e24c68.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.29" OriginalAmount="384.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0886441" Longitude="14.4262847" StarRating="3" HotelCode="|21847" HotelName="Central Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rybna 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/7/21847_e0ea2841200.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.51" OriginalAmount="384.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1034446" Longitude="14.4084033" StarRating="4" HotelCode="|118521" HotelName="Schwaiger" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Schwaigerova 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/2/1/118521_a36ca2a0755.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is in the diplomatic district.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="389.50" OriginalAmount="385.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0886639" Longitude="14.5715208" StarRating="3" HotelCode="|118429" HotelName="Svornost" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/2/9/118429_68bc67f0756.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment boasts rooms with flatscreen TV, WiFi (free of charge), a car park (free of charge) and a summer terrace. SITUATION: It is inPrague a residential area of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="389.52" OriginalAmount="385.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07635237" Longitude="14.42810765" StarRating="4" HotelCode="522386|2097645" HotelName="MH Suites Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Hálkova 1642/7, Praha 2, 120 00  Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ea/70ea1223c6d84694236e2d089bc4f1b6815314bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="389.58" OriginalAmount="385.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.093399" Longitude="14.4553003" StarRating="3" HotelCode="|10167" HotelName="IBIS PRAHA KARLIN" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saldova,54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/6/7/10167_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.86" OriginalAmount="386" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0686331" Longitude="14.403263342328" StarRating="3" HotelCode="41084|4372" HotelName="Akcent" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Casino Resort,Family-friendly Hotel,Business 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stroupeznickeho 1/253, 150 00 Praha, Smichov</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/0e/9d0e44a78de2d2786466294a83c3288940c55260.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming hotel is located on a main road in the heart of Smíchov. The shopping centres of Andel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="389.98" OriginalAmount="386.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0925058" Longitude="14.4416665" StarRating="3" HotelCode="|331017" HotelName="B&amp;B Prague City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/0/1/7/331017_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="390.27" OriginalAmount="386.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0390415" Longitude="14.4386065" StarRating="0" HotelCode="|337834" HotelName="Villa Na Vinici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/8/3/4/337834_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.87" OriginalAmount="387.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.163686554998" Longitude="14.482694537434" StarRating="3" HotelCode="108931|hotel_frydl" HotelName="Pension Frydl" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Na Hlavni 23, Brezineves, 182 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/2b/b02b9d135ef688c52a8005c53f7c4b4932a21105.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Stare Mesto. This is not a pet-friendly hotel. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.87" OriginalAmount="387.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08389794" Longitude="14.36599961" StarRating="3" HotelCode="510180|valcha_apartments" HotelName="Valcha Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Belohorska 105, 160 90 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b4/f9b47f9965feafba2df84e5ea3a911e98c6aaa1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="392.88" OriginalAmount="388.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087355" Longitude="14.402077" StarRating="0" HotelCode="|532780" HotelName="Embassy by LH" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/2/7/8/0/532780_b21f80e1026.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.89" OriginalAmount="389.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088658122907" Longitude="14.426223635673" StarRating="3" HotelCode="47309|central_hotel_prague" HotelName="Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rybná 8, Praha 1, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/78/ab78babdf153b15da40ec9775d8ee3040650b57c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the centre of Prague's old town and is situated only minutes from the Old Town Sq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.89" OriginalAmount="389.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.077221" Longitude="14.431445" StarRating="4" HotelCode="180491|deminka_palace" HotelName="Deminka Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Skretova 1, Praha 2, 12000 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/7c/f97cafa1f5696805f261df230eaae29dfbbf587d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="393.30" OriginalAmount="389.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0769194" Longitude="14.4034309" StarRating="4" HotelCode="|118365" HotelName="Martin Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/6/5/118365_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is situated 15 kilometres away fromPrague Castle the establishment is 1 kilometre away from Charles Bridge. ROOM: The rooms a bathroom, a television, a mini-bar and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="393.90" OriginalAmount="390" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.071629282625" Longitude="14.430413246155" StarRating="4" HotelCode="24652|929" HotelName="Green Garden Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fügnerovo Námestí 1865/4, Praha 2, 120 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/53/d253bdff51e53f6a4d6daedc3272a127704d424f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a stone's throw from the vibrant heart of Prague city. All the city's maj...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="395.14" OriginalAmount="391.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08895" Longitude="14.418637" StarRating="3" HotelCode="|480574" HotelName="Mordecai Twelve Apartments by Adrez Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Maiselova 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/0/5/7/4/480574_696d23c1337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="396.39" OriginalAmount="392.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.082443" Longitude="14.418099" StarRating="3" HotelCode="|338015" HotelName="Narodni Stay" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/0/1/5/338015_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="396.42" OriginalAmount="392.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.095675" Longitude="14.3667405" StarRating="3" HotelCode="|118362" HotelName="Vila Josefina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nad Borislavkou 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/6/2/118362_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in a residential area, 500 metres away, guests will find Veleslavin the metro station of. ROOM: The rooms have, WiFi, (free of charge). FACILITIES: You can find private parking (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="397.94" OriginalAmount="394.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.073905078944" Longitude="14.438494741917" StarRating="4" HotelCode="166020|trevi_hotel" HotelName="Trevi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Uruguayska 540/20, Praha 2-Vinohrady 12000</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1d/191d6d2ff5e1bcb7f61b8e6300cee6cf4ed7a545.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the residential district of Vinohrady. The hotel is only about 50 m from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.95" OriginalAmount="395.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088454" Longitude="14.397608" StarRating="4" HotelCode="87543|hotel_red_lion" HotelName="Hotel Red Lion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nerudova 41/236, 118 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/81/16810bf495dbff9d963c2fe53f1e9ece54ff6bd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical centre of the town, in the vicinity of Prague Castle, overloo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.95" OriginalAmount="395.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0821" Longitude="14.4275" StarRating="0" HotelCode="961450|downtown_suites_jugoslavska" HotelName="DownTtown Suites Jugoslavska" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jugoslávská 3, 120 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/bc/3ebc5c2b6743c84ec04a84a75113109ce953afb7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="399.88" OriginalAmount="395.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.081452" Longitude="14.308751" StarRating="4" HotelCode="|328054" HotelName="Sky Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/0/5/4/328054_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="399.96" OriginalAmount="396" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.109160375461" Longitude="14.393531516533" StarRating="4" HotelCode="50969|11589" HotelName="Hotel International Prague" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koulova 15, 16000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/7c/99/7c99aa3905a5dcaf00bb58977a8c883a8959e7a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is located close to the embassy quarter. There is a tram stop to be found directl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="400.07" OriginalAmount="396.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1093573" Longitude="14.393772" StarRating="4" HotelCode="|10162" HotelName="Grand International" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KOULOVA 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/6/2/10162_15e04f51429.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, has 14 floors, 254 rooms, lifts, a hairdresser's, a cosy bar, a restaurant and a car park. SITUATION: Is situated in the embassy area, is close to a tram stop, near the establishment, guests will find the city centre, Where you can find shops, leisure areas, entertainment, Praha Castle monuments. ROOM: The comfortable rooms, a bathroom with a hairdryer, a direct line telephone, a mini-bar, a central air-conditioning system and a safe (available for a fee). FACILITIES: Customers can enjoy a beautiful terrace for sunbathing, a sauna and a gym. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.97" OriginalAmount="397.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1106598" Longitude="14.4718956" StarRating="3" HotelCode="108811|hotel_jerabek" HotelName="Jerabek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Primátorská 4/7, 180 00 Prague 8</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/3f/783f2689419123349dc952bf67305821514d953b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="400.97" OriginalAmount="397.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0820262" Longitude="14.30796618" StarRating="3" HotelCode="738447|sky_hotel_prague" HotelName="Sky Hotel Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ztracena 737, Prague 6, 161 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/1c/ea1cbcd541f2f9ed0753051dd8efd70f4fd355a4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.98" OriginalAmount="398.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07681680266" Longitude="14.403435224537" StarRating="3" HotelCode="190974|hotel_u_martina__smichov" HotelName="U Martina Praha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zubateho 289/3, 150 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/91/b491476da50a862c2dcb51b42474f151e792fdc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="402.43" OriginalAmount="398.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07609" Longitude="14.41475" StarRating="4" HotelCode="632076" HotelName="RiverView Palace Apartments" Meals="APARTMENT 2 BEDROOMS" BedType="APARTMENT 2 BEDROOMS">
        <Address>
          <AddressLines>
            <AddressLine>Naplavni 2,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/32076/632076/9.jpg?f=17399806</HotelPictures>
        <HotelDescription>Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. A shuttle from the airport to the hotel is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="402.88" OriginalAmount="398.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.102758" Longitude="14.461454" StarRating="0" HotelCode="|535814" HotelName="Botel Marina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/8/1/4/535814_f18f8f11105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.99" OriginalAmount="399.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.02007" Longitude="14.410036" StarRating="4" HotelCode="67405|hotel_michael" HotelName="Michael" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pod Lysinami 474/1, 14700  Prag 4</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/84/678482e11e40d3b0012bff2365ec6f87bf897432.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a nice and quiet district of Prague, 20 minutes from the centre via public ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="402.99" OriginalAmount="399.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.092502685389" Longitude="14.441659136372" StarRating="3" HotelCode="307567|bb_hotel_prague_city" HotelName="B&amp;B Hotel Prague City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prvního Pluku 29, 186 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/7e/427e5e2fdbe0429f92e9f741f5c0523121823e94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="403.34" OriginalAmount="399.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0630098" Longitude="14.4111825" StarRating="2" HotelCode="|118431" HotelName="Botel Vodník" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/3/1/118431_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a boat and has WiFi, (free of charge). SITUATION: It is situated next toVltava the river 35 kilometres away from the establishment, guests will find Charles the bridge. FACILITIES: Guests can enjoy a solarium, shooting and archery.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="404.00" OriginalAmount="400" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.071454547959" Longitude="14.440472871065" StarRating="3" HotelCode="37899|58042" HotelName="Machova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Máchova 11, 12000 Praha 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/04/3e/043e70263715df152d05e04d8763b08cbc95b797.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies along a peaceful side street in the Nové Mesto district of the city, within a short d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="404.00" OriginalAmount="400.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.063056" Longitude="14.411452" StarRating="2" HotelCode="87770|botel_vodnik" HotelName="Botel Vodnik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Strakonická 1032/2, 15000 Pague 5</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/9b/4c9b6d10a396d59d5e654b48c6a5e0e8afe80b32.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Internet access (no extra charge) is available to passengers in public areas. A parking deck is avai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="404.99" OriginalAmount="400.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1026" Longitude="14.43198" StarRating="4" HotelCode="121113" HotelName="Mama Shelter Prague" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Veletrzni 1502/20,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/21113/121113/54.jpg?f=17730828</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as complimentary wireless internet access and concierge services.. Featured amenities include limo/town car service, a computer station, and dry cleaning/laundry services. Planning an event in Prague? This hotel has 1884 square feet (175 square meters) of space consisting of conference space and 7 meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="405.01" OriginalAmount="401" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088110010167" Longitude="14.42416369915" StarRating="4" HotelCode="58728|25548" HotelName="Metamorphis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic 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,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Malá Štupartská 5/636, Týnský dvur, 11000 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/80/6280746d8a7bae2aee1ca06be59dd781b0b9a0cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet area in the oldest part of Prague, directly at the historical city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="405.01" OriginalAmount="401.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08269566186" Longitude="14.425174891949" StarRating="4" HotelCode="168229|adria_hotel_prague" HotelName="Adria Hotel Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Václavské námesti 26, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/9c/819c27f35959eb827c05c03fd392a567a3412b66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated directly in the heart of Prague on the main boulevard, Wenceslas Square. All m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="406.02" OriginalAmount="402.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.072675955768" Longitude="14.429627358913" StarRating="4" HotelCode="29692|hotel_saint_george_2" HotelName="Hotel St George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tyršova 1803 / 2, 130 00 Praha 3</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5c/97/5c97eb1139e6fe6c9ce8d364c8966199776bf581.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="407.03" OriginalAmount="403" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.14930729" Longitude="14.56402677" StarRating="4" HotelCode="571946|227025" HotelName="The Granary" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Bohdanecska 259/1, 190 17 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/57/ca57ef06839a18893e3bfb2055fe23c49aad513d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="408.04" OriginalAmount="404.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0705201" Longitude="14.4014163" StarRating="4" HotelCode="58150|angelo_hotel_prague" HotelName="angelo by Vienna House Prague" 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,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Radlicka 3216/1g, 15000 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/1f/711fb7ee09627642237c3b31ea779d86e15336e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to the historical centre of Prague, in the new shopping and entertainmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="408.04" OriginalAmount="404.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07669735" Longitude="14.42938733" StarRating="3" HotelCode="614439|chill_apartments" HotelName="Chill Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sokolská 64, 120 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/a8/4ea8bd812978898bfcf14d14aab9e18388dfe0b4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="408.52" OriginalAmount="404.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0820878" Longitude="14.4045859" StarRating="4" HotelCode="|26564" HotelName="Roma Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>UJEZD 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/5/6/4/26564_70e02061552.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, was opened in 2003, is in a lovely garden, has a main 4-storey building, a 3-storey annexed building and 87 rooms. Some of the establishment facilities on offer are a lobby with a lift, a reception with a bureau de change, a bar, internet and an indoor car park. FACILITIES: The hotel clients have available a sauna and a gym. Clients can enjoy activities such as aerobics. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="408.66" OriginalAmount="404.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07764" Longitude="14.433513" StarRating="4" HotelCode="|446000" HotelName="Rimska 14" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rimska 104/14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/0/0/0/446000_591a7711017.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="409.05" OriginalAmount="405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091979" Longitude="14.436349" StarRating="4" HotelCode="15427|opera_hotel_3" HotelName="Opera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesnov 13, 11000 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/fb/76fb6ede356c32ced2d4bcba8680d5fd272cc5e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="409.56" OriginalAmount="405.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0714455" Longitude="14.4406227" StarRating="3" HotelCode="|118517" HotelName="Máchova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Machova 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/1/7/118517_4.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inVinohrady the quiet area of the establishment is 1 kilometre away from Wenceslao the Square of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="410.95" OriginalAmount="406.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0998" Longitude="14.286792" StarRating="4" HotelCode="9929" HotelName="Ramada By Wyndham Airport Prague" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>K Letišti 25 A/1067</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/09929/9929/33.jpg?f=17676205</HotelPictures>
        <HotelDescription>Facilities: The hotel has 10 single rooms and 46 double rooms, which are located on 3 storeys and are reachable by lift. English- and German-speaking staff at the 24-hour reception desk are happy to answer any questions. Services such as a baggage storage service, safe, currency exchange service and cash machine ensure a comfortable stay. Wireless internet access allows guests to stay connected while on holiday. The tour desk offers assistance with booking excursions. The hotel offers various facilities for guests with disabilities. Wheelchair-accessible facilities are available. A number of shops, including a souvenir shop, are great for shopping or just browsing. Parking facilities available to guests include a garage (for a fee) and a car park (for a fee). Further services include a car hire service, medical assistance, a transfer service, room service, a laundry service and a coin-operated laundry. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="411.07" OriginalAmount="407.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0762622" Longitude="14.4281644" StarRating="4" HotelCode="|337945" HotelName="limehome Prague Halkova" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Halkova 1642/7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/9/4/5/337945_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="412.10" OriginalAmount="408.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0704765" Longitude="14.3953524" StarRating="4" HotelCode="|10159" HotelName="Nh Prague City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mozartova,261/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/5/9/10159_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Moevenpick is rated four stars. It was built in 1996, has 194 rooms, 2 restaurants, lifts, a concierge, a sauna, room service, a bellboy, a cafÃ© and business facilities. SITUATION: It is in the centre of Praha. ROOM: The rooms have a hairdryer, an air-conditioning system and a television. OBSERVATIONS: pets are permitted.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="412.83" OriginalAmount="408.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07496" Longitude="14.43051" StarRating="0" HotelCode="|238054" HotelName="Vinohradský Dum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Legerova 758/60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/0/5/4/238054_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413.09" OriginalAmount="409" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.078738454418" Longitude="14.427107294573" StarRating="3" HotelCode="108976|3688" HotelName="Andante Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ve Smeckach 1408/4, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/9c/239c4e04a21c7bea81be8f39b19601a70078c5bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.09" OriginalAmount="409.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.078556181446" Longitude="14.475992023945" StarRating="4" HotelCode="11883|dorint_hotel_don_giovanni_prague" HotelName="Don Giovanni Hotel Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vinohradská 157a, 13020 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/53/da534b2c2a47ed1d860abf3bd78a3cd040c37623.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated at the centre of Prague close to Zelivského Underground Station. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="413.63" OriginalAmount="409.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0709871" Longitude="14.4026575" StarRating="4" HotelCode="|10171" HotelName="OREA Andels Praha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STROUPEZNICKEHO 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/7/1/10171_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2002, has 5 floors and 235 rooms. It has 131 single rooms, 100 double rooms and 4 suites. In the establishment entrance, guests will find a lobby with elevators, a reception, a safety deposit box service, a cloakroom and a currency exchange service. The establishment has an auditorium, shops, a hairdresser's, a cafÃ©, a bar, a pub and an Ã  la carte restaurant with air-conditioning, The establishment offers a conference room and internet. The establishment also offers room service, a laundry service, a medical care service and a car park. SITUATION: This modern hotel is in AndÄ›l City the area Where you can find cinemas and shops. close to the establishment, guests have AndÄ›l the Station of. ROOM: All the rooms have a bathroom with a hairdryer, a small sitting room, a direct line telephone, satellite and cable TV, a radio, internet, a mini-bar, an air-conditioning system, a central heating system, a safety deposit box and fitted carpets. FACILITIES: The establishment has a spa with a sauna, a solarium, a Turkish bath, a massage service and a gym. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.10" OriginalAmount="410" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.103356976291" Longitude="14.408382599101" StarRating="4" HotelCode="154886|54949" HotelName="Villa Schwaiger" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Schwaigerova 59/3, 160 00 Prague 6</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/1b/841b064134ff94ad2a7f8e85c065f8168789aee0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located off the beaten track, this accommodation is situated about 1.2 km from the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="414.47" OriginalAmount="410.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09152" Longitude="14.433061" StarRating="3" HotelCode="|328062" HotelName="4 Elements Apartments By Adrez Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/0/6/2/328062_bc6452d2252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="415.50" OriginalAmount="411.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085029" Longitude="14.433339" StarRating="0" HotelCode="|452699" HotelName="Franz BY ZEITRAUM" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Opletalova 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/2/6/9/9/452699_017461a1333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="416.88" OriginalAmount="412.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0993377562" Longitude="14.286657571793" StarRating="4" HotelCode="35464|CAW410900" HotelName="Ramada Airport Hotel Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>K letišti 25 a/1067, Praha 6, 160 00  Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/b2/cbb26b0451920b2c29f46643977b3785ae747d4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated at the southern terminal of Prague's international airport. Many of the city'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087201351063" Longitude="14.389580637217" StarRating="4" HotelCode="59716|15222" HotelName="Hotel Monastery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Strahovské nádvorí 13/134, Prague 1, 118 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/42/8542393a8a5cd96c4ca0b199cc35b821cc4ee8d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This romantic and cosy hotel with unique and unforgettable view of the Prague Castle, Lesser Town an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="417.13" OriginalAmount="413.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091211023825" Longitude="14.43644285202" StarRating="3" HotelCode="14804|merkur_2" HotelName="Hotel Merkur" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesnov 1162/9, 110 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/25/5325b8d5beba808ad1f1c4ae570311ab86d5485d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern hotel is located directly at the heart of the city, just a few minutes walk from the fam...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="417.13" OriginalAmount="413.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08774987" Longitude="14.42482884" StarRating="3" HotelCode="950735|old_town_square_apartments_2" HotelName="Old Town Square Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stupartska 9, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/80/ae806f7315978ecac07cc97e2e76165f8bfe6026.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="417.87" OriginalAmount="413.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.086465" Longitude="14.452883" StarRating="0" HotelCode="|453202" HotelName=" Prokop Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cimburkova 28/414</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/2/0/2/453202_2728b401335.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="418.14" OriginalAmount="414" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08598" Longitude="14.418892" StarRating="3" HotelCode="134744" HotelName="Hotel Palác U Kocku By Adrez Living" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Jilska 9,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/34744/134744/5.jpg?f=17744869</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include limo/town car service, a 24-hour front desk, and multilingual staff. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and limited parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="418.94" OriginalAmount="414.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09023" Longitude="14.43665" StarRating="5" HotelCode="|224923" HotelName="Urban Creme" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Na Porici 48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/9/2/3/224923_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="419.15" OriginalAmount="415.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0716897602" Longitude="14.436689508598" StarRating="3" HotelCode="108777|hotel_city_bell" HotelName="City Bell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Belgická 190/10, 120 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/ff/c1ff0f15b34d754e649953a0d2c1a47acff487df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="420.16" OriginalAmount="416.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.082086380315" Longitude="14.404594302178" StarRating="4" HotelCode="51019|hotel_roma_2" HotelName="Hotel Roma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Garden,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ujezd 425/24, 118 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/82/37826044b21bb468d4fcbe0ee4ab91eb5d43a918.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the very historical centre of Prague in Lesser Town, right under one of Pra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="420.80" OriginalAmount="416.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0871868" Longitude="14.3897341" StarRating="4" HotelCode="|32695" HotelName="Monastery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STRAHVOSKE NADVORY 13/134</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/6/9/5/32695_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1142, renovated in 2006, has 2 floors, 12 rooms, 2 suites, a terrace and a garden. In the entrance, guests are offered a lobby with designer furniture, a reception, a safety deposit box service and a currency exchange service. It also has a kiosk, a breakfast room, internet, a laundry service, a bicycle rental desk and a car park. SITUATION: Is situated in the city centre, is in a garden, StrahovskÃ½ klÃ¡Å¡ter Is situated in with spectacular views. ROOM: The establishment has 12 rooms and 1 suite. Some rooms have Charles Bridge views of All the rooms have a bathroom with WC, bathroom items, bath or shower, flat-screen satellite television, a direct line telephone, a hairdryer, a safe, a mini-bar and WiFi. Free of charge a tea service and coffee service. FACILITIES: By paying an extra charge, you can use cycling and mountain bikes. PAYMENT METHODS: The establishment accepts credit cards, American Express, Visa, Mastercard, JCB and Diners Club. OTHERS: Regarding the food and beverage offering, clients have buffet breakfast and lunch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="421.17" OriginalAmount="417.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.070983" Longitude="14.404945" StarRating="3" HotelCode="162920|andel_apartments_praha" HotelName="Andel Apartments Praha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nádražní 60/114, 150 00 Praha 5</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/34/48348ea93862f36ab4c28d3fc5e527bae26c1006.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.19" OriginalAmount="419.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.079932024871" Longitude="14.430278361224" StarRating="5" HotelCode="425003|occidental_praha_wilson" HotelName="Occidental Praha Wilson" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Václavské námestí 59, 110 00 Praha 1-Nové Mesto</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/3c/ab3c74dc2c4675d5067494db22f6b92e018ae835.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occidental Praha Wilson is located in the vibrant heart of Prague, in the majestic Wenceslas Square ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.20" OriginalAmount="420.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.086111" Longitude="14.418912" StarRating="3" HotelCode="100781|palac_u_kocku" HotelName="Hotel Palac U Kocku Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jilska 9, 11000 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e3/51e3ce553601dcaa4df0045df51d3b4bab106f7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the centre of Prague and is part of the 14th century palace ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="425.21" OriginalAmount="421.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09113725" Longitude="14.42064445" StarRating="4" HotelCode="400283|residence_bilkova" HotelName="Residence Bílkova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Internet,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Bílkova 11, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/64/0d64d525aad681da11c3d1e01b1666bb8b881115.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="426.22" OriginalAmount="422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.090312748614" Longitude="14.440806806087" StarRating="3" HotelCode="65982|hotel_florenc" HotelName="Florenc" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Križíkova 11, 18600 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/ee/9eee4e18c422d19121c5065e18a8cf7e90f40bf6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="426.22" OriginalAmount="422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.071051061046" Longitude="14.40290485768" StarRating="4" HotelCode="24550|andels_hotel__suites_prague" HotelName="Vienna House Andel’s Prague" Meals="BED &amp; BREAKFAST" 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,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stroupeznickeho 21, 15000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/3f/253f1f9c5ce92b5f77172b6e6ae53ff6f1d8810e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is superbly located in the new Andel City complex, surrounded by a multipl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="426.22" OriginalAmount="422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09149625" Longitude="14.43306688" StarRating="0" HotelCode="755552|four_elements_3" HotelName="Four Elements" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Petrska 7, 11000 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/d7/8ad746a15dbae72541eb5d237a24b652013fe641.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="427.23" OriginalAmount="423.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088239668552" Longitude="14.38839829324" StarRating="5" HotelCode="17281|golden_tulip_savoy_hotel" HotelName="Hotel Savoy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Keplerova 6, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/45/2f45559a6ee82ac14c9e01f58e40af018e234b02.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel lies in Prague's Lesser Quarter just a few minutes from the castle. Links ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="427.23" OriginalAmount="423.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07135582" Longitude="14.43044961" StarRating="4" HotelCode="581422|avenue_legerova_19" HotelName="Avenue Legerova 19" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Legerova 1846/19, 12000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/ee/8aeea082d131d402be60c5f20496c88cfb125f5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="429.46" OriginalAmount="425.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1040369" Longitude="14.4472421" StarRating="3" HotelCode="|118496" HotelName="COLORFACTORY SPA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pristavni 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/9/6/118496_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is close toPrague the city centre of 200 metres away, clients have the tram. FACILITIES: The establishment has a car park with security and a health centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="431.93" OriginalAmount="427.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1076262" Longitude="14.4341569" StarRating="4" HotelCode="|22101" HotelName="Expo" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ZA ELEKTRARNOU 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/0/1/22101_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1994, has 5 floors and 106 rooms. It has a big hall with elevators, a reception, a safety deposit box service and a currency exchange service. Guests are also offered an inviting bar and an excellent restaurant. Guests can also use room service, the launderette, a medical care service and a car park (for a fee). SITUATION: It is inPraha the trade fair centre it is 12 minutes away from the historic centre, a few minutes walk away, you can find shops, leisure areas and entertainment. It is located nearStromovka park. ROOM: Each room has a bathroom with a hairdryer, a small sitting room, a direct line telephone, satellite and cable television, a radio, internet, a mini-bar, central heating, a safe and fitted carpets. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="434.30" OriginalAmount="430" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0992839" Longitude="14.43133882" StarRating="4" HotelCode="982756|339620" HotelName="Louren Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Milady Horakove 684/16, Praha 7 – Holešovice, 17000 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/f7/4bf738b9944c3c3d593b91936af82bd473c901bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="434.30" OriginalAmount="430" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.071223002026" Longitude="14.396858811379" StarRating="4" HotelCode="14940|5221" HotelName="NH Prague" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mozartova 1, 15000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/17591/a_17591_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a hillside, on the edge of the historic city centre and close to the Mozart...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="434.78" OriginalAmount="430.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0820988" Longitude="14.4173382" StarRating="0" HotelCode="|118465" HotelName="Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Narodni 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/6/5/118465_1_9514.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="435.31" OriginalAmount="431.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.107617931055" Longitude="14.434219300747" StarRating="4" HotelCode="12373|hotel_expo" HotelName="Hotel Expo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Za Elektrárnou 3, 170 00 Prag, Praha 7</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/80/aa80ae2cae3d534d612e20e71911853bcf36d04c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This smart luxury hotel is located in the middle of Prague's Exhibition Centre a mere 12 minutes fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.32" OriginalAmount="431.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0772" Longitude="14.4269" StarRating="4" HotelCode="|444004" HotelName="Ea New Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zitna 525/28</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/0/4/444004_76495e51038.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="436.32" OriginalAmount="432.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0876123" Longitude="14.3881664" StarRating="4" HotelCode="|10158" HotelName="Savoy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Keplerova 218/6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/5/8/10158_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Savoy Prague is rated five stars. SITUATION: This establishment is 5 minutes away from Prague Castle. ROOM: The establishment has rooms and suites fully-equipped. They have an air-conditioning system, a flat-screen television, a mini-bar, a bathroom with a shower or bath, a hairdryer, a bathrobe and slippers. Some rooms have a bidet and heated floor. FACILITIES: The establishment has a relaxation area with Finnish sauna, a steam bath, a jacuzzi and a fitness centre. Guests are offered a massage service. This establishment has a library. RESTAURANT: Customers can enjoy a restaurant and a lounge bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="436.44" OriginalAmount="432.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08795" Longitude="14.42418" StarRating="4" HotelCode="326692" HotelName="Hotel Metamorphis" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Tyn, 10/644</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0003/26692/326692/1.jpg?f=17732055</HotelPictures>
        <HotelDescription>This charming hotel is in Stare Mesto. Those who stay at this establishment will enjoy a peaceful and calm stay on the premises, as it counts with a total of 12guest rooms. Those staying at this property may surf on the internet thanks to the Wi-Fi access ready to use on public areas. There is no 24-hour reception. A fee may be chargeable for some services.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="436.77" OriginalAmount="432.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07519" Longitude="14.427104" StarRating="0" HotelCode="|215243" HotelName="Sophie's" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Melounova 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/5/2/4/3/215243_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="437.29" OriginalAmount="432.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085726464291" Longitude="14.416349083185" StarRating="4" HotelCode="166514|321975" HotelName="Hotel Liliova Prague Old Town" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Liliova 1099/18, 110 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/39/4739bf9089a6bc68baf97e056f2ac87297b829db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="437.33" OriginalAmount="433" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.074469707601" Longitude="14.4089448452" StarRating="4" HotelCode="56128|17711" HotelName="Mamaison Riverside Hotel Prague" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Janáckovo Nábreží 1115/15, 15000 Praha 5</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/3c/f53c00dc1e8983706782d78dcd4c5e990e72c446.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel enjoys a great location at the business heart of Prague, directly beside the Vlt...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="438.20" OriginalAmount="433.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09456" Longitude="14.454309" StarRating="4" HotelCode="|131011" HotelName="PULSE8" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOKOLOVSKA 112</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/0/1/1/131011_d2e6cf71738.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment is comfortable. SITUATION: This establishment, is in the city centre, is situated 2 kilometres away from the old town and Wenceslao the Square of.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.35" OriginalAmount="435.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.089474687403" Longitude="14.428380131722" StarRating="3" HotelCode="58524|city_centre_2" HotelName="Hotel City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Garden,Internet,Nightclub,Restaurant,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Revolucní 4, 11000 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/0d/8f0d33eb91e4d9c307f8ad1950cb1b757189e7b2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies just 100 m from the centre of Prague where nightclubs and links to the public t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="442.54" OriginalAmount="438.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088728" Longitude="14.5801901" StarRating="0" HotelCode="|118361" HotelName="Sokol Praha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/6/1/118361_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: 600 metres away, guests will find the railway station. FACILITIES: The establishment has a swimming pool, a playground and mini-golf.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="443.18" OriginalAmount="438.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1017182" Longitude="14.4841723" StarRating="4" HotelCode="|22097" HotelName="Wellness Step" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MALLETOVA 1141</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/9/7/22097_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 160 rooms, 8 suites and 8 floors. It has a lobby with elevators, a reception, a safety deposit box service (for a fee), a currency exchange service, a cafÃ©, a bar, a car park (for a fee), with a security system, a conference room and WiFi (for a fee). SITUATION: This urban hotel is 5 minutes away from Palmovka the metro station it is 15 minutes away from Praha the city centre of 45 minutes away from the establishment, clients can find the airport. ROOM: All the rooms have a bathroom, a direct line telephone, satellite or cable TV, a radio, internet and a central heating system. FACILITIES: Customers can enjoy a jacuzzi, a sauna and a massage service (available for a fee), Clients can enjoy activities such as squash, bowling, enjoy tennis, swimming, an indoor golf course, badminton, playing billiards and play ping-pong. For an additional charge, you can use a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have all meals in a buffet form and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="443.39" OriginalAmount="439.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0821" Longitude="14.4275" StarRating="0" HotelCode="860285|lazenska_ndeg4" HotelName="Lazenska N°4" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lazenska 4</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/4a/9c4aea595dcb1bc3ef5b69a080240a084377a103.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="444.93" OriginalAmount="440.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0764224" Longitude="14.4269884" StarRating="4" HotelCode="|216130" HotelName="Mamaison Residence Downtown Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>V Tunich 9 // Na Rybnicku 1329/5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/1/3/0/216130_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.41" OriginalAmount="441.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.074979244829" Longitude="14.382849633694" StarRating="3" HotelCode="58725|borgo_2" HotelName="St. Terezie - Baroque Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>U Pernikárky 111/2a, 150 00 Praha 5, Smíchov</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/5b/135bad91c1887c358e71c4c9767785197087739f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 1.2 km from the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.41" OriginalAmount="441.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.074744935801" Longitude="14.380212037557" StarRating="4" HotelCode="500822|wellness_spa_boutique_hotel_pod_lipkami_prague" HotelName="Wellness And Spa Boutique Hotel Pod Lipkami Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pod Lipkami 1520/8, 150 00 Praha, Smichov</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/fc/11fca2ef773b998b4dced9f584c05999001720b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Pod Lipkami is conveniently located in the popular Prague 06 area. Both business travelers and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="446.16" OriginalAmount="441.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.082024" Longitude="14.404841" StarRating="4" HotelCode="9950" HotelName="Hotel Roma Prague" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Újezd 425/24, Praha 1-Malá Strana</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/09950/9950/27.jpg?f=17748927</HotelPictures>
        <HotelDescription>Hotel ROMA is situated in the very historical centre of Prague in Mala Strana (Lesser Town) offering accommodation in 91 comfortable rooms and suites. The hotel has benefited from a demanding reconstruction. It is ready to comply with all comfort requirements, providing you with unforgettable atmosphere when visiting Prague. The hotel is situated under the famous Petrín look-out tower with the observatory. It is just few steps from the attractions as the Charles Bridge, Prague Castle, or the Old Town square, surrounded by Prague official institutions - houses of parliament, the seat of government and the most foreign embassies.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="446.24" OriginalAmount="441.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0788885" Longitude="14.4170194" StarRating="3" HotelCode="|56441" HotelName="Pav" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kremencova,13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/4/4/1/56441_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel has WiFi (free of charge). SITUATION: The establishment, is a 10-minute walk away from El Puente de Carlos, close to Narodni Trida Underground Station. ROOM: The large rooms have a satellite television, a safe and a bathroom with a hairdryer. OTHERS: Clients have at their disposal a transfer service to the airport. RESTAURANT: The establishmnet also offers a bar. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="447.43" OriginalAmount="443.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08708968" Longitude="14.4340055" StarRating="3" HotelCode="629977|hybernska_apartments_2" HotelName="Hybernska Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hybernska 26, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/cf/08cfe65f27c48c3ba60f7ce3c88e52b94ea4610e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Prague, 750 metres from the Palladium shopping centre, Apartment Hybernska offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="448.44" OriginalAmount="444.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.076327" Longitude="14.427644" StarRating="4" HotelCode="37467|hotel_halkova" HotelName="Hotel Halkova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Halkova, 3, Prag 12000</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/carsolize/56/b3/56b388ae14660eed1671eab56f1b6ecb86f082af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small city hotel is situated in the tourist centre of Prague, within a short distance of scores...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="448.44" OriginalAmount="444.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.121709" Longitude="14.454211" StarRating="4" HotelCode="36326|hotel_troja" HotelName="Troja" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Trojská 2232, 18200 Prag 8</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/f3/92f331ebc106c52e4fa5a5cc21241320d89d6ddd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="449.91" OriginalAmount="445.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0893526" Longitude="14.4073404" StarRating="5" HotelCode="|43124" HotelName="Luxury Family Royal Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LETENSKA 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/1/2/4/43124_15.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Neo-Renaissance style hotel, renovated in 2008 and was built in the 19th Century is situated in the Historic City Centre of Prague, which was declared a UNESCO World Heritage Centre in 1993. It has a lobby with air-conditioning with a reception, a safety deposit box service, a currency exchange service, a cloakroom, a kiosk and a lift. You are also offered a cafÃ©, a bar, a restaurant, room service, a laundry service, internet, WiFi and an indoor car park. SITUATION: This historic hotel is in Praha city centre. It is near Prazsky Hrad, in front of ValdtejnskÃ¡ Gardens ValdtejnskÃ¡. It is a few minutes walk away from MalostranskÃ©, near the establishment, you will find bars, restaurants and nightclubs. It is 2 minutes away from Mostecka, 100 metres away, there is a public transport stop. It's 15 kilometres from Ruzyn Airport. ROOM: The establishment has 36 rooms with a bathroom and a balcony with beautiful views. It also has Presidential, Senior and Junior suites, and Deluxe and Superior rooms. All the rooms have satellite and cable flatscreen television with pay channels, a radio, internet, a direct line telephone, a hairdryer, a mini-bar, a coffee maker, a kettle, a double bed, an iron, a safety deposit box, individual air-conditioning and individual heating. FACILITIES: Clients can enjoy a gym, a sauna, a steam bath and a jacuzzi for an additional charge. It is 7 kilometres away from a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.49" OriginalAmount="449.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.082771047485" Longitude="14.419663309998" StarRating="4" HotelCode="67613|design_metropol_hotel_prague_2" HotelName="Design Metropol Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Narodni 33, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/73/0c73a46127ad02b37c6c6a0ae90417ec9c5cebf7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is superbly located on Narodni Street, surrounded by bars and restaurants and only 50 m f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="457.44" OriginalAmount="452.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088529862426" Longitude="14.396053091176" StarRating="4" HotelCode="34926|2039907" HotelName="U Krale Karla" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" HotelFacility="Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nerudova Uvoz 4/170, 118 00 Praha, Hradcany</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/92/75/9275b3d333c832689eadb5d92495c243f39d3668.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is situated in a picturesque district of Prague known as the ""Little District""....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="457.53" OriginalAmount="453.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.067988" Longitude="14.418134" StarRating="4" HotelCode="899949|park_inn_hotel_prague" HotelName="Park Inn Hotel Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Svobodova, 1, 12800 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/6c/816ca04cadab402f5abe6bf23c461f86bb7cac20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="458.12" OriginalAmount="453.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.082025" Longitude="14.4322628" StarRating="5" HotelCode="|10153" HotelName="Esplanade Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WASHINGTONOVA 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/5/3/10153_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel it is on a main street. The building was built in 1927. It has 74 standard rooms and 7 floors. In the entrance, guests are offered a lobby with an elevator, a reception a currency exchange service, a safety deposit box service and a cloakroom. The establishment boasts a cafÃ© with a terrace, a mini-market, an Ã  la carte restaurant, a conference room, internet and an oudooor car park. There are many services available at the establishment, including a laundry service, a medical care service and room service. SITUATION: This comfortable hotel is in the centre of Praha, in front of the central station. 3 minutes away, guests can find Wenceslao Square. It is 300 metres away from shops, bars and nightclubs. It is 17 kilometres away from Ruzyne Airport. ROOM: All the rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, internet, a mini-bar, a double bed, a sitting room, a safety deposit box, a central heating system and fitted carpets. FACILITIES: Customers can enjoy a massage service. OTHERS: The establishment serves a buffet breakfast, an Ã  la carte lunch and an Ã  la carte or set-menu dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="458.26" OriginalAmount="453.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088505" Longitude="14.396306" StarRating="4" HotelCode="286711" HotelName="The King Charles" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Úvoz 4/170</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/86711/286711/1.jpg?f=17731973</HotelPictures>
        <HotelDescription>Facilities: The hotel was built in 1639. The hotel has 3 junior suites and 16 double rooms, which are located on 3 storeys and are reachable by lift. English-speaking staff at the reception desk in the lobby are happy to answer any questions. A baggage storage service, a safe, a transfer service, a laundry service and a smoke alarm are available. Wireless internet access (for a fee) allows guests to stay connected while on holiday. Wheelchair-accessible facilities are available. A fireplace creates a cosy atmosphere.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="458.39" OriginalAmount="453.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.090237" Longitude="14.429723" StarRating="3" HotelCode="1191935" HotelName="Hotel Salvator" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Truhláská 10,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0011/91935/1191935/60.jpg?f=17580242</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access. Additional features at this hotel include concierge services, an arcade/game room, and a television in a common area.. Featured amenities include complimentary wired internet access, a computer station, and express check-out. Guests may use a train station pick-up service for a surcharge, and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="458.41" OriginalAmount="453.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0043781" Longitude="14.4669257" StarRating="4" HotelCode="|118374" HotelName="Lifestyle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/7/4/118374_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern hotel, the SAPA Asian Trade Center it is next to has a casino, karaoke rooms and a restaurant. At no extra cost you can use WiFi and a car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="458.91" OriginalAmount="454.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087243" Longitude="14.436593" StarRating="3" HotelCode="|553598" HotelName="The Cloud One Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hybernska 2140/17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/5/9/8/553598_5fdf9171323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="459.55" OriginalAmount="455" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1040653875" Longitude="14.447304825" StarRating="3" HotelCode="89530|201010" HotelName="Extol Inn" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prístavní 340/2, 170 00 Prague 7</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cf/7e/cf7e3db46343c04f9bf9cbeb9b2b76e021f15c3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="459.55" OriginalAmount="455" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.077993322201" Longitude="14.422275424004" StarRating="3" HotelCode="67077|10049" HotelName="Hotel Novomestsky" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Reznicka 4, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/29/db29f3544a6307831a29b9a5a236a1c6d339e6c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="460.27" OriginalAmount="455.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07476" Longitude="14.38016" StarRating="4" HotelCode="|235999" HotelName="Wellnessandspa Boutique Pod Lipkami" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pod Lipkami 1520/8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/9/9/9/235999_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.56" OriginalAmount="456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.083804913035" Longitude="14.420981258154" StarRating="4" HotelCode="387355|hotel_perla_2" HotelName="Perla Hotel Prag" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Perlova 1, 110 00  Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/17/7d172d16030cd60a50126af9d9a8e3a224ec9570.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="460.61" OriginalAmount="456.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1635011" Longitude="14.4833116" StarRating="3" HotelCode="|118335" HotelName="Frýdl" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Na Hlavni 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/3/5/118335_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 3 buildings and private parking. SITUATION: This hotel is in the surrounding area of a garden, is situated in 8 District.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="460.80" OriginalAmount="456.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0929747" Longitude="14.4090304" StarRating="5" HotelCode="|56241" HotelName="Hoffmeister" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Pod Bruskou ,7/9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/4/1/56241_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Hoffmeister is rated five stars. It was built in 1993, has 38 rooms, 2 restaurants, lifts, a concierge, a safety deposit box service and business facilities. SITUATION: It is in the centre of Praha. ROOM: The rooms have a hairdryer, a trouser press, an air-conditioning system, a television and a radio. OBSERVATIONS: pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="464.66" OriginalAmount="460.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0795381" Longitude="14.4050644" StarRating="4" HotelCode="|328037" HotelName="Royal Prague City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/0/3/7/328037_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="465.61" OriginalAmount="461.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.04579936" Longitude="14.30537166" StarRating="3" HotelCode="949524|citywest_apartments" HotelName="Citywest Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Klementova 4, Praha 13, 155 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/64/4d64518943fde05cff51e641c4176d90837b8902.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.63" OriginalAmount="463.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.101580409045" Longitude="14.48425590992" StarRating="4" HotelCode="23167|wellness_hotel_step_2" HotelName="Wellness Hotel Step" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Malletova 1141/4, 19000 Prague 9</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/e3/cbe32827daa23ea00f91b7c3882b97ae192a76f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated around a 10-minute walk from Palmovka metro station (line B). The centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="467.63" OriginalAmount="463.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.03528" Longitude="14.447607" StarRating="4" HotelCode="89529|chateau_st_havel" HotelName="Chateau St. Havel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Golf Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Pred Nádražím 1/6, 14000 Praha, Krc</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/ab/29ab0bd7e76a0c18d99060522c92b7c234b57359.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical hotel is set in its own grounds with an English park and ponds. Guests will...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="468.64" OriginalAmount="464.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.081754198133" Longitude="14.43189650774" StarRating="5" HotelCode="12191|esplanade_hotel_prague_2" HotelName="Esplanade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Washingtonova 1600/19, 11000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/16/0316f356aa6cf0fc2d4647c172bb305f3eefdb3d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the centre of Prague, directly by the main railway station. Wenceslas ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="468.64" OriginalAmount="464.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087407881425" Longitude="14.406231258452" StarRating="3" HotelCode="167316|mostecka_12_residence" HotelName="Charles Bridge Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mostecka 49/12, 118 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/11/2111882828800e8387e54383888444ff1a7bcfc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can feel at home in one of the 7 rooms. Services and facilities at the hotel include a restau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="468.64" OriginalAmount="464.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0553777" Longitude="14.371412" StarRating="4" HotelCode="267733|hotel_herrmes" HotelName="Herrmes" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Laundry,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Do poli 844/9, 158 00 Prague 5</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/9f/069f0116b44f7eced8726f3743cccfc158bbfc1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Herrmes The Hotel Herrmes (rated 3x000D star) is a mid size hotel in Prague. On site car parki...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="470.17" OriginalAmount="465.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0893746" Longitude="14.4234212" StarRating="4" HotelCode="|118515" HotelName="Residence Masna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Masna 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/1/5/118515_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment was built in the 19th Century, has apartments and WiFi (free of charge). SITUATION: Is situated inPrague the centre of nearby, you will find the historic centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="471.67" OriginalAmount="467.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.078999406934" Longitude="14.416912347078" StarRating="3" HotelCode="60958|p_v" HotelName="Hotel Páv" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kremencova 13, Prag 1, 110 00 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/1f/cd1f077df0b1d6e79957cefebd6874a260106690.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical part of the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="471.96" OriginalAmount="467.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0733457" Longitude="14.4302493" StarRating="4" HotelCode="|75455" HotelName="Noir" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Legerova 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/5/4/5/5/75455_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers WiFi (free of charge). SITUATION: This establishment is 10 minutes away from Wenceslao Square and the National Museum. Is situated in Prague ROOM: All the rooms have soundproofed windows, an air-conditioning system, a mini-bar, a bathrobe, slippers and complimentary bathroom items. OTHERS: The establishment offers a transfer service to the airport on request. RESTAURANT: Guests can enjoy a lobby bar. MEALS: The establishment has a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.68" OriginalAmount="468.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088650115927" Longitude="14.397598224537" StarRating="4" HotelCode="29804|design_and_style_hotel_neruda" HotelName="Design Hotel Neruda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nerudova 44, 118 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c0/4b/c04b4de178d5ef3586618fccfd8283fc5d379071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Nerudova Street in the so-called Lesser Town (Malá Strana) in Prague. The st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="473.34" OriginalAmount="468.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.074162" Longitude="14.408216" StarRating="3" HotelCode="|474235" HotelName="Apart Zborovska" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/4/2/3/5/474235_ae0111c1254.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="473.69" OriginalAmount="469" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.107697921608" Longitude="14.450108706951" StarRating="4" HotelCode="317177|14483" HotelName="Plaza Prague Hotel" 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,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ortenovo Namesti 22, 170 00 Prague 7</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/00/f4/00f49f071fb4f6815c5fc1fcfc6b4f02b2a71f49.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly business hotel is ideally located in the residential area, only 20 minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="473.69" OriginalAmount="469.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.084011884305" Longitude="14.377862049074" StarRating="3" HotelCode="267738|apartments_praha_6" HotelName="Apartments Praha 6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Elevator,Internet,Kitchen,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Heleny Malirové 9, 169 00 Praha 6</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f5/0cf51cd4f132561482164ba8078eb70ffbe5fd72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Apartments Praha 6 in Prague (Strahov), you'll be c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="474.91" OriginalAmount="470.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0691135" Longitude="14.4003133" StarRating="3" HotelCode="|338008" HotelName="Andel Centre Spirit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Kovaku</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/0/0/8/338008_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="475.71" OriginalAmount="471.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0751045" Longitude="14.4270877" StarRating="2" HotelCode="322878|sophies_hostel" HotelName="Sophie's Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Melounova 2, 120 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/2c/e82cbbde25e5ce0dde29e69b111b2e1d729ff50a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="476.99" OriginalAmount="472.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087067" Longitude="14.430885" StarRating="4" HotelCode="100036" HotelName="K+K Hotel Central Prague" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Hybernska 10,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/00036/100036/1.jpg?f=17738198</HotelPictures>
        <HotelDescription>Facilities: 127 rooms, including junior suites and 124 double rooms, are located on 7 storeys and can be reached by lift. Multilingual staff (English, German, French) at the reception are happy to assist guests at the reception desk round the clock. Check-in and check-out are available 24 hours a day. Amenities include a baggage storage service, a safe and a currency exchange service. Wireless internet access is provided in public areas. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities. Guests arriving by car can park their vehicles in the garage or in the car park (for a fee). Other services include a babysitting service, medical assistance, a transfer service, room service, a laundry service and a coin-operated laundry. A business centre with fax machine and projector is available.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="477.19" OriginalAmount="472.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0794967" Longitude="14.4596073" StarRating="4" HotelCode="|63648" HotelName="Courtyard By Marriott Prague City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lucemburska Street ,46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Marriott Courtyard Flora is rated four stars. It was built in 2006, has 161 rooms, a restaurant, lifts, a concierge, a safety deposit box service, a cafÃ© and business facilities. SITUATION: It is in the centre of Praha. ROOM: The rooms have a hairdryer, an air-conditioning system, a television, video and a radio. OBSERVATIONS: pets are permitted.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="477.73" OriginalAmount="473.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09155862772" Longitude="14.440841674805" StarRating="4" HotelCode="336485|mucha_hotel_" HotelName="Hotel Mucha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sokolovská 26/65, 186 00 Praha 8</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/60/c96062d241521bdb59de5dab7a30b2a2d2812e08.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is magnificently located near to Prague's city centre, close to the shopping area of Na P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="478.74" OriginalAmount="474.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0821" Longitude="14.4275" StarRating="0" HotelCode="838388|dream_hostel_prague_2" HotelName="DREAM Hostel Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/62/79/6279925e0843bd78b12edf967ba3336a9f9c4c6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="479.02" OriginalAmount="474.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0353719" Longitude="14.4469149" StarRating="4" HotelCode="|118516" HotelName="Chateau St Havel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/1/6/118516_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inPrague the outskirts of The establishment offers a transfer service free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="479.75" OriginalAmount="475" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.078590963766" Longitude="14.425008542862" StarRating="4" HotelCode="67145|13357" HotelName="Hotel Majestic Plaza" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Stepanska 33, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/cd/96cd80d6f77a6b3143ed93c32b1aebf0cbc5b530.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new, stylish and comfortable hotel complex is located in one of the most attractive localities ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="480.62" OriginalAmount="475.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08735" Longitude="14.426101" StarRating="3" HotelCode="284890" HotelName="Golden Angel Suites By Adrez Living" Meals="SUITE" BedType="SUITE">
        <Address>
          <AddressLines>
            <AddressLine>Celetna 29,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/84890/284890/34.jpg?f=17570376</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="480.76" OriginalAmount="476.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0784213" Longitude="14.42937791" StarRating="3" HotelCode="316322|wenceslas_square_hotel" HotelName="Wenceslas Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Mezibranská 13, 110 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/6e/f56e5d7227cd51ad2fc85610586e62e8fb9d2091.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="480.76" OriginalAmount="476.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08884" Longitude="14.421602" StarRating="3" HotelCode="190968|dusni_apartments" HotelName="Apartments Dusní" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dusní 928/1, Staré Mesto, 11000 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/d0/2fd07298961f8a252c72ac80774d3b350d65db27.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="481.77" OriginalAmount="477.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.078087993179" Longitude="14.425200372934" StarRating="4" HotelCode="81797|hotel_amarilis_jerome" HotelName="Hotel Amarilis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Štepánská 18, 11000 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/40/19406046578e5b3cd82063b14210bc764c3715b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="481.77" OriginalAmount="477.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0036183647" Longitude="14.466596150363" StarRating="4" HotelCode="267729|lifestyle_hotel" HotelName="Lifestyle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>V Luzich 999/1, 142 00 Praha 4</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/9d/b69d7befc08619748a2c649d327e391d82badde1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="482.57" OriginalAmount="477.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0904926" Longitude="14.4304785" StarRating="4" HotelCode="|66418" HotelName="Grand Majestic Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRUHLARSKA 1117/16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/4/1/8/66418_18dcfed1348.jpg</HotelPictures>
        <HotelDescription>SITUATION: This designer hotel is in the historic centre and Prague the commercial area of 5 minutes walk away, guests will find Palladium the commercial centre points of interest. HOTEL: This tourist establishment has, a lobby, with a waterfall.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="483.41" OriginalAmount="478.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0362767" Longitude="14.469899" StarRating="4" HotelCode="|118506" HotelName="Hotel Nosal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/0/6/118506_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is next toMichelsky Les park 10 minutes away, you can find Prague the city centre of. FACILITIES: The establishment boasts WiFi (free of charge), a restaurant and private parking (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="484.80" OriginalAmount="480" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08949" Longitude="14.40763" StarRating="5" HotelCode="87442|11632" HotelName="Luxury Family Hotel Royal Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Letenska 11, 118 00 Prag 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/59/655925601b8b39bfc317ba198dbe86c396fc00af.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly historical hotel is located in the very heart of Prague, right by the Prague ca...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.81" OriginalAmount="481" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.061054536973" Longitude="14.427275061607" StarRating="4" HotelCode="13425|30057" HotelName="Holiday Inn Prague Congress Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Na Pankráci 15/1684, 140 21 Prague 4</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/ce/7ece00d7a087e94512bfca1d26e541ceff1e3d44.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated near the centre of Prague, which can easily be reached by public transport in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="485.81" OriginalAmount="481" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.069819" Longitude="14.43441853373" StarRating="5" HotelCode="27520|14484" HotelName="Le Palais" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Hotel de Charme" 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>U Zvonarky 1, 120 00 Prague 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/c0/03c0848e225ef92d5652c538d6251175642aa5ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the outskirts of Prague, this hotel lies within a short distance of Karlovo namesti under...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="486.82" OriginalAmount="482.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088453334265" Longitude="14.399368017912" StarRating="1" HotelCode="108877|little_quarter_hostel" HotelName="Hostel Little Quarter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Internet,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nerudova 21/246, 110 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/fe/61fea2c5f2a2981defb6b6e9391a35c6fa109beb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming historical hotel is situated on the famous King's Way (Nerudova Street) in the very he...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="486.95" OriginalAmount="482.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0840435" Longitude="14.3778261" StarRating="3" HotelCode="|118449" HotelName="Family Apartments Praha 6" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/4/9/118449_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in a peaceful, green area, 15 minutes away, guests can find the city centre. ROOM: Clients are offered fully-equipped apartments and with WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="487.83" OriginalAmount="483.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.071844843976" Longitude="14.438572891619" StarRating="3" HotelCode="108928|orion_hotel_" HotelName="Hotel Orion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Americká 9, 120 00 Praha 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/01/f401a2210da4cbf0d953f0c9909fbf204f593d7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="489.85" OriginalAmount="485.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.081787" Longitude="14.416464" StarRating="5" HotelCode="61437|eurostars_thalia_hotel" HotelName="Eurostars Thalia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Narodní, 13, Praga 11000</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/55/78558e1f6ff65d04df2c0d8f220382b733f9eb6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated beside the Moldau, opposite the National Theatre, one of Prague's most signifi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="490.12" OriginalAmount="485.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0848511" Longitude="14.4330976" StarRating="4" HotelCode="|450718" HotelName="Miss Sophie's Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>39 Opletalova</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/7/1/8/450718_2a223e21506.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="490.86" OriginalAmount="486.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08844035" Longitude="14.41592851" StarRating="4" HotelCode="968500|quentin_prague_hotel" HotelName="Quentin Prague Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Krizovnicka 14, Old Town, Stare Mesto, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/e6/70e603ebf54e54391ab1d71f0d9a9aa5cc06d4c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.88" OriginalAmount="488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087350457882" Longitude="14.426085689078" StarRating="3" HotelCode="101726|barcelo_old_town_praha_hotel" HotelName="Hotel Golden Angel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City 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,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Celetná 588/29, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/a5/4ca59b78b08d9b7f5b44660fd1b08d8041c577f9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is situated in the centre of the historical old town, right next to the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="496.92" OriginalAmount="492.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.093032" Longitude="14.409077" StarRating="5" HotelCode="13373|hotel_hoffmeister" HotelName="Hotel Hoffmeister" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pod Bruskou 7, Praha 1, Malá Strana, 118 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/ea/eaeadeb61e0cf0281be5afca17e67c6216980103.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="496.92" OriginalAmount="492.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.078292" Longitude="14.428178" StarRating="4" HotelCode="613177|myo_hotel_wenceslas" HotelName="Myo Hotel Wenceslas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Krakovska 1338/10, 11000 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/28/1028cbb9b65827579c3a8143761e696a4f1bc56a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="497.61" OriginalAmount="492.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07408" Longitude="14.43004" StarRating="0" HotelCode="|534533" HotelName="Alfons Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 Legerova</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/4/5/3/3/534533_c61ef4f1402.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="500.96" OriginalAmount="496" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.082687916804" Longitude="14.406238496304" StarRating="4" HotelCode="259138|3133" HotelName="Hotel Kampa - Stará zbrojnice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Všehrdova 16, 118 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/b4/b47342d7bc96a6a3/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally situated in the historical centre of Prague, close to Karl's bridge and the na...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="500.96" OriginalAmount="496.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.090556" Longitude="14.430405" StarRating="4" HotelCode="900006|grand_majestic_plaza_2" HotelName="Hotel Grand Majestic Plaza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Truhlárská 16, 11000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/3b/743bba66fe24a019965e0a8b8e43cd17d76643f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of historic Prague, just a few steps from the famous Municipal Hou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="501.95" OriginalAmount="496.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08938" Longitude="14.43139" StarRating="4" HotelCode="98256" HotelName="Century Old Town Prague - Mgallery Collection" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Na Porici 7 Prague 1,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/98256/98256/1.jpg?f=17719985</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access. This hotel also features concierge services and a banquet hall.. Featured amenities include a business center, limo/town car service, and express check-in. Planning an event in Prague? This hotel has 1292 square feet (120 square meters) of space consisting of conference space and meeting rooms. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="501.97" OriginalAmount="497.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.080372165764" Longitude="14.418026660389" StarRating="3" HotelCode="58727|hotel_adler_44" HotelName="Hotel Adler Praha" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>V Jircharich 13, 110 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/59/f05904b72f72d2121dc6a39ffa3fffaadda15221.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="501.97" OriginalAmount="497.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09143587" Longitude="14.432956" StarRating="0" HotelCode="961283|hotel_republika_suites" HotelName="Hotel Republika &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Petrska 5, Praha 1, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/9e/a09e710d562ea26e117582490eb28e4a73e76750.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.98" OriginalAmount="498.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.077371071034" Longitude="14.426870048046" StarRating="4" HotelCode="58858|archibald_city" HotelName="Archibald City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Žitná 33, 110 00 Prag 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/77/2f777aa72bbbae340254f7771cf2882f7982741c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the most attractive part of Prague 1 district, only a few steps from the s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.98" OriginalAmount="498.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085738302516" Longitude="14.416218307292" StarRating="3" HotelCode="152280|pension_u_lilie" HotelName="Pension U Lilie" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Liliová 15, 110 00 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/64/c764dc3fc040579879057c445d902dc95e4dfe14.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests a total of 16 rooms. Services and facilities at the hotel include a dining a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="503.99" OriginalAmount="499.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.089555568693" Longitude="14.431370794773" StarRating="4" HotelCode="49127|hotel_century_old_town_prague__mgallery_collection" HotelName="Century Old Town Prague - MGallery by Sofitel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Na Porici 7, 11000 Prag, Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/7e/af7ec631782bd67c5064603c75a7d54e41864a9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming and historical business hotel is located in the heart of Prague, just a few minutes aw...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="503.99" OriginalAmount="499.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.083389269558" Longitude="14.415846168995" StarRating="3" HotelCode="336479|residence_bologna" HotelName="Residence Bologna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Konviktska 5, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/38/893873e275d187ffa7bfa9faf30b2a967aee15c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located on Konviktska Street, directly in the centre of Old Town between Betlem Sq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="505.92" OriginalAmount="500.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07859" Longitude="14.425025" StarRating="4" HotelCode="107373" HotelName="Majestic Plaza Hotel Prague" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Stepanska 33,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/07373/107373/13.jpg?f=17730822</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and gift shops/newsstands. Additional amenities at this Art Deco hotel include a television in a common area, a banquet hall, and bike storage.. Featured amenities include a 24-hour business center, express check-out, and dry cleaning/laundry services. Event facilities at this hotel consist of a conference center and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="506.93" OriginalAmount="501.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08767" Longitude="14.40254" StarRating="3" HotelCode="|455113" HotelName="Three Golden Crowns Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Malostranske Namesti 260/11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/1/1/3/455113_ac883471204.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="507.46" OriginalAmount="502.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0860638" Longitude="14.4181488" StarRating="3" HotelCode="|66427" HotelName="Palác U Kočků By Prague Residences" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jilska 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/4/2/7/66427_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel and it is in a historic, gothic style palace, built in the 14th Century, This hotel is ideal for holidays or business trips. SITUATION: It is surrounded by leisure areas, entertainment. ROOM: standard and deluxe rooms, They have views of the historic centre and WiFi. OTHERS: Clients have at their disposalU Kocku the historic, gourmet-style restaurant, which serves national and international dishes Regarding the food and beverage offering, clients have a breakfast service, You can enjoy live music.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="508.03" OriginalAmount="503" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.079552534226" Longitude="14.459558129311" StarRating="4" HotelCode="388475|30000" HotelName="Courtyard Prague City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="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,Golf,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lucemburska 46, 13000 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/3b/473b9f43748f3f5a50b8da0007137a742b157ca9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the trendy and upbeat Vinohrady district, only 10 minutes to the city centr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="510.05" OriginalAmount="505.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091663596718" Longitude="14.420585632324" StarRating="4" HotelCode="26715|myo_hotel_caruso" HotelName="Hotel Caruso Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>U milosrdnych 867/2, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/12/ba1238c13dc452fd323c3075bb69f0bbe21d0ab3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="511.06" OriginalAmount="506.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.109900619718" Longitude="14.501566886902" StarRating="4" HotelCode="75648|clarion_congress_hotel_prague" HotelName="Clarion Congress Prag" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Freyova 33, 190 00 Prague 9, Vysocany</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/9a/549abbd7c6adba0c2f597aa67649485f65de42c6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 800 m from the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="513.08" OriginalAmount="508.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.086545660213" Longitude="14.451696574688" StarRating="4" HotelCode="166511|three_crowns_hotel" HotelName="Prokop Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cimburkova 28, 130 00 Praha 3</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/d3/1fd390ef576583016aaa44e4e3d07aac4b055689.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="514.74" OriginalAmount="509.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07446" Longitude="14.409041" StarRating="4" HotelCode="119020" HotelName="Mamaison Hotel Riverside Prague" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Janáckovo Nabrezi 1115/15, Prague 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/19020/119020/2.jpg?f=17749596</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include complimentary wired internet access, a business center, and complimentary newspapers in the lobby. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="515.62" OriginalAmount="510.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07963" Longitude="14.42928" StarRating="0" HotelCode="|461249" HotelName="Hapimag Resort Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/1/2/4/9/461249_f098bad1104.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.11" OriginalAmount="511.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0870668" Longitude="14.4308855" StarRating="4" HotelCode="30259|kk_hotel_central" HotelName="K+K Hotel Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hybernská 10, 110 00 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/4b/6c4b61c2849ddf986ac1f7e57c4bb3808c676fbf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel enjoys an excellent location, right in the heart of Prague's historic o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="516.11" OriginalAmount="511.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.075141537875" Longitude="14.426901907592" StarRating="3" HotelCode="408915|miss_sophies_2" HotelName="Miss Sophie's" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Melounova 3, Melounova 1609/3, 120 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/01/92015493938f0b8faea1c3dfe02a5fbd3601123a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="516.20" OriginalAmount="511.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0882337" Longitude="14.4262189" StarRating="4" HotelCode="|118206" HotelName="Residence Rybna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rybna 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/2/0/6/118206_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: The establishment, is in Prague the city centre of it is situated 500 metres away from the square. ROOM: Guests can find apartments with a bathroom, a fully-equipped kitchen, a living room with TV and a DVD player.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="517.12" OriginalAmount="512" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085547478444" Longitude="14.379998445511" StarRating="4" HotelCode="16290|2623" HotelName="Orea Hotel Pyramida" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Belohorská 24, Praha 6, 169 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/92/bd92f357d692cbf0a8afd7d7d6a4c86848882e62.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is not only top service hotel located in walking distance from Prague castle, Loreta, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="517.12" OriginalAmount="512.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.070127483791" Longitude="14.401939175323" StarRating="4" HotelCode="100774|aparthotel_angel" HotelName="Apart Angel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karla Englise 2, 150 00 Prague 5</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/e8/b5e865530064026ee8c05aef7379c4bc6d562e2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="520.33" OriginalAmount="515.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08871" Longitude="14.42617" StarRating="3" HotelCode="835585" HotelName="Central Hotel Prague" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Rybna 8,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0008/35585/835585/2.jpg?f=17317308</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include concierge services and a television in a common area.. Featured amenities include limo/town car service, a computer station, and express check-in. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="521.16" OriginalAmount="516.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0884" Longitude="14.426352" StarRating="4" HotelCode="888105|hotel_royal_esprit" HotelName="EA Hotel Royal Esprit" 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,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jakubská 5, Praha 1, 11000  Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/b8/fdb8a95d9299cd4d3546969e87bd2d87a87d9fbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in close proximity to the historical centre, home to the commercial and s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.17" OriginalAmount="517.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.080934920319" Longitude="14.419062137604" StarRating="4" HotelCode="22178|elite_hotel" HotelName="Elite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ostrovni 32, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/a4/89a42429c1dec8c07e528fb4ad54f85e6327b51d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet side street in the heart of Prague's New Town. A diverse range of s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="522.49" OriginalAmount="517.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.082941" Longitude="14.425838" StarRating="0" HotelCode="|533548" HotelName="VN17 Rooftop Suites by Adrez Living" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/3/5/4/8/533548_992487f1133.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="523.26" OriginalAmount="518.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0855912" Longitude="14.3794787" StarRating="4" HotelCode="|22102" HotelName="Orea Pyramida Praha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BELOHORSKA 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/0/2/22102_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1985, has 9 floors, 354 rooms, a reception, a currency exchange service, a safety deposit box service, a cloakroom, lifts, 9 conference rooms, a hairdresser's and indoor parking (for a fee), With regards to the food and beverage offering, the establishment has a bar, a pub and an Ã  la carte restaurant with air-conditioning, Guests can also use internet and the launderette. SITUATION: This elegant hotel is in Praha a peaceful area of it is near Praha Castle in front of the hotel there is a tram stop. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar and a safety deposit box. FACILITIES: Guests can enjoy a covered pool, a sauna and a solarium. You also have at your disposal a massage service and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="523.52" OriginalAmount="518.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0713372" Longitude="14.4072058" StarRating="3" HotelCode="|338009" HotelName="Old Strand Spirit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/0/0/9/338009_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="523.92" OriginalAmount="518.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.06815" Longitude="14.41838" StarRating="4" HotelCode="1343176" HotelName="Hermitage Hotel Prague" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Svobodova 1,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0013/43176/1343176/11.jpg?f=17203833</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center or take in the view from a rooftop terrace and a garden. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a television in a common area.. Hotelstars Union assigns an official star rating for properties in Czechia. This property is rated 4 star Superior and is displayed on this page as 4.5 stars.. Featured amenities include complimentary wired internet access, a business center, and complimentary newspapers in the lobby. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="525.20" OriginalAmount="520" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.071884" Longitude="14.436575" StarRating="4" HotelCode="68609|37195" HotelName="Mamaison Residence Belgická Prague" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Belgická, 12, 12000 Prague 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/26/8826296250abc29a0ed934fd63374572deb0ca47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A short walk from Prague's historic Old Town, the residence is the ideal location for extended busin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="525.20" OriginalAmount="520.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091969898381" Longitude="14.431052953005" StarRating="4" HotelCode="161441|hotel_clement" HotelName="Hotel Clement" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Klimentska 30, 11000 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ec/bfec9ab453c0f4bbad1fdabbba3590248438da6b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular hotel is situated in the centre of Prague's old Jewish quarter, just a few minutes from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="527.20" OriginalAmount="521.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0895588" Longitude="14.4054013" StarRating="4" HotelCode="|22168" HotelName="Waldstein" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VALDSTEJNSKE NAMESTI 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/6/8/22168_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a historic building, has 3 floors, 13 standard rooms, 8 double rooms and 5 apartments. In the establishment entrance, guests will find a lobby with a reception, a currency exchange service, a restaurant, a breakfast room and internet. SITUATION: This romantic hotel is situated in the historic centre of Praha, close to the city castle and the leisure area. Nearby, there is a metro station. ROOM: The rooms have a bathroom, a direct line telephone, a kettle, a coffee maker, a mini-bar and a safety deposit box. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="527.22" OriginalAmount="522.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09063625" Longitude="14.4270125" StarRating="3" HotelCode="108947|residence_bene" HotelName="Residence Bene" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dlouhá 721/48, 110 00 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/7e/787ee2b74884dda15d1b35498ce8716c2fa55438.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="529.08" OriginalAmount="523.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0778126" Longitude="14.4221284" StarRating="4" HotelCode="|26828" HotelName="Praga 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ZITNA 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/8/2/8/26828_c80df591404.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="529.24" OriginalAmount="524.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.077583652908" Longitude="14.422819912434" StarRating="4" HotelCode="34866|hotel_suite_home_prague" HotelName="Hotel Suite Home Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pricna 2, 11000 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/dc/71dcbb4fd1949b865e8e59816d83f6f3bffb25a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel enjoys a central location in the middle of Prague, close to Wencelas Square. Co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="529.24" OriginalAmount="524.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08398988" Longitude="14.41720504" StarRating="3" HotelCode="108974|betlem" HotelName="Betlem Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Betlémské námestí 9/257, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/d0/fdd082cc2ddeb8cb368f026f19340d67fd32b310.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="529.69" OriginalAmount="524.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1176414" Longitude="14.446807" StarRating="4" HotelCode="|129471" HotelName="Castle Residence Praha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/9/4/7/1/129471_bfbf9c41247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="531.61" OriginalAmount="526.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.089769" Longitude="14.423662" StarRating="0" HotelCode="|130189" HotelName="Dlouha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dlouha 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/0/1/8/9/130189_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a kitchen, entertainment areas, bedding and a work area with WiFi (free of charge). The Dlouha is rated three stars. It has 4 apartments. SITUATION: It is situated 100 metres away from the Square of the historic centre where clients can find restaurants, cafÃ©s, shops and exhibitions. Nearby, you will find shopping centres. ROOM: The establishment has three and four bedroom apartments have a living room, a kitchen and one or two bathrooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="533.08" OriginalAmount="527.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0833183" Longitude="14.4187537" StarRating="0" HotelCode="|337767" HotelName="Ahoy!" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Na Perstyne 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/7/6/7/337767_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="533.32" OriginalAmount="528.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.06088" Longitude="14.42702" StarRating="3" HotelCode="118863" HotelName="Holiday Inn Prague Congress Centre By Ihg" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Na Pankraci 15/1684,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/18863/118863/12.jpg?f=17727405</HotelPictures>
        <HotelDescription>Pamper yourself with onsite massages or enjoy recreation amenities such as a 24-hour fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include complimentary wired internet access, a 24-hour business center, and dry cleaning/laundry services. Planning an event in Prague? This hotel has 753 square feet (70 square meters) of space consisting of a conference center and 5 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="534.29" OriginalAmount="529.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087641792057" Longitude="14.399463079693" StarRating="4" HotelCode="26989|constans_hotel" HotelName="Boutique Hotel Constans" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bretislavova 309/14, Mala Strana, 118 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/3b/f23b121903dfc129e442f56f904ba469274a31d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="534.29" OriginalAmount="529.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088983" Longitude="14.426181" StarRating="4" HotelCode="25664|hotel_astoria_5" HotelName="Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rybna 10, 110 00 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/35/3a3562cb616a259b3aab83d7eea4b7996b57d632.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in a quiet and very charming part of Prague's Old Town, surrounde...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="535.24" OriginalAmount="529.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091209083295" Longitude="14.425665218289" StarRating="3" HotelCode="108861|2548014" HotelName="Metropolitan Old Town hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Central Heating,Fax,Internet,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haštalská 20, 110 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/38/2338f682314bbee042f17ffffb1d2501ad4fbf9f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="535.36" OriginalAmount="530.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0776258" Longitude="14.4222363" StarRating="4" HotelCode="365244|1154337" HotelName="Hotel Praga 1" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zitna 1670/5, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/33/373399c0a8a035e02eec915d21829d13a439a0c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfort hotel in the heart of Prague is located at Charles Square in the historical part of Pra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="537.17" OriginalAmount="531.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0906909" Longitude="14.4285873" StarRating="4" HotelCode="|118302" HotelName="Apartment House - The Modern Flat" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soukenicka 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/0/2/118302_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in a historic building. SITUATION: Is situated in the city centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="537.32" OriginalAmount="532" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08763431" Longitude="14.40254101" StarRating="3" HotelCode="579468|363385" HotelName="Residence Three Golden Crowns" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Malostranské námestí 11, 118 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/f7/27f7b42b528765aa1e852a8f39e273c1dd75e1b7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="537.99" OriginalAmount="532.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.089402" Longitude="14.4316242" StarRating="3" HotelCode="|56237" HotelName="Atlantic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Na Porici ,9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/3/7/56237_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Atlantic is rated three stars. It was built in 1845, has 68 rooms, a restaurant, lifts, a concierge, a safety deposit box service, a bellboy, a cafÃ© and business facilities. SITUATION: It is situated in the centre of Praha. ROOM: The rooms have a hairdryer, a television and a radio. OBSERVATIONS: pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="539.34" OriginalAmount="534" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.073875814473" Longitude="14.417310655117" StarRating="4" HotelCode="43818|6258" HotelName="Best Western City Hotel Moran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Na Moráni 15, 12000 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/f4/52f4cbba4e45a38e8b9408410852184aaf56739a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional hotel is centrally located only 300 m away from the centre of Prague close to Karlo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="539.34" OriginalAmount="534.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.081850199425" Longitude="14.421340285879" StarRating="4" HotelCode="936759|golden_crown_3" HotelName="Golden Crown Prag" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vladislavova 26, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e8/ac/e8ac7b91a4bff9d3d40a97a2d0a2bf10d6298f64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="543.05" OriginalAmount="537.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0887513" Longitude="14.405077" StarRating="3" HotelCode="|118514" HotelName="U Schnellu" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tomasska 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/1/4/118514_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Mala Strana It is in 300 metres away, guests can find Charles Bridge 15 minutes away from the establishment you have Prague Castle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="544.39" OriginalAmount="539.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.077080393002" Longitude="14.428920294477" StarRating="4" HotelCode="64693|boutique_hotel_seven_days" HotelName="Boutique Hotel Seven Days" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Žitná 46/572, 120 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/31/e0/31e08d3dc2dd5802ead29564d3c5a56262cf33ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the very centre of Prague, close to the Old Town and Wenceslas Square, which...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="546.41" OriginalAmount="541.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0812197" Longitude="14.4285029" StarRating="5" HotelCode="258773|jalta_hotel_prague" HotelName="Jalta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Casino Resort,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,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Václavské námestí 45/818, 110 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/d9/48d92f1a544e58497459bd1ecb634c7536bc3df1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is located on the majestic Wenceslas Square, the famous Prague landmark which breathes history an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="546.41" OriginalAmount="541.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.079630243135" Longitude="14.429334998131" StarRating="3" HotelCode="224852|hapimag_resort_prague" HotelName="Hapimag" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Václavské Námésti 60, 110 00 Prag, Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/91/f591eb713584b3236193f9b0728bc4547be0b00b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="549.44" OriginalAmount="544.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.082863753412" Longitude="14.418791331352" StarRating="3" HotelCode="25187|u_medvidkubrewery_hotel" HotelName="U Medvídku" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Na Perštýne, Staré Mesto/Praha 1, 100 01 Praha, Hlavní mesto Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/ef/69efbb905889c515d51f39a4cf3190e529f244ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="550.75" OriginalAmount="545.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0918538" Longitude="14.441022" StarRating="4" HotelCode="|22441" HotelName="Mucha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOKOLOVSKA 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/4/1/22441_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting hotel, was built in 1800, has 7 floors, 39 rooms, 3 single rooms, 27 double rooms, 3 suites and 6 apartments. In the entrance, you can find a lobby with a lift, a reception, a currency exchange service and a safety deposit box service. The establishment also has an Ã  la carte restaurant with air-conditioning and a car park (for a fee), There are many services available at the establishment, including room service, a laundry service and internet. SITUATION: This smart hotel is in Praha the centre of Na Porici it is close to nearby, you will find Hilton the business district it is situated 1 kilometre away from Wenceslao the Square of the historic centre, 100 metres away, there is an underground station, 50 metres away, guests will find shops, restaurants and bars. ROOM: It has Art Deco style rooms with shower or WC, a hairdryer, a direct line telephone, internet (free of charge), a mini-bar, a coffee maker, a kettle, central heating and a safety deposit box. FACILITIES: Guests can enjoy a sauna and a gym. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard, JCB and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="551.13" OriginalAmount="545.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.070025" Longitude="14.381744" StarRating="3" HotelCode="|524942" HotelName="KORA APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/4/9/4/2/524942_d92199c0921.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="552.16" OriginalAmount="546.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08925" Longitude="14.42013" StarRating="4" HotelCode="|234307" HotelName="Gorgeous Prague Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kostecna 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/3/0/7/234307_23.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="552.47" OriginalAmount="547.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07195893" Longitude="14.39564461" StarRating="3" HotelCode="948814|little_tom_apartments" HotelName="Little Tom Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tomaskova 775/3, 150 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/b2/24b2d19d01bde016d78ab0fb7f923ea888f3b880.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="553.33" OriginalAmount="547.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1117677" Longitude="14.4742734" StarRating="3" HotelCode="|337892" HotelName="Apartments Rokytka - Praha" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kandertova 865/17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/8/9/2/337892_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="553.48" OriginalAmount="548.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08006141017" Longitude="14.424730986357" StarRating="4" HotelCode="67243|the_icon_hotel__lounge" HotelName="The Icon Hotel &amp; Lounge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>V Jáme 1263/6, 111 21 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/74/a0743ef63902d74c74d801e42a9e22abadf83b69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is is located in the historic center of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="555.50" OriginalAmount="550" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07401293" Longitude="14.43007154" StarRating="3" HotelCode="755619|339596" HotelName="Hotel Alfons" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Legerova 41, 120 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/929318/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="556.37" OriginalAmount="550.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0844277" Longitude="14.4166125" StarRating="3" HotelCode="|118405" HotelName="U Cervene zidle - Red Chair Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Liliova 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/0/5/118405_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inPrague the historic centre of 300 metres away, guests will find Charles the bridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="556.51" OriginalAmount="551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087245743689" Longitude="14.40603082576" StarRating="4" HotelCode="78804|domus_balthasar_design_hotel" HotelName="Domus Balthasar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mostecká 282/5, 118 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/3a/543a44ecf067b6eccbea31cabe3d0f95d17da012.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="556.51" OriginalAmount="551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087595449646" Longitude="14.405436515808" StarRating="4" HotelCode="34992|the_charles_hotel" HotelName="The Charles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Josefská 1, 11800 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/80/02800b3419fe65d11e6f9f2c105291c814c13200.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury recently remodelled in 2008 hotel is situated in the centre of the historical L...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="556.51" OriginalAmount="551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.089459199481" Longitude="14.405651092529" StarRating="4" HotelCode="336483|waldstein_hotel" HotelName="Hotel Waldstein" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valdštejnské námestí 6/19, 118 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/a4/9fa48067832cbe7e03c770b7a30d08e80ec6d32b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This romantic hotel is situated in the historical heart of Prague, in the same neighbourhood as the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="556.51" OriginalAmount="551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.080903873048" Longitude="14.421349154013" StarRating="5" HotelCode="296355|hotel_beseda_prague" HotelName="Michelangelo Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vladislavova 1477/20, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/29/2e29a9c83c3d4c8d1e8fa16ab85a4c104a8f88a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the historic town centre, just a few steps from famous Wencesla...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="560.38" OriginalAmount="554.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0888742" Longitude="14.4216373" StarRating="0" HotelCode="|118412" HotelName="Old Town - Dusni Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dusni 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/1/2/118412_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has, WiFi, (free of charge). SITUATION: This apartment complex is situated next to the old square, is situated next to the astronomical clock.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="563.88" OriginalAmount="558.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0871046" Longitude="14.4303369" StarRating="4" HotelCode="|60623" HotelName="K+k  Central Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HYBERNSKA 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/2/3/60623_83a0cdc1603.jpg</HotelPictures>
        <HotelDescription>SITUATION: This business hotel is in an excellent location, is situated in Prague the historic centre of nearby, there is a train station, nearby, you will find restaurants, bars, pubs and nightclubs. 200 metres away, guests can find shops, is situated 1 kilometre away from Moldava the river it is 17 kilometres away from Ruzyn the International Airport of. HOTEL: This elegant hotel rooms with air-conditioning, has 127 rooms, In the entrance, you can find has a lobby, with express check-out, a reception, a safety deposit box service, a currency exchange service and a lift. Regarding the food and beverage offering, the establishment has a bar, a cafÃ© and a restaurant. The establishment offers guests conference facilities, room service, a laundry service and a car park (for a fee). FACILITIES: The establishment has a spa area, a sauna, a gym (free of charge) and a massage service (available for a fee). MEALS: Guests can book bed and breakfast, The establishment serves a buffet breakfast, Regarding the food and beverage offering, the establishment offers an Ã  la carte restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="566.32" OriginalAmount="560.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08108" Longitude="14.42842" StarRating="5" HotelCode="119387" HotelName="Jalta Boutique Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Vaclavske Namesti 45,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/19387/119387/1.jpg?f=17722233</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as concierge services and babysitting (surcharge). Additional amenities at this hotel include wedding services and a banquet hall.. Featured amenities include a 24-hour business center, dry cleaning/laundry services, and a 24-hour front desk. Planning an event in Prague? This hotel has 5382 square feet (500 square meters) of space consisting of a conference center and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="567.62" OriginalAmount="562.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08572990632" Longitude="14.407838433982" StarRating="3" HotelCode="59219|kampa_garden_hotel" HotelName="Kampa Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>U Sovovych Mlynu 9, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/46/8c46c73be4c18269b187114506637885899da00b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Mala Strana near the Vltava River and a few metres from Charles Bridge. The ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="567.62" OriginalAmount="562.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08331172" Longitude="14.41879645" StarRating="2" HotelCode="625846|ahoy_hostel" HotelName="Ahoy Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Na Perstyne 10, Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/59/d65911f43ffedc81bd00c57acac5048dd720bb4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Casavalentina is located in Mantua&amp;apos;s centre and offers rooms with free WiFi. The property is ch...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="570.07" OriginalAmount="564.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08088" Longitude="14.42114" StarRating="5" HotelCode="168061" HotelName="Michelangelo Grand Hotel Prague" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Vladislavova 1477/20, Praha 1 - Nove Mesto</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/68061/168061/4.jpg?f=17750230</HotelPictures>
        <HotelDescription>Michelangelo Grand Hotel***** was created with sensitive renovation of the former "Meštanská beseda," which served as a meaningful institution for the citizens and social life of Prague in the years 1870 - 1939. All rooms are equipped with stylish period furniture and feature anti-allergic bedding. Connecting rooms for large families as well as 1 barrier-free room is also available. Total capacity is 135 rooms. Free Wi-Fi is available in the entire hotel.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="570.32" OriginalAmount="564.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.1105223" Longitude="14.5015855" StarRating="4" HotelCode="|60602" HotelName="Clarion Congress  Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Freyova,33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/6/0/2/60602_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The CLARION CONGRESS HOTEL PRAGUE is rated four stars. It was built in 2008, has 559 rooms, 2 restaurants, lifts, a concierge, a safety deposit box service, a swimming pool, a sauna, room service, a cafÃ© and business facilities. SITUATION: It is in Praha, is close to O2 Arena, close to the establishment, clients can find the metro station Vysocanska. ROOM: The rooms have a hairdryer, a trouser press, an air-conditioning system and a television. OBSERVATIONS: pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="571.66" OriginalAmount="566.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.090904258477" Longitude="14.424681046627" StarRating="4" HotelCode="14647|hotel_maximilian_2" HotelName="Maximilian" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hastalska 14, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/1f/941f43a5a4c9d50381769008b93568258c439a54.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-class, luxury hotel is situated at the heart of the city, just a few paces from the old tow...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="572.05" OriginalAmount="566.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.086506" Longitude="14.452514" StarRating="3" HotelCode="529713" HotelName="Hotel Prokop Square" Meals="COMFORT ROOM" BedType="COMFORT ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Prokopovo Nám. 472/10, Praha 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/29713/529713/1.jpg?f=16693793</HotelPictures>
        <HotelDescription>Take in the views from a garden and make use of amenities such as complimentary wireless internet access and concierge services. This hotel also features a banquet hall and a vending machine.. Featured amenities include express check-in, express check-out, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="572.48" OriginalAmount="566.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08093" Longitude="14.41889" StarRating="4" HotelCode="119127" HotelName="Hotel Élite Prague" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Ostrovni 32, Nove Mesto,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/19127/119127/1.jpg?f=17727409</HotelPictures>
        <HotelDescription>Enjoy recreational amenities such as a sauna and bicycles to rent. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and bike storage.. Featured amenities include a business center, limo/town car service, and express check-out. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="572.67" OriginalAmount="567.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0707714" Longitude="14.41508574" StarRating="3" HotelCode="630434|riverside_spirit" HotelName="Riverside Spirit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Podskalská 27, 128 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/21/bb21cce8477877b1410b45e64a6eb677aed14c3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="574.48" OriginalAmount="568.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0829389" Longitude="14.4187435" StarRating="3" HotelCode="|118490" HotelName="U Medvidku - Brewery" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Na Perstyne 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/9/0/118490_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This historic hotel, has a restaurant and a brew-bar. The establishment offers excursions.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.70" OriginalAmount="570.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.051111254609" Longitude="14.414888620377" StarRating="3" HotelCode="13583|botel_racek" HotelName="Botel Racek" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Podolské nábreží, 147 00 Praha 4, Podolí</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/63/a663ab036b80c06e16f08a17c728aca9862f5892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close to the city centre in a quiet area of Prague. It enjoys easy and quick ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="575.70" OriginalAmount="570.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088584" Longitude="14.396612" StarRating="4" HotelCode="87269|golden_star_hotel_" HotelName="Hotel Golden Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nerudova 48/171, 118 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/46/7b463c8d64882b3591100a4949f10fdc66189338.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the historical centre of the town, in close proximity to Prague Castle...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="576.92" OriginalAmount="571.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.073792" Longitude="14.4177304" StarRating="4" HotelCode="|10155" HotelName="Best Western Moran" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NA MORANI 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/5/5/10155_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in the 19th Century, has 6 floors, 57 rooms, a lobby, a reception, a safety deposit box service and a currency exchange service. The establishment boasts a bar, a cafÃ©, a restaurant with highchairs, taxi services and ticket sales. SITUATION: This traditional hotel is situated in a central area, is 300 metres away from Praha the centre of it is close to Karlovo Namesti the underground station of a few minutes walk away from the establishment, clients can find monuments, Charles Bridge and HradÄany (the Castle District) it is 10 minutes away from Charles Bridge and HradÄany (the Castle District) it is 25 minutes away from Praha Castle it is 20 minutes away from the airport. ROOM: The bright rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite TV, a radio, internet, a mini-bar, a small fridge, individual heating and individual air-conditioning. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and Ã  la carte lunch and dinner. Guests can book half-board or full-board. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="577.59" OriginalAmount="571.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0775558" Longitude="14.4228226" StarRating="4" HotelCode="|20567" HotelName="Suite Home Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRICNA 2 658</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/5/6/7/20567_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Neo-romantic style aparthotel, was built in 1890, renovated in 2002, has 6 floors and 28 apartments. Some of the establishment facilities on offer are a reception, a television room, a lift, a restaurant, a safety deposit box service and internet. There are many services available at the establishment, including room service and a laundry service. The establishment also has an indoor car park and a car park. SITUATION: It is inPraha the centre of it is near Wenceslao the square nearby, you will find shops, restaurants situated 100 metres away from bars, is 500 metres away from nightclubs, a few minutes walk away, there is a bus stop. ROOM: The apartments have a bathroom, a hairdryer, a direct line telephone, a satellite television, internet, an open-plan kitchen, a mini-bar, a double bed, a central heating system and a safety deposit box. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="578.73" OriginalAmount="573.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08182304437" Longitude="14.426132440567" StarRating="3" HotelCode="59347|melantrich_apartments" HotelName="Melantrich Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vaclavske namesti 36, Stare Mes, Praha 1, 11000 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/92/5d92c4264ae9b9e241b78b64d9cea08c3b5cb965.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel affords a central location on Wenceslas Square at the heart of Prague, a vibrant city tha...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="579.74" OriginalAmount="574.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.089522872017" Longitude="14.431719481945" StarRating="3" HotelCode="10499|atlantic_hotel" HotelName="Hotel Atlantic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Na Porici 9, 11000 Prag 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/0f/cc0f6798861d8489d2947bca3ab03c4c8c608093.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated directly in the heart of Prague and is just around the corner from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="580.99" OriginalAmount="575.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08334" Longitude="14.41585" StarRating="4" HotelCode="9883" HotelName="Hotel  Bologna" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Konviktska 263/5,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/09883/9883/1.jpg?f=17751345</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as complimentary wireless internet access and concierge services. This hotel also features a reception hall and a vending machine.. Featured amenities include complimentary wired internet access, a 24-hour front desk, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="585.80" OriginalAmount="580.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085063" Longitude="14.424422" StarRating="4" HotelCode="161416|friday_hotel" HotelName="Friday" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Na Príkope 13, 11000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/bc/debc41c823068c17b6beab62692c884260e9b22c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the very heart of the historical and geographical centre of Prague, ri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="591.86" OriginalAmount="586.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.086094759988" Longitude="14.387497901917" StarRating="4" HotelCode="73636|lindner_hotel_prague_castle_2" HotelName="Lindner Hotel Prague Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Strahovská 128, 118 00 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/b4/89b4b609634b36aa03ef8c8eff92802801bfdf66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is nestled in the grounds of the UNESCO-protected site of Strahov Monastery and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="593.96" OriginalAmount="588.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0898702" Longitude="14.423937" StarRating="4" HotelCode="|46731" HotelName="Antik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DLOUHA 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/3/1/46731_8fb5e250459.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a patio with a garden. SITUATION: This family-run hotel is in the historic centre of Prague. It is 200 metres away from Wenceslao Square. 500 metres away, guests can find the bus station, the metro station and public transport services. ROOM: Customers have comfortable rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="594.77" OriginalAmount="588.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0880083" Longitude="14.4185904" StarRating="0" HotelCode="|330984" HotelName="Celine Prague Luxury" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kaprova 13/14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/9/8/4/330984_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="598.93" OriginalAmount="593.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.083813" Longitude="14.422696" StarRating="4" HotelCode="24653|liberty_hotel" HotelName="Liberty" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>28. rijna 11/376, Prague 11000</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/dd/46dd3cbee056f50ed98bb1242461c28f31a6149c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the very heart of Prague's historical centre, in a pedestrian zone at the bo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="600.49" OriginalAmount="594.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09061" Longitude="14.43036" StarRating="4" HotelCode="412150" HotelName="Grand Majestic Hotel Prague" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Truhlarska 16,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/12150/412150/1.jpg?f=17736218</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and gift shops/newsstands. Additional features at this hotel include a television in a common area and a banquet hall.. Featured amenities include a business center, limo/town car service, and express check-out. Event facilities at this hotel consist of a conference center and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="600.76" OriginalAmount="594.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.09637" Longitude="14.47754" StarRating="0" HotelCode="|191922" HotelName="Balu " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/2/2/191922_f0678121612.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="601.96" OriginalAmount="596.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.089671" Longitude="14.404996" StarRating="5" HotelCode="87897|three_storks_hotel" HotelName="Hotel Three Storks" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valdstejnske namesti 20/8, 11800 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/55/da555902be4e4cb5819b31ebb26abb05f09fe08c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury boutique hotel is situated in the historical heart of Prague, on Tomáská Street, Lesser T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="603.98" OriginalAmount="598.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.093082834857" Longitude="14.439781093254" StarRating="5" HotelCode="16118|hilton_prague" HotelName="Hilton Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Casino Resort,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Pobrezni 1, 186 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/74/d674ef8f373d0a5247070aac797a9b7e01a52b47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located on the right-hand bank of the river Vltava just 300 m from Florenc u...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="604.09" OriginalAmount="598.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08838" Longitude="14.4157" StarRating="4" HotelCode="|445232" HotelName="Quentin Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Krizovnicka 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/3/2/445232_f91cef60825.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="604.29" OriginalAmount="598.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08583" Longitude="14.41892" StarRating="4" HotelCode="120237" HotelName="The Dominican" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Jilská 235/7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/20237/120237/1.jpg?f=17727427</HotelPictures>
        <HotelDescription>Facilities: The hotel was built in 1600. The hotel has a lift and features 28 non-smoking rooms and 2 junior suites. The multilingual staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Guests receive a welcome drink upon arrival. Amenities include a baggage storage service and a cash machine. Wireless internet access in public areas (no extra charge) allows guests to stay connected. The tour desk offers assistance with booking excursions. Further services include a 24-hour security service, a car hire service, a transfer service, room service, an alarm call service, a laundry service and a hotel shuttle bus.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="608.02" OriginalAmount="602.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08798206513" Longitude="14.422551224918" StarRating="4" HotelCode="136600|hotel_cerny_slon" HotelName="Cerny Slon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Týnská 605/1, 110 00 Prague 1-Old Town</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/04/4d049cf77d85613fe8671063b50246c98510390a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="608.02" OriginalAmount="602.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087715" Longitude="14.406788" StarRating="4" HotelCode="108768|bishops_house" HotelName="Hotel Bishop´s House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dražického námestí 6/62, 118 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/e7/f2e7e53acc1c2ddefa052a1f8798d35f4d1db629.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Prague, in the Lesser Town, only few steps from the Charles Bri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="608.63" OriginalAmount="602.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0811408" Longitude="14.4286255" StarRating="5" HotelCode="|10152" HotelName="Jalta Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VACLAVSKE NAMESTI 45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/5/2/10152_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel has 94 standard rooms and 7 floors. In the establishment entrance, guests will find a reception, a safety deposit box service, a currency exchange service and a lift. Guests are also offered a gym (free of charge), WiFi, a bar, 4 conference rooms, with features that offer you the maximum level of comfort, a terrace, a car park and an indoor car park. SITUATION: The hotel is in Wenceslao Square. Nearby, you will find the railway station and the metro station. In the surrounding area, there is restaurants, bars and shops. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, WiFi and a mini-bar. They also have an individual air-conditioning system, heating, a safety deposit box (available for a fee) and a balcony or terrace. FACILITIES: Guests are offered a massage service and a gym (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="613.12" OriginalAmount="607.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0806793" Longitude="14.4056318" StarRating="4" HotelCode="|118439" HotelName="Hunger Wall Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plaska 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/3/9/118439_aeeaf900938.jpg</HotelPictures>
        <HotelDescription>HOTEL: Establishment is rated 4 stars. SITUATION: Is situated inPraha the centre of 500 metres away, guests will find AndÄ›l the underground station of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="613.60" OriginalAmount="607.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0878676" Longitude="14.4226627" StarRating="4" HotelCode="|118469" HotelName="Černý Slon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tynska 629/1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/6/9/118469_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inPrague the city centre of Staromestske namesti 50 metres away, guests will find. OBSERVATIONS: The establishment has, wifi, free of charge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="616.30" OriginalAmount="610.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0631242" Longitude="14.4316366" StarRating="5" HotelCode="|23398" HotelName="Grand Hotel Prague Towers - Czech Leading Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kongresova,1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/9/8/23398_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre, a currency exchange service, a valet service, a car hire service and shops. ROOM: The rooms have dry cleaning. FACILITIES: The establishment boasts a sauna and a spa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="623.17" OriginalAmount="617.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085997640303" Longitude="14.416951023313" StarRating="3" HotelCode="180436|charles_bridge_premium_apartments" HotelName="Charles Bridge Premium Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Karlova 24, Old Town, 11000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/ab/87ab18845fc772eec6b8252b09a9d9b54cbcffdd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment complex offers a baggage storage service and a transfer service. Wireless internet acc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="625.19" OriginalAmount="619.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.089892" Longitude="14.425973" StarRating="4" HotelCode="25138|hotel_josef" HotelName="Hotel Josef" 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,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rybná 20, 11000 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/ae/40ae9a882e23a85951a9c9fbaa3aaba106c1fcb4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated in the centre of Prague's old town. Numerous shops are in the i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="626.20" OriginalAmount="620.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.076456" Longitude="14.415266" StarRating="5" HotelCode="299576|fashion_dancing" HotelName="La Ballerina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dittrichova 20, 12000 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/5d/4b5ded5919930ae99c127b89e0ac60ad502d60c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Prague</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="629.23" OriginalAmount="623.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08178566" Longitude="14.42813255" StarRating="3" HotelCode="963756|apartments_39_wenceslas_square" HotelName="Apartments 39 Wenceslas Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Václavské Námestí 39, 110 00 Praha, Hlavní mesto Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/b3/59b35d8efeeb59a659116ef3670c96d5d5abc218.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="631.25" OriginalAmount="625.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087652" Longitude="14.402539" StarRating="3" HotelCode="180443|little_town_budget_hotel__hostel" HotelName="Little Town Budget Hotel - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Massage Centre,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Malostranske namesti 11/260, 118 00 Prague 1, Lesser Town Square</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/41/f7414b224470c3051c0678d43b17af6d340e14e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="635.29" OriginalAmount="629.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0868368" Longitude="14.4211099" StarRating="4" HotelCode="60960|grand_hotel_praha" HotelName="Grand Hotel Praha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staromestské námestí 481/ 22, 11000 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/88/e988df0e7e9782d09499aba7c79e30c437c44daf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="635.31" OriginalAmount="629.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07827" Longitude="14.42824" StarRating="4" HotelCode="|240359" HotelName="Wenceslas &amp; Apartments " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Krakovska 1338/10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/0/3/5/9/240359_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091677363127" Longitude="14.42479133606" StarRating="4" HotelCode="11545|10237" HotelName="Hotel Casa Marcello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rásnovka 783, 110 00 Praha1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/6f/496f4350d865434eb137321fcfc25148df4ffa22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the Old Town Square and the Josefov Jewish quarter of the city. The ri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="636.30" OriginalAmount="630.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085791002292" Longitude="14.418934732676" StarRating="4" HotelCode="63948|savic_hotel" HotelName="Dominican Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jilská 235/7, Staré Mesto, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/86/af/86af0c3a6322c28ffd8195bcc1211c77e8a44dbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique-hotel is part a Dominican Monastery. Over the years, it has become very famous, not on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="638.46" OriginalAmount="632.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0884845" Longitude="14.3990434" StarRating="3" HotelCode="|118477" HotelName="Aureus Clavis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nerudova 243/27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/7/7/118477_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms and small. SITUATION: Mala Strana It is in next to the establishment, clients can find the castle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="641.14" OriginalAmount="634.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0878109" Longitude="14.4046766" StarRating="4" HotelCode="|118455" HotelName="Malostranska Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/5/5/118455_87ce2330727.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inMala Strana the Square of opposite the establishment, you can find San NicolÃ¡s the church this establishment, is 200 metres away from Charles Bridge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="644.36" OriginalAmount="637.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091421" Longitude="14.431089" StarRating="4" HotelCode="|128479" HotelName="INNSiDE Prague Old Town by Meliá" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Soukenicka 1188 / 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/4/7/9/128479_d7379e71655.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a reception, attentive service, a restaurant, WiFi, a transfer service to the airport, a secretary service, a computer, meeting rooms, a laundry service and a car park. SITUATION: The hotel is in Prague the historic centre of Plaza Vieja it is situated near la Plaza de Wenceslao nearby, you will find, is situated 180 minutes away from Palladium the shopping centre of Where customers can find shops and boutiques. it is 5 minutes away from the metro station, the bus station. ROOM: The establishment has 90 deluxe rooms, 14 double rooms, 6 junior suites, 2 luxurious suites, 1 disabled access rooms and non-smoking rooms. They have an air-conditioning system, WiFi, a flat-screen television, a mini-bar, a safe, a desk, a coffee maker, a kettle, a bathrobe and slippers. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="645.39" OriginalAmount="639.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087876823726" Longitude="14.397705048323" StarRating="4" HotelCode="58917|appia_residences" HotelName="Appia Hotel Residences Prag" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Golf,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Šporkova 3/322, 11000 Prag 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/4e/3c4e20bf3d5a0b04dcf02fa98b1c741e026dda65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The residence is located in Malá Strana (Lesser Town), just under the Prague Castle and a few metres...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="646.35" OriginalAmount="639.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0829445" Longitude="14.4256124" StarRating="3" HotelCode="|118269" HotelName="Vn17 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/2/6/9/118269_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is in Wenceslao the Square of is situated in Prague the centre of in the surrounding area, clients can find pubs, shops and historic points of interest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="648.42" OriginalAmount="642.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.062779850006" Longitude="14.431974291802" StarRating="5" HotelCode="47799|corinthia_hotel_prague" HotelName="Corinthia Hotel Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" 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,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kongresová 1, 140 69 Prague 4</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3f/9f/3f9fca6dfb8e995ce219fb76b12e8b1f3f96079d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the metro station Vyšehrad (line C), 100 m from Prague Congress Centre and o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="648.42" OriginalAmount="642.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0113179" Longitude="14.6034555" StarRating="4" HotelCode="108837|park_holiday_congress__wellness_hotel" HotelName="Park Holiday" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kvetnového povstání 194, Benice, 103 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/7b/b87b0586085d0fa1565927bf092746b0ce95eeb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="650.44" OriginalAmount="644.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088440033582" Longitude="14.398833159797" StarRating="3" HotelCode="108975|aureus_clavis" HotelName="Golden Key" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nerudova 243/27, 118 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/24/1d240f01be005fb5c01e8b563606cc5fa1ac1393.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located right in the heart of Prague. Its setting is especially ideal for gue...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="651.10" OriginalAmount="644.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0915302" Longitude="14.424753" StarRating="4" HotelCode="|21841" HotelName="Monastery Garden Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RASNOVKA 783</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/4/1/21841_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 32 comfortable rooms, In the entrance, you can find a reception room, a safety deposit box service and a currency exchange service. The establishment also has a bar, a pub and an Ã  la carte restaurant with air-conditioning, There are many services available at the establishment, including room service, For an additional charge you can use the launderette and the indoor car park. SITUATION: It is located near the historic centre, is near Josefov the Jewish district a few minutes walk away from the establishment, clients can find the river, the city centre situated in the surrounding area of the tourist attractions, monuments. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, satellite and cable television, a mini-bar, a safe, central heating and fitted carpets. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="655.49" OriginalAmount="649.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07544343" Longitude="14.4141009" StarRating="4" HotelCode="496159|dancing_house_hotel" HotelName="Dancing House Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jiraskovo Namesti 1981/6, 120 00 Prague 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/21/082108cdf4e59947a65aa252b15fc2d6779989c2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="659.53" OriginalAmount="653" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.082238633119" Longitude="14.429877417904" StarRating="4" HotelCode="55494|4264" HotelName="Hotel Grandium Prague" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Politickych veznu 913/12, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/80/0a80f65ac432cef8c96628cfbc9b75179764bccc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on a main street, very close to the famous Wenceslas Square where there are co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="661.55" OriginalAmount="655" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07776" Longitude="14.405053" StarRating="4" HotelCode="34996|55723" HotelName="Julian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Elišky Peškové 11, Prague 5</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/d5/21d5f180b9aee114ba933c289f17ae40ee318c34.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="661.55" OriginalAmount="655.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07961" Longitude="14.427648" StarRating="4" HotelCode="259021|kk_hotel_fenix" HotelName="K+K Hotel Fenix" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ve Smeckách 30, 110 00 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/8e/c08e69eb4c97b0aeba40494ffc3c6728b3e82121.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the heart of the Golden City, just a short walk from Wenceslas Square, this city and bus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="663.51" OriginalAmount="656.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08849" Longitude="14.39885" StarRating="4" HotelCode="|184821" HotelName="Golden Key Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nerudova 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/2/1/184821_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="664.58" OriginalAmount="658" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.106838" Longitude="14.269342" StarRating="4" HotelCode="87710|30001" HotelName="Courtyard Prague Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Aviaticka 1092/8, Prague 161 00</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/db/63db7b4e4e8a236a501e86070c22d73467577354.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at Prague-Ruzyne International Airport, between Terminal 1 and 2 with a direct ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="665.10" OriginalAmount="658.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0821323" Longitude="14.4154751" StarRating="4" HotelCode="|118495" HotelName="Residence Karolina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karoliny Svetle 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/9/5/118495_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in a quiet area of the city centre, this establishment, is 600 metres away from Charles Bridge. OBSERVATIONS: Payment metods accepted are wifi free of charge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="665.59" OriginalAmount="659.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08772584" Longitude="14.40467124" StarRating="4" HotelCode="385765|malostranska_residence_2" HotelName="Residence Malostranska" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Malostranske namesti 24/38, 11800 Prag 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d7/34d7f42b9967b28abe232e4848ab17ed0b9b30a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="668.62" OriginalAmount="662.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091518942656" Longitude="14.430874346751" StarRating="4" HotelCode="262268|unic_prague_hotel" HotelName="INNSIDE Prague Old Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Soukenická 25, Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/dd/2fdd9543d8733d7b910d421707ad61c413911a8c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="670.15" OriginalAmount="663.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0593094" Longitude="14.4273514" StarRating="4" HotelCode="|118529" HotelName="Coronet" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marie Cibulkove 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/2/9/118529_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is located nearPrague the city centre of. ROOM: Customers can find spacious and modern rooms, with internet, a mini-bar and a satellite television. FACILITIES: The establishment has a car park (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="670.74" OriginalAmount="664.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087220281637" Longitude="14.423173964024" StarRating="5" HotelCode="35939|3411900" HotelName="Ventana Hotel Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Celetna 7, entrance – Štupartská 2, 11000 Prag 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e0/25e00fc560da9cea79b4940046404c6cf2607e31.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical heart of Prague at the world-famous Old Town Square overlooki...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="680.55" OriginalAmount="673.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07541" Longitude="14.41396" StarRating="4" HotelCode="|233924" HotelName="Dancing House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/3/9/2/4/233924_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="680.74" OriginalAmount="674.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091043195473" Longitude="14.424761144775" StarRating="4" HotelCode="63205|hotel_hastal_prague_old_town" HotelName="Hotel Hastal Prague Old Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hastalska 1077/16, 11000 Prag 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/2a/c32a941c2c6a9a4d7bbec8f7e756292db9b6a883.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="680.74" OriginalAmount="674.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0821" Longitude="14.4275" StarRating="4" HotelCode="410831|apartments_by_grand_hotel_praha" HotelName="Apartments by Grand Hotel Praha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Coffee Shop,Concierge,Dry Cleaning,Internet,Kitchen,Laundry,Luggage Storage,Nightclub,Parking,Pets allowed,Porter,Restaurant,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Vejvodova 1 Praha 1 Stare Mesto, 11000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/5b/025b92ea27b1fc2138b6a17a1f608add4c5b539c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Apartments by Grand Hotel Praha, you'll be centrall...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="685.53" OriginalAmount="678.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.090142106697" Longitude="14.436013203705" StarRating="4" HotelCode="188600|1040470" HotelName="Grandior Hotel Prague" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Eco Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Na Porici 42, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/80/3c80bfa82e6ba6c618c0803a0791456210d309f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located in the heart of historic Prague, just a 5-minute walk from Wenceslas ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="687.29" OriginalAmount="680.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0113005" Longitude="14.6033799" StarRating="4" HotelCode="|118379" HotelName="Park Holiday Congress y Wellness" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/3/7/9/118379_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: It is inBotiÄ-MilÃ­Äov the Natural Park of it is situated 18 kilometres away from Prague the centre of. FACILITIES: At no extra cost, guests can enjoy a spa with a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="689.59" OriginalAmount="682.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.06292" Longitude="14.43182" StarRating="5" HotelCode="466313" HotelName="Grand Hotel Prague Towers" Meals="SUPERIOR ROOM - CITY VIEW" BedType="SUPERIOR ROOM - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Kongresova 1,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/66313/466313/78.jpg?f=17743917</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You can take advantage of recreational amenities such as a health club, an indoor pool, and a sauna. Additional features at this hotel include complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include limo/town car service, a computer station, and dry cleaning/laundry services. Planning an event in Prague? This hotel has 16146 square feet (1500 square meters) of space consisting of a conference center and 24 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="702.25" OriginalAmount="695.3" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08238" Longitude="14.42998" StarRating="5" HotelCode="9959" HotelName="Grandium Hotel Prague" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Politickych Veznu 913/12,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/09959/9959/1.jpg?f=17727061</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages. You're sure to appreciate the recreational amenities, including a hot tub and a sauna. Additional features at this hotel include complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include complimentary wired internet access, a business center, and limo/town car service. Planning an event in Prague? This hotel has 7578 square feet (704 square meters) of space consisting of conference space and 9 meeting rooms. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="703.38" OriginalAmount="696.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0893438" Longitude="14.4240101" StarRating="3" HotelCode="|118246" HotelName="Residence Mysterius Old Town" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Masna 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/2/4/6/118246_cbd239e1003.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the historic centre, 200 metres away, guests can find the metro station.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="704.58" OriginalAmount="697.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0749787" Longitude="14.4275934" StarRating="4" HotelCode="|10168" HotelName="Novotel Praha Wenceslas Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/6/8/10168_30cfe381516.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has an indoor car park.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="708.67" OriginalAmount="701.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0872609" Longitude="14.4059452" StarRating="4" HotelCode="|118467" HotelName="Domus Balthasar Design Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mostecka 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/6/7/118467_9.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is 50 metres away from Charles Bridge.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="717.07" OriginalAmount="709.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0900509" Longitude="14.4261088" StarRating="4" HotelCode="|21925" HotelName="Josef" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rybna 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/9/2/5/21925_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This modern, luxurious hotel, was built in 2002, is on a main street. It has 8 floors, a 6-storey annexed building, 110 rooms, 8 single rooms, 75 double rooms and 27 suites. It has a lobby with a reception, a safety deposit box service, a cloakroom and a currency exchange service. Some of the facilities that the establishment offers to guests include lifts, a bar, a restaurant with air-conditioning, a conference room, internet, WiFi and a car park. There are many services available at the establishment, including room service, a laundry service and a medical care service. The hotel has, a terrace for sunbathing, with stunning gardens. SITUATION: This modern hotel is in Praha the historic centre of 300 metres away, guests can find museums, is 200 metres away from bars, nightclubs, 100 metres away, there is a public transport stop. ROOM: The stylish rooms, have a bathroom, a hairdryer, a direct line telephone, a satellite television, a radio and internet. They also have a mini-bar, a fridge, a double bed, a safety deposit box, fitted carpets and a central heating system. FACILITIES: The establishment has a gym, a garden, a terrace with parasols and deck chairs. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="718.11" OriginalAmount="711" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08306881" Longitude="14.42449974" StarRating="4" HotelCode="766753|339671" HotelName="Pytloun Boutique Hotel Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vaclavske Namesti 779/16, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/27/d127cbf7b6eae81efc943999cabbb45c7e7a7fa5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="719.12" OriginalAmount="712.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.089348695578" Longitude="14.423980460119" StarRating="3" HotelCode="108688|myo_hotel_mysterius" HotelName="Myo Hotel Mysterius" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Masna 9, Prague 1, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/53/db539a04998a4cd216da4c227bb195d32b71a55a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Mysterius Hotel Carnival, you'll be centrally locat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="721.87" OriginalAmount="714.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085969126727" Longitude="14.433948397636" StarRating="4" HotelCode="387084|1725834" HotelName="987 Design Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Senovazne Namesti 15-987, 110 00 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/a8/31a856732ba0936407ba7352c2301d9a625cea74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is situated between the modern Prague of Wenceslas Square and the historical Old City...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="724.30" OriginalAmount="717.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.089814559989" Longitude="14.432835280895" StarRating="5" HotelCode="68806|3335583" HotelName="Imperial Art Deco" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Na Porici 15, 110 00 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/64/656478722c2e409264686cf02c58965d4c8bc63b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is a luxurious Art Deco property situated in the heart of Prague city centre, ju...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="728.17" OriginalAmount="720.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08599" Longitude="14.41528" StarRating="4" HotelCode="|191939" HotelName="Little King U Malvaze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Anenska 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/3/9/191939_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="728.21" OriginalAmount="721.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08587546" Longitude="14.4153018" StarRating="4" HotelCode="427810|residence_u_malvaze" HotelName="Residence U Malvaze" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses,Apartment,Apartment,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Garden,Housekeeping,Internet,Luggage Storage,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karlova 10, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/20/3820b938525dd7c6f02cf8c8b84bce2125c1a11b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Featuring a garden with a terrace and free-to-use BBQ faciliteis, Apartment Janko 209 is located in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="742.35" OriginalAmount="735.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087621" Longitude="14.426358" StarRating="5" HotelCode="12989|grand_hotel_bohemia" HotelName="Grand Hotel Bohemia Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Králodvorská 4, Staré Mesto, 110 00 Prague, Hlavní mesto Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/71/f671c386a40ddd104763082b359999ac09dfaa3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in quiet neighbourhood, enjoying a central location close to many of Pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="742.67" OriginalAmount="735.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0799297" Longitude="14.4253948" StarRating="0" HotelCode="|330976" HotelName="Aparthotel Wenceslas" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>V Jame 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/0/9/7/6/330976_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="748.16" OriginalAmount="740.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0846838" Longitude="14.4141651" StarRating="5" HotelCode="|27618" HotelName="The Mozart Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/6/1/8/27618_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1765, has a beautiful garden, 4 floors and 50 rooms. The establishment boasts a reception, a safety deposit box service, a currency exchange service, a cloakroom, lifts, a hairdresser's, 2 conference rooms, internet, room service and a laundry service. SITUATION: This hotel is in StarÃ© MÄ›sto it is situated near Charles Bridge and 15 kilometres away from the airport. ROOM: The rooms have a king-size bed, a living room-bedroom, a direct line telephone, a satellite TV, a safety deposit box (available for a fee), a mini-bar, internet, a hairdryer, individual air-conditioning and individual heating. FACILITIES: The establishment boasts a swimming pool, a gym (free of charge) and a massage service. MEALS: The establishment serves a buffet breakfast. Clients can book bed and breakfast. PAYMENT METHODS: The establishment accepts American Express, Visa, Mastercard, Diners Club and JCB. OBSERVATIONS: The establishment offers transfer service, guided tours, ticket sale and restaurant reservations.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="749.42" OriginalAmount="742" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085626645343" Longitude="14.419662952423" StarRating="5" HotelCode="35409|2473" HotelName="Iron Gate Hotel &amp; Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Jacuzzi,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Michalská 19, 110 00, Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/65/d26571f710a56188873b40ce8e6d203a45bb6b86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, luxury hotel is located in a peaceful and pretty lane, just a few steps from the old t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="749.42" OriginalAmount="742.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.084976415568" Longitude="14.42271670025" StarRating="4" HotelCode="108675|otel_modra_ruze" HotelName="Modra Ruze" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rytírská 403/16, 110 00 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/8f/3c8f72d7e04960e66bcaeb4e08a89e716e11c8a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="749.59" OriginalAmount="742.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091515" Longitude="14.431021" StarRating="4" HotelCode="1829787" HotelName="INNSIDE By Melia  Prague Old Town" Meals="SPACIOUS INNSIDE PREMIUM ROOM" BedType="SPACIOUS INNSIDE PREMIUM ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Soukenicka 25,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/29787/1829787/1.jpg?f=17654607</HotelPictures>
        <HotelDescription>Facilities: The friendly staff at the reception desk are happy to answer any questions. Amenities include a baggage storage service. Wireless internet access is provided to guests. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. Souvenirs can be purchased at the gift shop. A garden provides extra space for rest and relaxation in the open air. Additional amenities include a TV room and a library. Guests arriving by car can park their vehicles in the car park. Further services and facilities include a 24-hour security service, a transfer service, a laundry service and a hotel shuttle bus. Daily newspapers will keep you informed. A projector is available for guests' business needs.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="755.89" OriginalAmount="748.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08307" Longitude="14.4245" StarRating="4" HotelCode="|445220" HotelName="Pytloun Boutique" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vaclavske namesti 779/16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/2/0/445220_de6b0ff1150.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="767.99" OriginalAmount="760.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0872038" Longitude="14.4232229" StarRating="5" HotelCode="|71567" HotelName="Ventana  Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CELETNA 7 (main entrance STUPARTSKA 2)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/6/7/71567_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This inviting, urban hotel, was built in 1884 and has 29 standard rooms. In the entrance, you can find a lobby, a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom and a lift. The establishment has a television room, a cafÃ©, a bar, a breakfast room and conference facilities. The establishment offers room service, a laundry service (for a fee), WiFi and an indoor car park (for a fee). SITUATION: The hotel is situated in the historic centre of Prague. 200 metres away from the establishment, you can find restaurants, shops, bars and pubs and 300 metres away from the metro station. This hotel is 800 metres away from the railway station. Is 12 kilometres from Ruzyn Airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="771.64" OriginalAmount="764.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.074416" Longitude="14.453825" StarRating="1" HotelCode="602740|hotel_jana" HotelName="Penzion Jana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Dykova 20, 10100 Praha 10</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/12/cc12f548cab7c431859b2d1aa4e1d05f007a2f2d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features a baggage storage service for a comfortable and relaxing stay. Wireless internet ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="793.75" OriginalAmount="785.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0876211" Longitude="14.4265569" StarRating="5" HotelCode="|10144" HotelName="Grand Bohemia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kralodvorska,4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/4/4/10144_8f626b71323.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="793.79" OriginalAmount="785.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08261" Longitude="14.40447" StarRating="3" HotelCode="|184866" HotelName="James  and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ujezd 428/34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/8/6/6/184866_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="793.86" OriginalAmount="786.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.084673191817" Longitude="14.414081275463" StarRating="5" HotelCode="58305|mamaison_suite_hotel_pachtuv_palace" HotelName="Smetana Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karoliny Svetlé 34, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/7e/527ec0178eb7467ff8d545d7d85f246378f226e3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historic hotel is located in Prague's Old Town and is only a short walk from the Charles Bridge...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="796.38" OriginalAmount="788.5" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08776" Longitude="14.42645" StarRating="5" HotelCode="42172" HotelName="Grand Hotel Bohemia" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Kralodvorska 4,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/42172/42172/1.jpg?f=17719486</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include complimentary wired internet access, a business center, and complimentary newspapers in the lobby. Event facilities at this hotel consist of a conference center and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="800.93" OriginalAmount="793.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.084033293931" Longitude="14.42795794517" StarRating="4" HotelCode="178184|fusion_hotel" HotelName="NYX Hotel Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Panska 9, Prague 1, 11000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/e0/bae0b351d92e5c70713d90ffe3f30489fce93433.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located just 200 metres from Wenceslas Square, the hotel is 1.2 km from the Charles Bridge...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="805.98" OriginalAmount="798.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085918357028" Longitude="14.422260671854" StarRating="4" HotelCode="166513|residence_leon_d_oro" HotelName="Hotel Leon D´Oro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Havelska 29, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/3f/bf3f406efeb9d10b8eeac0b569c9ebc182bb9b2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Prague, on Havelska street between Wenceslas Square, and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="819.11" OriginalAmount="811" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088159" Longitude="14.425866" StarRating="5" HotelCode="98958|17624" HotelName="Buddha-Bar Hotel Prague" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jakubská 649/8, 11000 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/95/87954c081c2ab6c3ea0b8685398cc965ac12f25d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in a historical building in the city centre of Prague just a few...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="824.16" OriginalAmount="816.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088613634787" Longitude="14.431886338534" StarRating="5" HotelCode="16623|hilton_prague_old_town" HotelName="Hilton Prague Old Town" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>V Celnici 7, 11000 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/68/cf/68cfef8fe02afc509c586051e44eee34e934d1f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming business hotel is situated in the heart of Prague, amidst attractions including the ol...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="827.19" OriginalAmount="819.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08364140982" Longitude="14.414274394512" StarRating="4" HotelCode="34714|hotel_leonardo_prague" HotelName="Hotel Leonardo Praha" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic 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,Internet,Kitchen,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karolíny Svetlé 27, 11000 Prag, Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/b2/c4b2a7dc8197ca11aa06f1340d7d8d322a3742de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the centre of Prague, close to Charles Bridge, the Old Town Ring, Wenceslas ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="831.23" OriginalAmount="823.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08265553" Longitude="14.40462875" StarRating="3" HotelCode="372446|residence_james_house" HotelName="James Hotel &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Újezd 428/34, 118 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/ec/b6ec941bb69c66a690bef32833078e519ce67e60.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="887.79" OriginalAmount="879.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0908431" Longitude="14.404583" StarRating="5" HotelCode="58525|golden_well_hotel" HotelName="Golden Well" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme" 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,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>U Zlate Studne 166/4, 11801 Prag 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/a1/12a10cc8f21aed195e5380616c354acc472bd028.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated close by the Czech parliament building in the charming Malá Strana district o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="889.81" OriginalAmount="881" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.076865" Longitude="14.415315" StarRating="4" HotelCode="68627|9672" HotelName="Eurostars David Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Náplavní, 6, Praga 12000</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/b1/12b15b341685c81d8ce66be8e4f00e14112a95f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is located downtown, close to the Vltava river, the National Theatre, the famous Charles B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="894.86" OriginalAmount="886" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.083780608667" Longitude="14.424697609682" StarRating="5" HotelCode="200906|11670" HotelName="Hotel Ambassador Zlatá Husa" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Václavské Námestí 5-7, 111 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/6c/d26cc9b08c4ab308364d81fa35efde07b56d80d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is located right on Wenzel Square. The nearest underground station is Must...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="897.15" OriginalAmount="888.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091356" Longitude="14.421908" StarRating="4" HotelCode="|445998" HotelName="Allure Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/9/9/8/445998_0e7cd971030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="897.89" OriginalAmount="889.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088211084139" Longitude="14.431195364747" StarRating="5" HotelCode="14673|prague_marriott_hotel" HotelName="Prague Marriott Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>V Celnici 8, 111 21 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/78/9e/789e976392b58cea74da01e68d51435b47c99fd0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city center, just a few steps away from the Old Town Square and Prague’s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="912.03" OriginalAmount="903.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08764985135" Longitude="14.418435897553" StarRating="5" HotelCode="284709|the_emblem_hotel" HotelName="The Emblem Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,ATM/Cash Machine,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Massage Centre,Meeting Room,Pets allowed,Printer,Restaurant,Room Service,Sauna,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Platnérská 19, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/ef/e0efe78f87e4d00c1307f8668c4becdefae0ccfb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Sophisticated and imaginative, The Emblem Hotel boasts an unbeatable location in the heart of Prague...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="955.46" OriginalAmount="946" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08605189" Longitude="14.42933026" StarRating="4" HotelCode="322835|58826" HotelName="BoHo Hotel Prague" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Senovážná 1254/4, 110 00 Praha 1-Nové Mesto</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/4d/814d3117909bf365ab1ffd637b28d7ce104fb17f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="958.49" OriginalAmount="949" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07645" Longitude="14.427143" StarRating="4" HotelCode="160473|56907" HotelName="First Republic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>V Tuních 1625/8, 12000 Praha 2</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/cb/68cbd523e4ab0ace1f1fd1353979b10665a1261a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="966.57" OriginalAmount="957.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088207" Longitude="14.42827" StarRating="5" HotelCode="900416|hotel_kings_court" HotelName="Kings Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel,Conference Hotel,Family-friendly Hotel,Historic Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>U Obecniho domu 3, 110 00 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/28/78282daa51c61c5f0c2c868b3a4cd7fe56b73af1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located directly in Prague's city centre, at Republic Square. It is next to the Municip...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="973.76" OriginalAmount="964.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0932599" Longitude="14.438904" StarRating="5" HotelCode="|10150" HotelName="Hilton Prague Atrium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>POBREZNI 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/5/0/10150_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, has 8 floors, 791 standard rooms, 32 suites, a lobby, lifts, a reception, shops, a hairdresser's, conference rooms, a nightclub and a casino. The establishment has restaurants, a bar, a laundry service, room service and an indoor or outdoor car park. SITUATION: This hotel is in a central area. It is close to Moldava 300 metres away from the establishment, you can find Florenc Metro Station. In the surrounding area you can also find a public transport stop, shops, monuments, tourist points of interest and the nightlife. 1 kilometre away, you can find the historic centre. Is 2 kilometres from Charles Bridge and the Jewish Quarter (Josefov) near the establishment, you will find Prague Castle 4 kilometres away, you can find Praha Castle. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a television, a mini-bar and a central air-conditioning system. FACILITIES: The establishment has a spa, body care with covered pool, jacuzzis, saunas, a steam bath and a solarium. The establishment also has a massage service, body care treatments, a well-equipped gym and a squash court.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="978.78" OriginalAmount="969.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0862996" Longitude="14.433876" StarRating="5" HotelCode="|22105" HotelName="NH Collection Carlo IV" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Senovazne namesti 13/991</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/0/5/22105_0ec69c80910.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Carlo IV is rated five stars and was built in 2003. It has 132 rooms, 2 restaurants, lifts, a concierge, a safety deposit box service, a swimming pool, a sauna, a cafÃ© and business facilities. SITUATION: The hotel is situated in the centre of Praha. ROOM: The rooms have a hairdryer, an air-conditioning system, a television, video and a radio. OBSERVATIONS: Pets are permitted.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="986.77" OriginalAmount="977.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.086318489638" Longitude="14.433870613575" StarRating="5" HotelCode="27481|boscolo_prague_autograph_collection" HotelName="Carlo IV Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Senovazne namesti 13/991, 110 00 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1b/921bb983da79836d55ae3b5e1cc48ab86f2f663a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious, neo-classical city hotel is located at the heart of Prague, just a few minutes walk ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1003.88" OriginalAmount="993.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.086235" Longitude="14.433855" StarRating="5" HotelCode="121099" HotelName="Nh Collection Prague Carlo IV" Meals="PREMIUM ROOM" BedType="PREMIUM ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Senovazne Namesti 13/991</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/21099/121099/1.jpg?f=17737858</HotelPictures>
        <HotelDescription />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1008.99" OriginalAmount="999.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087039580401" Longitude="14.402563869953" StarRating="5" HotelCode="27480|aria_hotel" HotelName="Aria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business 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,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tržište 9, 11800 Praga 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/06/c10670cef6b7be6b733825422d82a5315e0b5526.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel lives up to its promise of a special stay. The hotel's romantic location by the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1011.85" OriginalAmount="1001.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08604" Longitude="14.42923" StarRating="4" HotelCode="|184784" HotelName="Boho Prague Hotel, Small Luxury Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/4/7/8/4/184784_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1017.05" OriginalAmount="1006.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0880591" Longitude="14.4229904" StarRating="3" HotelCode="|118280" HotelName="Apartments Tynska 7" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/2/8/0/118280_13.jpg</HotelPictures>
        <HotelDescription>SITUATION: 7 metres away, guests will find the Square of the historic centre, is situated in the city centre. ROOM: Guests can find fully-equipped apartments and WiFi (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1021.11" OriginalAmount="1011.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.092331262993" Longitude="14.4195073843" StarRating="5" HotelCode="16148|president_hotel_prague" HotelName="The President Hotel Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Casino Resort,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Namesti Curieovych 1/100, 110 00 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/b5/ce/b5ce4264290bdcd0f2224ab2f85f646f3d8a229e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on the right bank of the Vltava river, between Charles Bridge and the convent ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1035.12" OriginalAmount="1024.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0875855" Longitude="14.4184484" StarRating="5" HotelCode="|131165" HotelName="The Emblem" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PLATNERSKA 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/3/1/1/6/5/131165_e5c65fc1757.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel Prague it is in it is situated 300 metres away from the Square of the historic centre, near the establishment, you will find the tourist attractions. ROOM: Customers have stylish rooms, have WiFi, (free of charge), an air-conditioning system. FACILITIES: The establishment has a spa area, a wellness centre, a gym and a terrace on the roof terrace.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1041.31" OriginalAmount="1031" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085184526303" Longitude="14.414488265433" StarRating="4" HotelCode="200029|31609" HotelName="Charles Bridge Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Anenské námestí 203/1, 110 00 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/6f/da6f4c77fc36ad2102b159353e8170ada0f8e96c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical center of Prague, near the Charles Bridge and Old Town Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1042.32" OriginalAmount="1032.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.084872833475" Longitude="14.421046972275" StarRating="3" HotelCode="180461|corto_old_town_pension" HotelName="Corto Old Town Pension" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Havelska 15, Praha 1, 110 00 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/6a/ff6a00daa14ae18c75d25575782028d56584f8e2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1042.93" OriginalAmount="1032.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0925369" Longitude="14.419271" StarRating="5" HotelCode="|21890" HotelName="The President" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NAMESTI CURIEOVCH 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/9/0/21890_56cc39f1318.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the historic area, along the river, next to the Jewish district. Just a few minutes walk away, you can find la Plaza de la Ciudad Antigua and El Puente de Carlos. HOTEL: The establishment has classic style rooms with views and a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1063.32" OriginalAmount="1052.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.092377" Longitude="14.419746" StarRating="4" HotelCode="9911" HotelName="The President Hotel" Meals="JUNIOR SUITE" BedType="JUNIOR SUITE">
        <Address>
          <AddressLines>
            <AddressLine>Námestí Curieových 1/100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/09911/9911/40.jpg?f=17744394</HotelPictures>
        <HotelDescription>Facilities: The hotel was modernised in 2020. Guests can enjoy the pleasant ambience of one of the 140 non-smoking rooms, including 22 junior suites, 3 suites and 75 double rooms. The friendly staff at the reception desk are happy to answer any questions. Guests receive a welcome drink upon arrival. Amenities available at the hotel include a baggage storage service and a cash machine. Wireless internet access is provided in public areas (no extra charge). The tour desk offers assistance with booking excursions. There are a number of shops as well. Additional facilities include a TV room. Travellers with their own cars can use the parking spaces (for a fee) (subject to availability). Other services include a 24-hour security service, a transfer service, 24-hour room service (for a fee), an alarm call service, a laundry service and a hairdresser. A projector is available for guests' business needs. 6 conference rooms are available for lectures, presentations and meetings.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1084.67" OriginalAmount="1073.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07955535" Longitude="14.41948242" StarRating="4" HotelCode="562660|2371085" HotelName="Garden Court" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar">
        <Address>
          <AddressLines>
            <AddressLine>Spalena 90/17, 110 00 Prague 1, (Czech Republic)</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/36/3c367a5ec2722879e10c231037efddcaa3f33ee1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1108.98" OriginalAmount="1098.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088026" Longitude="14.427252" StarRating="5" HotelCode="16040|hotel_paris" HotelName="Hotel Paris Prague" Meals="BED &amp; BREAKFAST" 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,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>U Obecního Domu 1, 110 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/51/2751da99c7d144f92d80cbe592e0e0c25520187a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming, traditional hotel is located at the heart of the historical city centre. All of the t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1116.01" OriginalAmount="1104.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.081703" Longitude="14.428484" StarRating="4" HotelCode="9928" HotelName="Ramada By Wyndham Prague City Centre" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Václavské Námestí 41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/09928/9928/29.jpg?f=17735871</HotelPictures>
        <HotelDescription>Facilities: The hotel has 10 apartments and 88 double rooms, which are located on 6 storeys and are reachable by lift. The reception desk is open round the clock. Amenities include a baggage storage service, a safe and a currency exchange service. Wireless internet access in public areas allows guests to stay connected. The tour desk offers assistance with booking excursions. The hotel offers various facilities for guests with disabilities. Wheelchair-accessible facilities are available. A number of shops, including a souvenir shop, are great for shopping or just browsing. Parking facilities available to guests include a garage and a car park. Further services include a car hire service, medical assistance, a transfer service, room service, a laundry service and a coin-operated laundry. Complimentary newspapers are available. The business centre is on hand for guests' business requirements and provides a fax machine.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1116.05" OriginalAmount="1105.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.07825654" Longitude="14.43253416" StarRating="4" HotelCode="578376|rezidence_muzeum" HotelName="Rezidence Muzeum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Rubešova 2576/11, 120 00 Vinohrady</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/8c/388c5797c36dfba52e189d8a28663c94ab689b2b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1142.31" OriginalAmount="1131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.075910854373" Longitude="14.431029412975" StarRating="3" HotelCode="385988|227013" HotelName="Residence Vocelova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Vocelova 6, 120 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/d6/7fd65e70714bf19a722500521ba6a897d9b2032d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Prague.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1153.57" OriginalAmount="1142.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08396" Longitude="14.42796" StarRating="4" HotelCode="1792662" HotelName="Nyx Hotel Prague By Leonardo Hotels" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Panska 9,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/92662/1792662/42.jpg?f=17669087</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a banquet hall. Additional amenities at this hotel include a vending machine and bike storage.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1155.43" OriginalAmount="1143.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0807559" Longitude="14.4264489" StarRating="5" HotelCode="|10164" HotelName="Almanac X Alcron Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STEPANSKA 40</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/6/4/10164_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This Art Deco style hotel, was opened in 1932, has 206 rooms, restaurants and live music performances. SITUATION: This hotel is in Praha the city centre of it is situated only a few minutes walk away from the tourist attractions, close to the establishment, clients can find Wenceslao the Square of the National Museum and the opera. it is located close to Charles Bridge the National Theatre. ROOM: The establishment has 206 comfortable standard rooms and suites, Clients are offered non-smoking rooms and disabled access rooms. The rooms have a smoke detector, sprinklers, an electronic key and security services. FACILITIES: Customers can enjoy a gym, a spa, a health club with a sauna, a solarium (available for a fee) and a massage service. OTHERS: Regarding the food and beverage offering, you can enjoy buffet breakfast, lunch and dinner and an Ã  la carte or set-menu lunch and dinner. Guests can book all inclusive.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1176.65" OriginalAmount="1165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.080077296142" Longitude="14.426282261887" StarRating="5" HotelCode="16422|radisson_blu_alcron_hotel" HotelName="Alcron Hotel Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Štepánská 40, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/82/1d8255481db54c6a612036262daadd1bae0739f6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Prague, the hotel is just steps away from all the historic and cultural attr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1182.71" OriginalAmount="1171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087528" Longitude="14.400942" StarRating="5" HotelCode="82873|alchymist_grand_hotel_and_spa" HotelName="Alchymist Grand Hotel &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Trziste 19, 11000 Prague 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/67/57677db27a57fd4abae016261f18b7bff18f0f0f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the city centre, near to the Charles Bridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1214.79" OriginalAmount="1202.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.083938" Longitude="14.4277184" StarRating="5" HotelCode="|10145" HotelName="Art Nouveau Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Panska 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/4/5/10145_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1909, elegant rooms, has a main 8-storey building, 124 double rooms and 10 suites. In the entrance, guests are offered a lobby, a cafÃ©, a lift, a reception with safety deposit boxes and a currency exchange service. The establishment boasts a bar, a pub, a restaurant for breakfast, Gourmet Club the restaurant a conference room, internet, an indoor car park and a car park. There are many services available at the establishment, including a medical care service, room service and a laundry service. SITUATION: Is situated in the historic centre, is close to Wenceslao the square. ROOM: The cosy, comfortable rooms, bath or shower, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, fitted carpets, a safety deposit box (available for a fee), an air-conditioning system, a double bed and central heating. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, Ã  la carte lunch and dinner and a set-menu dinner. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1262.50" OriginalAmount="1250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.083792004907" Longitude="14.427929520607" StarRating="5" HotelCode="15510|palace_praha" HotelName="Art Nouveau Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Panská 12, 111 21 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/b4/dbb403867ee67df9c8f374797c87f20e1e88864b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in the city centre, only a few paces from Wenceslas Square and within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1316.31" OriginalAmount="1303.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085523" Longitude="14.430414" StarRating="5" HotelCode="|444958" HotelName="Andaz Prague - A Concept By Hyatt" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Senovazne Namesti 976/31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/5/8/444958_8a143f50806.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1376.43" OriginalAmount="1362.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0917552" Longitude="14.4187465" StarRating="5" HotelCode="|10149" HotelName="Fairmont Golden Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PARIZSKA, 30</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/4/9/10149_6f9959b0839.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This luxury hotel, was built in 1974, has 9 floors, 365 rooms, 146 single rooms, 129 double rooms and 85 suites. In the establishment entrance, guests will find a lobby, a reception and a hairdresser's. This hotel is elegant and comfortable. The establishment also offers a gourmet restaurant and an indoor car park (for a fee). There are many services available at the establishment, including a medical care service, room service and a laundry service. SITUATION: This urban hotel is in the historic centre. It is located in front of the Moldava River. With views of Prague Castle Castle. 3 kilometres away, there is a public transport stop. ROOM: The stylish rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a mini-bar, a fridge, an air-conditioning system and a safety deposit box. FACILITIES: There is a variety of facilities and services available at the establishment, including a covered pool, a sauna, a solarium, a massage service, a small golf course and a gym. Some services (available for a fee). OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1384.20" OriginalAmount="1370.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0873263" Longitude="14.4011742" StarRating="5" HotelCode="|118530" HotelName="Alchymist Grand and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Trziste 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/5/3/0/118530_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the historic centre of Prague. 5 minutes away, you can find Charles Bridge.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1393.85" OriginalAmount="1380.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0866082" Longitude="14.4365906" StarRating="5" HotelCode="|19624" HotelName="Kosher King David Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HYBERNSKA 42</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/2/4/19624_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1884, renovated in 2003, has 6 floors and 71 rooms. In the entrance, you can find a lobby with a lift, a reception with safety deposit boxes and a currency exchange service. Guests also have access to a restaurant with air-conditioning, a conference room and internet. There are many services available at the establishment, including a laundry service and a car park. SITUATION: This urban hotel is situated in Praha the city centre of it is 500 metres away from the railway station, Where you can find public transport stops, a few minutes walk away, you can find restaurants, is 200 metres away from bars, nightclubs, is 500 metres away from shops, is situated 18 kilometres away from the airport. ROOM: Each room has a bathroom with a hairdryer, a bath, a mirror, a direct line telephone, a satellite TV, a television (available for a fee), a radio, internet, a mini-bar, a safety deposit box, a double bed, fitted carpets, central heating and triple-glazed windows. Clients are offered suites, have jacuzzi and massage shower. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1433.19" OriginalAmount="1419" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.088716650891" Longitude="14.406270728836" StarRating="4" HotelCode="97911|31809" HotelName="Augustine A Luxury Collection Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Historic 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,Diet Meals,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Letenska 12/33, 118 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/e8/97e83629e4b1a0c3255c707419ffbdcf6aede5d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Conveniently located in Prague's picturesque Malá Strana district, the hotel is close to the majesti...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1435.21" OriginalAmount="1421" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.082073471725" Longitude="14.427098035812" StarRating="2" HotelCode="188605|420421" HotelName="Grandhotel Evropa" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Václavské Námestí 826/25, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ed/6c/ed6cbb95bf0b383da628b9c53fcb676fb19fe461.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1456.42" OriginalAmount="1442.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.086573195968" Longitude="14.436794221401" StarRating="5" HotelCode="31803|hotel_terminus_prague" HotelName="King David" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hybernska 42, 110 00 Prague</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/1f/db1fcfd27a325beb3b5f0b1cd2d50142c365fa66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located at the heart of Prague, close to the main train station where gu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1464.50" OriginalAmount="1450.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.091749636709" Longitude="14.418268203735" StarRating="5" HotelCode="258532|intercontinental_prague" HotelName="InterContinental Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Golf,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Parížská 30, 110 00 Praha 1</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/80/ba8067baac38bd36e7f8f2545e53f5be38f3ad0f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive city hotel is located in the centre of the old town and directly on the Vltava. It of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1480.16" OriginalAmount="1465.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0886042" Longitude="14.4061082" StarRating="5" HotelCode="|65760" HotelName="Augustine, A Luxury Collection , Prague" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>C/ Letenska,12-33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/7/6/0/65760_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The AUGUSTINE is rated five stars. It was built in 2009, has 101 rooms, lifts, a concierge, a safety deposit box service, a sauna, room service and business facilities. SITUATION: It is situated in the centre of Prague. It is close to Charles Bridge, nearby, you will find the metro station MalostranskÃ¡. ROOM: The rooms have a hairdryer, a trouser press, an air-conditioning system, a television, video and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1522.53" OriginalAmount="1507.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.08551" Longitude="14.430235" StarRating="5" HotelCode="4010212" HotelName="Andaz Prague, By Hyatt" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Senovazne Namesti 976/31,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/10212/4010212/44.jpg?f=17410949</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You can take advantage of recreational amenities such as a steam room and a 24-hour fitness center. Additional amenities at this Art Deco hotel include complimentary wireless internet access, concierge services, and a fireplace in the lobby.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Planning an event in Prague? This hotel has 6000 square feet (557 square meters) of space consisting of conference space and 5 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1544.71" OriginalAmount="1529.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0851396" Longitude="14.4209039" StarRating="0" HotelCode="|118447" HotelName="Pension Corto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/8/4/4/7/118447_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has WiFi (free of charge) and a pizzeria. SITUATION: This guesthouse, is in Prague the centre of it is situated 200 metres away from the old town.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1549.41" OriginalAmount="1534.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.085922" Longitude="14.43017" StarRating="5" HotelCode="3979867" HotelName="The Julius Prague" Meals="DELUXE SUITE" BedType="DELUXE SUITE">
        <Address>
          <AddressLines>
            <AddressLine>3 Senovážné Nám.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/79867/3979867/53.jpg?f=17053175</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center, or other amenities including complimentary wireless internet access and concierge services.. Hotelstars Union assigns an official star rating for properties in Czechia. This property is rated 4 stars.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1564.49" OriginalAmount="1549.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087094081072" Longitude="14.431378484044" StarRating="5" HotelCode="76277|the_grand_mark_prague" HotelName="The Grand Mark Prague" 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,Diet Meals,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hybernská 12, Praha 1, 110 00 Prag</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/2c/9b2cb5174955591ec033bb135b70b0e609ce9cee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated in a well-known corner of central Prague, Hybernska Street, in close pro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2233.38" OriginalAmount="2211.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0880058" Longitude="14.4277668" StarRating="5" HotelCode="|10157" HotelName="Paris Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>U OBECNIHO DOMU 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/0/1/5/7/10157_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 1904, has 5 floors, 86 rooms and 12Â junior suites. The establishment boasts a reception with elevators, a safety deposit box service, a currency exchange service, a lounge bar, a conference room, indoor parking (for a fee) and a car park. It has a cafÃ©, an Ã  la carte restaurant with air-conditioning, internet, room service and a laundry service. SITUATION: This inviting, historic hotel is in the historic centre, near the establishment, guests will find monuments, tourist points of interest and shops. nearby, there is a public transport stop, is 100 metres away from bars, nightclubs, is situated 17 kilometres away from the airport. ROOM: Each room has a bathroom with a hairdryer, a bathrobe, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, a double bed, fitted carpets, an air-conditioning system, central heating and a safety deposit box. FACILITIES: The establishment has a jacuzzi, a sauna, a Turkish bath, a massage service (available for a fee) and a gym. PAYMENT METHODS: Customers can pay using American Express, Visa, Eurocard, Mastercard, Diners Club and EC. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2912.84" OriginalAmount="2884.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087494" Longitude="14.414891" StarRating="5" HotelCode="12632|four_seasons_hotel_prague" HotelName="Four Seasons Hotel Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Veleslavínova 2a/1098, Praha 1, 110 00 Praha</AddressLine>
          </AddressLines>
          <CityName>Prague</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a6/06/a60649171fe78ea1202aafc3478ec8affa28197f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Prague. The nearest airport is Prag (PRG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2930.92" OriginalAmount="2901.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.087728" Longitude="14.4150713" StarRating="5" HotelCode="|56240" HotelName="Four Seasons  Prague" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Veleslavinova,2a/1098</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/4/0/56240_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has 3 historic buildings and a modern building. SITUATION: This hotel is in the historic centre of Prague. It is situated 5 minutes walk away from El Puente de Carlos, la Plaza de la Ciudad Vieja and El Barrio de Mala Strana. 1,5 kilometres away, you can find El Castillo de Praga 300 metres away, guests can find the StaromÄ›stskÃ¡ metro stop StaromÄ›stskÃ¡. ROOM: Customers can find large, comfortable rooms with a sitting area with TV, a DVD player, a mini-bar, a bathroom, bathroom items (free of charge), a bathrobe and a hairdryer. RESTAURANT: In this establishment's food and beverage department guests can enjoy a restaurant, a seafood restaurant and a wine bar. FACILITIES: There are many facilities and services available at the establishment, including a wellness centre with a sauna, a gym and a massage service. Some of the services offered are WiFi, a car park for an additional charge, a flight booking service, translation services and a working area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.16" OriginalAmount="185.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.0832189" Longitude="14.4455758" StarRating="0" HotelCode="|328036" HotelName="15" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vlkova 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="389.30" OriginalAmount="385.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.067313" Longitude="14.418733" StarRating="3" HotelCode="|328055" HotelName="Neklanova Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>3 Neklanova</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service,Bicycle Rental,Central Heating,Currency Exchange,Laundry,Restaurant,Room Service,Swimming Pool,Designated Smoking Area,Diet Meals,Spa,Wheelchair Access,Golf,Lounge,Massage Centre,Sauna,Jacuzzi,Nightclub,Shopping Arcade,Airport Transfer (on Demand),Parking,Meeting Room,Pets allowed,Garden,Kitchen,Heated Pool,24 Hour Front Desk,Housekeeping,Luggage Storage,ATM/Cash Machine,Printer,Concierge,Dry Cleaning,Elevator,LCD/Projector,Coffee Shop,Porter,Valet Parking</BasicAmenities>
    <HotelRating>4,3,2,5,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>CITY HOTEL,APARTMENT HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,SPA HOTEL,ECO HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,HISTORIC HOTEL,HOSTELS,GUEST HOUSES,CASINO RESORT,APARTHOTEL,HOTEL,GOLF HOTEL,AIRPORT HOTEL,APARTMENT,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
ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae|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="ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="15580" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-26T00:00:00" End="2026-08-31T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="|63648" SourceId="94" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ibisholiday@gmail.com" Password="Dishank@78" 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
ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae|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="ac5e95f9-fc6c-43dd-97e3-e36667e0c5ae" TimeStamp="0001-01-01T00:00:00" HotelName="Courtyard By Marriott Prague City" HotelCode="63648" GTCityId="15580" CountryCode="CZ" CityName="Prague" CountryName="Czech Republic" Address="Lucemburska Street ,46" SourceId="94" Currency="GBP"><RoomTypes><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Double room" RoomTypeCode="63648H1_890H1HNHNo9h2j|1787299721.DIZFAP-GBRA97d3aoffL|551.15|94|NTUxLjE1fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="472" TotalPrice="477.19" 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-08-21T09:08:43.4685904+01:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="472.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Double room" RoomTypeCode="63648H1_890H2HNHNo9ol8|1787299721.DIZFAP-GBRA97d3aoffL|611.24|94|NjExLjI0fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="524" TotalPrice="529.23" 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-08-21T09:08:43.471592+01:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="523.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Quadruple room" RoomTypeCode="63648H5_1090H1HNHN1nnm5i|1787299721.DIZFAP-GBRA97d3aoffL|621.58|94|NjIxLjU4fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="533" TotalPrice="538.18" 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-08-21T09:08:43.471592+01:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="532.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Quadruple room" RoomTypeCode="63648H5_1090H2HNHN1no2gk|1787299721.DIZFAP-GBRA97d3aoffL|687.40|94|Njg3LjQwfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="589" TotalPrice="595.16" 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-08-21T09:08:43.471592+01:00" End="2026-08-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="589.27" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Family room" RoomTypeCode="63648H65_890-1104H1HRHRio59m|1787299721.DIZFAP-GBRA97d3aoffL|872.50|94|ODcyLjUwfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="748" TotalPrice="755.43" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/08/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-08-22T00:00:00" End="2026-08-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="747.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Family room" RoomTypeCode="63648H65_890-1104H2HRHRioega|1787299721.DIZFAP-GBRA97d3aoffL|944.90|94|OTQ0LjkwfEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="810" TotalPrice="818.12" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 22/08/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-08-22T00:00:00" End="2026-08-22T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="810.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Accommodation Only" FilterMealType="Accommodation Only" RoomType="Room 1: Junior Suite" RoomTypeCode="63648H42_890-1104H1HNHN6j7jm7|1787299721.DIZFAP-GBRA97d3aoffL|1022.55|94|MTAyMi41NXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="877" TotalPrice="885.35" 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-08-21T09:08:43.471592+01:00" End="2026-08-21T09:08:43.471592+01:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="876.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Bed and breakfast" FilterMealType="Bed and breakfast" RoomType="Room 1: Junior Suite" RoomTypeCode="63648H42_890-1104H2HNHN6j8159|1787299721.DIZFAP-GBRA97d3aoffL|1096.21|94|MTA5Ni4yMXxFVVJ8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="940" TotalPrice="949.13" 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-08-21T09:08:43.471592+01:00" End="2026-08-21T09:08:43.471592+01:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="939.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_11.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_12.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_13.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_2.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_1.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_10.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_5.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_6.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_7.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_8.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_9.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_3.jpg" /><Image Url="http://cdnh.octanio.com/images/hotels/6/3/6/4/8/63648_4.jpg" /></Images><HotelDescription>HOTEL: The Marriott Courtyard Flora is rated four stars. It was built in 2006, has 161 rooms, a restaurant, lifts, a concierge, a safety deposit box service, a cafÃ© and business facilities. SITUATION: It is in the centre of Praha. ROOM: The rooms have a hairdryer, an air-conditioning system, a television, video and a radio. OBSERVATIONS: pets are permitted.</HotelDescription><Facilities><HotelFacilities><Type>Room</Type><Description>Connecting rooms</Description><Value>Connecting rooms</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Iron</Description><Value>Iron</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Hairdryer</Description><Value>Hairdryer</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Satellite TV channels</Description><Value>Satellite TV channels</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Soundproofing</Description><Value>Soundproofing</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bathtub</Description><Value>Bathtub</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Bathroom</Description><Value>Bathroom</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Coffee machine/teapot</Description><Value>Coffee machine/teapot</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Radio</Description><Value>Radio</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Free bathroom amenities</Description><Value>Free bathroom amenities</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>WC</Description><Value>WC</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Ironing equipment</Description><Value>Ironing equipment</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Desk</Description><Value>Desk</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Carpet floor</Description><Value>Carpet floor</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>iPod docking station</Description><Value>iPod docking station</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Flatscreen TV</Description><Value>Flatscreen TV</Value></HotelFacilities><HotelFacilities><Type>Room</Type><Description>Pay channels</Description><Value>Pay channels</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Terrace / solarium</Description><Value>Terrace / solarium</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Garden</Description><Value>Garden</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Pets are allowed (See conditions)</Description><Value>Pets are allowed (See conditions)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bike rental</Description><Value>Bike rental</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Walking tours</Description><Value>Walking tours</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Baby safety rails</Description><Value>Baby safety rails</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Buffet for children</Description><Value>Buffet for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Menu for children</Description><Value>Menu for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family rooms</Description><Value>Family rooms</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dietary menus (on request)</Description><Value>Dietary menus (on request)</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Bar / Coffee shop</Description><Value>Bar / Coffee shop</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Vending machine</Description><Value>Vending machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast in room</Description><Value>Breakfast in room</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Parking within the establishment</Description><Value>Parking within the establishment</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Parking adapted for people with reduced mobility</Description><Value>Parking adapted for people with reduced mobility</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Electric vehicle charging station</Description><Value>Electric vehicle charging station</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Daily cleaning service</Description><Value>Daily cleaning service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>TV area / shared lounge</Description><Value>TV area / shared lounge</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Luggage storage</Description><Value>Luggage storage</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Tourist information</Description><Value>Tourist information</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Take-away lunches</Description><Value>Take-away lunches</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Express check-in / check-out</Description><Value>Express check-in / check-out</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Laundry service</Description><Value>Laundry service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Childminder / services for children</Description><Value>Childminder / services for children</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour reception</Description><Value>24 hour reception</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Dry cleaning service</Description><Value>Dry cleaning service</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>Ironing service</Description><Value>Ironing service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Concierge service</Description><Value>Concierge service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Currency exchange</Description><Value>Currency exchange</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Ticket Sales</Description><Value>Ticket Sales</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>ATM in the hotel</Description><Value>ATM in the hotel</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Car rental</Description><Value>Car rental</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fax / photocopy machine</Description><Value>Fax / photocopy machine</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Fire extinguishers</Description><Value>Fire extinguishers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Smoke detectors</Description><Value>Smoke detectors</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security alarm</Description><Value>Security alarm</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>24 hour security</Description><Value>24 hour security</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Security cameras</Description><Value>Security cameras</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Safe</Description><Value>Safe</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Air-conditioning</Description><Value>Air-conditioning</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Lift</Description><Value>Lift</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Heating</Description><Value>Heating</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Press</Description><Value>Press</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Grocery delivery service</Description><Value>Grocery delivery service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Shop or supermarket</Description><Value>Shop or supermarket</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Gym</Description><Value>Gym</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>wheelchair accessible</Description><Value>wheelchair accessible</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Visual help: braille</Description><Value>Visual help: braille</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Airport pick-up service</Description><Value>Airport pick-up service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Transfer service (for a fee)</Description><Value>Transfer service (for a fee)</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>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>Masks available to customers</Description><Value>Masks available to customers</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>You can pay without cash</Description><Value>You can pay without cash</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Mobile app for room service</Description><Value>Mobile app for room service</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Breakfast take away containers</Description><Value>Breakfast take away containers</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business center</Description><Value>Business center</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Business</Description><Value>Business</Value></HotelFacilities><HotelFacilities><Type>Hotel</Type><Description>Family</Description><Value>Family</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
1d6b0353-5798-4ba8-9970-eef2db8b44a9|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="1d6b0353-5798-4ba8-9970-eef2db8b44a9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="46509" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-31T00:00:00" End="2026-09-04T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ibisholiday@gmail.com" Password="Dishank@78" 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
1d6b0353-5798-4ba8-9970-eef2db8b44a9|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
1d6b0353-5798-4ba8-9970-eef2db8b44a9|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
1d6b0353-5798-4ba8-9970-eef2db8b44a9|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
1d6b0353-5798-4ba8-9970-eef2db8b44a9|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
1d6b0353-5798-4ba8-9970-eef2db8b44a9|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
1d6b0353-5798-4ba8-9970-eef2db8b44a9|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
1d6b0353-5798-4ba8-9970-eef2db8b44a9|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
1d6b0353-5798-4ba8-9970-eef2db8b44a9|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
1d6b0353-5798-4ba8-9970-eef2db8b44a9|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-08-21T09:09:42.4439977+01:00" Version="0" EchoToken="Search" TransactionIdentifier="1d6b0353-5798-4ba8-9970-eef2db8b44a9" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|10379-25200947/6045040422289893323/5905" HotelName="CLASSIC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18440000/18434300/18434230/8429eeec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.13" OriginalAmount="131.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5099869" Longitude="19.081758" StarRating="0" HotelCode="|157198" HotelName="Baroque" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/1/9/8/157198_1_191.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51004427" Longitude="19.08159951" StarRating="2" HotelCode="518487|baroque_hostel" HotelName="Baroque Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dózsa György utca 80/a, 1071 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6c/026caeec53dc2426c71c2bbd6c801d90f615b421.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.56" OriginalAmount="139.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50727" Longitude="19.06276" StarRating="0" HotelCode="|169599" HotelName="easyHotel Budapest Oktogon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EOTVOS UTCA 25A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/9/9/169599_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.539973308479" Longitude="18.937355875969" StarRating="3" HotelCode="371655|petnehazy_club_hotel" HotelName="Petneházy Club Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feketefej u. 2-4, 1029 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/f6/79f6966aa741021a076a416a79f71ecbb9548045.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in a quiet area in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.52031659" Longitude="19.04680098" StarRating="1" HotelCode="555357|green_island_hostel" HotelName="Island Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Margitsziget, Siraly Csonakhaz, 1138 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/96/a99615b91cef662552eea71593e9cd7eca6efdd6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.43" OriginalAmount="147.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500897" Longitude="19.060949" StarRating="0" HotelCode="|447813" HotelName="SWU Magazine Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/8/1/3/447813_fd8b9cf1109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185774-25371063/6045040422289893323/6838" HotelName="PETNEHAZY CLUB" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34800/34709/beaccd77_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.582208828975" Longitude="19.049670696258" StarRating="2" HotelCode="38714|attila_hotel__guest_house" HotelName="Attila" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Golf,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Attila u. 20, 1039 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/c9/8ac9ffe92c8994279dd2a91e74a6600e3bd540b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small family hotel is located in the III district of Budapest approximately 7 km from the city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487899" Longitude="18.991909" StarRating="3" HotelCode="36310|hotel_molnar" HotelName="Molnar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Fodor u. 143, 1124 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/fa/7cfada37d9c65d81be527c97004851e14411ef64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498116905622" Longitude="19.067998230458" StarRating="2" HotelCode="402437|27683" HotelName="Agape Aparthotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akácfa utca 12-14, 1072 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/1d/621d2abd42533fd1ade2166c1a891f32aabb3938.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated on the Pest area of the city in a new block, next to the great boul...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.38" OriginalAmount="163.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5090629" Longitude="19.0479836" StarRating="2" HotelCode="|160621" HotelName="Downtown Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/6/2/1/160621_916aed01837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="166.62" OriginalAmount="164.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5182695" Longitude="19.0559363" StarRating="0" HotelCode="|156973" HotelName=" 4 You Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Victor Hugo utca 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/9/7/3/156973_ef388821731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.506199583759" Longitude="19.090332126761" StarRating="2" HotelCode="36308|dominik_panzio" HotelName="Dominik Panzio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cházár András utca 3, 1146 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/e8/5ce858325b18597c86d525c02b6d588408d092a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is quietly situated amidst villas in the 14th district, close to the city centre. Als...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.506348" Longitude="19.067216" StarRating="3" HotelCode="166545|19481" HotelName="Silver Budapest City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hunyadi tér 11, Budapest 1067</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/140147/140147a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The spectacular Andrássy Avenue, the Oktogon and Liszt Ferenc squares and Nagymez Street, which is k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49707619" Longitude="19.06991129" StarRating="3" HotelCode="145830|centrooms_house" HotelName="Centrooms House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rákóczi út 44, 1072 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/44/1b444ce25a779f64ade96430aad0f828a142aa8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="169.73" OriginalAmount="168.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51218" Longitude="19.05044" StarRating="14" HotelCode="1877836" HotelName="Full Moon Budapest" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Szent István Körút 11,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/77836/1877836/3.jpg?f=17420875</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as complimentary wireless internet access and concierge services. Additional features at this Art Deco hotel include a television in a common area and a banquet hall. Getting to nearby attractions is a breeze with the area shuttle (surcharge).. Featured amenities include a computer station, a 24-hour front desk, and multilingual staff..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.86" OriginalAmount="168.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4891088" Longitude="19.0820856" StarRating="3" HotelCode="|65047" HotelName="Triple M" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baross utca 108</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/0/4/7/65047_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Casa sol is rated four stars, business and has a buffet breakfast. SITUATION: It is in the centre of Budapest. ROOM: The establishment has spacious, comfortable rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="170.16" OriginalAmount="168.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.54004" Longitude="18.93769" StarRating="3" HotelCode="|186158" HotelName="Petneházy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Feketefej St 2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/5/8/186158_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492106" Longitude="19.069065" StarRating="3" HotelCode="119276|26790" HotelName="Central 21" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mária utca, 10, 1085 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/c9/cac95f3699210a408a756793560420e2ba4d364a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located within 2 km of Budapest's most visited sites (the River D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="171.25" OriginalAmount="169.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498078" Longitude="19.068035" StarRating="2" HotelCode="|61521" HotelName="Agape" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>AKACFA UTCA 12-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/5/2/1/61521_70daca91248.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The apartments is rated 2 stars a hairdryer (on request) and an iron (on request), The establishment boasts a reception. SITUATION: It is in the Jewish district, near the establishment, guests will find restaurants, bars, 15 minutes away from the establishment clients have Danube the river 200 metres away, there is a tram stop. ROOM: They have kitchens fully-equipped, a microwave, a fridge, a bathroom and a satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51214067" Longitude="19.05039986" StarRating="1" HotelCode="422643|58804" HotelName="Full Moon Design Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Szent István Korút 11, 1055 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/2f/882f17b3858f1de7603ac3ba58753cc265f64535.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504821" Longitude="19.104116" StarRating="3" HotelCode="387383|hid" HotelName="Hid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Szobránc utca 10-12, 1143 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/20/5e204ec5c6707937b556b8febe87dda901ac2f0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This familiar city hotel is situated in the 14th district of Budapest, in Zugló. It is an excellent ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48241137" Longitude="19.07893096" StarRating="4" HotelCode="573056|verdi_grand_hotel" HotelName="Verdi Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ulluoi Utca 89, 1096 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/cb/56cbf90ca59212606b65dd3ff9f78d90877ee6e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.60" OriginalAmount="174.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5064935" Longitude="19.058627" StarRating="3" HotelCode="|69490" HotelName="NEXTO DORMERO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dessewffy utca 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/4/9/0/69490_0e5e8d11314.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2009, has modern facilities, a bar, conference rooms, an internet area and a breakfast room. ROOM: The establishment has 125 rooms, a satellite TV, internet, an air-conditioning system, a desk, a bathroom and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|542693-25698569/6045040422289893323/5965" HotelName="AKEAH VERDI BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21320000/21311700/21311670/157c3489_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488599" Longitude="19.031397" StarRating="3" HotelCode="36313|hotel_charles_2" HotelName="Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja ut 23, 1016 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/05/1605a2fe406646be841450bba8a94d2c08ae3c9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of this hotel is ideal: the city center with the shopping area and business world, hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.45651" Longitude="19.08559" StarRating="3" HotelCode="171091|canada_hotel_budapest" HotelName="Canada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Soroksári, 132, 1095 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/f0/92f0ae9732010b54c5823a235b0ecd8812321b43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel provides good access to motorways and is around 1.5 km from Lagymanyosi Bridge and the pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488020507928" Longitude="19.029849171638" StarRating="3" HotelCode="24656|bara_junior_2" HotelName="Hotel Bara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja ut. 34-36, 1118 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/0a/250adc7d470d52ac605883fc7fae3d9467e2841f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this hotel lies in the Buda area of Budapest, near the city centre. Numerous tour...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.10" OriginalAmount="177.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49798" Longitude="19.06674" StarRating="0" HotelCode="|614620" HotelName="Unity Hostel at Udvarom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Klauzal u 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/4/6/2/0/614620_68a35b70252.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="179.69" OriginalAmount="177.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48908" Longitude="19.082" StarRating="3" HotelCode="152855" HotelName="Triple M Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Baross Utca 108,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/52855/152855/1.jpg?f=17746553</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless Internet access and concierge services.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.44" OriginalAmount="178.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51217" Longitude="19.05037" StarRating="0" HotelCode="|164306" HotelName="Full Moon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SZENT ISTVAN BOULEVARD 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/0/6/164306_0c36b620812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.33" OriginalAmount="179.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5822053" Longitude="19.0497093" StarRating="3" HotelCode="|26448" HotelName="Attila Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ATTILA UTCA 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/4/8/26448_1.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 14 rooms, some rooms with a shower, internet and cable television. OTHERS: In the surroudning area of the establishment, clients will find restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="182.60" OriginalAmount="180.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48819" Longitude="19.07211" StarRating="3" HotelCode="|186226" HotelName="Prince Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kisfaludy Str. 18 1082</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/2/2/6/186226_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.62" OriginalAmount="183.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.52752" Longitude="19.078912" StarRating="3" HotelCode="|517103" HotelName="SmartApart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>58 Lehel u.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/1/0/3/517103_e8260a52248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="185.81" OriginalAmount="183.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5082549" Longitude="19.0703857" StarRating="3" HotelCode="|31485" HotelName="Easy Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/8/5/31485_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was renovated in 2006, has 3 floors, 20 rooms, a safety deposit box service, a currency exchange service and a cloakroom. The establishment offers WiFi, a laundry service, a dining room and a bar. SITUATION: Is situated inAndrÃ¡ssy the street it is 500 metres away from the city centre, 3 minutes away from the establishment, clients can find Kodaly Korond the underground station of it is 15 kilometres away from Budapest Ferenc Liszt International Airport. ROOM: The comfortable rooms, have a bathroom, a direct line telephone a television internet a mini-bar They also have a double bed, a safe, an air-conditioning system (available for a fee) and heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, Guests can book bed and breakfast. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|143478-25318401/6045040422289893323/5596" HotelName="CITY HOTEL BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2930000/2921000/2920979/9af02235_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.506682" Longitude="19.058715" StarRating="3" HotelCode="128197|star_inn_hotel_budapest_centrum" HotelName="Star Inn Hotel Budapest Centrum, by Comfort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dessewffy utca 36, 6. Bezirk, 1066 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/a3/5ba349007326f63fcdb758259216c1419a775300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.84" OriginalAmount="184.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499025" Longitude="19.027541" StarRating="3" HotelCode="|440072" HotelName="ibis Budapest Castle Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 43 Krisztina Krt</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/0/7/2/440072_28da0691528.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="187.75" OriginalAmount="185.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49019" Longitude="19.05697" StarRating="3" HotelCode="|192010" HotelName="Amber Gardenview Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Veres Palne utca 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/0/1/0/192010_92f138a1738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488129" Longitude="19.029873" StarRating="2" HotelCode="213699|14053" HotelName="Bara Junior House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja út 34-36, 1118 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/03/032859/032859a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Budapest, this hotel lies in a quiet neighbourhood.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.10" OriginalAmount="186.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4907464" Longitude="19.0613299" StarRating="0" HotelCode="|256170" HotelName="Lavender Circus Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/1/7/0/256170_77af7931643.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499351686373" Longitude="19.082286357879" StarRating="4" HotelCode="52604|16742" HotelName="Novum Hotel Golden Park Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baross tér 10, 1087 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/c6/7bc620558db2374a48ccac39f7963192432e5c0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located near to the Eastern railway station and close to many of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498384" Longitude="19.064254" StarRating="3" HotelCode="59717|kings_hotel_2" HotelName="King's" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Diet Meals,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nagy Diófa utca, 25-27, 1072 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/dd/86dd1e53b88b5e74803e4d251e896fc88c85a23e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest, in the centre of Pest and near countless sights such...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.480432886976" Longitude="18.990359008312" StarRating="3" HotelCode="89566|helios_hotel_pension" HotelName="Helios Hotel Pension" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lidérc utca 5, 1121 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/0e/3a0e59bf9dbf9b9ce4a7381886e1d19a319c71c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50303041" Longitude="19.06991643" StarRating="0" HotelCode="570120|dbc_hostel" HotelName="a&amp;o Budapest City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hostels" CnxPolicy="Non Refundable" HotelFacility="Garden,Library,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Csengery Utca 11, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/zz/3ead086a9cea27a5b8dd2f6c18aadd9e3f751813.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at 7 Views Self Catering Apartment in Cape Town Blaauwberg Coast, you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="193.27" OriginalAmount="191.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5181938" Longitude="19.0559191" StarRating="2" HotelCode="|156976" HotelName="Apartments Leslie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Victor Hugo 25-27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/9/7/6/156976_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.70" OriginalAmount="193.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4985768" Longitude="19.0640279" StarRating="0" HotelCode="|32800" HotelName="Equity Point Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/0/0/32800_65164421501.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 5 floors, 79 rooms and 3 apartments. The establishment boasts a lobby with a reception, a safety deposit box service, lifts, air-conditioning, a bar, an Ã  la carte restaurant and a laundry service. SITUATION: It is inBudapest the heart of nearby, you will find places of interest, in the surrounding area, clients have public transport services, Clients can also find restaurants, bars and pubs. It is situated 22 kilometres away from the airport. ROOM: The rooms a bathroom, a direct line telephone, a mini-fridge, a double bed, heating, individual air-conditioning and a safe. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and special dishes can be made. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.69784" Longitude="9.68054" StarRating="2" HotelCode="0|1161737-26467867/6045040422289893323/5988" HotelName="ABSOLUT CITY HOSTEL BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>VIA BORGO PALAZZO 27 ,BERGAMO 24125</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19510000/19502600/19502572/3684e785_b.jpg</HotelPictures>
        <HotelDescription>Located in Bergamo City center, Residence Antico Borgo is a perfect starting point from which to explore Bergamo. The property features a wide range of facilities to make your stay a pleasant experience. Business center, elevator, Wi-Fi in public areas, restaurant, family room are there for guest`s enjoyment. Relax in your comfortable guestroom, featuring shower, ironing facilities, refrigerator, hair dryer, bathtub. The hotel offers various recreational opportunities. Convenience and comfort makes Residence Antico Borgo the perfect choice for your stay in Bergamo. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303566" Longitude="103.851181" StarRating="2" HotelCode="0|272657-25497170/6045040422289893323/5993" HotelName="APARTMENT HELIOS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>172-175 ALBERT STREET, SINGAPORE, SG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1380000/1376500/1376417/d58a1b7e_b.jpg</HotelPictures>
        <HotelDescription>This sublime city and business hotel is situated in Singapore, just a 10 minutes' walk away from Little India and Bugis MRT stations. A 10 minutes' drive will take guests to the vibrant shopping venue of Orchard Road. The hotel enjoys a convenient location close to a myriad of attractions in this eclectic city.This contemporary hotel offers guests luxurious surroundings, warm hospitality, exemplary facilities and impeccable service. Guests will find themselves immersed in refined luxury and opulent decor. The guest rooms are superbly-appointed, offering functional space and an ergonomic style. The hotel features a host of first-class facilities, catering to guests conference and business needs with the utmost level of excellence. The hotel also provides a selection of exemplary leisure and dining options.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="196.15" OriginalAmount="194.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4968792" Longitude="19.0571572" StarRating="0" HotelCode="|290192" HotelName="Absolut City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/0/1/9/2/290192_ce5b1751718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="196.40" OriginalAmount="194.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48756" Longitude="19.07112" StarRating="3" HotelCode="1976590" HotelName="Corvin Point Rooms And Apartments" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Nap Utca 4 1St Floor,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/76590/1976590/1.jpg?f=17286993</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as bicycles to rent, or other amenities including complimentary wireless Internet access and tour/ticket assistance.. Featured amenities include complimentary wired Internet access, multilingual staff, and luggage storage. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="197.39" OriginalAmount="195.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.508114" Longitude="19.07054" StarRating="3" HotelCode="43152" HotelName="Easy Star Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Sziv U. 13,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/43152/43152/1.jpg?f=17753803</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as bicycles to rent, or other amenities including complimentary wireless internet access and concierge services. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 3 stars.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.47" OriginalAmount="195.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4750839" Longitude="19.0971084" StarRating="3" HotelCode="|451106" HotelName="ibis Budapest Stadium (Opening Q3 2023)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 KRT KONYVES KALMAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/0/6/451106_12e00721542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.97" OriginalAmount="196.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4645143" Longitude="19.1261279" StarRating="3" HotelCode="|55904" HotelName="Ibis Budapest Citysouth" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ferde u. ,1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/0/4/55904_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a business centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="198.31" OriginalAmount="196.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48182" Longitude="19.07242" StarRating="4" HotelCode="405746" HotelName="Leonardo Hotel Budapest" Meals="COMFORT ROOM" BedType="COMFORT ROOM">
        <Address>
          <AddressLines>
            <AddressLine>30-34 Tompa Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/05746/405746/40.jpg?f=17748554</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a sauna and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, tour/ticket assistance, and a banquet hall.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. This hotel has 3 meeting rooms available for events. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.68" OriginalAmount="197.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4818827" Longitude="19.0724797" StarRating="4" HotelCode="|74644" HotelName="Leonardo  Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tompa Street (number: 30-34)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/4/4/74644_e08bb350916.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2000, renovated in 2004, has 6 floors, 182 standard rooms, 142 double rooms and 15 suites. It has a hall with elevators, a reception with safety deposit boxes and an Ã  la carte restaurant with air-conditioning with highchairs. The establishment offers guests a conference room, internet, room service, a medical care service, an indoor car park and a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493922" Longitude="19.059014" StarRating="2" HotelCode="191247|gaia_hostel" HotelName="Gaia Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kossuth Lajos utca 17, Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/32/34321de2298ecd4b837ed153c3b0b13c610b0d94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.30" OriginalAmount="198.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4882388" Longitude="19.0298373" StarRating="3" HotelCode="|22281" HotelName="Bara Budapest  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HEGYALJA 34-36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/8/1/22281_18.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 5 floors and 46 rooms. It has a reception, a currency exchange service, a safety deposit box service, a cloakroom and lifts. Our guests can find conference rooms, a theatre, a car park, a cafÃ©, a bar and an Ã  la carte restaurant with air-conditioning, The establishment offers guests room service and a laundry service. SITUATION: It is inBuda the city centre of 400 metres away, guests will find tourist points of interest, the mountain, 400 metres away, guests have Elisabeth Bridge nearby, you will find the shopping area, leisure areas, 8 metres away, there is a public transport stop, 50 minutes away, guests can find Budapest Ferenc Liszt International Airport. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, satellite and cable TV, cable television, a sitting room, a mini-bar and a central heating system. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, you can enjoy an Ã  la carte dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="200.72" OriginalAmount="198.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.507792" Longitude="19.071112" StarRating="3" HotelCode="|449657" HotelName="RES City Residence Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/6/5/7/449657_b1e79550809.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48098577263" Longitude="19.098020195961" StarRating="3" HotelCode="34892|hotel_gloria_budapest" HotelName="Gloria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Blàthy Ottó u. 22, 1089 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/d6/bdd6e237d4d127707f3361b7a70abc478ed73d10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small charming hotel is in a quiet location close to the city centre's many shops and other ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.68" OriginalAmount="200.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4930633" Longitude="19.121625" StarRating="4" HotelCode="|69482" HotelName="Expo Tower by Mellow Mood Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/4/8/2/69482_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This spa complex, renovated in 2009 with air-conditioning, conference rooms, a banquet hall, 160 rooms, a bar, a lobby with a reception, a safety deposit box service, a cloakroom, a lift, a restaurant, internet and a car park. By paying an additional charge you can enjoy room service and a laundry service. SITUATION: It has good links to the tourist attractions, close to the establishment, clients can find the trade fair ground, public transport services, this hotel is situated 11 kilometres away from Budapest Ferenc Liszt International Airport. ROOM: standard and superior rooms, have an air-conditioning system, heating, a bathroom with a shower or bath, cable television, WiFi (free of charge), a direct line telephone, a mini-bar, a double or king-size bed, a hairdryer, a safe, a coffee maker and a kettle. FACILITIES: The establishment boasts a gym, a terrace, a sauna, a hydromassage bath and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte, menu and buffet lunch and dinner. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.508128019787" Longitude="19.070382714271" StarRating="3" HotelCode="59291|21908" HotelName="Central Green" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Szív utca 13, 1063 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/06/062b31c1c981d120/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the squares Hösök Tere and Oktogon, in the small peaceful Andrassy str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.10" OriginalAmount="201.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5000123" Longitude="19.059771" StarRating="0" HotelCode="|119276" HotelName="Comfort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>KIRALY UTCA 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/2/7/6/119276_1_7764.jpg</HotelPictures>
        <HotelDescription>HOTEL: The King Budapest is rated three stars. The establishment boasts WiFi (free of charge). SITUATION: It is situated in the heart of Budapest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="203.13" OriginalAmount="201.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.47387" Longitude="19.096376" StarRating="3" HotelCode="4030201" HotelName="Ibis Budapest Stadium" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>34 Krt Konyves Kalman,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/30201/4030201/2.jpg?f=17498780</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 3 stars.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="204.02" OriginalAmount="202" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|233356-25442070/6045040422289893323/4830" HotelName="TL HOTEL BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8080000/8071300/8071221/5f3d0820_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.15" OriginalAmount="204.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49774" Longitude="19.0629" StarRating="0" HotelCode="|186156" HotelName="Maverick City Lodge -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazinczy street utca 24-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/5/6/186156_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.62" OriginalAmount="204.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50286" Longitude="19.069877" StarRating="0" HotelCode="|557757" HotelName="aando Budapest City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Csengery utca</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/7/5/7/557757_b5c86131157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430770-27600153/6045040422289893323/6320" HotelName="COLLECT RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102930000/102925100/102925083/00043c45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498140463426" Longitude="19.067603945732" StarRating="3" HotelCode="901402|nova_aparthotel" HotelName="Nova Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Akacfa Utca 26, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/43/c643b90f148e3c7b19591396581b3a9ac4c92d40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a 5-minute walk from the city centre and the nearest metro station, makin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4801002" Longitude="19.0343539" StarRating="3" HotelCode="142756|abel_pension_budapest" HotelName="Abel Pension Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ábel Jeno utca 9, 1113 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/a1/daa172ce6066c123e5ede879be7c7811a5947ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499153438978" Longitude="19.058149158955" StarRating="4" HotelCode="23102|wombats_city_hostel_budapest" HotelName="Wombats City Hostel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Király utca 20, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/b8/3db8236bcda67ca19aed018bb81800b509f97222.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant historical hotel lies in Budapest's city centre, by the pedestrianised zone. Shopping v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497904" Longitude="19.062727" StarRating="2" HotelCode="297301|maverick_city_lodge__hostel" HotelName="Maverick City Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kazinczy utca 24-26, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/26/6126ce27ba7739c80b95f1a3ca1b50e9491187fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.08" OriginalAmount="208" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|158465-32730607/6045040422289893323/6472" HotelName="CZECH INN HOTEL FERENC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/123000000/122270000/122262600/122262586/5c171b64_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49688127" Longitude="19.05716913" StarRating="2" HotelCode="556936|absolut_city_hostel" HotelName="Absolut City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Karoly Korut 13-15, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/25/f525cbcbe5979a240d16e1d00c13b5562398922b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="210.22" OriginalAmount="208.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501034" Longitude="19.073187" StarRating="0" HotelCode="|519738" HotelName="Nova City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/9/7/3/8/519738_cb186340611.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="210.80" OriginalAmount="208.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48858" Longitude="19.0314" StarRating="3" HotelCode="1836168" HotelName="Hotel Charles" Meals="ECONOMY STUDIO" BedType="ECONOMY STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>Ut Hegyalja 23,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/36168/1836168/1.jpg?f=17096266</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as complimentary wireless internet access and concierge services.. Featured amenities include a business center, express check-in, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|151463-18134585/6045040422289893323/2039" HotelName="SILVER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3770000/3769200/3769121/5d3d8861_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1188445-27401159/6045040422289893323/4125" HotelName="A&amp;amp;O BUDAPEST CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37340000/37336100/37336004/7a2d6bcc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.28" OriginalAmount="209.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.481507" Longitude="19.078396" StarRating="3" HotelCode="|450148" HotelName="Dean's Home Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/8/450148_6a2234b1446.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50000672" Longitude="19.05967682" StarRating="3" HotelCode="883694|218928" HotelName="Comfort Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Central Heating,Designated Smoking Area,Garden,Kitchen,Parking,Pets allowed,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Király utca 32, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/00/2a00ff209f9bc203c469c11923a499b224ad5b8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment complex enjoys a great setting at the heart of the mesmerising city of Budap...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.484518665212" Longitude="19.074438214302" StarRating="4" HotelCode="60433|3912" HotelName="City Inn" Meals="BED &amp; BREAKFAST" 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,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Futó utca 55, 1082 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/41/8d4126c4e5e209dd1c735f954ba35bb071e219ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the city of Budapest, just minutes from the city centre. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1152661-26452666/6045040422289893323/5076" HotelName="WOMBATS THE CITY HOSTEL BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20080000/20070900/20070854/8ec55f89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.51" OriginalAmount="210.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4909335" Longitude="19.1093575" StarRating="4" HotelCode="|74640" HotelName="CZECH INN Ferenc" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/4/0/74640_2d330d01149.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, has 130 soundproofed rooms, executive rooms, superior rooms and 5 duplex rooms. The establishment offers guests a buffet breakfast a restaurant with a terrace, Guests can also find 3 meeting rooms, a garden, a fitness room and a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493462" Longitude="19.121746" StarRating="4" HotelCode="142145|32619" HotelName="Expo Congress Hotel" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Expo Ter 2, 1101 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3f/633f2eeec334c4c621fcbe904f2cc9490b16ff96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is easily accessible from the main points of interest in Budapest by public transpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.464412991694" Longitude="19.126022458076" StarRating="3" HotelCode="316830|12905" HotelName="ibis Budapest Citysouth Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferde u. 1-3, 1091 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/aa/deaa2c44fa6878f4371f79ffaf81847373a4f9b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located halfway between the airport, which is 15 minutes away, and the city centre, whi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49568625" Longitude="19.05937534" StarRating="0" HotelCode="949128|budapest_holidays_fashion" HotelName="Budapest Holidays Fashion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karoly Korut 3/C, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ef/8def258c70ea2f7a778df17653bc4777e17125f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.12" OriginalAmount="212.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.477894" Longitude="19.131837" StarRating="3" HotelCode="36309|nap" HotelName="Nap" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vaspálya Utca, 17-21, 1105 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/7a/827a0d1283c6a3c9857a588af319e086a0c4b399.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys a convenient location around 20 minutes from the city centre with plenty of restaur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.62" OriginalAmount="212.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487777" Longitude="18.991944" StarRating="3" HotelCode="|476892" HotelName="Molnár" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fodor u. 143.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/8/9/2/476892_24dffe70028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.95" OriginalAmount="212.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4993812" Longitude="19.0820271" StarRating="0" HotelCode="|23021" HotelName="East City Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BAROSS TER 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/2/1/23021_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. SITUATION: This luxurious hotel is in the city centre, Close to the railway station, the circus and hot springs, In the surrounding area, you can find shops, bars, nightclubs and public transport services. it is situated 20 kilometres away from the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|623946-25792917/6045040422289893323/6424" HotelName="GREEN GARDEN PLUS APARTMAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38770000/38765600/38765598/7d681255_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.513689" Longitude="19.137268" StarRating="3" HotelCode="36312|55470" HotelName="Amadeus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Fogarasi út 123, 1141 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/13/ba1382bced578575120ac5e97d55deef8ff81636.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50041464777" Longitude="19.104009568691" StarRating="4" HotelCode="34790|danubius_hotel_arena__budapest" HotelName="Danubius Hotel Arena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ifjúság útja 1-3, 1148 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e2/2ee2cb8225293b3e5206b6e2bd3241a5aac2f41e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Pest's conference district, close to Budapest's largest sports and events ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="218.01" OriginalAmount="215.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493725908896" Longitude="19.081041812897" StarRating="3" HotelCode="371351|1225928" HotelName="Atlantic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Jacuzzi,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nepszínhaz u. 55, 1081 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/b9/85b93e7bacbc8bab685ccd3a855b7a2a98e712a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Budapest, this hotel is located close to Blaha Lujza Square. Restaurants ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.23" OriginalAmount="216.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5005109" Longitude="19.0812746" StarRating="3" HotelCode="|22551" HotelName="Baross by Mellow Mood  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>BAROSS TER 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/5/1/22551_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 49 rooms, 6 floors and 1 suite. It has a hall with a reception, a lift, a bar and a restaurant with air-conditioning. The establishment offers internet and a laundry service. SITUATION: This establishment is in the 7 District. It is next to Budapest Keleti Railway Station. Opposite the establishment, guests have public transport services. Nearby, you will find tourist and cultural points of interest. In the surrounding area, there are shops, bars, cafÃ©s, restaurants and nightclubs. ROOM: Each room has a bathroom with a bath or shower, a hairdryer, a direct line telephone, a satellite TV, a mini-bar, an air-conditioning system, individual heating, a double bed and a safety deposit box. FACILITIES: The establishment has a solarium. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.17" OriginalAmount="217" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487961051092" Longitude="19.029937773016" StarRating="3" HotelCode="284790|543" HotelName="Komplex Bara Hotel &amp; Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja út 34-36, 1118 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.477383691342" Longitude="19.094636816058" StarRating="3" HotelCode="365607|tulip_inn_budapest_millennium" HotelName="Hunguest Hotel Millennium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ulloi utca 94-98, 1089 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/5b/1c5b4d0183ca0a460b3ec72a8d1597b8d01f235a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is located on Ülloi Street, the main street connecting Ferihegy airport wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487594" Longitude="19.071138" StarRating="2" HotelCode="191294|corvin_point_hostel" HotelName="Corvin Point Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nap utca 4, 1st floor, Budapest 1082</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c0/8fc0039091267cdcbbbff7451ab4acd9dbd613e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.52" OriginalAmount="218.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4837839" Longitude="19.0703672" StarRating="3" HotelCode="|65045" HotelName="Corvin Hotel Budapest Sissi Wing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ANGYAL UTCA 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/0/4/5/65045_15.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 44 soundproofed rooms, They have a bathroom with a hairdryer, heating, a direct line telephone, a safe and a mini-bar. They also have satellite and cable TV and WiFi (free of charge), Guests are offered non-smoking rooms and disabled access rooms. FACILITIES: The establishment has a lift, a garage, a concierge service and a reception with a safe box, Clients can find a bar, a breakfast room and computer with internet connection, The establishment also offers 2 meeting rooms and a car park (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|677782-25850376/6045040422289893323/6148" HotelName="DIAMOND ASTORIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20310000/20306700/20306681/17f37b2d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48432207" Longitude="19.06292407" StarRating="0" HotelCode="669829|gregersen_art_premium_hostel" HotelName="Gregersen Art Premium Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lónyay utca 31, 1093 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/8c/ec8cffbdd436c61125196b5fe2a5977bbc1ee6a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.11" OriginalAmount="219.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5069377" Longitude="19.1766706" StarRating="3" HotelCode="|289638" HotelName="Sashalom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gordonka u. 14.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/9/6/3/8/289638_e1d9b751909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49563231" Longitude="19.05919983" StarRating="4" HotelCode="625925|diamond_astoria" HotelName="Diamond Astoria Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Karoly Korut 3/A, 5th Floor, Door 14, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/70/31707c7bf7c34dd1e1944706abd9b61ce38d8d90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49550997" Longitude="19.05726294" StarRating="0" HotelCode="949989|budapest_holiday_colours" HotelName="Budapest Holiday Colours" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Semmelweis Utca 23, 1.Em 7-8, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/e5/15e58b67096175f7a921455186283a973608d5aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1297-32729578/6045040422289893323/6574" HotelName="HUNGUEST MILLENNIUM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93130000/93122000/93121985/9033f8a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1154208-26454802/6045040422289893323/6822" HotelName="MAVERICK CENTRAL MARKET" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44240000/44238000/44237956/625edfe3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50143027" Longitude="19.06302205" StarRating="4" HotelCode="624443|vagabond_broadway" HotelName="Vagabond Broadway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Csanyi Utca 9, 1077 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/47/1f47f6d3105243c9780bed7793e6b2894359b1df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|562301-24260414/6045040422289893323/1108" HotelName="SWU BROADWAY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21900000/21893000/21892981/086b9bd4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="226.56" OriginalAmount="224.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498358" Longitude="19.068124" StarRating="3" HotelCode="|510283" HotelName="A13 - Boutique Apartments by BQA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/2/8/3/510283_48db9210940.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="226.91" OriginalAmount="224.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498861156442" Longitude="19.027084820126" StarRating="4" HotelCode="14744|HU000006" HotelName="Mercure Budapest Castle Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Krisztina Korut 41-43, 1013 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/eb/e8ebe8d56b87a4cb3df8d8851faeff3e998741c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Buda side of the city, just 15 minutes from the castle on foot. The vie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48982" Longitude="19.01721" StarRating="3" HotelCode="89564|25660" HotelName="Jagello Business Hotel" 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,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jagelló út 38, Budapest 1124</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/35/2c35d839c70753ee6f89860bb3cc2f5d4c39c9fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the business district of Budapest, near to MOM Park and Budapest Congr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.443632070661" Longitude="19.042460918426" StarRating="3" HotelCode="99982|2231" HotelName="Luna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vegyész Street, 1116 Budapest 17</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/ed/a0ed0ee873f71ee12bd9c3e50700007542542029.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50054" Longitude="19.08138" StarRating="3" HotelCode="337275|baross_city_hotel" HotelName="Baross City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baross tér 15, 1077 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/68/1f681626180fe6655e41d206ff79de31188896fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Budapest's 7th district in close proximity to Keleti station (the main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.491909" Longitude="19.109407" StarRating="0" HotelCode="161707|22496" HotelName="ACHAT Premium Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hungária körút 5, 1101 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/0a/e70a926064e2974bde651e5babdde0d70c091d78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.509777" Longitude="19.066026" StarRating="3" HotelCode="285131|34727" HotelName="Six Inn Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Jacuzzi,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rózsa utca 85, 1064 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/0f/eb0fe4d38b36ab271d57f9fbfffc3ff3d60366c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.27" OriginalAmount="227.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51280941" Longitude="19.04970626" StarRating="4" HotelCode="585449|suites_13_budapest" HotelName="Suites 13 Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Szent István körút, 1137 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/ec/e4ec21084834f9a9cafb4d88fc6c63fe3ad8bcc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="229.85" OriginalAmount="227.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.484222" Longitude="19.062904" StarRating="0" HotelCode="|445289" HotelName="Maverick Student Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/8/9/445289_e6e5c821054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.483364016522" Longitude="19.070465020421" StarRating="3" HotelCode="511778|11912" HotelName="Corvin Hotel Budapest - Sissi Wing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Bar,Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Laundry,Meeting Room,Pets allowed,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Angyal Street 31, 1094 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2b/582b7ff3d8e949c7d73284a61b3d0c11a83721f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Sissi is a three star hotel offering a prime location in the heart of Budapest, Hungary. Situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430769-27596461/6045040422289893323/6256" HotelName="BUTIK APARTMENTS BY BQA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99290000/99285100/99285067/badbfead_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.38" OriginalAmount="228.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.473868" Longitude="19.096376" StarRating="4" HotelCode="|450640" HotelName="Tribe Budapest Stadium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 krt Konyves Kalman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/4/0/450640_199a5490701.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|167808-33130556/6045040422289893323/6195" HotelName="CHESSCOM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2940000/2933000/2932985/8157d7d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.29" OriginalAmount="229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.531039962074" Longitude="19.082511923985" StarRating="3" HotelCode="114081|premium_apartment_house" HotelName="Premium Apartment House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1135 Budapest, Országbíró Street 44-46</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/38/8438e5576d7b27b38ee53e38a67715460bf6b645.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a nice green district of Budapest, within walking disctance to Heroes Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.29" OriginalAmount="229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50102475" Longitude="19.07318888" StarRating="0" HotelCode="861418|nova_city_aparthotel" HotelName="Nova City Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Szovetseg Street 27, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/b0/29b0e748371561c9dc6694feeed6f9240469bbe4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.537552354644" Longitude="19.046529829502" StarRating="5" HotelCode="47795|the_aquincum_hotel_budapest" HotelName="The Aquincum Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arpad Fejedelem Utja 94, 1036 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/ab/92ab376ba578bc9bf937761d3380d33db8dea6d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the banks of the Danube on the historical Buda side of the city. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502808324241" Longitude="19.068129658699" StarRating="4" HotelCode="25188|cityhotel_budapest" HotelName="City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hársfa Strasse 51, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/96/ac964f378a561ee383c96f570aaf9b524d61ff8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel is situated in the heart of Budapest, in the shopping and business area, just a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.36" OriginalAmount="230.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492234" Longitude="19.070108" StarRating="3" HotelCode="|447950" HotelName="The Amberlyn Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/5/0/447950_342bf231148.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.65" OriginalAmount="230.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5003253" Longitude="19.1039769" StarRating="4" HotelCode="|69494" HotelName="Danubius  Arena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ifjusag Utja 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/4/9/4/69494_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars. SITUATION: People's Stadium It is located near nearby, you will find a sports centre near the city centre, has good links to the metro station. ROOM: The rooms have a mini-bar, internet and a satellite TV. FACILITIES: The establishment has a swimming pool, a gym, a sauna and a bowling alley.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="233.23" OriginalAmount="230.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50758197" Longitude="19.07192432" StarRating="4" HotelCode="963771|4985335" HotelName="Smart Hotel Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lovolde Ter 4, 1068 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/13/1b13cebe19c48d256e29df1f0ffd5d6816ccb107.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.351684" Longitude="-71.068456" StarRating="4" HotelCode="0|1301-25189318/6045040422289893323/6603" HotelName="LEONARDO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 50 Park Plaza at Arlington Street,  BOSTON, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/526100/526004/101a95db_b.jpg</HotelPictures>
        <HotelDescription>Being amongst the top hotels of Boston already since 1927, the luxurious hotel enjoys a central location 200 metres from Boston Common, America's oldest public park. Attractions such as Faneuil Hall, Chinatown, Downtown, the Theatre and Financial districts as well as the Waterfront Area and other landmarks and historical monuments are within walking distance. Logan International Airport is only about 5 km away.

Business guests will also appreciate the 24-hours business centre and the more than 6,000 m2 of flexible meeting space. Guests may choose between various fine dining options. In addition, there is a 24-hour fitness centre where guests can work out after a long day of work. This historic hotel is a superb choice for business and leisure travellers alike.

Fresh, vibrant designs throughout our Boston accommodation and our extensive amenities, offer guests unsurpassed luxury. The elegant rooms are well-appointed with the needs of both business and leisure travellers in mind. A flat-screen, black out shades and a refrigerator are also offered.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.16" OriginalAmount="231.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4560885" Longitude="19.0862099" StarRating="3" HotelCode="|74641" HotelName="Canada  Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/4/1/74641_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a car park with a security system. ROOM: The rooms have a bathroom, internet (free of charge), a mini-bar, a direct line telephone, a television with international channels, a kitchen, dishes and a fireplace. OBSERVATIONS: Check-in is from 02:00 and check-out is at 10:00. ask for further information regarding hotel conditions and operations Pets are permitted (for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1358710-26652866/6045040422289893323/6126" HotelName="ADAGIO DOWNTOWN MINIHOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88080000/88075600/88075522/7a1d17ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1435876-27724889/6045040422289893323/6830" HotelName="NETIZEN BUDAPEST CENTRE HOSTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/50000000/49190000/49184100/49184015/ec54314b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.566506" Longitude="19.079891" StarRating="3" HotelCode="35069|vitta_hotel_superior_budapest_2" HotelName="Vitta Hotel Superior" Meals="BED &amp; BREAKFAST" 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,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Váci út 27-29, 1047 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/hotels/1000000/550000/546200/546144/546144_1_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a very new hotel and lies only 10 minutes from the city centre by the blue metro line or by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.36" OriginalAmount="232.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.44738" Longitude="19.0463" StarRating="0" HotelCode="|610209" HotelName="NON-STOP CITY BUDA Condo free guarded parking" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/0/2/0/9/610209_52297720126.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.63" OriginalAmount="232.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499251" Longitude="19.058286" StarRating="0" HotelCode="|22430" HotelName="Wombat's City Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/0/22430_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This conference hotel, was built in 1900, renovated in 2002, has 4 floors and 112 rooms. It has a lobby with a lift, a reception, a safety deposit box service and a currency exchange service. The establishment offers internet, conference rooms, a cafÃ©, a bar and an Ã  la carte restaurant with air-conditioning, Guests can also find a car park, an indoor car park, room service, a medical care service and a laundry service. SITUATION: It is inBudapest the city centre of is situated in the pedestrian area, 150 metres away from the establishment, you can find shops, bars and a public transport stop. in the surrounding area, clients have a restaurant. ROOM: The rooms a bathroom with a shower and a hairdryer. They have a direct line telephone, a satellite or cable television, internet and a mini-bar. Customers can find a double bed, an air-conditioning system, a central heating system and fitted carpets. FACILITIES: The establishment boasts a sauna and a massage service (available for a fee). PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.63" OriginalAmount="232.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4859455" Longitude="19.0251093" StarRating="4" HotelCode="|22286" HotelName="Mediterran" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/8/6/22286_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was opened in 2001, has 40 rooms and 5 floors. It has a lobby with elevators, a safety deposit box service, a reception, a television room, a bar, a pub and an Ã  la carte restaurant with air-conditioning, The establishment offers a conference room, internet, a laundry service and a car park (for a fee). SITUATION: It is in a central area, opposite the establishment, you can find the conference centre, in the surrounding area, clients have shops, leisure areas, entertainment and monuments. ROOM: Customers can find comfortable, modern rooms with a hairdryer, a direct line telephone, satellite and cable television, a bathroom, a radio and internet (available for a fee), You are offered central heating, a mini-bar (available for a fee), a safe and fitted carpets. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="235.88" OriginalAmount="233.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497303248845" Longitude="19.06948953867" StarRating="3" HotelCode="33478|HU000003" HotelName="ibis Budapest City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akácfa utca 1-3, 1072 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cc/1bccf1d83d6d94228f0d950e94811a730528f77c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well-priced hotel is located on the Pest side of Budapest, on Blaha Lujza in the heart of the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49863423" Longitude="19.06455888" StarRating="4" HotelCode="762535|364872" HotelName="Kvihotel Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nyár Utca 32, 1072 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5c/b55c6b19c0500dbbe8a116d09392a3255afe038e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|977298-20597513/6045040422289893323/3807" HotelName="DEAN’S HOME BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66320000/66313400/66313366/940ff4cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.39" OriginalAmount="234.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4970953" Longitude="19.0697684" StarRating="3" HotelCode="|20625" HotelName="Ibis Budapest City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/2/5/20625_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 84 rooms and 24 double rooms. It has a restaurant with air-conditioning. SITUATION: It is inPest the area it is in the city centre inBlaha Lujza the Square of nearby, you will find monuments, leisure areas, cultural places and shopping areas. 15 minutes away from the establishment clients have the National Museum, nearby, you will find the pedestrian area, a public transport stop. ROOM: The rooms a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.74" OriginalAmount="234.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5003751" Longitude="19.0528565" StarRating="0" HotelCode="|256135" HotelName="The Magazine Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/1/3/5/256135_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1327201-26637661/6045040422289893323/6356" HotelName="DORMERO BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74250000/74242100/74242095/deb43a97_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500496865287" Longitude="19.052997117222" StarRating="3" HotelCode="376130|the_magazine_hotel_apartments" HotelName="The Magazine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Szent István Tér 4-5, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/81/a681a4eea64b2fee8c86b5281157854ae106e50c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="238.36" OriginalAmount="236" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|233826-25442360/6045040422289893323/4852" HotelName="VITTA SUPERIOR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6240000/6234300/6234204/7c590a70_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="238.36" OriginalAmount="236" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1272-25187280/6045040422289893323/5641" HotelName="CORVIN - CORVIN WING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1768500/1768450/b666f82a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.37" OriginalAmount="237" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|615747-18226164/6045040422289893323/1670" HotelName="SMART BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35230000/35223900/35223851/aacf0f43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.483174001382" Longitude="19.070363876465" StarRating="4" HotelCode="782704|corvin_hotel_budapest_corvin_wing" HotelName="Corvin Hotel Budapest - Corvin Wing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Garden,Internet,Kitchen,Laundry,Meeting Room,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Angyal Street 31, 1094 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/fc/72fc2ef26cea84710aa51d855a24fc33f9fda228.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Corvin Hotel is situated a few minutes walk from the city center, in the residential area, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.39" OriginalAmount="239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49106354" Longitude="19.05608546" StarRating="3" HotelCode="552739|amber_terrace_studios" HotelName="Amber Terrace Studio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Veres Pálné utca 7, 1053 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/7b/207b0006f4885d9af61c614c9da01b2d6ad9ebea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.02" OriginalAmount="239.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48878" Longitude="19.03482" StarRating="0" HotelCode="|169607" HotelName="Gold Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja ut 12-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/6/0/7/169607_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="242.09" OriginalAmount="239.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.505579" Longitude="19.064531" StarRating="0" HotelCode="|489167" HotelName="Adagio Downtown Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/9/1/6/7/489167_f9edd481041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.22" OriginalAmount="241.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4941803" Longitude="19.0786641" StarRating="3" HotelCode="|23272" HotelName="Impulso by Mellow Mood Hotels  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NEPSZINHAZ U. 39-41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/7/2/23272_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2004, with air-conditioning, has 8 floors and 136 rooms. It has a hall with a lift, a reception, a safety deposit box service, a bar, a pub and a conference room. The establishment offers internet, a medical care service (for a fee), a laundry service and a car park. SITUATION: This urban hotel is in a central area. It is located 300 metres away from shops, bars, nightclubs and restaurants. In the surrounding area, clients have a public transport stop. It is situated 13 kilometres away from the airport. ROOM: All the rooms have a bathroom, a direct line telephone, satellite or cable TV, a double bed, fitted carpets and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.42" OriginalAmount="242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.421569283887" Longitude="19.239031669423" StarRating="3" HotelCode="159858|sarokhaz_panzio" HotelName="Sarokhaz Panzio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Bicycle Rental,Dry Cleaning,Garden,Internet,Laundry,Lounge,Luggage Storage,Massage Centre,Meeting Room,Parking,Pets allowed,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Ulloi Utca 845, Vecses, 1185 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/a0/f6a088eed471ef0377f69b5096deb49cf8ef0bc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Sarokház Panzió in Vecses, you'll be within the v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.486164474686" Longitude="19.025291427795" StarRating="4" HotelCode="34935|25662" HotelName="Mediterrán" 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,Internet,Jacuzzi,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Budaörsi Út 20/A, 1118 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/d0/c0d0538fd15456a4ec826a5d2d7d998025b796bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is ideally situated in the city centre, opposite Budapest Congress Centre. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1305-25189320/6045040422289893323/5797" HotelName="DANUBIUS ARENA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6300/6295/2fb9502d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430775-27596694/6045040422289893323/7029" HotelName="N36- BOUTIQUE APARTMENTS BY BQA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99560000/99551400/99551346/b7d6222a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="246.39" OriginalAmount="243.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494284455745" Longitude="19.078611731529" StarRating="3" HotelCode="37288|2670613" HotelName="Atlas City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Népszínház utca 39-41, 1081 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/6d/5a6d1363a0b3db4272ffe1041d951d6a9cb8a6c0.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel is surrounded by a number of shops, bars, nightclubs and restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.45" OriginalAmount="245" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|51338-12630435/6045040422289893323/535" HotelName="IMPULSO HOTEL BY MELLOW MOOD HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1220000/1210800/1210728/ac83e1e5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.45" OriginalAmount="245" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1374859-27591628/6045040422289893323/5213" HotelName="THE AMBERLYN SUITE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90830000/90828700/90828692/74b28335_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4889115" Longitude="19.0346487" StarRating="3" HotelCode="435244|gold_apartments" HotelName="Gold Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja útca 12, 1016 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/2c/de2cfe9d6e173c0fbae9cdf05ca696f9f18e976b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="247.84" OriginalAmount="245.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4823874" Longitude="19.0782745" StarRating="4" HotelCode="|256178" HotelName="Di Verdi Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/1/7/8/256178_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="248.23" OriginalAmount="245.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4888472" Longitude="19.0342707" StarRating="4" HotelCode="|55902" HotelName="Gold Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja way 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/0/2/55902_c3cfc381711.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a car park (for a fee), internet, a small reception and a sitting area. SITUATION: This hotel is in Buda the area close to the establishment, clients can find GellÃ©rt Hill close to the establishment, guests have the city centre, is situated 15 minutes away from Buda Castle it is near Danube the river 19 kilometres away from the establishment, guests will find Budapest Airport. ROOM: The rooms have a bathroom, a hairdryer, a satellite television, an air-conditioning system and internet (free of charge), (available on request), There is also room service. RESTAURANT: Regarding gastronomy, the establishment offers a restaurant with breakfast service, lunch service and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="248.46" OriginalAmount="246" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|37945-12630348/6045040422289893323/544" HotelName="BAROSS HOTEL BY MELLOW MOOD HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/893700/893654/01d31d14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="249.47" OriginalAmount="247" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1304-14629255/6045040422289893323/551" HotelName="CORVIN - SISSI WING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1120000/1112200/1112193/87fac068_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488839745921" Longitude="19.034379422665" StarRating="4" HotelCode="36311|gold_hotel_buda" HotelName="Gold Hotel Wine &amp; Dine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja útca 14, 1016 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/a4/b5a4cbe5d0496829b097382dd4a18d4be4371ed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Hegyalja Road in Budapest's District 1, on the northern side of Gellért Hil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.10" OriginalAmount="248.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5186633" Longitude="19.0495319" StarRating="3" HotelCode="|64181" HotelName="Fortuna Boat " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>SZENT ISTVAN PARK; REKPART; LOWER QUAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/1/8/1/64181_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Fortuna Boat is rated three stars, is ideal for holidays and has a bar and a living room. Close to the establishment, you can find restaurants. The hotel has a reception, a business centre, a concierge, lifts, a dry cleaner's and a laundry service. SITUATION: It is situated close to the commercial area and the historic centre. Close to the establishment, clients can find the leisure area and the shopping area. ROOM: The establishment has 42. Have lovely views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430778-27601622/6045040422289893323/5090" HotelName="SMARTAPART OBUDA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105170000/105163200/105163174/w6014h4012x5y5-99186615_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.59" OriginalAmount="249.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4832595" Longitude="19.0703379" StarRating="4" HotelCode="|60548" HotelName="Corvin Hotel Budapest Corvin Wing " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ANGYAL UTCA 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/4/8/60548_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel. SITUATION: It is nearBudapest the city centre of close to the establishment, clients can find Sandor Petofi the bridge is situated in the historic centre close to the metro station, the tram stop. ROOM: The rooms a bathroom, They have an air-conditioning system, a mini-bar, cable television, a safe, WiFi, a direct line telephone and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.50" OriginalAmount="250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995" Longitude="19.0603" StarRating="3" HotelCode="870591|budapest_passage_1" HotelName="Budapest Passage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baross utca 4, fsz.2, 1085 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/72/9d72f4093edee673a59e3276e0e359a785aad348.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="252.66" OriginalAmount="250.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48590703333334" Longitude="19.075149" StarRating="4" HotelCode="1877793" HotelName="Corvin Center Suites" Meals="APARTMENT - BALCONY" BedType="APARTMENT - BALCONY">
        <Address>
          <AddressLines>
            <AddressLine>Prater Utca 34.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/77793/1877793/3.jpg?f=17748706</HotelPictures>
        <HotelDescription>Welcome to Corvin Center Suites, your ideal choice for apartment rentals in Budapest. Located in a beautiful and trendy area in Budapest, our full equipped apartments offer free WiFi and complimentary baby cots for your convenience. Choose from twin, king or double beds to suit your preference. Our cozy suites have fully equipped kitchens, and some have terraces and gardens for added relaxation. Start your day with breakfast on your terrace if you wish. We are only 3 metro stops from Deak Square, where you can easily walk to the main tourist attractions. Our excellent reception team is ready to provide you with comprehensive local knowledge and tourist information. Arrange for an airport transfer for a hassle-free trip. All our apartments are air-conditioned/heating for your comfort. Pet friendly apartments are also available upon request and parking.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="253.51" OriginalAmount="251" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430776-27596460/6045040422289893323/7009" HotelName="NADOR BOUTIQUE BEST LOCATION BY BQA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99290000/99284800/99284773/42d42603_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.88" OriginalAmount="251.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4857788" Longitude="19.0767927" StarRating="0" HotelCode="|256206" HotelName="Corvin Holiday Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/2/0/6/256206_3249d911734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.12" OriginalAmount="251.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4693985" Longitude="19.0191994" StarRating="3" HotelCode="|22811" HotelName="Ibis Styles Budapest Citywest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/1/1/22811_a5475f80353.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 92 rooms, was built in 1970 and renovated in 2005. It has a lobby with a reception, a safety deposit box service and a lift. Guests can also find a shop, an Ã  la carte restaurant and internet. SITUATION: It is 10 minutes away from the historic centre, near the establishment, you will find restaurants, bars, 50 metres away, there is a public transport stop. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite TV, a mini-bar, a double bed and a safety deposit box. They also have fitted carpets and a central heating system. FACILITIES: The establishment has a sauna. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.15" OriginalAmount="251.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5160894" Longitude="19.075043" StarRating="3" HotelCode="|64177" HotelName="Ibis Budapest Heroes Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/1/7/7/64177_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 139 air-conditioning rooms, a lobby, a reception and a lift. Guests can find a cafÃ©, a bar and a restaurant. SITUATION: The hotel is in VÃ¡rosliget park is situated in Pest the area close to the establishment, clients can find tourist areas. ROOM: Each room has an air-conditioning system, a direct line telephone, a radio and a safety deposit box. They also have flat-screen satellite television, a bathroom with a shower and a hairdryer. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and an Ã  la carte dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.50" OriginalAmount="251.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500514" Longitude="19.110551" StarRating="4" HotelCode="|119257" HotelName="Green " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kerepesi utca 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/2/5/7/119257_ed1c2861753.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Green is rated four stars. The establishment has comfortable rooms, WiFi (free of charge) and a gym. SITUATION: It is in east Budapest. Nearby, you will find the Stadium of Budapest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49005045478" Longitude="19.068424701691" StarRating="4" HotelCode="101786|hotel_palazzo_zichy" HotelName="Palazzo Zichy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lorinc pap tér 2, 01088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/a1/8fa14138ffaf47720629c02425e5c9f5d98d46a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in downtown Budapest on the Pest side of the city, in the historical palace qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48232057" Longitude="19.0782522" StarRating="3" HotelCode="503752|di_verdi_residence" HotelName="Di Verdi Imperial Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Thaly Kálmán Utca 43, 1096 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c3/c5/c3c51e99c689936a9cde3dc7414682a286d303d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest, approximately 3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="254.53" OriginalAmount="252.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.515967111609" Longitude="19.074802724363" StarRating="3" HotelCode="14109|HU000018" HotelName="ibis Budapest Heroes Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dózsa György utca 106, 1068 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e0/18e0134c7a0d8a147d005798ba612458d057a615.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the City Park on the Pest side of Budapest and is easily accessible by both...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.46" OriginalAmount="252.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493942" Longitude="19.0677115" StarRating="3" HotelCode="|65044" HotelName="Three Corners Anna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Utca Gyulai Pal 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/0/4/4/65044_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 30 rooms and 5 apartments. SITUATION: It is close to the tourist attractions.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.53" OriginalAmount="253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493927072777" Longitude="19.067754149437" StarRating="3" HotelCode="66538|anna_9" HotelName="The Three Corners Hotel Anna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Gyulai Pál utca 14, 1085 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/e5/0de5def39e232ff50bf2195baba7064506a55bf9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.87" OriginalAmount="253.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4993" Longitude="19.0559" StarRating="0" HotelCode="|444824" HotelName="Vagabond Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paulay Ede utca 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/2/4/444824_6a47d701802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.90" OriginalAmount="253.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499837" Longitude="19.056953" StarRating="4" HotelCode="|256292" HotelName="Paulay Downtown Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Paulay Ede utca</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/2/9/2/256292_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.09" OriginalAmount="253.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.511605" Longitude="19.0529927" StarRating="3" HotelCode="|23034" HotelName="City Ring" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Szent Istvan Korut 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/3/4/23034_4e4a8db1226.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1996 and it is on a main street 2 floors, 39 rooms, 2 single rooms, 30 double rooms and 7 suites. It has a lobby, a reception, a safety deposit box service, a restaurant with highchairs and a laundry service. SITUATION: It is in the city centre, is situated next to the train station, 150 metres away, guests will find Westend City Center the shopping centre 50 metres away, there is a public transport stop, in the surrounding area, clients have shops, leisure areas and monuments. ROOM: The rooms a bathroom with a shower and a hairdryer. They have a direct line telephone, satellite or cable TV, a radio, a mini-bar, a double bed and an air-conditioning system. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.38" OriginalAmount="253.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5662" Longitude="18.96138" StarRating="4" HotelCode="|241589" HotelName="Klebelsberg Kastély" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Templom utca 12.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/5/8/9/241589_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51065" Longitude="19.053128" StarRating="4" HotelCode="117927|marmara_hotel_budapest" HotelName="Marmara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nagy Ignác u. 21., 1055 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ef/bfef90b0470945efeaf287ebfc74076a4c0201e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, right next to the Nagykörút (Grand Boulevard), which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.14" OriginalAmount="254.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5026686" Longitude="19.0681491" StarRating="4" HotelCode="|71252" HotelName="City Home Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/2/5/2/71252_2d9fa711257.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This business aparthotel, renovated in 2010, has 22 apartments, 4 floors, has a lobby, a reception, a lift, a cafÃ©, a bar, a breakfast room, an indoor car park, WiFi and a laundry service. SITUATION: It is inBudapest the centre of this hotel is in the shopping area, the business area situated 1 minute away from the train stop. ROOM: All the apartments have a bathroom, a shower, a bath, a hairdryer, a kitchen with fridge, a microwave, a coffee maker, a kettle, a double bed, a safety deposit box, a radio, a satellite or cable television, a direct line telephone, internet (free of charge) and individual heating. FACILITIES: The establishment boasts a massage service. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.55" OriginalAmount="255.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492966249268" Longitude="19.05578164418" StarRating="2" HotelCode="151960|maverick_apartments" HotelName="Maverick Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferenciek tere 2, Budapest 1051</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/fe/f9fe1311710d63cfbd71c214a83ffcf0b25c96e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.83" OriginalAmount="255.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492734" Longitude="19.055313" StarRating="0" HotelCode="|446079" HotelName="Giselle Vintage Doubles - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Ferenciek tere</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/0/7/9/446079_8822ac50844.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.00" OriginalAmount="255.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4965" Longitude="19.05776" StarRating="3" HotelCode="|186150" HotelName="Florin Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karoly Krt. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/5/0/186150_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.41" OriginalAmount="255.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497837" Longitude="19.0726175" StarRating="3" HotelCode="|19710" HotelName="Ibis Styles Budapest Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAKOCZI UT 58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/1/0/19710_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1896, has 5 floors and 130 rooms. It has a conference room, a bar and lifts. in the surrounding area, clients can find a car park (for a fee). SITUATION: This old hotel is in the shopping and business area, near the establishment, guests will find Blaha Lujza the square 5 minutes away from the establishment clients have a pedestrian zone, is situated 5 minutes away from Danube the river opposite the establishment, you can find Blaha Lujza the metro stop. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite TV, cable television, a mini-bar, a fridge and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101121-25276813/6045040422289893323/5357" HotelName="EUROSTARS PALAZZO ZICHY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2280000/2279600/2279541/58e98568_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.02" OriginalAmount="256.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4772897" Longitude="19.0944848" StarRating="3" HotelCode="|27914" HotelName="Millennium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/1/4/27914_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 4 floors, 121 standard rooms and 6 suites. It has a lobby, a reception, a lift and a safety deposit box service. The establishment boasts a souvenir shop, a cafÃ©, a bar and a restaurant. The establishment offers guests congress facilities, internet, room service, a laundry service and a car park. SITUATION: This establishment is in Ãœlloi Street Ãœlloi. It is well-connected with the airport and Budapest city centre. Is 15 kilometres from Budapest Ferenc Liszt International Airport. ROOM: Some rooms have a hairdryer. They also have a bathroom, a direct line telephone, satellite and cable television, a mini-bar, WiFi, internet, a central heating system and individual air-conditioning. You can also find non-smoking rooms, disabled access rooms and family rooms. You are offered cots (available on request). FACILITIES: The establishment has a jacuzzi, a sauna, a beauty centre and a massage service. OTHERS: The establishment serves a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.39" OriginalAmount="256.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5136919" Longitude="19.0402484" StarRating="3" HotelCode="|256244" HotelName="Grand Jules Boat Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Angelo Rotta rakpart</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/2/4/4/256244_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.491478620368" Longitude="19.053001999855" StarRating="3" HotelCode="14636|13788" HotelName="City Matyas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Diet Meals,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marcius 15 ter 7-8, 1056 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/5b/fc5b6761c94a75104ffdb38eebc5c90b24a0a51e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a central location in the heart of Budapest, just minutes away from the pedestrian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51872" Longitude="19.049362" StarRating="3" HotelCode="290390" HotelName="Fortuna Boat Hotel Budapest" Meals="ROOM - CITY VIEW" BedType="ROOM - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Szent István Park, Alsó Rakpart, Szent Istv</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/90390/290390/102.jpg?f=17740226</HotelPictures>
        <HotelDescription>The boat hotel enjoys a prime location between Budapest's famed Margaret and Árpád Bridges, offering stunning Danube River views. Margaret Island, a relaxing oasis, is just steps away. The hotel is a convenient 15-minute journey from the main railway and bus stations, and a 40-minute drive from Budapest Airport. Cozy, comfortable guest rooms feature modern amenities including air-conditioning, LCD TVs with satellite channels, and en-suite bathrooms with showers. A stay at this boat hotel promises a unique and unforgettable experience, blending river scenery, natural surroundings, and charming onboard accommodation.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.96" OriginalAmount="257.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49962" Longitude="19.05943" StarRating="0" HotelCode="|479401" HotelName="Budapest Center Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/4/0/1/479401_eacf2df1550.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.58" OriginalAmount="258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500487130114" Longitude="19.110859930515" StarRating="4" HotelCode="905537|green_hotel_budapest" HotelName="Green Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kerepesi út 34, 1148 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/6a/7f6a4658aded43f30462d0f088d0f7727e9e065e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated close to many major business and entertainment attractions of Budapest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="261.59" OriginalAmount="259" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|87230-25254271/6045040422289893323/4664" HotelName="THE AQUINCUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24200/24189/59ba4c08_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4966018" Longitude="19.0578468" StarRating="3" HotelCode="263760|k9_residence" HotelName="K9 Residence Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karoly Korut 9, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/8e/ba8e7ae7a6578922d84f98602fde00575e4e24e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.68" OriginalAmount="259.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4882789" Longitude="19.0236552" StarRating="4" HotelCode="|15596" HotelName="Novotel Budapest City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALKOTAS UTCA, POB 233 63-67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/6/15596_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2007, has 319 rooms and 9 floors. It has a cafÃ©, a shop, a bar, a car park, indoor parking and a restaurant. SITUATION: It is inBuda the area nearby, you will find the city centre, is 2 kilometres away from the Royal Palace, 100 metres away from the establishment, you can find a bus stop. ROOM: The inviting rooms, have a bathroom, a direct line telephone, a safety deposit box, a fridge and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.009809" Longitude="25.742678" StarRating="3" HotelCode="0|560414-25713705/6045040422289893323/6022" HotelName="BUDAPEST HOLIDAYS HARMONY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>56 56 M Kothri ., Ierapetra, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23180000/23171800/23171760/480f103f_b.jpg</HotelPictures>
        <HotelDescription>Located in the town centre - right next to the sea and the local beachAstron Boutique Hotel is here to serve you with more than 20 years of tradition and devotion to the spirit of genuine Cretan hospitality - responsibly and consistently offering top level services and assistance to both residents and visitors of Ierapetra - Its particularly advantageous location-in the centre of town yet simultaneously at the waters edge and with a view of the enchanting bay of Ierapetra-renders it an ideal destination for both the business traveller and the holiday maker seeking rest and recreation - Choose a luxurious stay in one of the 66 rooms and suites of our hotel- which have been decorated and equipped anew offering all contemporary comforts and services - Come and enjoy the unique atmosphere and hospitality of Iridanos Lounge Cafe and taste our freshly ground coffee and homemade snacks made with the purest ingredients provided by Cretan soil -  Relax on the large comfortable sofas reading your newspaper or magazine - surfing the internet or casually chatting with your friends and colleagues under the soft sounds of lounge and Greek music -  For those of you wishing to enjoy a drink or cocktail we remain open until late with a pleasant ambiance and contemporary music - In the hotel atrium we have created a unique dining area - the Phoenix restaurant - here you can enjoy a hearty breakfast and savour original Greek and Cretan cuisine certified by Hellenic Chamber of Hotels - Pure and fresh ingredients - a wonderful atmosphere and excellent service accompanied by soft music stir the senses on this colourful voyage of gastronomic delight - Come and let us get acquainted - Experience the comfort- luxury and excellent services offered within a unique and friendly environment - become a member of our family and enjoy an unforgettable stay&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|371552-25558654/6045040422289893323/6123" HotelName="GOLD HOTEL WINE AND DINE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/517100/517041/d8293f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|615815-25779214/6045040422289893323/6770" HotelName="MAVERICK APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11090000/11083200/11083131/96e55216_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499438" Longitude="19.039322" StarRating="4" HotelCode="11474|carlton_hotel_budapest" HotelName="Carlton Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apor Péter utca 3, 1011 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/38/773875d3520c7659dfbccad3963cbc9c754207e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This plush hotel is centrally located in the Buda district, within walking distance of the famous fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.511425169383" Longitude="19.053131804893" StarRating="3" HotelCode="47489|city_ring_hotel" HotelName="City Hotel Ring" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Szent Istvan Krt 22, 1137 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/99/ba991160c3ee85ed21509018944b496a3f6bbf14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the city centre, near to the Western railway station and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="263.61" OriginalAmount="261" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1248308-20765264/6045040422289893323/2640" HotelName="INTERCITY BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63900000/63895100/63895077/7fb0bd61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.03" OriginalAmount="261.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.52098" Longitude="18.97381" StarRating="4" HotelCode="|445192" HotelName="The Hotel Unforgettable - Hotel Tiliana By Homoky Hotels and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/9/2/445192_8fd03c51027.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.42" OriginalAmount="261.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5022844" Longitude="19.0576072" StarRating="4" HotelCode="|15600" HotelName="K+k Opera Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>REVAY UTEA 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/0/0/15600_9fe608b1235.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, was built in 1993, has 205 rooms and 7 floors. It has a bar, a cafÃ©, lifts and a restaurant with air-conditioning, The establishment also offers internet and indoor parking (for a fee). SITUATION: This luxurious hotel is in Budapest the city centre of near the establishment, you will find the opera, is 1 kilometre away from a metro station. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a safe, a mini-bar and a fridge. FACILITIES: The establishment has a gym, For a fee, guests can enjoy a massage service, the Turkish bath and a jacuzzi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.62" OriginalAmount="262" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502252044289" Longitude="19.057867527008" StarRating="4" HotelCode="259028|2437" HotelName="K+K Hotel Opera" 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,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Révay utca 24, 1065 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/4e/b94eb618b592b8536d7d4af9a01ef5d4806097f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury city hotel is located in the centre of Budapest near the opera. The underground station,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.79" OriginalAmount="263.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4980967" Longitude="19.0692573" StarRating="4" HotelCode="|42509" HotelName="The Honest Budapest by chic&amp;basic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>DOHANY UTCA 64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/0/9/42509_6a34c641106.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2008, has 68 double rooms, 6 suites and is ideal for holidays or business trips. The establishment boasts air-conditioning, a lobby, a safety deposit box service, a lift, a cafÃ© and a restaurant. The establishment offers WiFi, room service, a laundry service, bicycle rental, a car park and indoor parking. SITUATION: This hotel is in the heart of Budapest. Nearby, you will find the nightlife, transport stations, monuments, the river and theatres. Near the establishment, you will find restaurants and concerts. It is 1.5 kilometres away from Arena Plaza Shopping Centre. It is just 2.5 kilometres away from the opera and 3 kilometres away from the parliament. The establishment is 22 kilometres away from Budapest Airport. ROOM: Guests are offered double rooms with king size bed and a shower. Our guests also have available suites. The rooms have a flat-screen television, a mini-bar, an air-conditioning system, individual heating, soundproofed windows, a direct line telephone, internet, a bathroom, a hairdryer, a radio and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="266.64" OriginalAmount="264" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|233819-25442356/6045040422289893323/5130" HotelName="SIX INN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90760000/90751900/90751836/91bc8b66_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.503502008988" Longitude="19.108971655369" StarRating="3" HotelCode="37991|hotel_veritas_2" HotelName="Veritas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Mogyorodi ut 8, 1143 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/bd/58bdd573463230fc1a413c41cca9110ea3ba31d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="267.13" OriginalAmount="264.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49185" Longitude="19.06905" StarRating="3" HotelCode="329853" HotelName="Central Hotel 21" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Mária utca 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0003/29853/329853/24.jpg?f=17740288</HotelPictures>
        <HotelDescription>Take in the views from a garden and make use of amenities such as complimentary wireless internet access and tour/ticket assistance. Additional amenities at this hotel include bike parking and an electric bike charging station.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 3 stars.. Featured amenities include a computer station, multilingual staff, and luggage storage. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="267.76" OriginalAmount="265.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4857545" Longitude="19.0772438" StarRating="0" HotelCode="|256279" HotelName="Corvin Rose Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/2/7/9/256279_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1266-25187279/6045040422289893323/4697" HotelName="THE THREE CORNERS ANNA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18350000/18344200/18344164/99f1c6ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.66" OriginalAmount="266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.479287216872" Longitude="19.074459671974" StarRating="4" HotelCode="130347|actor_hotel_budapest" HotelName="Actor Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viola utca 10-14, 1094 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/34/7a341d221f07bed164a7f70fd93023deca80915b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Pest side of Budapest in the newly renovated, architectural Oscar prize...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.74" OriginalAmount="266.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5097" Longitude="19.0567" StarRating="3" HotelCode="|445082" HotelName="T62" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/8/2/445082_ea1149c1102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="269.56" OriginalAmount="266.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48886" Longitude="19.03434" StarRating="4" HotelCode="2190769" HotelName="Gold Hotel Budapest" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja Út 14,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/90769/2190769/1.jpg?f=15365015</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access. Additional features at this Victorian hotel include concierge services, a banquet hall, and bike parking. Getting to nearby attractions is a breeze with the area shuttle (surcharge) that operates within 19 kilometers.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include express check-out, a 24-hour front desk, and multilingual staff. This hotel has 2 meeting rooms available for events. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a cruise ship terminal shuttle..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="270.74" OriginalAmount="268.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51369" Longitude="19.04025" StarRating="3" HotelCode="2945289" HotelName="Grand Jules Boat Hotel Budapest" Meals="ROOM - CITY VIEW" BedType="ROOM - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Angelo Rotta Rakpart,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/45289/2945289/1.jpg?f=17470817</HotelPictures>
        <HotelDescription>Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless internet access and concierge services.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="271.15" OriginalAmount="268.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48833" Longitude="19.023003" StarRating="4" HotelCode="14406" HotelName="Novotel Budapest City &amp; Budapest Congress Center" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Alkotas Utca 63-67,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14406/14406/96.jpg?f=17742286</HotelPictures>
        <HotelDescription>Facilities and services include 24 hours reception, 24 hours room service, porter and concierge service, café/restaurant and lobby bar, wi-fi connection in all public areas, safe deposit box at reception (extra charge), business centre, meeting room facilities (largest capacity for 50 persons), an indoor pool, sauna and a fitness facility.Guest rooms are equipped with bathroom, satellite/cable colour TV, pay movies, telephone, work area, internet access, safe deposit box (extra charge), air condition, mini bar, hair dryer and tea/coffee making facilities.Address: Alkotas utca 63-67, 1123 Budapest, Hungary.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="271.69" OriginalAmount="269" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498498" Longitude="19.07735" StarRating="4" HotelCode="899453|16166" HotelName="The Three Corners Hotel Bristol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kenyérmezo, 4, 1081 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/81/c78169e3f890bb8d12e90c7ff4c95246d3c6bc94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located next to the central artery of Budapest (Rákóczi út), close to the ever st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.44" OriginalAmount="269.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4994193" Longitude="19.0392452" StarRating="4" HotelCode="|23219" HotelName="Carlton Buda Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>APOR PETER UTCA 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/9/23219_90409e11252.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1990, has 7 floors, an annexed building, 95 rooms, 10 single rooms and 85 double rooms. It has a lobby with a reception, a currency exchange service, a safety deposit box service and lifts. The establishment offers a conference room, indoor parking and a car park. With regards to the food and beverage offering, the establishment has a bar and a restaurant with air-conditioning. There are many services available at the establishment, including internet, room service and a laundry service. SITUATION: This smart hotel is in a central area of Buda. Near the establishment, guests will find Fisherman's Bastion (HalÃ¡szbÃ¡stya) close to the establishment, guests have tourist areas and the historic centre. It is 300 metres away from a public transport stop. 50 minutes away from the establishment, guests will find Budapest Ferenc Liszt International Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet. They also have a living room, a mini-bar, a double bed, a safety deposit box, fitted carpets and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.70" OriginalAmount="270" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51374233" Longitude="19.0397819" StarRating="2" HotelCode="571782|218939" HotelName="Grand Jules - Boat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="botel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Conference Hall,Designated Smoking Area,Dining,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Angelo Rotta rakpart, 1027 Budapest, Pest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/fd/5bfdd4b2b32f6f8b4f42eec29cc2a28ef3537d9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;OnRiver Hotels – Grand Jules is a newly renovated 3-star boat hotel situated on the Buda side of Bud...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.70" OriginalAmount="270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995" Longitude="19.0603" StarRating="0" HotelCode="665742|diana_club_hotel" HotelName="Diana Club Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kobanyai Utca 19</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/f7/b7f75d21309393984c38f0dcf65e0da52d5f170a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="273.13" OriginalAmount="270.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5090191" Longitude="19.0453069" StarRating="4" HotelCode="|64176" HotelName="Marmara Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/1/7/6/64176_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a safety deposit box service, a cloakroom, a lift, a cafÃ©, a bar and a restaurant. The establishment boasts conference facilities, internet, a laundry service, a car park, indoor parking and a restaurant. SITUATION: This hotel is in the city centre, Next to, Close to points of interest, the parliament, San Esteban the Basilica of the museums, theatres, shops, restaurants and cafÃ©s. ROOM: The rooms have a bathroom with a shower, a hairdryer, a satellite or cable television, internet, a mini-bar, an air-conditioning system, individual heating, a direct line telephone, a safe, a fridge, a coffee maker and a kettle. Our guests also have available interconnected rooms. OTHERS: The establishment serves a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.71" OriginalAmount="271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.41435" Longitude="19.244114" StarRating="4" HotelCode="81844|airport_hotel_budapest" HotelName="Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lorinci, 130/a, 2220 Vecsés</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/dc/9adc83749bbc9b61ba7f502c18e9db8b9c968889.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is situated near the edge of Budapest (2-2.5 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499463307738" Longitude="19.07877266407" StarRating="4" HotelCode="13612|hotel_hungaria_city_center" HotelName="Hotel Hungaria City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rákóczi Utca 90, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/e0/fee0423f3603cf2f3847736c7486cd4e78350b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This prestigious hotel is situated at the heart of Budapest, close to Elisabeth Bridge. Numerous sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.506816264834" Longitude="19.053318500519" StarRating="4" HotelCode="370586|best_western_premier_hotel_parlament" HotelName="Parlament" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kálmán Imre utca 19, 1054 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/32/0b329361dc8eef2a9b1fe7862bc02d7a00573c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located about 5 minutes walk from the city centre where there are many sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49894486" Longitude="19.05028504" StarRating="3" HotelCode="572481|nador_home" HotelName="Nádor Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jozsef Attila utca 10, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/4d/b04d3cd1cc2620b8065d971bd9d30650c7a2c735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="274.77" OriginalAmount="272.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498196" Longitude="19.069134" StarRating="4" HotelCode="164035" HotelName="Honest Budapest By Chic &amp; Basic" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Dohány Utca, 64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/64035/164035/2.jpg?f=17750215</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="275.29" OriginalAmount="272.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4983606" Longitude="19.0773131" StarRating="4" HotelCode="|47891" HotelName="Bristol Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KENYERMEZO UTCA 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/9/1/47891_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 49 rooms and 4 floors. It also has air-conditioning, a lobby, a reception, a lift, a bar, a breakfast room and conference rooms. The establishment offers guests WiFi, room service, a laundry service, bicycle hire and indoor parking. SITUATION: This urban hotel, RÃ¡kÃ³czi Ãºt it is close to close to the establishment, clients can find the railway station, close to the establishment, guests have Saint Elisabeth the Church of it is close to Arena Plaza the shopping centre Where you can find shops, restaurants and cafÃ©s. it is close to the bus station, public transport services, the opera and museums. it is situated 14 kilometres away from Budapest Ferenc Liszt International Airport. ROOM: Each room has a bathroom with mirror, a hairdryer, bath or shower, a safe, a direct line telephone, cable and satellite television, a coffee maker and a kettle (available on request), They also have a mini-bar, WiFi (free of charge), an individual air-conditioning system and heating. FACILITIES: The establishment boasts a sauna and a gym (free of charge). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.553277" Longitude="19.078471" StarRating="4" HotelCode="191328|park_inn_by_radisson_budapest" HotelName="Park Inn by Radisson Budapest" 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>Szekszárdi utca 16-18, 1138 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a0/d3a0289740dc245e46aa7eebe344284c62d547ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5222492" Longitude="18.9706993" StarRating="3" HotelCode="267930|tiliana_hotel" HotelName="Tiliana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Harshegyi Utca 1-3, 1021 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/5a/4a5afb7f00eb08688da235a4ad090d32689800f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="276.67" OriginalAmount="273.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4809644" Longitude="19.0981148" StarRating="3" HotelCode="|23033" HotelName="Gloria Budapest City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLATHY OTTO U. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/3/3/23033_2a9a5670306.jpg</HotelPictures>
        <HotelDescription>SITUATION: This luxurious hotel is in the city centre where you can find shops and leisure areas. It is situated near the metro station and the bus station. ROOM: Customers have comfortable rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="276.74" OriginalAmount="274" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1430774-27596353/6045040422289893323/6906" HotelName="LA FORTEZZA PANZIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99070000/99063400/99063345/d9bd9cf5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="277.95" OriginalAmount="275.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.495996660023" Longitude="19.072464108467" StarRating="4" HotelCode="68677|2739432" HotelName="Atrium Fashion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Csokonai utca 14, 1081 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/cb/97cb9af0e4836c281d27ba94931dedd87e52ec11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city design hotel is close to Budapest's most popular sites, 1 km from the city centre. All oth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.76" OriginalAmount="276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48576835" Longitude="19.07691147" StarRating="0" HotelCode="827010|corvin_holiday_apartment_hotel" HotelName="Corvin Holiday Apartments Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corvin Setany 3a, 1082 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/c7/87c74e6b1a2fca7874e89102fffa08d466a14233.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.77" OriginalAmount="277" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.090244" Longitude="-8.224838" StarRating="4" HotelCode="0|57534-12634667/6045040422289893323/556" HotelName="ATRIUM HOTEL BY MELLOW MOOD HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>. JOSE FONTANA AREIAS DE S.JOAO  APTD.908, ALBUFEIRA, PT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1610000/1604200/1604199/10183d0f_b.jpg</HotelPictures>
        <HotelDescription>This friendly apart hotel is excellently located in the popular holiday resort of Albufeira, only 500 m from Oura Beach and within minutes from the famous strip with its abundance of restaurants, bars, pubs and shopping facilities. Continente Shopping Centre, the beach of Santa Eulália and the Bullring of Albufeira are within walking distance, Faro International Airport is about 32 km away. The hotel offers room ranging from studio to two bedrooms apartment which can accommodate up to 6 people. Each unit is decorated in European style, equipped with Flat-screen TV, Air conditioning, a well-fitted kitchenette, dining and living area, tea &amp;amp; coffee facilities, safe box, hair dryer, fridge and etc. Some rooms offers pool view or garden view with walk out balcony or terrace.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.77" OriginalAmount="277" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|615757-25779104/6045040422289893323/4813" HotelName="TILIANA THE UNFORGETTABLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24040000/24030500/24030428/845511e6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.78" OriginalAmount="278" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1358711-26652868/6045040422289893323/6097" HotelName="BUTIK ART" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/82000000/81130000/81124700/81124686/ae03da0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.21" OriginalAmount="278.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5109148" Longitude="19.0370749" StarRating="4" HotelCode="|71246" HotelName="Regnum Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>GANZ UTCA 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/2/4/6/71246_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2010, has 49 rooms, air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a lift, a cafÃ©, a bar, a restaurant, conference facilities and WiFi (free of charge), At an additional cost, you can enjoy a laundry service, a car park and a bicycle rental desk. SITUATION: It is in the city centre, has good links to public transport services located near the historic centre, You can find restaurants, shops and public transport services. It is situated 700 metres away from shops, this hotel is situated 1 kilometre away from the tourist centre, 15 kilometres away from the establishment, guests will find the train station situated 15 kilometres away fromBudapest Airport. ROOM: The modern rooms, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a television, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, windows, a desk, an ironing set, an individual air-conditioning system, heating and a balcony or terrace. FACILITIES: Clients can enjoy a massage service (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50626536" Longitude="19.05602118" StarRating="3" HotelCode="671169|301643" HotelName="Bp Design Hotel and Apartmant" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Nagymezo Utca 66, 1065 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a7/51a734f489167aa8f96363a3c2711794b94d2c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.379371" Longitude="2.176115" StarRating="4" HotelCode="0|52406-25231729/6045040422289893323/5735" HotelName="IKONIK PARLAMENT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>19 Carrer Dels Escudellers, BARCELONA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1370000/1367800/1367703/3ce7123a_b.jpg</HotelPictures>
        <HotelDescription>This elegant hotel is in Barcelona's Gothic Quarter, 200 metres from the Ramblas. Barcelona Cathedral and the Boquería Market are 600 metres away. The port and Maremagnum Shopping Centre are a 10-minute walk from the hotel. Barceloneta Beach is a 20-minute walk away. Guests will find themselves just a short distance from a diverse selection of shops, restaurants, bars and galleries in the hotel's vicinity. The Picasso Museum and fashionable Borne district are a 10-minute walk away. Barcelona El Prat Airport is 15 km away. This accommodation offers spacious and modern 57 guest rooms with en-suite facilities. Each room is fully equipped with heating, temperature control, working desk, satellite TV with international channels, blow dryer, safe and bath amenities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|890633-26120572/6045040422289893323/6089" HotelName="BUDAPEST PASSAGE 1" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45170000/45161300/45161239/b05f0dc2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="281.93" OriginalAmount="279.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995" Longitude="19.039211" StarRating="4" HotelCode="14356" HotelName="Carlton Hotel Buda Castle" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Apor Péter Utca . 3,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14356/14356/41.jpg?f=17692292</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.70" OriginalAmount="279.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4966997" Longitude="19.0708731" StarRating="4" HotelCode="|38955" HotelName="Nemzeti Budapest – Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JOZSEF KRT. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/5/5/38955_4019f351128.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1896, has 76 standard rooms. It has air-conditioning, a hall with a reception, a safety deposit box service, a currency exchange service and a lift. The establishment has a bar, a restaurant, a conference room, room service and a laundry service. 150 metres away, you can find a car park (for a fee). SITUATION: This hotel is in the city centre. It is situated near metro stations, tram stations and a bus stop. It is 1.5 kilometres away from the National Museum. 2.8 kilometres away, you can find the opera. Is 4 kilometres from the parliament, 5 kilometres away from Castle Buda the business area. In the surrounding area, clients can find bars and restaurants. It is 25 kilometres away from the airport. ROOM: The cosy rooms, have a bathroom with a shower or bath, a hairdryer, a direct line telephone, a television, a radio, internet, a mini-bar, a double bed, an air-conditioning system, heating and a safety deposit box. FACILITIES: 100 metres away, clients can find a gym. OTHERS: This establishment has a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.80" OriginalAmount="280" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.484667298891" Longitude="19.075714945793" StarRating="4" HotelCode="186972|56989" HotelName="Fraser Residence Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nagytemplom utca 31, 1082 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/c2/b1c2630c2839a723da1ba8d296b33a28a86bd409.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="282.80" OriginalAmount="280" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24822-18118413/6045040422289893323/1908" HotelName="NH CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972000/971977/f941a869_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.80" OriginalAmount="280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48326992554" Longitude="19.070149119247" StarRating="0" HotelCode="782768|corvin_hotel_4" HotelName="Corvin Hotel Budapest Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Angyal Utca 26</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a6/21a6df6ea8bc233bc3bf369a46998e8556628cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="283.55" OriginalAmount="280.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51275" Longitude="19.052131" StarRating="4" HotelCode="26503|1088491" HotelName="NH Budapest City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vígszínház utca 3, H-1137 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/67/3d67e84f9c241379b8c00a8e06bfa931dcef8719.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated in the XIII district of Budapest, between the Parlia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.83" OriginalAmount="281.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50016" Longitude="19.05575" StarRating="3" HotelCode="|186106" HotelName="Andrássy Thai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Andrassy street 2.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/6/186106_632308a0915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="284.29" OriginalAmount="281.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.480175" Longitude="19.0682" StarRating="2" HotelCode="3936397" HotelName="B&amp;B Hotel Budapest City" Meals="ROOM WITH VIEWS" BedType="ROOM WITH VIEWS">
        <Address>
          <AddressLines>
            <AddressLine>Angyal Utca 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/36397/3936397/33.jpg?f=16949783</HotelPictures>
        <HotelDescription>Facilities: The friendly staff at the reception desk are happy to answer any questions. Services and facilities include a baggage storage service, a safe, a laundry service, a conference room, a banquet hall and a smoke alarm. Wireless internet access is provided in public areas. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. Guests arriving by car can park their vehicles in the garage or in the car park (no extra charge).
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.84" OriginalAmount="284.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.507933" Longitude="19.058175" StarRating="3" HotelCode="114078|cotton_house_2" HotelName="Cotton House Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jókai utca 26, 1066 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/84/e5842301df12ee0aa53fff8ea544cf254488ab4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.84" OriginalAmount="284.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50964417" Longitude="19.05675733" StarRating="0" HotelCode="964727|t62_hotel" HotelName="T62 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Teréz Körút 62, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/c6/b9c6611f64b5988240a7693b7c89b3097a5010cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1270-18115730/6045040422289893323/2189" HotelName="CARLTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107050000/107043900/107043869/c012bd7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.47" OriginalAmount="285.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5078599" Longitude="19.0581733" StarRating="3" HotelCode="|160382" HotelName="Cotton House  Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/3/8/2/160382_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="288.62" OriginalAmount="285.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.483212311065" Longitude="19.070318826809" StarRating="4" HotelCode="63598|992728" HotelName="Corvin Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Angyal Street 31, 1094 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d6/d67a5fe4e1a2749b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in a central yet quiet district of Budapest and offers excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.86" OriginalAmount="286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497809" Longitude="19.072225" StarRating="5" HotelCode="907163|boscolo_residence" HotelName="New York Residence Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osvát utca 2-8, 1073 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/9c/d19c16cbeb1f07b155bacbb8a4e9afc97981408a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated next to the famous New York Palace in the heart of Budapest, the hotel offers easy access t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.87" OriginalAmount="287" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.512157294069" Longitude="19.074328243732" StarRating="4" HotelCode="26441|6174" HotelName="Mamaison Hotel Andrassy Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Andrassy utca 111, 1063 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/a2/1ea20e2168109db8bd84c56d974e91d19849da2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This only small luxury hotel in Budapest is located in a wonderful quarter, minutes from Hero Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="289.87" OriginalAmount="287" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1264058-26610941/6045040422289893323/6334" HotelName="B AND B HOTEL BUDAPEST CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66900000/66896000/66895924/090f831a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="289.95" OriginalAmount="287.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.496665" Longitude="19.070983" StarRating="4" HotelCode="14784|HU000005" HotelName="Hotel Nemzeti Budapest - MGallery" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jozsef Körút 4, 1088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/03/5603ed41dfa99eb66683e9f5866a666dddaf4143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre and enjoys excellent connections via the underground train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="290.88" OriginalAmount="288" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|487481-25651227/6045040422289893323/6825" HotelName="KLEBELSBERG KASTELY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19250000/19242800/19242783/f6227a68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="291.89" OriginalAmount="289" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1382121-27578847/6045040422289893323/6463" HotelName="FLORIN APART HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/6000000/5995300/5995238/4fa4a43f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.89" OriginalAmount="289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500254" Longitude="19.055696" StarRating="3" HotelCode="311484|andrassy_thai_hotel" HotelName="Andrássy Thai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Andrássy út 2, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c9/33c9c48b754f59d8d48e327c86d5d30ecdf6abdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="292.48" OriginalAmount="289.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.482357" Longitude="19.069758" StarRating="3" HotelCode="|440447" HotelName="B&amp;B Budapest City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47.480268, 19.068214 , Angyal u. 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/4/4/7/440447_73c0b1a0955.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.90" OriginalAmount="290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498183" Longitude="19.069127" StarRating="4" HotelCode="75180|soho_boutique_hotel" HotelName="Soho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dohány utca, 64, Budapest 1074</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/1b/161b065ab336d6dfc56d096b7ce3ff57d69ee172.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest, where Dohány Street and Elizabeth Boulevard meet. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.90" OriginalAmount="290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.505655" Longitude="19.028674" StarRating="4" HotelCode="114071|hotel_castle_garden" HotelName="Castle Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lovas útca 41, 1012 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/2d/3d2da7ae7619187406419f861184867c7e201ef8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical castle district and near Széll Kálmán Square, on the Metro li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.25" OriginalAmount="290.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49945" Longitude="19.064953" StarRating="0" HotelCode="|491063" HotelName="Gracia Apartment House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/0/6/3/491063_84539c21032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.57" OriginalAmount="290.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4981934" Longitude="19.0564018" StarRating="0" HotelCode="|157729" HotelName="Central Passage Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/7/2/9/157729_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi, (free of charge), a transfer service (free of charge), (on request). SITUATION: This establishment, is in Budapest the centre of it is located between Deak Ferenc the square AndrÃ¡ssy boulevard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="293.91" OriginalAmount="291" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|197550-24258057/6045040422289893323/1069" HotelName="ESCALA HOTEL AND SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4270000/4268500/4268430/432b9164_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.511325" Longitude="19.076404" StarRating="3" HotelCode="10819|benczur_hotel" HotelName="Benczur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Benczúr utca 35, 1068 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/de/42dea4e6141e39151fc81ad637bd700b062f7324.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in elegant surroundings, providing easy access by foot to Heroes' Square, Andrássy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.10" OriginalAmount="291.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5119753" Longitude="19.0743918" StarRating="4" HotelCode="|23036" HotelName="Mamaison Andrassy Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ANDRASSY UT 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/3/6/23036_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 floors, 70 rooms and 7 suites. It has a garden, a lobby with air-conditioning, a reception, a safety deposit box service and a lift. Our guests can find a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, a terrace and 11 conference rooms. The establishment offers guests internet, room service, a laundry service and a car park (for a fee). SITUATION: Budapest It is in near the establishment, you will find Heroes' (HÅ‘sÃ¶k tere) the square Heroes' (HÅ‘sÃ¶k tere) the zoo, 100 metres away, guests have Bajza Utca the Station of 300 metres away from the establishment, you can find SzÃ©pmÅ±vÃ©szeti MÃºzeum the museum 1,5 kilometres away, you can find shops, bars, nightclubs and the opera. ROOM: The spacious rooms, have a king-size bed, an air-conditioning system, internet (free of charge), a safety deposit box and a desk. They also have a satellite TV, a direct line telephone and a mini-bar. Guests can choose between a bath and hydromassage shower. All the rooms have garden views, Guests can find Junior Suites with a balcony, a central air-conditioning system, a desk and a mini-bar. It also offers a safety deposit box, a direct line telephone, a satellite TV, internet (free of charge), a stereo and a bathroom with jacuzzi, Guests also have available suites. FACILITIES: The establishment has a sauna, a gym and a massage service. close to the establishment, clients can find a spa. OTHERS: Regarding the food and beverage offering, clients can enjoyNew Baraka the restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="294.35" OriginalAmount="291.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498486" Longitude="19.07741" StarRating="4" HotelCode="298769" HotelName="Hotel Bristol Budapest" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Kenyermezo Utca 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/98769/298769/68.jpg?f=17740165</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include complimentary wired internet access, complimentary newspapers in the lobby, and dry cleaning/laundry services. Event facilities at this hotel consist of conference space and a meeting room..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.63" OriginalAmount="291.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4790598" Longitude="19.0683998" StarRating="3" HotelCode="|38956" HotelName="Ibis Styles Budapest City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOROKSARI UT 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/5/6/38956_20.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 130 rooms, 64Â non-smoking rooms a bar, meeting room, a business centre and a car park (for a fee), renovated in 2007 a hall with a reception, a currency exchange service, a lift, internet (for a fee) and a laundry service. SITUATION: It is inPest the area it is in Budapest the city centre of near the establishment, you will find cultural places, the theatre, 100 metres away, there is a public transport stop, 17 kilometres away, you can find Budapest Airport. ROOM: Customers can find soundproofed rooms, They have a satellite television with films, a direct line telephone, WiFi, a safety deposit box, a hairdryer, a bathroom with a bath or shower and a terrace. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="294.83" OriginalAmount="291.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500557" Longitude="19.067003" StarRating="3" HotelCode="3964969" HotelName="Vagabond Soho" Meals="SUPERIOR APARTMENT" BedType="SUPERIOR APARTMENT">
        <Address>
          <AddressLines>
            <AddressLine>Kertész Utca 25.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/64969/3964969/1.jpg?f=17375249</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as bicycles to rent or take in the view from a terrace and a garden. This apartment also features complimentary wireless internet access and a picnic area.. Featured amenities include express check-in and express check-out. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.82" OriginalAmount="292.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4937418" Longitude="19.058047" StarRating="4" HotelCode="|64490" HotelName="Exe Budapest Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>KOSSUTH LAJOS U. 7-9, REALTANODA U-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/4/9/0/64490_bb71f701243.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is contemporary. SITUATION: The establishment, is in Budapest the heart of. ROOM: The establishment has 175 rooms, 6 suites 3 Presidential Suites, with an air-conditioning system and WiFi. FACILITIES: The establishment has a solarium, a sauna, a gym, a restaurant and a library. Guests are offered 2 meeting rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.34" OriginalAmount="293.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4935884" Longitude="19.0633801" StarRating="4" HotelCode="|60550" HotelName="Museum Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>TREFORT UTCA 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/5/0/60550_5320b661539.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.94" OriginalAmount="294" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.434048" Longitude="19.091534" StarRating="4" HotelCode="267944|448655" HotelName="Duna Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1203 Budapest, Vízisport Street 12</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/e1/88e19caffa4ae05b2a85925f968b28c522e5f1da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4867915" Longitude="19.07130758" StarRating="4" HotelCode="581970|vagabond_apartments_suites" HotelName="Vagabond Apartments &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Práter utca 6, 1083 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/f0/c4f0844d795499aa019281a9420f8c319b8921b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.62" OriginalAmount="294.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497331" Longitude="19.0719716" StarRating="4" HotelCode="|19707" HotelName="Mövenpick Hotel Budapest Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rakoczi 43-45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/0/7/19707_350041c1540.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1911, it was opened in 2002 and has 227 large rooms. It has a restaurant which has live music and a bar. The establishment offers guests a health centre, a beauty centre, a sauna, a jacuzzi and a massage service. Guests can also find 7 meeting rooms. SITUATION: This hotel is in a central area. 500 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom and a safe. FACILITIES: The establishment has a gym and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="298.07" OriginalAmount="295.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.45168" Longitude="18.960988" StarRating="4" HotelCode="|15590" HotelName="Holiday Inn Budapest-budaörs, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agip utca 2, Budaors</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/0/15590_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 3 floors, 164 rooms and 4 suites. It has a reception, a bar, a restaurant, a car park and indoor parking. SITUATION: This hotel Budapest it is in 10 minutes away from the establishment, clients can find the city centre, Where you can find shops. it is 6,5 kilometres away from Budepest-DÃ©li Palyaudvar the Station of 36 kilometres away, you can find the airport, is situated close to a public transport stop. ROOM: The stylish rooms, have a bathroom and with a shower, a hairdryer. They also have a direct line telephone, a satellite or cable television, a mini-bar and a safety deposit box (available for a fee). FACILITIES: The establishment boasts a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="298.96" OriginalAmount="296" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|581525-25730509/6045040422289893323/6071" HotelName="BUDAPEST HOLIDAYS APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26730000/26723200/26723180/1324ec79_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="299.97" OriginalAmount="297" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|272399-18250068/6045040422289893323/3013" HotelName="ANDRASSY THAI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8690000/8680800/8680744/0e4a5256_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="299.97" OriginalAmount="297" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|153016-25326304/6045040422289893323/6366" HotelName="ERZSEBET KIRALYNE (QUEEN ELIZABETH)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2930000/2928600/2928578/8527a60c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.97" OriginalAmount="297.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.489657158705" Longitude="19.059731662273" StarRating="3" HotelCode="191249|butterfly_home" HotelName="Butterfly Home" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Képíró utca 3, 1053 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/f8/95f8a728e2bacb73d1d92a8fb31df92277b3ff58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.26" OriginalAmount="297.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48982" Longitude="19.017706" StarRating="3" HotelCode="|55326" HotelName="Jagello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 JAGELLO STRASSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/2/6/55326_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, recently opened. SITUATION: World Trade Center It is situated next to near the establishment, you will find Budapest the centre of it has good links to public transport services. ROOM: The establishment has comfortable rooms and quiet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.49" OriginalAmount="297.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4843209" Longitude="19.0629231" StarRating="2" HotelCode="|255067" HotelName="Maverick Urban Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/5/0/6/7/255067_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493693287654" Longitude="19.063245356083" StarRating="4" HotelCode="14783|hotel_museum_budapest" HotelName="Hotel Museum Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Trefort utca 2, 1088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/00/e300e31b9603471bf393bb776b186ee0c79240c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city, near to the business quarter and very close to the N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="301.99" OriginalAmount="299" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1430772-27595557/6045040422289893323/6954" HotelName="KAROLY BOUTIQUE SUITES, BEST LOCATION BY BQA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96550000/96541400/96541399/fe586fe2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="303.00" OriginalAmount="300" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.658000" Longitude="-75.415900" StarRating="4" HotelCode="0|93782-18127310/6045040422289893323/1979" HotelName="THE HONEST BUDAPEST BY CHIC &amp;amp; BASIC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3375 High Point Boulevard, Bethlehem, 18017, PA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/115000000/114120000/114112600/114112577/48b199fb_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 100. Suites: 18. Single-bedded accommodations: 53. Double bedrooms: 47. Smoking rooms: 0. Nonsmoking rooms: 100. Physically challenged rooms: 7. Floors: 3. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Welcome to the Holiday Inn Express Hotel Bethlehem Airport - Allentown Area Located one mile from the Lehigh Valley International Airport, our eastern Pennsylvania hotel provides a friendly lodging choice for guests. Our hotel located in Bethlehem, Pennsylvania is  minutes from Moravian College and Lehigh University.   Visitors are sure to enjoy their vacation while lodging in our Lehigh Valley International Airport Holiday Inn Express, which is close to many area attractions.  The new  PPL Center, home of the  Lehigh Valley Phantoms,  Dorney Park and Wild Water Kingdom, the Crayola Factory and the exciting Wind Creek Casino Bethlehem are just a few of the attractions that are within easy driving distance of our hotel.     Our Bethlehem location provides a relaxing and pleasant environment for business travelers alike. All rooms have microwave and refrigerator.  Enjoy the outdoor, heated pool and our well-equipped Fitness Center during their stay. We also provide free high-speed, wireless Internet access, so our guests can stay connected with family or business associates.    The complimentary Express Start Breakfast buffet is enjoyed every morning and features hot entrees, made to order pancakes, continental favorites and cinnamon rolls. We hope that you will take advantage of our great hotel deals and make your reservations for our Bethlehem Airport-Allentown Area Holiday Inn Express today!. Onsite facilities information- ParkingProperty was built in 2007. Hotel Currency: USD. Additional Addresses: Other: 3375 High Point Boulevard, Bethlehem, 18017, PA, US. Additional Phone Numbers: Fax - Other: 16108821381. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.00" OriginalAmount="300.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.486229739681" Longitude="19.007820188999" StarRating="3" HotelCode="61677|walzer_hotel__restaurant" HotelName="Walzer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Németvölgyi út 110, 1124 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/fd/03fdb9982082c4e40330ea6b5843d7745fff552d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.69" OriginalAmount="301.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50523" Longitude="19.065047" StarRating="4" HotelCode="|442852" HotelName="Eurostars Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/8/5/2/442852_78781fe1500.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="305.24" OriginalAmount="302.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497469967964" Longitude="19.072136878967" StarRating="4" HotelCode="15225|HU000016" HotelName="Novotel Budapest Centrum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rákóczi útca 43-45, 1088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/cc/50cc52114065714debe175d8c7061e25042fb41b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This prestigious hotel is centrally located and offers the ideal starting point for excursions to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.44" OriginalAmount="302.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.505934" Longitude="19.063967" StarRating="3" HotelCode="|444762" HotelName="Oktogon Haggenmacher" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/6/2/444762_51b4fdd1025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.513271" Longitude="19.077976" StarRating="4" HotelCode="187143|192341" HotelName="Mirage Medic Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dózsa György utca 88, 1068 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/79/be7961933bff4dff93e5e8d409e73cdb4db1a607.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 50 metres from Heroes' Square in Budapest.Due to the central location of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.03" OriginalAmount="303.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.484927490061" Longitude="19.067341566595" StarRating="4" HotelCode="556802|the_three_corners_lifestyle_hotel" HotelName="The Three Corners Lifestyle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hogyes Endre Utca 4, 1092 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/1f/2c1f8398d14eadab53eda71217099ce897187ff7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="306.81" OriginalAmount="303.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50594" Longitude="19.02878" StarRating="4" HotelCode="297109" HotelName="Hotel Castle Garden" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Lovas U. 41,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/97109/297109/18.jpg?f=17730459</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a hot tub and a sauna. This hotel also features complimentary wireless internet access and concierge services.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include express check-out, a 24-hour front desk, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.27" OriginalAmount="304.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497478" Longitude="19.065132" StarRating="4" HotelCode="|449667" HotelName="Vagabond Grand'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/6/6/7/449667_31718ec1009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="308.05" OriginalAmount="305" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1358722-26652872/6045040422289893323/6450" HotelName="GISELLE VINTAGE DOUBLES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88080000/88079500/88079452/8f5e930e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.05" OriginalAmount="305.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497838049784" Longitude="19.072872760861" StarRating="3" HotelCode="305723|esprit_hotel_budapest" HotelName="Esprit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rakoczi Utca 51, 1086 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/b2/6ab2ff8b54e44a8463c67c46616e2c4cc7cc557a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.64" OriginalAmount="305.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494685" Longitude="19.062509" StarRating="3" HotelCode="|256335" HotelName="Budapest Holidays Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/3/3/5/256335_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.69" OriginalAmount="306.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4720955" Longitude="19.0202249" StarRating="4" HotelCode="|27078" HotelName="Rubin Wellness and Conference" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAYKA GABOR U. 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/7/8/27078_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007, has 2 buildings, 3 floors and 81 rooms. It has a lobby with elevators, a reception, a safety deposit box service, a currency exchange service and shops. SITUATION: This comfortable hotel is close to Sas the mountain is situated in Budapest the outskirts of 3 kilometres away from the establishment, guests will find the city centre, Where you can find tourist points of interest, shops and a train station. 100 metres away, there is a public transport stop, is well-connected with the motorway. ROOM: The inviting rooms, have an air-conditioning system, a bathroom with a hairdryer, a bath, a mini-bar, heating, a safe and a balcony or terrace. Guests also have at their disposal one-bedroom apartments with telephone, a radio, satellite or cable TV and WiFi. FACILITIES: The establishment boasts a covered pool, a sauna, a jacuzzi and a massage service. The establishment also has a terrace and a gym. Clients can enjoy activities such as play squash and play lawn-bowling. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="310.07" OriginalAmount="307" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1359146-26653162/6045040422289893323/5099" HotelName="ROOFTOP CITY RESIDENCE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90900000/90899500/90899430/0ae1f07f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="310.07" OriginalAmount="307" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12277-25202258/6045040422289893323/5775" HotelName="DANUBIUS HOTEL HUNGARIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11500/11454/b1070ded_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.07" OriginalAmount="307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492375734982" Longitude="19.044290184975" StarRating="3" HotelCode="15444|hotel_orion_varkert" HotelName="Hotel Orion Varkert" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Döbrentei utca 13, 1013 Budapest, Buda</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/6e/7b6e26ab714e8034ab575579794e13eb6524ac66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.08" OriginalAmount="308" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|16390-18985962/6045040422289893323/213" HotelName="HOLIDAY INN BUDAPEST-BUDAORS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/430000/424500/424406/79480490_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.23" OriginalAmount="308.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4924386" Longitude="19.0443104" StarRating="3" HotelCode="|60543" HotelName="Orion Várkert" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubrentei 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/4/3/60543_3fdd8e31227.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars a bar and a sauna. SITUATION: It is close to a river, close to the establishment, guests have Elisabeth (Erzsebet) Bridge Elisabeth (Erzsebet) 150 metres away, there is a tram stop. ROOM: The establishment has 30 rooms, fully-equipped with air-conditioned. They have a direct line telephone, a mini-bar, a satellite television, a modem and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.31" OriginalAmount="308.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4979024" Longitude="19.0611172" StarRating="0" HotelCode="|255084" HotelName="The Hive Party" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dob utca 19.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/5/0/8/4/255084_23c7fbb1619.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.98" OriginalAmount="308.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4812142" Longitude="19.0306807" StarRating="2" HotelCode="|157564" HotelName="Carolina Apartman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/5/6/4/157564_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="312.31" OriginalAmount="309.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.519001" Longitude="19.0569992" StarRating="0" HotelCode="|50514" HotelName="Adina Apartment Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hegedus Gyula Str. 52-54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/4/50514_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has rooms and apartments. It has a swimming pool, a jacuzzi, a sauna, a steam bath, a fitness centre and a lovely garden. Our guests can find a bar, a lobby and a laundry service. SITUATION: It is inBudapest the heart of near the establishment, guests will find Danube the river in the surrounding area, clients have the parliament, the opera and Westend the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.10" OriginalAmount="310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493640731165" Longitude="19.058272540569" StarRating="4" HotelCode="142500|eurostars_budapest_center" HotelName="Eurostars Budapest Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kossuth Lajos utca 7-9, Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/ed/3aed97dead031f244a004f90d8e1aeeee625e1bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This brand new hotel is ideally located on the famous shopping avenue Lajos Kossuth boulevard, one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="313.75" OriginalAmount="310.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50536" Longitude="19.0613" StarRating="3" HotelCode="664013" HotelName="Medos Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Jokai Ter 9,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/64013/664013/1.jpg?f=17343232</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and gift shops/newsstands. This hotel also features a television in a common area, a banquet hall, and bike parking.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 3 stars.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. Event facilities at this hotel consist of conference space and a meeting room. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.09" OriginalAmount="310.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.513283" Longitude="19.0780951" StarRating="4" HotelCode="|119278" HotelName="Mirage Medic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dozsa Gyorgy ut 88</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/2/7/8/119278_05929bd1717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.15" OriginalAmount="311.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49769" Longitude="19.0717" StarRating="0" HotelCode="|603813" HotelName="Maverick Athenaeum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/8/1/3/603813_4d4224e1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.52" OriginalAmount="311.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5054202" Longitude="19.0613239" StarRating="3" HotelCode="|74645" HotelName="Medos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/4/5/74645_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in an excellent location, this hotel Liszt Ferenc tÃ©r it is 100 metres away from You can find cafÃ©s, bars and restaurants. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, The establishment offers a transfer service and excursions.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.12" OriginalAmount="312.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.503812" Longitude="19.052861" StarRating="4" HotelCode="153190|hotel_president_budapest" HotelName="Hotel President" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hold utca 3-5, 1054 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/f3/e3f39401689d54765a30ec6000ecab9e7c4a2c4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Budapest, within walking distance of the important sights...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.12" OriginalAmount="312.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494041246528" Longitude="19.059710204601" StarRating="4" HotelCode="10401|danubius_hotel_astoria_city_center" HotelName="Danubius Hotel Astoria City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kossuth Lajos utca 19-21, 1053 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/30/5830ebd034ad29ebcf859a3c46977707f9b90850.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel with turn of the century charm is situated directly in the centre of Budapest. Guests hav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="316.13" OriginalAmount="313.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488611375553" Longitude="19.055697619915" StarRating="4" HotelCode="169404|bohem_art_hotel" HotelName="Bohem Art" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Molnár utca 35, 1056 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/01/aa01b008b3c87ccca2d0e547c5bdff67c8d263ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the historic city centre. It is only a few steps from the beautiful Danube ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.03" OriginalAmount="313.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5018926" Longitude="19.0310178" StarRating="4" HotelCode="|60545" HotelName="Buda Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>URI UTCA 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/4/5/60545_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel is perfect for business and holiday stays. SITUATION: The hotel is in Budapest city centre. Is situated in the Buda district, next to the Royal Palace. ROOM: The establishment has 25 rooms with WiFi, an LCD TV, an air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a breakfast room, an indoor garden and a meeting room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="317.41" OriginalAmount="314.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487966" Longitude="19.057367" StarRating="4" HotelCode="186339|1824756" HotelName="Estilo Fashion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Váci utca 83, 1056 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c8/83c806788b1fd78fa2300e705e60ce7d6019f4a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Váci utca, a bustling shopping street in the city centre of Budapest. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.15" OriginalAmount="315.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5375962" Longitude="19.046407" StarRating="4" HotelCode="|15599" HotelName="Verdi Budapest Aquincum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ARPAD FEJEDELEM UTJA 94</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/9/15599_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1994, has 4 floors, 310 rooms, 16 single rooms, 286 double rooms and 8 suites. It has a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. There are many services available at the establishment, including room service and a laundry service. The establishment also offers a cafÃ©, 2 bars, a nightclub, shops, a hairdresser's, an Ã  la carte restaurant with air-conditioning and a car park. SITUATION: This luxurious hotel is situated next to the Danube River. It is in the Buda area. It is in the city centre. In the surrounding area, clients have shops. It is situated 45 minutes away from the airport. ROOM: The cosy rooms have a bathroom with a hairdryer, a direct line telephone, satellite and cable TV, a radio and internet. Are also furnished with a mini-bar, an air-conditioning system, central heating and fitted carpets. FACILITIES: The establishment has a covered swimming pool with a bar, a jacuzzi, a sauna, a solarium and a Turkish bath. The establishment also offers a massage service, a gym and body care. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, an Ã  la carte lunch, an Ã  la carte or set-menu dinner and dietary restrictions can be accomodated for.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.64" OriginalAmount="315.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50502" Longitude="19.067413" StarRating="4" HotelCode="|444185" HotelName="Up Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Csengery utca 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/8/5/444185_c1acf081337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="319.16" OriginalAmount="316" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30468-24260114/6045040422289893323/563" HotelName="ADINA APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/83400/83396/6eb7a999_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="319.16" OriginalAmount="316" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181241-12635334/6045040422289893323/581" HotelName="ESTILO HOTEL BY MELLOW MOOD HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5060000/5059700/5059637/464ff755_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="319.16" OriginalAmount="316.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5052732" Longitude="19.0613917" StarRating="3" HotelCode="900842|6505995" HotelName="Medosz" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1061 Budapest, Jókai tér 9</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/50/a0/50a0cf9f1deffb94503f784f5385b86646d372e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a central location and offers an easy transport connection to the other areas in Budap...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.42" OriginalAmount="316.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5035445" Longitude="19.0303277" StarRating="4" HotelCode="|256179" HotelName="Maison Bistro and" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/1/7/9/256179_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="321.15" OriginalAmount="317.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.485" Longitude="19.067" StarRating="4" HotelCode="|216973" HotelName="Three Corners Lifestyle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>H?gyes Endre utca 4., Hungary</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/9/7/3/216973_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="321.18" OriginalAmount="318" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1287-30224437/6045040422289893323/791" HotelName="K AND K OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/200000/190800/190728/5ec0fff0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="321.18" OriginalAmount="318" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.465541" Longitude="-122.245327" StarRating="4" HotelCode="0|132490-21394707/6045040422289893323/892" HotelName="PRESIDENT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7200 Fun Center Way, Tukwila, 98188, WA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2980000/2976700/2976635/95213707_b.jpg</HotelPictures>
        <HotelDescription>Property Category: All suite. Property Type: All suite. Total rooms: 138. Floors: 4. Property description- The smoke-free Comfort Suites Airport hotel in Tukwila, WA lets you feel refreshed and ready to take on the day, and our convenient location gives you easy access to such attractions as downtown Seattle, Starfire Sports Complex, Family Fun Center and Seattle-Tacoma International Airport, to which we provide free transportation. Additional amenities include free WiFi, free hot breakfast, business and fitness centers, an indoor pool and hot tub. Relax in your spacious suite, which features a refrigerator, microwave and recharging devices and gives you 25 percent more of the space that you need to spread out. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program. Rested. Set. Go. No pets allowed.. Onsite facilities information- ParkingHotel Currency: USD. Additional Addresses: Other: 7200 Fun Center Way, Tukwila, 98188, WA, US. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. Fax - Other: 1425687-2858. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="322.19" OriginalAmount="319" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24186-25212337/6045040422289893323/6454" HotelName="MAMAISON ANDRASSY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/806300/806300/4e0ec75d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="322.88" OriginalAmount="319.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492711" Longitude="19.05532" StarRating="0" HotelCode="|472887" HotelName="Maverick " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ferenciek tere 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/8/8/7/472887_51478b61121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.21" OriginalAmount="320.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4962006" Longitude="19.0725002" StarRating="4" HotelCode="|53114" HotelName="Atrium Hotel by Mellow Mood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CSOKONAI U 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/1/4/53114_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2006 and it is in Budapest city centre 57 modern rooms a cafÃ©, a bar, a buffet breakfast and a reception. The establishment also offers air-conditioning and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.46" OriginalAmount="320.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.537036" Longitude="19.067139" StarRating="0" HotelCode="|466048" HotelName="Dagály Apartments By Urbanrent" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/0/4/8/466048_3ac35361054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324.21" OriginalAmount="321" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494063" Longitude="19.052555" StarRating="3" HotelCode="410458|33519" HotelName="Promenade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vaci Utca, 22, Budapest 1052</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/fa/1ffacdfd0228a94e07191815dbe19006f2628d0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location, and all of the city’s points of interest can easily be reached o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="324.67" OriginalAmount="321.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5046728" Longitude="19.0289226" StarRating="4" HotelCode="|289988" HotelName="Baltazár Budapest - Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/9/9/8/8/289988_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="324.77" OriginalAmount="321.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50487" Longitude="19.04642" StarRating="0" HotelCode="|192012" HotelName="Anabelle Bandb Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Garibaldi u. 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/0/1/2/192012_34972ab1620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="325.09" OriginalAmount="321.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49783" Longitude="19.07239" StarRating="4" HotelCode="1795567" HotelName="NH Collection Budapest City Center" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>Osvát Utca 2-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/95567/1795567/34.jpg?f=17701009</HotelPictures>
        <HotelDescription />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="325.16" OriginalAmount="321.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48874" Longitude="19.05567" StarRating="4" HotelCode="1350463" HotelName="Bohem Art Hotel" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Molnar U 35,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0013/50463/1350463/45.jpg?f=17576554</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include a computer station, a 24-hour front desk, and multilingual staff. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.23" OriginalAmount="323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.472086325897" Longitude="19.020201265812" StarRating="4" HotelCode="17021|rubin_wellness__conference_hotel" HotelName="Rubin Wellness &amp; Conference Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dayka Gabor Utca, 3, 1118 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/76/06769e2a82f77c4c92eae871561183d2a60ffbb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Peacefully located at the foot of the Sas mountain, this comfort hotel is located in a green suburb ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.30" OriginalAmount="323.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501072" Longitude="19.066147" StarRating="3" HotelCode="|489437" HotelName="Gartner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/9/4/3/7/489437_47840072219.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.21" OriginalAmount="323.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4885304" Longitude="19.0622827" StarRating="3" HotelCode="|47943" HotelName="Ibis Budapest Centrum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RADAY UTCA 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/4/3/47943_129033b1234.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, classic style establishment, has a bar and a lounge. close to the establishment, you can find restaurants, The establishment has business facilities, a reception and a car park (for a fee). SITUATION: Near the establishment, you will find the leisure area, is close to the commercial area, this hotel is situated 500 kilometres away from the castle, is situated 700 kilometres away from a sports centre, is situated 800 kilometres away from the exhibition centre. ROOM: The establishment has 126 rooms and have business facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.24" OriginalAmount="324.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49329" Longitude="19.052404" StarRating="4" HotelCode="|74643" HotelName="La Prima Fashion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piarista utca 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/4/3/74643_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, is situated in a building, was built in the 20th Century, renovated in 2010, has a breakfast room, a spa area, a fitness room and a sauna. It has 80 rooms, air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a lift and WiFi. SITUATION: It is nearVacÃ­ the street You can find restaurants, shops, VÃ¶rÃ¶smarty the square Danube the river it has good links to public transport services. ROOM: The rooms have a direct line telephone, satellite or cable TV, internet, a safety deposit box, a mini-bar, an air-conditioning system, heating, a bathroom with a shower, a bath, a hairdryer and a king size or double bed. FACILITIES: The establishment boasts a gym and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="328.47" OriginalAmount="325.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51065" Longitude="19.05302" StarRating="4" HotelCode="297261" HotelName="Marmara Hotel Budapest" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Nagy Ignac Utca 21,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/97261/297261/1.jpg?f=17733034</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a television in a common area. Additional amenities at this hotel include a banquet hall and bike storage.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="328.58" OriginalAmount="325.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494055" Longitude="19.052546" StarRating="3" HotelCode="|58128" HotelName="Promenade City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VACI STREET 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/1/2/8/58128_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern, business, Some of the establishment facilities on offer are a business centre, a restaurant, a laundry service and a currency exchange service. SITUATION: The establishment, is in Budapest the historic centre of 20 minutes away from the establishment guests have the fair centre, is 10 minutes away from the harbour, in the surrounding area, clients can find public transport stops. ROOM: The establishment has 45 rooms, fully-equipped, an air-conditioning system, heating, a television, a mini-bar, piped music and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="328.94" OriginalAmount="325.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.486771" Longitude="19.074027" StarRating="3" HotelCode="191295|055905" HotelName="Prater Residence Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prater utca 24, Budapest, Pest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/4f/034f7c2c5ff0400603b9ba71de18d693b636a660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the centre, on a peaceful street next to Corvin shopping centre and j...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51987459" Longitude="19.036646" StarRating="3" HotelCode="89563|budapest_csaszar_hotel" HotelName="Hotel Csaszar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Golf,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Frankel Leó Utaca 35, 1023 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/9a/e69a9bd1b7a61ff4e1d5e1751a4cd603133699fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The building was erected in the 1850s, and initially functioned as a nunnery. The atmosphere of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49427321783" Longitude="19.054919779301" StarRating="3" HotelCode="47488|city_pilvax_hotel" HotelName="City Hotel Pilvax" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pilvax köz 1-3, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/c0/a1c00a36e14632260b489c1390024458a4d96bea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located in a quiet side street at the heart of Budapest. The pede...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.35" OriginalAmount="326.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501497" Longitude="19.065945" StarRating="3" HotelCode="|510163" HotelName="K33 - Boutique Apartments by BQA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/1/6/3/510163_01379110929.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.68" OriginalAmount="326.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499397" Longitude="19.08153" StarRating="4" HotelCode="|440635" HotelName="IntercityHotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baross Ter 7-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/6/3/5/440635_a0dc7721348.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.74" OriginalAmount="326.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4867654" Longitude="19.0713689" StarRating="4" HotelCode="|256225" HotelName="Vagabond Corvin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/2/2/5/256225_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.27" OriginalAmount="327" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5035511" Longitude="19.03030929" StarRating="3" HotelCode="552748|198018" HotelName="Maison Bistro &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Országház u. 17, 1014 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/67/fd67af2d47eda4bdd2446d6bc0b3526068dab7a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="330.28" OriginalAmount="327.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995305" Longitude="19.0788544" StarRating="4" HotelCode="|22285" HotelName="Danubius Hungaria City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/8/5/22285_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban and conference hotel, was built in 1985, is situated on a main street. It has 8 floors, 499 rooms, 65 single rooms, 352 double rooms and 32 suites. SITUATION: This smart hotel is in Budapest city centre. Near the establishment, you will find the Elisabeth Bridge. In the surrounding area, there are shops and bars. 700 metres away you can find nightclubs. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio and internet (available for a fee). They also have a mini-bar (available for a fee), fitted carpets and a central heating system. FACILITIES: The establishment has a sauna, a massage service and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="330.65" OriginalAmount="327.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49373" Longitude="19.05782" StarRating="4" HotelCode="337007" HotelName="Dorma Budapest Center" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Utca Kossuth Lajos 7-9,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0003/37007/337007/1.jpg?f=17734525</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a sauna and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and a reception hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include complimentary wired internet access, a business center, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="331.28" OriginalAmount="328" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|112453-24258615/6045040422289893323/1322" HotelName="BUDA CASTLE FASHION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2230000/2226900/2226818/4f08edb7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.28" OriginalAmount="328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501963936068" Longitude="19.030973017216" StarRating="4" HotelCode="888412|buda_castle_fashion_hotel" HotelName="Buda Castle Fashion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Uri utca 39, 1014 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/ce/c7ceb2b25a3219f9131435d1991435e6319407b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Holy Trinity Square, Mathias Church and the Fishermen's Bastion are all only a few steps from the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.22" OriginalAmount="328.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4877538" Longitude="19.0736899" StarRating="3" HotelCode="|76503" HotelName="Bo18  Superior" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 VAJDAHUNYAD STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/5/0/3/76503_9fb2d571227.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, is great value.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="333.62" OriginalAmount="330.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.484676" Longitude="19.075804" StarRating="4" HotelCode="1836163" HotelName="Escala Hotel &amp; Suites" Meals="DELUXE STUDIO" BedType="DELUXE STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>Nagytemplom Utca 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/36163/1836163/1.jpg?f=17695719</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access. This hotel also features concierge services and a banquet hall.. Featured amenities include complimentary wired internet access, a business center, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|108726-18134578/6045040422289893323/2913" HotelName="MARMARA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2430000/2427400/2427348/dbfac689_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|87232-25254273/6045040422289893323/6613" HotelName="PROMENADE HOTEL BY MELLOW MOOD HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2060000/2053900/2053872/53ab859c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="49.870138" Longitude="8.6319909" StarRating="3" HotelCode="0|37958-25219858/6045040422289893323/6708" HotelName="PILVAX HOTEL BUDAPEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>105 Rheinstraße, DARMSTADT, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/930000/921600/921581/58789651_b.jpg</HotelPictures>
        <HotelDescription>This hotel is situated close to the centre of Darmstadt (around 1 km away) and the historic Mathildenhöhe are only a few minutes drive away whilst guests may reach the main train station on foot (around 150 m away). Further links to the public transport network are also in the vicinity (roughly 100 m away).

This city hotel comprises a total of 12 floors with 352 rooms and smoking rooms are minimal available. Guests are welcomed in the lobby, which also includes 3 lifts. Many facilities are on offer including a bar, a restaurant, 6 conference rooms and a garage (additional fees apply).

The comfortable and elegant rooms come with their own bathroom with hairdryer, a direct dial telephone, satellite/ cable TV, a radio, an Internet terminal, minibar/ fridge, air conditioning and a safe.

Guests are offered an indoor pool and a sauna as well as a solarium on request (additional fees apply). Furthermore, there is a gym available for those wishing to work out.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="334.85" OriginalAmount="331.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50381" Longitude="19.05286" StarRating="4" HotelCode="449535" HotelName="Hotel President Budapest Affiliated by Meliá" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Hold Utca 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/49535/449535/60.jpg?f=17737039</HotelPictures>
        <HotelDescription>Facilities: The hotel was built in 1879. Guests have a choice of 110 non-smoking rooms, including 4 junior suites, 2 suites, 40 single rooms and 62 double rooms, located in a 6-storey main building and a 7-storey auxiliary building. English- and German-speaking staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Amenities include a baggage storage service and a safe. Wireless internet access is provided in public areas. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available. There are a number of shops as well. Guests arriving by car can park their vehicles in the garage or in the car park. Further services include a babysitting service, a car hire service, medical assistance, a transfer service, room service (for a fee), an alarm call service, a laundry service, a hairdresser, a coin-operated laundry and a hotel shuttle bus. Active guests can make use of the bicycle hire service (for a fee) to explore the surrounding area. A business centre with fax machine and projector is available.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="335.32" OriginalAmount="332" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464165-32919352/6045040422289893323/1617" HotelName="YOU HOTEL BUDAPEST - HANDWRITTEN COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/120000000/119460000/119458700/119458662/1badd678_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="335.65" OriginalAmount="332.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51146" Longitude="19.07631" StarRating="3" HotelCode="137982" HotelName="Hotel Benczur" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Benczúr utca,  35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/37982/137982/46.jpg?f=17738307</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as bicycles to rent or take in the view from a terrace and a garden. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and shopping on site.. Featured amenities include complimentary wired internet access, a business center, and express check-in. Event facilities at this hotel consist of conference space and meeting rooms. A shuttle from the hotel to the airport is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336.33" OriginalAmount="333" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502206744359" Longitude="19.068647325039" StarRating="3" HotelCode="19167|25655" HotelName="City Hotel Unio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dob utca 73, 1077 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/36/4236a753a5f718de90905df7bee86ac1b95991a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is perfectly located in the very heart of Budapest, very close to the famous Andráss...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="336.33" OriginalAmount="333" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1054566-26275648/6045040422289893323/5649" HotelName="UP HOTEL BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42700000/42690100/42690037/258cc2e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.33" OriginalAmount="333.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504570214633" Longitude="19.029256379048" StarRating="4" HotelCode="334379|baltazar_budapest" HotelName="Baltazar Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Országház Utca 31, 1014 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/5b/c85b5067dc0c80bc931b9876160535554c741a86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Budapest, this boutique hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.34" OriginalAmount="334.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487755884076" Longitude="19.073746204376" StarRating="3" HotelCode="168456|hotel_bo18_superior" HotelName="Bo18 Hotel Superior" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vajdahunyad utca 18, 1082 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/b8/b9b8c41c879a846716bae3ed6f70c65bbe0bf543.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the recently opened Corvin Centre and Promenade. There are countless en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="338.35" OriginalAmount="335" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|437060-25610396/6045040422289893323/5315" HotelName="BALTAZAR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6730000/6724200/6724132/63accab8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="339.36" OriginalAmount="336" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|165698-25339480/6045040422289893323/5297" HotelName="BO18" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4240000/4230800/4230728/e1b0d36c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.20" OriginalAmount="336.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4881415" Longitude="19.0572048" StarRating="4" HotelCode="|80470" HotelName="Estilo by Mellow Mood Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vacl Utca 83</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/7/0/80470_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Estilo Fashion Budapest is rated four stars, it was opened in 2012, has a restaurant and 6 floors. SITUATION: This establishment isVacÃ­, where you can find the commercial area, shops, restaurants and cafÃ©s. ROOM: It has comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="340.37" OriginalAmount="337" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1294-25189315/6045040422289893323/6064" HotelName="MUSEUM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/539500/539455/7cd03547_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="340.44" OriginalAmount="337.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49674" Longitude="19.07091" StarRating="4" HotelCode="24747" HotelName="Nemzeti Hotel Budapest - Mgallery Collection" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Jozsef Krt. 4, NTAK: SZ19000217, szálloda,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/24747/24747/1.jpg?f=17754621</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as bicycles to rent, or other amenities including complimentary wireless internet access and concierge services. Additional amenities at this hotel include a television in a common area and a banquet hall.. Featured amenities include express check-in, a 24-hour front desk, and luggage storage. Planning an event in Budapest? This hotel has 388 square feet (36 square meters) of space consisting of conference space and a meeting room..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.38" OriginalAmount="338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49841796" Longitude="19.05663546" StarRating="3" HotelCode="145805|apartments__central_passage_budapest" HotelName="Central Passage Budapest Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Király u. 8.2, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/34/43344e6f810097cc4cf4f9604b447b463ede64ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="342.21" OriginalAmount="338.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.522224" Longitude="19.054153" StarRating="4" HotelCode="|448454" HotelName="Four Points By Sheraton Budapest Danube" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Garam utca 4/a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/5/4/448454_e241d5b0714.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.04" OriginalAmount="339.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4917433" Longitude="19.0575386" StarRating="3" HotelCode="|22287" HotelName="Danubius Erzsébet City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KAROLYI MIHALY U. 11-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/8/7/22287_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1872, has 8 floors, 123 standard rooms, 7 single rooms, 108 double rooms and 8 suites. It has a reception, a safety deposit box service, shops and lifts. Guests also have access to a conference room, a car park, a bar and a restaurant with air-conditioning. There are many services available at the establishment, including internet, a laundry service and a medical care service. SITUATION: This hotel is situated in the city centre, close to the pedestrian area. 100 metres away from the establishment, clients can find shops and a public transport stop. 20 metres away, guests can find bars and restaurants. ROOM: It has inviting rooms with a bathroom, a hairdryer, a direct line telephone, a mini-bar, satellite or cable TV, a radio, internet and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.09" OriginalAmount="339.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5076561" Longitude="19.0598087" StarRating="4" HotelCode="|15588" HotelName="Radisson Blu Beke , Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TEREZ KORUT 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/8/8/15588_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1985, has 238 rooms and 8 floors. It has a lobby with an elevator, a reception, a cafÃ©, a bar, a restaurant and a conference room. The establishment offers guests indoor parking (for a fee), room service, a laundry service and internet (free of charge). SITUATION: This attractive hotel is situated in the city centre. 5 minutes away, guests can find Okotogon and Nyugati pu metro stations. ROOM: The bright and comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a safe (available for a fee) and an air-conditioning system. FACILITIES: The establishment has a covered swimming pool, a sauna, a sunbathing terrace and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.20" OriginalAmount="339.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4900996" Longitude="19.0611433" StarRating="4" HotelCode="|15597" HotelName="Mercure Budapest Korona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KECSKEMETI UTCA 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/7/15597_0639a021442.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2005, has 421 rooms and 9 floors. The establishment boasts a piano bar, a cafÃ©, a restaurant with a non-smoking area and conference facilities. The establishment offers guests internet and indoor parking (for a fee). SITUATION: This trendy hotel is in Pest, in front of the National Museum. A few minutes away from the establishment, clients can find el Rio Danubio and the pedestrian area. It has excellent transport links to public transport services. ROOM: The stylish rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a fridge, an air-conditioning system and a safe. FACILITIES: There is a range of facilities and services available at the establishment, including a swimming pool, a spa area with a sauna and a solarium. Guests are offered a massage service (available for a fee). MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="343.40" OriginalAmount="340" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|445826-25617715/6045040422289893323/6697" HotelName="LA MAISON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15020000/15016800/15016786/6e30d68f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.40" OriginalAmount="340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493342" Longitude="19.052361" StarRating="4" HotelCode="166544|la_prima_fashion_hotel" HotelName="La Prima Fashion Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piarista u. 6, Budapest 1052</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/14/4114998284586bf7c474505735eea95a8223d90c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located next to the famous Váci Street, in the neighbourhood of fashionable res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="345.84" OriginalAmount="342.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50628" Longitude="19.06711" StarRating="3" HotelCode="733775" HotelName="Silver Hotel Budapest City Center" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Hunyadi Ter 11,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0007/33775/733775/29.jpg?f=17405707</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as bicycles to rent or take in the view from a terrace. Additional amenities at this hotel include complimentary wireless internet access and concierge services. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.43" OriginalAmount="343.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.532254" Longitude="19.06989342" StarRating="0" HotelCode="555876|arpad_bridge_apartments" HotelName="Arpad Bridge Apartments Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Teve Utca 1/d, Lepcsohaz, 1139 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/4a/db4ad7c910d8e7840f73410e85580477695fe747.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Arpad Bridge Apartments Budapest to discover the wonders of Budapest. The hotel has everythi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="346.82" OriginalAmount="343.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.508236" Longitude="19.059464" StarRating="4" HotelCode="14416" HotelName="Radisson Blu Beke Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Terez Krt 43,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14416/14416/118.jpg?f=17740777</HotelPictures>
        <HotelDescription>Enjoy amenities like a sauna and fitness center at this hotel. Additional features include complimentary Wi-Fi, concierge services, and gift shops/newsstands. The hotel offers a restaurant, a coffee shop/cafe, and room service (during limited hours). Relax with your favorite drink at the bar/lounge. Buffet breakfasts are served on weekdays from 6:30 AM to 10:30 AM and on weekends until 11:00 AM (for a fee). Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is available (24 hours, surcharge), as is self-parking (for a fee). Make yourself at home in one of the 247 air-conditioned rooms with minibars and LCD televisions. Complimentary Wi-Fi and cable programming are provided. Bathrooms include bathtubs or showers, complimentary toiletries, and hair dryers. Conveniences include phones, safes, and separate sitting areas. The hotel is conveniently located near Budapest Western Railway Station, Nagymezo Street, and several other key attractions. The preferred airport is Ferenc Liszt International Airport (BUD).
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="347.22" OriginalAmount="343.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50219" Longitude="19.05785" StarRating="4" HotelCode="14410" HotelName="K+K Hotel Opera Budapest" Meals="COSY ROOM" BedType="COSY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Revay Utca 24,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14410/14410/27.jpg?f=17753186</HotelPictures>
        <HotelDescription>Pamper yourself with onsite massages or enjoy recreation amenities such as a health club. Additional features at this hotel include complimentary wireless internet access, concierge services, and a banquet hall. Getting to nearby attractions is a breeze with the area shuttle (surcharge).. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include complimentary wired internet access, a business center, and complimentary newspapers in the lobby. Planning an event in Budapest? This hotel has 2153 square feet (200 square meters) of space consisting of conference space and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="348.25" OriginalAmount="344.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.505398" Longitude="19.080226" StarRating="4" HotelCode="|448105" HotelName="Onyx Luxury Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/0/5/448105_877d2401523.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="349.38" OriginalAmount="345.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498372" Longitude="19.05511" StarRating="0" HotelCode="|509143" HotelName="Budapest Eye Boutique Suites by BQA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/9/1/4/3/509143_e6728d41154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1462384-32839337/6045040422289893323/4601" HotelName="HOTEL ALLORA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116050000/116043000/116042966/cc96d4d1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="351.48" OriginalAmount="348" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|581207-25730419/6045040422289893323/6133" HotelName="ARPAD BRIDGE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29090000/29088100/29088022/030929f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.49" OriginalAmount="349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.532689" Longitude="19.05294" StarRating="4" HotelCode="48056|danubius_grand_hotel_margitsziget" HotelName="Ensana Grand Margaret Island Health Spa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Spa Hotel,Conference 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,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Margitsziget, 1007 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/1a/561a60dd16f8da573f380130587bfb54a7a7b1e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in very special surroundings on the prodigious Margaret Island. Entwined by th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.09" OriginalAmount="351.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4978" Longitude="19.07311" StarRating="3" HotelCode="|186136" HotelName="Esprit Residences Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/3/6/186136_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="356.27" OriginalAmount="352.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494865" Longitude="19.071278" StarRating="4" HotelCode="|444763" HotelName="Est Grand Savoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/6/3/444763_238a43c1011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49533978" Longitude="19.05956081" StarRating="3" HotelCode="589183|karoly_corner_residences" HotelName="Karoly Corner Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Karoly Körút 3a, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/37/c537f440c4c148b874ec67d81a8808f034c3b6f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="357.10" OriginalAmount="353.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50467" Longitude="19.02892" StarRating="4" HotelCode="2050588" HotelName="Baltazár Boutique Hotel By Zsidai Hotels" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Országház U. 31.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/50588/2050588/34.jpg?f=16933675</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access. Additional features at this hotel include concierge services, babysitting (surcharge), and wedding services.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include express check-out, a 24-hour front desk, and multilingual staff. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="359.56" OriginalAmount="356.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.508180561775" Longitude="19.059452712536" StarRating="4" HotelCode="16409|radisson_blu_beke_hotel" HotelName="Radisson Blu Béke Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Terez Korut 43, 1067 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f4/f3f4b7a257d3b7e8f17b310c1b7ac2b064185dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies around 1 km from the parliament building and from the opera house. Helden...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="360.24" OriginalAmount="356.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.430286" Longitude="19.262417" StarRating="3" HotelCode="3779392" HotelName="Ibis Styles Budapest Airport" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Vecses, Liszt Ferenc, International Airport, Terminal2,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/79392/3779392/31.jpg?f=17563122</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access. This hotel also features concierge services, a living plant wall, and a banquet hall.. Featured amenities include a business center, express check-out, and dry cleaning/laundry services. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="360.57" OriginalAmount="357" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|308261-25511655/6045040422289893323/5282" HotelName="BO33 HOTEL FAMILY &amp;amp; SUITES" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9670000/9663700/9663631/ecfa2b1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.10" OriginalAmount="358.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5032302" Longitude="19.0360714" StarRating="4" HotelCode="|256189" HotelName="Milford Suites Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Toldy Ferenc utca 12.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/1/8/9/256189_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501547568494" Longitude="19.073006417359" StarRating="4" HotelCode="318632|58799" HotelName="Bo33 Hotel Family And Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Szovetség Utca 33, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f9/e4f9f8204d749e5063a9201dc3ff44ff3557017a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12274-25202257/6045040422289893323/5267" HotelName="DANUBIUS ASTORIA CITY CENTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6200/6139/a5517319_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.59" OriginalAmount="359.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502819196104" Longitude="19.039489030838" StarRating="4" HotelCode="10356|artotel_budapest_by_park_plaza" HotelName="art'otel budapest, by park plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bem Rakpart 16-19, 1011 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e2/1fe27b2ea4400e9d8d094208b7e6b68a2432f526.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the city centre on the banks of the River Danube. It is a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.525605293635" Longitude="19.055818319321" StarRating="4" HotelCode="48057|danubius_health_spa_resort_helia" HotelName="Danubius Hotel Helia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Conference 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,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kárpát utca 62-64, 1133 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1f/351fe91db94a448b45ff88f88e83031383ddac16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in tranquil surroundings, in the most beautiful park in Budapest. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995" Longitude="19.0603" StarRating="0" HotelCode="873609|christina_residence" HotelName="Christina Residence Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feszty Árpád Street 4</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/96/5c9628014403c65a88484868ec935f88eb81c142.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.61" OriginalAmount="361.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.591394578167" Longitude="19.048886037134" StarRating="3" HotelCode="143211|alfred_panzio" HotelName="Alfréd Panzió" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasút sor 20, Magyarország, 1038 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/e4/53e473fbed4ef85219895351cef17c901390846b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 20 rooms. A business centre is among the facilities. Wireless internet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="365.89" OriginalAmount="362.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50323" Longitude="19.03607" StarRating="3" HotelCode="2496245" HotelName="Milford Suites (15016732)" Meals="SUITE 1 BEDROOM" BedType="SUITE 1 BEDROOM">
        <Address>
          <AddressLines>
            <AddressLine>Toldy Ferenc, 12,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/96245/2496245/29.jpg?f=17067230</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as concierge services and barbecue grills.. Featured amenities include a 24-hour front desk, multilingual staff, and a safe deposit box at the front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="367.45" OriginalAmount="363.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48982" Longitude="19.060776" StarRating="0" HotelCode="|449078" HotelName="GIN Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/0/7/8/449078_87c15bb1135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="368.63" OriginalAmount="364.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.532795" Longitude="19.052618" StarRating="4" HotelCode="|22432" HotelName="Ensana Grand Margaret Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Margitsziget 1007</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/2/22432_1_3563.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The DANUBIUS GRAND MARGITSZIGET is rated four stars, is situated in Budapest city centre and was built in 1873. It has 2 restaurants, lifts, a concierge, a safety deposit box service, a swimming pool and a sauna. The establishment offers room service, a cafÃ© and business facilities. Pets are allowed. ROOM: The establishment has 164 rooms with a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.22" OriginalAmount="365.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5027715" Longitude="19.0395804" StarRating="4" HotelCode="|15587" HotelName="Park Plaza Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bem Rakpart 16-19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/8/7/15587_5b825f11119.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 165 rooms, with air-conditioning, The establishment boasts a bar. SITUATION: This hotel is next to Danube the river it is located close to the castle, the Royal Palace, 20 minutes away from the establishment, clients can find pubs, shops, cafÃ©s and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="371.49" OriginalAmount="367.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.469297" Longitude="19.052913" StarRating="4" HotelCode="|448441" HotelName="Radisson Budapest BudaPart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dombovari ut 25A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/4/1/448441_c962e850809.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="371.68" OriginalAmount="368" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|405329-25585157/6045040422289893323/6703" HotelName="ORION VARKERT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/45500/45462/46a7504d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="373.70" OriginalAmount="370.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.491648982706" Longitude="19.057559072971" StarRating="3" HotelCode="12282|erzsebet_hotel_city_center" HotelName="Hotel Erzsébet City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Károlyi Utca 11 15, 1053 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/b5/30b5fbd528a8acd99180747868754990f50fbae2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of the city, this hotel is located close to the pedestrianised zone. Various s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.71" OriginalAmount="371.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.52719475" Longitude="19.0958815" StarRating="3" HotelCode="82311|atel_szonyi" HotelName="Hotel Szonyi Garden Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Szonyi út 38-40, 1142 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/52/50521e6bca1617ada72588575aff2b79f3769947.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="375.39" OriginalAmount="371.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488064" Longitude="19.0580976" StarRating="4" HotelCode="|50518" HotelName="Charm Budapest " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SO UTCA, 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/8/50518_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49954559" Longitude="19.05876536" StarRating="3" HotelCode="738703|stories_hotel" HotelName="Stories Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kiraly utca 26, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/f2/6cf2b132244ae864797a9f5468d4438d24e2a9a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="377.22" OriginalAmount="373.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498562" Longitude="19.081637" StarRating="0" HotelCode="|448404" HotelName="Limehome Budapest Mosonyi U. 4" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Mosonyi u.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/0/4/448404_a49ba991328.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="377.74" OriginalAmount="374" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1343729-26643763/6045040422289893323/6373" HotelName="EST GRAND HOTEL SAVOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75750000/75744900/75744819/7994ef3a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.74" OriginalAmount="374.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504539378577" Longitude="19.085790921971" StarRating="3" HotelCode="335127|garay_terrace_residence" HotelName="Garay Terrace Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Garay Ter 20/C, 1076 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d0/47d081381c784d9a201afc2f2e6c986f0e57a71c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Garay Terrace Residence, opened in 2014, boasts a very close location to the heart of Budapest a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.74" OriginalAmount="374.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49836" Longitude="19.056499" StarRating="4" HotelCode="191265|trendy_deluxe_apartments" HotelName="Trendy Deluxe Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kiraly utca 8-10, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/40/0140c101869505b64b9cc54d093e798c33eca75f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located not ten minutes from the bustling tourist centre of Budapest, this apartment hotel is ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.75" OriginalAmount="375.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488058" Longitude="19.058047279762" StarRating="4" HotelCode="59070|boutique_hotel_zara" HotelName="Boutique Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Só u. 6, 1056 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e5/ede5954c2a1fb39b748dc8ffa21cbb4706e69680.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies at the heart of Budapest, directly on Váci Utca amidst an array of restaurants, cafés...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="378.82" OriginalAmount="375.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50156" Longitude="19.07311" StarRating="4" HotelCode="|186112" HotelName="Bo33  Family and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/1/2/186112_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.77" OriginalAmount="377.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49561536173" Longitude="19.051955568227" StarRating="3" HotelCode="571877|the_loft_budapest" HotelName="The Loft Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kristóf tér 6, Mezzanine, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/96/0e96c2b10c21955e594c711deb1e997fac30147c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="382.79" OriginalAmount="379" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|437090-25610410/6045040422289893323/5454" HotelName="EUROSTARS DANUBE BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16550000/16544500/16544482/ce9a6673_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="384.81" OriginalAmount="381" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1430781-27602257/6045040422289893323/5195" HotelName="THREE CORNERS AVENUE HOTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106260000/106250200/106250145/49829872_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="385.00" OriginalAmount="381.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49776" Longitude="19.07314" StarRating="3" HotelCode="1877797" HotelName="Esprit Hotel Budapest" Meals="APARTMENT" BedType="APARTMENT">
        <Address>
          <AddressLines>
            <AddressLine>Rákóczi Út 51,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/77797/1877797/19.jpg?f=17702767</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include complimentary newspapers in the lobby, multilingual staff, and luggage storage. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="385.42" OriginalAmount="381.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5202367" Longitude="19.036729" StarRating="3" HotelCode="|157494" HotelName="Budapest Csaszar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Frankel Leo u. 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/4/9/4/157494_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="385.82" OriginalAmount="382" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1458966-32890411/6045040422289893323/644" HotelName="MAMAISON VIBE DOWNTOWN BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1458966/2026213152849288.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.83" OriginalAmount="383.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.508220421179" Longitude="19.066539108753" StarRating="4" HotelCode="67056|mamaison_residence_izabella" HotelName="Mamaison Residence Izabella Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Izabella utca 61, 1064 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/59/9c5990ad89c155f38d632164b4d49b5b2cc2897a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located next to Budapest's most prestigious boulevard, Andrássy Avenue, this charming city hotel off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="387.67" OriginalAmount="383.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494155" Longitude="19.059711" StarRating="4" HotelCode="|21826" HotelName="Danubius  Astoria City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KOSSUTH LAJOS U. 19-21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/2/6/21826_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 138 standard rooms and 6 floors. It has a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. It also has shops, a restaurant and a conference room with internet. The establishment offers room service, butler and a laundry service. SITUATION: This hotel is in the historic centre of Budapest. It is near shops, business areas and cultural spots. Near the establishment, guests will find the VacÃ­ shopping area VacÃ­. In front of the hotel there is a public transport stop. 500 metres away, guests will find the Danube River. It is 3 kilometres away from the railway station. It's 20 kilometres from Budapest Airport. ROOM: The stylish rooms have a bathroom with a shower or bath, soundproofed windows, a direct line telephone, a satellite TV, WiFi, a mini-bar and a safe. Clients are offered standard rooms with air-conditioning. Guests also have available superior rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.84" OriginalAmount="384.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.505711031486" Longitude="19.090418815613" StarRating="4" HotelCode="75642|lions_garden_hotel_2" HotelName="Lion's Garden Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cházár András utca 4, H-1146 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/e3/53e3602f5e0f7d4d77b6c5462bf2bbdf0a1473c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Budapest, this boutique hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="390.87" OriginalAmount="387.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50201819" Longitude="19.05830261" StarRating="4" HotelCode="611308|callas_house" HotelName="Callas House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Andrássy Avenue 20, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/94/37940787aff9eff010906f74cf3fc04e8cadd014.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.29" OriginalAmount="387.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5058155" Longitude="19.0905543" StarRating="4" HotelCode="|43696" HotelName="Lions Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CHAZAR ANDRAS U. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/6/9/6/43696_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Lions Garden is rated four stars and has internet. SITUATION: This establishment is in Budapest, close to Puskas Ferenc Stadium, Heroe's Square, Andrassy Boulevard and Arena Plaza. ROOM: The establishment has 107 rooms with an air-conditioning system, a hairdryer and a mini-bar. FACILITIES: This establishment has a reception, a fitness centre, a covered swimming pool, a spa, a sauna and a business centre well-equipped. RESTAURANT: Clients can enjoy a bar and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.83" OriginalAmount="387.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49526" Longitude="19.05968" StarRating="0" HotelCode="|447951" HotelName="Károly Boutique Suites, Best Location By Bqa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/5/1/447951_3a9ff7b0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.95" OriginalAmount="388.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4939475" Longitude="19.0548802" StarRating="3" HotelCode="|22429" HotelName="City Pilvax" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pilvax Ter 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/2/9/22429_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1997, has 32 rooms, 2 single rooms and 30 double rooms. It has a reception, a safety deposit box service, lifts, a conference room and bicycle rental. With regards to the food and beverage offering, the establishment has a cafÃ©, a bar and an Ã  la carte restaurant with air-conditioning with highchairs. There are many services available at the establishment, including internet, WiFi, room service and a laundry service. SITUATION: This attractive hotel is in a quiet, central area. Is situated in Budapest city centre. Near the establishment, you will find the pedestrian area VÃ¡ci uta where you can find shops, restaurants and bars. 350 metres away, clients have a nightclub. It is 100 metres away from a public transport stop. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio and a mini-bar. They also have a fridge, an air-conditioning system and a central heating system. FACILITIES: Clients can enjoy activities such as jet-skiing. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="392.72" OriginalAmount="388.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.430534" Longitude="19.26246" StarRating="4" HotelCode="4126468" HotelName="Tribe Budapest Airport" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Listzt Ferenc Int. Airport, Terminal 2, Building B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0041/26468/4126468/1.jpg?f=17615690</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center or take in the view from a rooftop terrace and a garden. Additional amenities at this Art Deco hotel include complimentary wireless internet access and a vending machine.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 star Superior and is displayed on this page as 4.5 stars.. Featured amenities include a 24-hour front desk, luggage storage, and an elevator. This hotel has 4 meeting rooms available for events. A roundtrip airport shuttle is complimentary at scheduled times..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.89" OriginalAmount="389" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|97848-25265260/6045040422289893323/6542" HotelName="LION'S GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2190000/2182200/2182190/252b15ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.89" OriginalAmount="389.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49029904" Longitude="19.06354595" StarRating="0" HotelCode="786795|harmonia_palace_free_parking" HotelName="Harmonia Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muzeum Utca 9</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6b/156b4c49fa64ab88390d85a7c2832391ee432287.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="394.86" OriginalAmount="390.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504297" Longitude="19.055297" StarRating="4" HotelCode="|440445" HotelName="Mera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/4/4/5/440445_81d793c0837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="394.91" OriginalAmount="391" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|272438-25497118/6045040422289893323/6091" HotelName="ESPRIT BUDAPEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8340000/8331500/8331406/6a58f466_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="397.03" OriginalAmount="393.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.512876" Longitude="19.057958" StarRating="4" HotelCode="|19709" HotelName="Crowne Plaza Budapest by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VACI UT 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/0/9/19709_5a1e2341154.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 2000. It has 4 floors and 230 rooms. It has a terrace with a garden, a lift, a bar and a restaurant. The establishment offers guests a car park and indoor parking (for a fee). SITUATION: It is inBudapest the city centre of near the establishment, guests will find the cultural area, the shopping area, 3 minutes away from the establishment clients have Nyugati pu the underground station of near the establishment, guests will find the railway station. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a fridge, a mini-bar (available for a fee), an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="397.25" OriginalAmount="393.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5084874" Longitude="19.0390184" StarRating="4" HotelCode="|55905" HotelName="Novotel Budapest Danube" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BEM RAKPART 33-34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/0/5/55905_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2006, family-run and has 175 rooms, The establishment offers guests 3 conference rooms, air-conditioning, a lobby, a reception, a currency exchange service and a lift. Guests can find a cafÃ© and a restaurant. There are many services available at the establishment, including WiFi, a car park, room service and a laundry service. The establishment also offers facilities for people with reduced mobility and 3 rooms adapted for people with reduced mobility. SITUATION: It is inBuda the area it is located between Margaret and SzÃ©chenyi the bridges 10 minutes away from the establishment guests have the commercial area ,Buda Castle the establishment is 1 kilometre away from Mammut the shopping centre 200 metres away, there is a public transport stop, VÃ¡ci Street, GellÃ©rt Hill, Citadella and HÅ‘sÃ¶k tere 20 minutes away from the establishment, you can find it is situated 20 kilometres away from Budapest Ferenc Liszt International Airport. ROOM: The rooms a bathroom with a bath and a hairdryer. They have a direct line telephone, satellite and cable TV, a radio, internet and a mini-bar. They also have a coffee maker, a kettle, a double bed, a safe, an air-conditioning system and individual heating. FACILITIES: The establishment has a sauna and a gym. 30 kilometres away from the establishment, clients can find a golf course. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant, a bar and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.95" OriginalAmount="395.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499266055161" Longitude="19.058607882249" StarRating="3" HotelCode="148320|gozsdu_apartment" HotelName="Gozsdu Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Király Utca 13, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/9b/d19baffe5544954219db1bf581be9962fe958c54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="399.96" OriginalAmount="396" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50556492" Longitude="19.06440113" StarRating="2" HotelCode="555992|255753" HotelName="Adagio Hostel 1.0 Oktogon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Andrassy Street 53.I.1, Doorbell 22, 1062 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/89/cf89b611fff4168854fa51114a5b1907fd9df82f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Adagio Hostel Oktogon is located in the centre of Budapest, 100 metres from the Oktogon Tram and Met...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.98" OriginalAmount="398.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.489764092031" Longitude="19.059643149376" StarRating="3" HotelCode="10940|the_three_corners_hotel_art" HotelName="The Three Corners Hotel Art" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Király Pál utca 12, 1053 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/7a/3c7a7ddb885ffa43731b8430daf391ffd8d9f7c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Budapest, in a quiet, renovated street, closed to traffic and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="403.91" OriginalAmount="399.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.469296" Longitude="19.052914" StarRating="4" HotelCode="4019011" HotelName="Radisson Hotel Budapest Budapart" Meals="PREMIUM ROOM" BedType="PREMIUM ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Dombovari Ut 25A,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/19011/4019011/1.jpg?f=17563066</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and tour/ticket assistance. This hotel also features a banquet hall and bike parking.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Planning an event in Budapest? This hotel has 1851 square feet (172 square meters) of space consisting of conference space and meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="408.24" OriginalAmount="404.2" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.512897" Longitude="19.058237" StarRating="4" HotelCode="14413" HotelName="Crowne Plaza Budapest, An Ihg Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>VACI UT 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14413/14413/2.jpg?f=17735094</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a fitness center or take in the view from a garden. Additional features at this hotel include complimentary wireless internet access, concierge services, and a hair salon.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 star Superior and is displayed on this page as 4.5 stars.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Planning an event in Budapest? This hotel has 16146 square feet (1500 square meters) of space consisting of conference space and 13 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="409.05" OriginalAmount="405" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1272459-26618229/6045040422289893323/5004" HotelName="RUMOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71700000/71699900/71699828/ed6efe51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5043906" Longitude="19.05687511" StarRating="4" HotelCode="901562|35366" HotelName="Opera Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hajós u. 24, 1065 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/7432959ebf6f45a286e34456b9302dfb.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.09" OriginalAmount="409.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49789076" Longitude="19.06107023" StarRating="2" HotelCode="568965|the_hive_party_hostel_budapest" HotelName="The Hive Party Hostel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dob Strasse 19, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/b4/31b4a466104d67d7002c29fe3894cfe2027e13a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49931372" Longitude="19.05246804" StarRating="3" HotelCode="349511|hotel_sasone" HotelName="Hotel SasOne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Sas utca 1., 1. Floor, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/40/e440dee93f11711265c7601c1fda241ec42f2fdf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="415.11" OriginalAmount="411.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.512925429956" Longitude="19.058082103729" StarRating="5" HotelCode="51549|hilton_budapest_westend" HotelName="Hilton Budapest City" Meals="ROOM ONLY" 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,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vaci ut 1-3, 1062 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f4/dbf413e4654f0ef69477927bbc20e73169cd1b28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable top-class hotel is situated in the middle of Budapest, directly next to the shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1447331-30247702/6045040422289893323/6476" HotelName="HOCK RESIDENCE BY VAGABOND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111450000/111443700/111443644/fa0475c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.14" OriginalAmount="414.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50331325" Longitude="19.03230909" StarRating="4" HotelCode="552758|pestbuda_hotel" HotelName="Pest-Buda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fortuna utca 3, 1014 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e1/dee1e01635d6473a60fee5d1f6089ccb4872122c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="418.95" OriginalAmount="414.8" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49958" Longitude="19.058748" StarRating="4" HotelCode="3868666" HotelName="Stories Boutique Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Király Utca 26.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/68666/3868666/1.jpg?f=15934270</HotelPictures>
        <HotelDescription>Relax and unwind with massages and body treatments. Additional amenities at this Art Deco hotel include complimentary wireless internet access and concierge services.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.16" OriginalAmount="416" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|561974-25714325/6045040422289893323/6686" HotelName="PEST-BUDA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15930000/15923800/15923730/dc355f4e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.16" OriginalAmount="416" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|233436-32731497/6045040422289893323/6911" HotelName="LE ROSE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/126000000/125410000/125404900/125404817/ece746e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.8132144" Longitude="12.8790075" StarRating="4" HotelCode="0|56243-18153785/6045040422289893323/3665" HotelName="CHARM HOTEL BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>14 WINKLHOFERSTRASSE, CHEMNITZ, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1470000/1465100/1465061/8580d907_b.jpg</HotelPictures>
        <HotelDescription>Welcome to the Achat Comfort Messe-Chemnitz, a modern hotel comfort at affordable rates and near the trade fair. Whether on business, at the trade fair, in the long-stay apartments, on holiday, or taking in some culture - you'll feel right at home with us at the Achat Comfort Messe-Chemnitz. Saxony's third-largest city is a dynamic and growing economic and scientific hub. "The city of modernity", Chemnitz provides an ideal environment for conferences, congresses, seminars and events. It has a varied cultural life and provides surprisingly attractive options. At the Achat Comfort Messe-Chemnitz, we would like to make your stay as pleasant as possible: 99 modern guestrooms in the Business and Superior categories. From satellite TV to hair dryers, everything is included. 9 apartments - with kitchenette - for longer stays. There are also non-smoking rooms. It also offers 3 modern conference/seminar rooms for up to 40 people.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|615748-25779088/6045040422289893323/5147" HotelName="STORIES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23960000/23955000/23954943/c265ba90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10428-25202217/6045040422289893323/5407" HotelName="RADISSON BLU BEKE HOTEL, BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4300/4240/7e2b5b89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="421.93" OriginalAmount="417.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49774" Longitude="19.04888" StarRating="3" HotelCode="|386269" HotelName="D8" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dorottya utca 8.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/6/9/386269_6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="424.20" OriginalAmount="420" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1280-18115733/6045040422289893323/4012" HotelName="CROWNE PLAZA BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/580000/573900/573870/ad913294_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.20" OriginalAmount="420.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49591329819" Longitude="19.070433676243" StarRating="4" HotelCode="161615|courtyard_by_marriott_budapest_city_center" HotelName="Courtyard Budapest City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>József krt. 5, 1088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/73/577399938ad0a2ea7f71722ec95795cd17bd246e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the city centre. The tourist centre is located within 20 minutes’ walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="424.42" OriginalAmount="420.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50332" Longitude="19.03232" StarRating="4" HotelCode="|472846" HotelName="Pest-Buda Design by Zsidai " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fortuna utca 3.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/8/4/6/472846_2e86ac21114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.06" OriginalAmount="421.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.509131" Longitude="19.080913" StarRating="4" HotelCode="|445163" HotelName="D50" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damjanich Utca, 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/6/3/445163_0211d941210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.22" OriginalAmount="422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49929" Longitude="19.05243" StarRating="3" HotelCode="|186148" HotelName="Sasone Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sas utca 1.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/4/8/186148_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="427.84" OriginalAmount="423.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5004997" Longitude="19.0620003" StarRating="4" HotelCode="|53503" HotelName="Ambra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KISDIOFA U. 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/0/3/53503_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips. SITUATION: It is inBudapest the city centre of nearby, you will find shops. ROOM: They have a kitchenette. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="428.61" OriginalAmount="424.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50156" Longitude="19.07306" StarRating="4" HotelCode="2267792" HotelName="Bo33 Hotel Family &amp; Suites" Meals="SUPERIOR SUITE" BedType="SUPERIOR SUITE">
        <Address>
          <AddressLines>
            <AddressLine>Szövetség U. 33,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/67792/2267792/60.jpg?f=17434388</HotelPictures>
        <HotelDescription>Property Location With a stay at Bo33 Hotel Family &amp; Suites in Budapest (Budapest City Centre), you'll be minutes from Locked Up and Claustrophilia. This 4-star hotel is within close proximity of Erkel Theatre and MindQuest. Rooms Make yourself at home in one of the 62 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms have complimentary toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks. Amenities Take advantage of recreational opportunities offered, including a spa tub, a sauna, and a fitness center. This hotel also features complimentary wireless Internet access, concierge services, and babysitting/childcare (surcharge). Dining Enjoy a bite to eat at a coffee shop/café, or stay in and take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge. Business, Other Amenities Featured amenities include complimentary high-speed (wired) Internet access, a 24-hour business center, and limo/town car service. Planning an event in Budapest? This hotel has facilities measuring 377 square feet (35 square meters), including a meeting room. Guests may use a train station pick-up service for a surcharge, and self parking (subject to charges) is available onsite.
Take advantage of recreational opportunities offered, including a spa tub, a sauna, and a fitness center. This hotel also features complimentary wireless Internet access, concierge services, and babysitting/childcare (surcharge).
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="429.71" OriginalAmount="425.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504612" Longitude="19.058414" StarRating="5" HotelCode="3868648" HotelName="Pullman Budapest" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Nagymezo Utca 38,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/68648/3868648/24.jpg?f=17378175</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour health club, or other amenities including complimentary wireless internet access and concierge services. This hotel also features gift shops/newsstands and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Planning an event in Budapest? This hotel has 1668 square feet (155 square meters) of space consisting of conference space and 3 meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="431.27" OriginalAmount="427.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501578255768" Longitude="19.039868628311" StarRating="3" HotelCode="503839|budget_hotel_victoria" HotelName="Budget Hotel Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Bem Rakpart 11, 1011 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/69/086995b779341136ec20cfeb210f677473d5daaa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="432.28" OriginalAmount="428.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497802" Longitude="19.058206" StarRating="3" HotelCode="297306|roombach_hotel_budapest_center" HotelName="Roombach Hotel Budapest Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rumbach Sebestyén utca 14, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/7e/d37e461184019d29519fa4cad64b4d1faed9533f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="433.29" OriginalAmount="429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185769-24260193/6045040422289893323/1170" HotelName="OPERA GARDEN APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3425500/3425430/68b55520_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="433.75" OriginalAmount="429.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5001141" Longitude="19.0531943" StarRating="4" HotelCode="|60547" HotelName="Central Basilica" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>HERCEGPRIMAS STRASSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/4/7/60547_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: the hotel is perfect for business and holiday stays, has 46 rooms and 4 floors. This air-conditioned hotel has a lobby, with express check-out, a reception, a safety deposit box service, a cloakroom, a lift, conference facilities, a breakfast room and WiFi. It also has a laundry service, a bicycle rental desk, bicycle storage and a car park (for a fee). SITUATION: Is situated in the tourist area, the business area, Around the establishment, clients can find restaurants, bars and the leisure areas. 200 metres away, there is a public transport stop, 300 metres away, guests will find Danube the river shops situated 600 metres away fromBuda Castle the parliament, this hotel is 800 metres away from the railway station situated 30 kilometres away fromBudapest Airport. ROOM: The rooms a bathroom with a shower or bath, a hairdryer, a double bed, a direct line telephone, a television, internet (free of charge), a mini-bar, a safe, an ironing set, an air-conditioning system, a central heating system and a terrace. FACILITIES: For a fee, guests can enjoy a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="434.69" OriginalAmount="430.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50438" Longitude="19.05689" StarRating="4" HotelCode="1796751" HotelName="Opera Garden Hotel &amp; Apartments" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>Hajos Utca 24,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/96751/1796751/1.jpg?f=17671134</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a sauna or take in the view from a rooftop terrace and a garden. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include complimentary wired internet access, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="435.46" OriginalAmount="431.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5043455" Longitude="19.0568539" StarRating="4" HotelCode="|122189" HotelName="Opera Garden  and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hajos utca 24.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/8/9/122189_171239e1735.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="436.37" OriginalAmount="432.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504812" Longitude="19.060836" StarRating="3" HotelCode="|475456" HotelName="You Boutique Suites by BQA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/4/5/6/475456_5213eaf1210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="440.36" OriginalAmount="436" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12276-18117249/6045040422289893323/3283" HotelName="ERZSEBET CITY CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/180000/176100/176041/6aa44e55_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="441.37" OriginalAmount="437.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50164694" Longitude="19.0530245" StarRating="0" HotelCode="865596|boutique_residence_budapest" HotelName="Boutique Residence Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hercegprímás Utca 11 I em, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c3/0bc3fa2eea5db817f8ae4e39b98a0454e2731009.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="442.38" OriginalAmount="438" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582107-18212615/6045040422289893323/2290" HotelName="VOCO BUDAPEST D8" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23990000/23988700/23988647/f0d601bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="442.38" OriginalAmount="438.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49776846" Longitude="19.04868408" StarRating="3" HotelCode="751371|d8_hotel" HotelName="D8 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Bar,Designated Smoking Area,Golf,Housekeeping,Internet,Laundry,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dorottya Utca 8, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/8e/dd8e11934b123d2cc0d76e36d11f6b9ba6fe585f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;"D8, three-star superior lifestyle hotel of  is located right in the heart of Budapest, just a few s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="442.83" OriginalAmount="438.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499515" Longitude="19.058753" StarRating="4" HotelCode="|256304" HotelName="Stories Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/3/0/4/256304_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="444.40" OriginalAmount="440" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|32879-25216430/6045040422289893323/6752" HotelName="MAMAISON RESIDENCE IZABELLA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1138900/1138837/92d93d42_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="449.45" OriginalAmount="445.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500898465517" Longitude="19.061788916588" StarRating="4" HotelCode="36307|best_western_plus_hotel_ambra" HotelName="Ambra Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kis Diófa utca 13, 1077 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e2/ffe26d206b4c990bbc66e9dc1c86e47a21fe5626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historical downtown district of Budapest. It is easily acce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493242" Longitude="19.052103" StarRating="4" HotelCode="80354|marriott_executive_apartments_millennium_court" HotelName="Marriott Executive Apartments Millennium Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Pesti Barnabas utca 4, Budapest 1052</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/67/d867644b10839cbd8ef6dd998cd162d7b8cb7c9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in a Budapest city centre, on the famous Boulevard Vaci Utca and wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="452.95" OriginalAmount="448.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497982" Longitude="19.06023" StarRating="3" HotelCode="2034970" HotelName="Hotel Gozsdu Court" Meals="APARTMENT" BedType="APARTMENT">
        <Address>
          <AddressLines>
            <AddressLine>Dob Utca 16,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/34970/2034970/30.jpg?f=17176457</HotelPictures>
        <HotelDescription>Featured amenities include luggage storage and an elevator. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="455.30" OriginalAmount="450.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504123" Longitude="19.055714" StarRating="0" HotelCode="|448442" HotelName="Hampton By Hilton Budapest City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dessewffy utca 7-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/4/2/448442_854db230841.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="455.51" OriginalAmount="451" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|677777-32708643/6045040422289893323/658" HotelName="VISION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45730000/45729800/45729769/94aa52af_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="455.65" OriginalAmount="451.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.496471" Longitude="19.0415604" StarRating="4" HotelCode="|60549" HotelName="Leon Hotel and Lounge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANCHID 19 STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/4/9/60549_fa445b51510.jpg</HotelPictures>
        <HotelDescription>HOTEL: The LANCHID 19 is rated four stars. It has a lobby. SITUATION: It is situated next to the river Danube. Nearby, you will find Castle Buda. ROOM: Clients are offered 48 minimalist style rooms. They have an air-conditioning system, WiFi and a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="456.28" OriginalAmount="451.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501572" Longitude="19.050595" StarRating="4" HotelCode="|444766" HotelName="Three Corners Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Oktober 6 utca 20.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/6/6/444766_51a5fa51245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="458.54" OriginalAmount="454.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49839058" Longitude="19.05660824" StarRating="4" HotelCode="142637|7seasons_apartments_budapest" HotelName="7Seasons Apartments Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Király street 8, 1061 Budapest,</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e3/20e331438b55c6e2168b2bd55a9d12c745683b98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.56" OriginalAmount="456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500020752764" Longitude="19.053235069054" StarRating="3" HotelCode="72694|central_basilica_hotel" HotelName="Hotel Central Basilica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hercegprímás utca 8, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/0c/2e0c5a95e91f9636c763d986da08eb3739162213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the cultural, tourism and business centre of Hungary. Guests will find the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="466.93" OriginalAmount="462.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501564" Longitude="19.050596" StarRating="3" HotelCode="4025475" HotelName="Three Corners Downtown Hotel" Meals="PREMIUM ROOM" BedType="PREMIUM ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Oktober 6 Utca 20.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/25475/4025475/1.jpg?f=17580980</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities including a sauna and a 24-hour fitness center. This hotel also features complimentary wireless internet access, concierge services, and a communal living room.. Featured amenities include a computer station, express check-out, and a 24-hour front desk. This hotel has 2 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="472.11" OriginalAmount="467.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49644" Longitude="19.06011" StarRating="4" HotelCode="|444765" HotelName="Memories Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/6/5/444765_8ca9eca1216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="473.63" OriginalAmount="468.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504125" Longitude="19.030661" StarRating="0" HotelCode="|562759" HotelName="Hapimag Resort Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Budapest, Fortuna u. 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/7/5/9/562759_30769791836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="474.17" OriginalAmount="469.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494173542787" Longitude="19.052422642708" StarRating="4" HotelCode="18177|HU000019" HotelName="Mercure Budapest City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Váci Ucta 20, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/68/4a68a7566e08a823f4fbdbbc9c5c34aaa0636470.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly located in the famous Váci utca pedestrian area. With its proximity to the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="475.81" OriginalAmount="471.1" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49317" Longitude="19.05201" StarRating="4" HotelCode="405731" HotelName="Millennium Court" Meals="APARTMENT" BedType="APARTMENT">
        <Address>
          <AddressLines>
            <AddressLine>Piarista Utca 4,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/05731/405731/1.jpg?f=17734767</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities, including a hot tub, a sauna, and a fitness center. Additional features at this hotel include wireless internet access (surcharge), concierge services, and gift shops/newsstands.. Featured amenities include wired internet access (surcharge), a business center, and complimentary newspapers in the lobby. Planning an event in Budapest? This hotel has 1830 square feet (170 square meters) of space consisting of conference space and meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="479.75" OriginalAmount="475.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48817665" Longitude="19.0652421" StarRating="0" HotelCode="568433|oasis_guest_house_budapest" HotelName="Oasis Guest House Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ülloi Ut 20, 1085 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c3/9fc388e2a920210a578f3b1ed1512e90b453369f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="480.83" OriginalAmount="476.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51086" Longitude="19.06173" StarRating="5" HotelCode="|221104" HotelName="Mystery Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Podmaniczky utca 45.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/1/0/4/221104_ec2de051708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="481.11" OriginalAmount="476.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.496952" Longitude="19.067054" StarRating="4" HotelCode="160856|1694245" HotelName="Continental Hotel Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dohány utca, 42-44, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/cf/06cf36ecdd185a10b0c8b3feabd7cd9993560fa6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The modern, Art Nouveau hotel is located near major transportation links, railway stations and main ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="481.17" OriginalAmount="476.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5736479" Longitude="19.0655663" StarRating="4" HotelCode="|39334" HotelName="Aquamarina Visegrád" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROZGONYI PIROSKA UTCAI HAJOALLOMAS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/3/4/39334_1_8602.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 40 rooms a restaurant, a cafÃ©, a reception, a safety deposit box service, a currency exchange service and a bar. The establishment offers guests conference rooms, internet, room service and a laundry service. SITUATION: RÃ³mai Part It is in it is 6 kilometres away from the city centre, nearby, you will find shops, restaurants, is situated 30 kilometres away from Budapest Ferenc Liszt International Airport. ROOM: They have an air-conditioning system, a bathroom with a shower, a mini-bar, a television and a direct line telephone. You can also find a radio, individual air-conditioning, internet and a terrace. FACILITIES: 50 metres away from the establishment, clients have a gym, a sauna and a bowling alley. On request, you can find speedboating. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="482.51" OriginalAmount="477.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.503451" Longitude="19.046276" StarRating="5" HotelCode="|444184" HotelName="Aurea Ana Palace By Eurostars Company" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/8/4/444184_761ce7d1258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="483.10" OriginalAmount="478.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49405" Longitude="19.05253" StarRating="4" HotelCode="574621" HotelName="Mercure Budapest City Center Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Váci Utca 20,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/74621/574621/1.jpg?f=17237790</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a fitness center or take in the view from a garden. Additional features at this hotel include complimentary wireless internet access, concierge services, and shopping on site.. Featured amenities include a business center, express check-in, and express check-out. This hotel has 5 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="483.75" OriginalAmount="478.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494592" Longitude="19.064761" StarRating="0" HotelCode="|563367" HotelName="Silver Crown and 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/6/3/3/6/7/563367_4d90fb71333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="483.79" OriginalAmount="479" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1322936-32839719/6045040422289893323/745" HotelName="EMERALD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75260000/75258900/75258883/87a541b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.81" OriginalAmount="481.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49577982" Longitude="19.05198938" StarRating="0" HotelCode="735753|the_cream" HotelName="The Cream" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kristóf Tér 6</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/c6/68c638eee6dc2739c6ea357b654203eec096fb92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="488.11" OriginalAmount="483.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5333128" Longitude="19.0524185" StarRating="4" HotelCode="|65049" HotelName="Ensana Thermal Margaret Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MARGITSZIGET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/0/4/9/65049_3.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 267 rooms with a bathroom with a hairdryer, an air-conditioning system, heating, a direct line telephone, a radio and internet. They also have a safe, a satellite television, a mini-bar, a terrace and an alarm clock. You are offered non-smoking rooms and disabled access rooms. FACILITIES: The establishment has conference rooms, meeting rooms, a garage, a car park and a concierge service. Guests are offered WiFi, a bar, a restaurant, a breakfast room and stores. The establishment also has a swimming pool, a covered pool, a beauty centre, a solarium, a spa, a sauna, a gym and a jacuzzi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="488.84" OriginalAmount="484.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5109003" Longitude="19.06167859" StarRating="5" HotelCode="773195|mystery_hotel_budapest" HotelName="Mystery Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Podmaniczky Utca 45, 1064 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/66/2b666d01d2efd5804a419e721cea255685e0aedb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="489.74" OriginalAmount="484.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498084" Longitude="19.050072" StarRating="0" HotelCode="|553940" HotelName="Boho Budapest, Small Luxurys" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/9/4/0/553940_c14b2af1457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="489.85" OriginalAmount="485" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|602528-25757689/6045040422289893323/5746" HotelName="BOUTIQUE RESIDENCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33270000/33264400/33264311/391753b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="491.93" OriginalAmount="487.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5055244" Longitude="19.0632293" StarRating="0" HotelCode="|290164" HotelName="Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/0/1/6/4/290164_9b235481931.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="492.48" OriginalAmount="487.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502096" Longitude="19.05103" StarRating="3" HotelCode="|424351" HotelName="H2 Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sas u.24.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/3/5/1/424351_30d74101000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="494.90" OriginalAmount="490.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49646751" Longitude="19.0602368" StarRating="4" HotelCode="781340|hotel_memories_budapest" HotelName="Hotel Memories Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Wesselényi Utca 4, 1077 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/d7/09d7171dc2ed2ff04b1ffb93bfa9fc91b44ea748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="495.66" OriginalAmount="490.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48796" Longitude="19.05797" StarRating="4" HotelCode="83933" HotelName="Charm Hotel Budapest (Formerly Boutique Hotel Budapest)" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Utca So 6,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/83933/83933/1.jpg?f=17712331</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as bicycles to rent, or other amenities including complimentary wireless internet access and concierge services. Additional features at this hotel include a television in a common area and bike storage.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include express check-in, complimentary newspapers in the lobby, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="496.52" OriginalAmount="491.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50223" Longitude="19.067032" StarRating="5" HotelCode="|15605" HotelName="Corinthia Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ERZSEBET KRT. 43-49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/0/5/15605_a20efbc1058.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1896, has 6 floors, 414 rooms, 31 suites and 236 double rooms. It has a cafÃ©, shops, a hairdresser's, a bar and 5 restaurants. SITUATION: This establishment is close to the opera, the theatre and the concert hall. 2 kilometres away, there is a public transport stop. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a fridge, a mini-bar, an air-conditioning system, a safe and internet (free of charge). FACILITIES: The establishment has a spa, a swimming pool, relaxation areas, a sauna, a steam bath, jacuzzis, tropical showers, baths, seaweed bath and a mud bath. OBSERVATIONS: Please note that children under 16 years old are not allowed in the Royal Spa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="496.92" OriginalAmount="492.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499142393409" Longitude="19.058322845486" StarRating="3" HotelCode="496567|synagogue_apartments" HotelName="Made Inn Budapest Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kiraly Utca 13, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ff/daffbd5893cb984c01b99d8d63192e457f6d4781.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="498.94" OriginalAmount="494.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995" Longitude="19.0603" StarRating="0" HotelCode="879021|hapimag_resort_budapest" HotelName="Hapimag Apartments Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fortuna Utca 18, 1014 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/32/433297c56b38d37fd91f26bfcc743fb39d5c7e8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="501.97" OriginalAmount="497.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50172357" Longitude="19.03872952" StarRating="3" HotelCode="857469|monastery_boutique_hotel_budapest" HotelName="Monastery Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Bar,Designated Smoking Area,Dining,Meeting Room,Restaurant,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fo Utca 30, 1011 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/9d/969de6b9a30da05c2920e5c7a0a270e8b5789330.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;One of the newest hotels in the capital, Monastery Boutique Hotel Budapest will soon open its doors....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="503.99" OriginalAmount="499" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|589112-18212656/6045040422289893323/4105" HotelName="MEMORIES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30110000/30107700/30107684/642a00ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="504.41" OriginalAmount="499.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.489946" Longitude="19.074385" StarRating="0" HotelCode="|517225" HotelName="ZOYA LUXURY 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/1/7/2/2/5/517225_71513561021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="508.03" OriginalAmount="503" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|977295-26150440/6045040422289893323/5761" HotelName="AUREA ANA PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66050000/66049600/66049506/8fb64331_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="508.12" OriginalAmount="503.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50253" Longitude="19.05659" StarRating="4" HotelCode="|442803" HotelName="Hilton Garden Inn Budapest City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lazar Utca 11-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/8/0/3/442803_73719ec1231.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="509.04" OriginalAmount="504" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|242026-25458045/6045040422289893323/5424" HotelName="7SEASONS APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2785400/2785329/ab9969cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="509.04" OriginalAmount="504" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|606300-25763273/6045040422289893323/6695" HotelName="MONASTERY BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31360000/31357100/31357010/555f356c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="509.06" OriginalAmount="504.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4959269" Longitude="19.0705619" StarRating="4" HotelCode="|71251" HotelName="Courtyard by Marriott Budapest City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JOZSEF KORUT 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/2/5/1/71251_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a modern building, The establishment boasts OlÃ©o Pazzo Mediterranean the restaurant a shop. ROOM: The establishment has spacious, comfortable rooms, have a large desk, chair, internet (available for a fee), a direct line telephone and a fridge. Some rooms have a mini-bar, They also have a safety deposit box, a television and films (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="510.05" OriginalAmount="505.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.533675234023" Longitude="19.05258869577" StarRating="4" HotelCode="87421|danubius_health_spa_resort_margitsziget" HotelName="Danubius Health Spa Resort Margitsziget" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Budapest-Margitsziget, 1007 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/9d/d39d853b977007f5d5ce50c5f64870eed8a8cdf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern spa hotel is situated in a park on the wonderful Margaret Island. Although the hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="511.65" OriginalAmount="506.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49244" Longitude="19.0443" StarRating="3" HotelCode="137849" HotelName="Hotel Orion" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Dobrentei U.13,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/37849/137849/39.jpg?f=17727472</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including a sauna and a fitness center. This hotel also features complimentary wireless internet access, tour/ticket assistance, and discounted use of a nearby fitness facility.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 3 stars.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="513.54" OriginalAmount="508.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50176" Longitude="19.03872" StarRating="4" HotelCode="|444764" HotelName="Monastery Boutique Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>F? utca 30.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/6/4/444764_a48b3ea1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="514.09" OriginalAmount="509.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497542454373" Longitude="19.057221114635" StarRating="4" HotelCode="69375|regency_suites_hotel_budapest" HotelName="Regency Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Madách Imre tér 2, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/c0/3fc075180e8aabd353d0d6e01dd3b61ea91ef055.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Budapest right by Deák Ferenc Square. Moreover, it is in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="514.09" OriginalAmount="509.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.40977" Longitude="19.110404" StarRating="3" HotelCode="191325|le_rose_hotel" HotelName="Le Rose Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Felso Duna sor 1, 1238 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/zz/1ead1f18b4bb5348b7aa9eda1e50c2e5433b6779.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Budapest. With a total of 15 units, this is a nice place to stay. No pe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="514.09" OriginalAmount="509.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49016534" Longitude="19.06662829" StarRating="0" HotelCode="566380|minoo_house_" HotelName="Minoo House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mikszáth Kalman Tér 3, 1088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/bd/76bd4c82219aafca30701b6aa572bc16b09205ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a historical building renovated by a group of young artists, Minoo House is an eco-conscious ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="516.11" OriginalAmount="511" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466191-33194304/6045040422289893323/6265" HotelName="BOHO BUDAPEST, SMALL LUXURY HOTELS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102750000/102749500/102749429/40879254_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="521.16" OriginalAmount="516.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.496335542632" Longitude="19.041806459427" StarRating="4" HotelCode="387350|lanchid_19_design_hotel" HotelName="Lanchid 19 Design Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lánchíd utca 19, 1013 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/a4/18a43bbc99969b52f8994b09125c850960d670e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the foot of the Buda Royal Castle near the city centre and a stone's throw ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.17" OriginalAmount="517.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502645246039" Longitude="19.066772460938" StarRating="5" HotelCode="49118|corinthia_budapest" HotelName="Corinthia Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Erzsébet Körút 43-49, 1073 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/71/31718337e626be53bfce1439f70273a2c4632cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury Budapest hotel is located close to the operas and theatres and within a few paces of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="523.10" OriginalAmount="517.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5014723" Longitude="19.0666831" StarRating="5" HotelCode="|60552" HotelName="Queen´s Court &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dob Utca 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/5/2/60552_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="525.19" OriginalAmount="519.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501453" Longitude="19.066767" StarRating="5" HotelCode="155090" HotelName="Queen's Court Hotel &amp; Residence" Meals="SUPERIOR SUITE" BedType="SUPERIOR SUITE">
        <Address>
          <AddressLines>
            <AddressLine>Dob Utca 63,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/55090/155090/2.jpg?f=17750530</HotelPictures>
        <HotelDescription>Take advantage of recreational opportunities offered, including an indoor pool, a hot tub, and a sauna. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include a 24-hour business center, limo/town car service, and express check-out. Planning an event in Budapest? This hotel has 388 square feet (36 square meters) of space consisting of conference space and a meeting room. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="525.20" OriginalAmount="520.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501100954705" Longitude="19.048484093254" StarRating="4" HotelCode="305574|prestige_hotel_budapest" HotelName="Prestige Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vigyázó Ferenc utca 5, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/82/20825ead97cbce37ad5f5820d0283d4d447a285a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="526.21" OriginalAmount="521" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.587381175981" Longitude="19.067823886871" StarRating="4" HotelCode="56058|22355" HotelName="Holiday Beach Budapest Wellness &amp; Conference Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piroska utca 3-5, 1039 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ce/70ceff94cf3d508744a521e57af0bd3f61dc0abc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of the most charming districts of Budapest, right on the so-called Roman...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="526.21" OriginalAmount="521" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="52.451800" Longitude="-1.549200" StarRating="5" HotelCode="0|16388-18117704/6045040422289893323/2246" HotelName="CORINTHIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>na TAMWORTH ROAD-KERESLEY, COVENTRY, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1100000/1097800/1097758/b1b29874_b.jpg</HotelPictures>
        <HotelDescription>Newly re-developed, the Royal Court Hotel is set in 11 acres of landscaped gardens and parkland, offering the discerning client peaceful and tranquil surroundings in a rural setting, yet only 3 miles from Coventy City centre and 9 miles from the NEC. Whiles the hotel has the setting of a country house, it has the extensive facilities of a major city with an international style reception and baronial restaurant in the original manor house. The manor house, built in1894 as a private residence for Willam Hillman, the motor manufacturer, features en suit bedrooms, each individually furnished, and some overlooking the gardens. The cosy bar looks out on to rolling lawns and gardens. The reception bar overlooks the large indoor swimming pool.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="526.21" OriginalAmount="521" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|269723-19107477/6045040422289893323/3116" HotelName="GOZSDU COURT BUDAPEST" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2940000/2933000/2932912/853d52f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="526.21" OriginalAmount="521" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430771-27594650/6045040422289893323/6964" HotelName="K46 RESIDENCE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95420000/95410200/95410187/cf91aa48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="528.14" OriginalAmount="522.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49725" Longitude="19.05715" StarRating="4" HotelCode="137912" HotelName="Leonardo Boutique Hotel Budapest M-Square" Meals="COMFORT ROOM" BedType="COMFORT ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Madách Tér 2,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/37912/137912/4.jpg?f=17720266</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="529.24" OriginalAmount="524" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1115126-26389586/6045040422289893323/5900" HotelName="H2 HOTEL BUDAPEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59840000/59830600/59830599/1a992beb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="531.26" OriginalAmount="526.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995" Longitude="19.0603" StarRating="0" HotelCode="883040|cherry_apartments_palace_quarter_2" HotelName="Cherry Apartments Palace Quarter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Szentkiralyi utca 4/B, 1088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/cf/c2cf83c8f3c91df799d8c51fcfd4b90d83cbaeea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="535.32" OriginalAmount="530.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.588005" Longitude="19.066751" StarRating="4" HotelCode="|34050" HotelName="Holiday Beach Budapest Wellness and Conference" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIROSKA STREET 3-5, III. DISTRICT 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/5/0/34050_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has air-conditioning and a garden. It has 68 rooms, 4 floors, 5 suites and 1 junior suites. It also has a hall with a reception, a safety deposit box service, a cloakroom, a lift, a cafÃ©, a hairdresser's and a restaurant. The establishment offers guests conference facilities, internet, a laundry service (for a fee), a playground, a car park (for a fee), (for a fee) and bicycle hire. SITUATION: It is situated next toDanube the river near the establishment, guests will find a bus stop, 5 minutes away from the establishment you have a shopping centre, this hotel is 20 minutes away from the city centre, 20 kilometres away, you can find Budapest Airport. ROOM: They have a balcony or terrace, an air-conditioning system, individual heating, a double bed and a satellite television with international channels, Guests are offered a direct line telephone, internet, a desk and a safe. They also have a mini-bar, a bathroom with a bath or shower, a hairdryer and a bathrobe. FACILITIES: The establishment has a terrace, a swimming pool with a bar, a gym, a heated swimming pool and a children's swimming pool. The establishment also has 2 jacuzzis, water aerobics, beauty treatments, a solarium, a playground, a tennis court and a football pitch. OBSERVATIONS:. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant and a barbecue.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="537.32" OriginalAmount="532" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138865-25309328/6045040422289893323/4868" HotelName="CONTINENTAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3060000/3052500/3052491/a84048d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="539.34" OriginalAmount="534" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1462055-32744709/6045040422289893323/5828" HotelName="WONDER BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120550000/120540700/120540667/6949b244_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="540.35" OriginalAmount="535.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49936165" Longitude="19.06093401" StarRating="3" HotelCode="585424|hotel_mika_superior" HotelName="Hotel Mika Superior" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kazinczy ulica 47, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/f2/d9f2045fa3302be4d96882c67d90b97bd29307f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="542.55" OriginalAmount="537.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4972453" Longitude="19.0571122" StarRating="4" HotelCode="|71545" HotelName="Leonardo Boutique  Budapest M-square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/4/5/71545_a73f6210827.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel and it is in Budapest city centre, 100 metres away, you can find a car park WiFi, a wellness area, a jacuzzi, a fitness room and a sauna. Regarding the food and beverage offering, the establishment has a buffet breakfast, a teapot, coffee pot and a bar. Our guests can find a reception. ROOM: Guests are offered one bedroom suites with desk, a kitchenette with a microwave, a bathroom with a bath and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="545.40" OriginalAmount="540.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494827697201" Longitude="19.067130345047" StarRating="3" HotelCode="387671|grand_budapest_penthouse" HotelName="Grand Budapest Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gyulai Pál Utca 3, 1085 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/54/255468dde1f2fc04349cee210ed71a51defd46b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="547.58" OriginalAmount="542.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5041" Longitude="19.06276" StarRating="3" HotelCode="|186151" HotelName="Karma Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/5/1/186151_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="551.46" OriginalAmount="546.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49849063" Longitude="19.04020497" StarRating="4" HotelCode="612986|hotel_clark_budapest" HotelName="Hotel Clark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Clark Ádám tér 1, 1013 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f8/25f863ee9aa8d905cdc8e8444b493c8149292d63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="552.89" OriginalAmount="547.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49488" Longitude="19.06721" StarRating="0" HotelCode="|186145" HotelName="Grand Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/4/5/186145_af3122f1223.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="553.66" OriginalAmount="548.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.503452" Longitude="19.046276" StarRating="5" HotelCode="3929627" HotelName="Áurea Ana Palace by Eurostars Hotel Company" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Akadémia Utca 15-17,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/29627/3929627/1.jpg?f=17439563</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages. You can take advantage of recreational amenities such as a sauna and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include a 24-hour business center, dry cleaning/laundry services, and a 24-hour front desk. This hotel has 6 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="556.48" OriginalAmount="550.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4969025" Longitude="19.0669365" StarRating="0" HotelCode="|69498" HotelName="Continental  Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/4/9/8/69498_b9786221225.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 272 rooms, meeting rooms, a business centre, a concierge, WiFi (free of charge), a fitness centre, a spa, a wellness centre, a covered swimming pool, an outdoor pool and a car hire service. The establishment also offers facilities for people with disabilities. SITUATION: This modern hotel is in Budapest the centre of HungÃ¡ria Spa it is in Next to public transport services and the railway station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="562.57" OriginalAmount="557" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50560118" Longitude="19.06331178" StarRating="2" HotelCode="555921|255774" HotelName="Avenue Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Oktogon Ter 4, 1066 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/3a/853a6f6db9bc9c3b022878f4853a61492c8bd378.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="562.96" OriginalAmount="557.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5254907" Longitude="19.056002" StarRating="4" HotelCode="|71249" HotelName="Danubius  Helia" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KARPAT UTCA 62-64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/2/4/9/71249_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is well-connected, has 267 rooms, 8 suites and 16Â junior suites. This air-conditioned establishment has a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a hairdresser's and a playground. It also has a cafÃ©, a bar, a pub, a restaurant, conference facilities, WiFi (for a fee), room service, a laundry service, a car park, indoor parking (for a fee) and a bicycle rental desk (for a fee). SITUATION: It is in a peaceful area, a park, 20 metres away, guests will find restaurants, 50 metres away, there is a public transport stop located near the city centre, this hotel is situated 10 kilometres away from the tourist attractions, the railway station situated 28 kilometres away fromBudapest Airport. ROOM: The rooms have river views, a bathroom with a bath, a hairdryer, a bathrobe, a king size or double bed, a direct line telephone, a satellite TV (available for a fee), a radio, WiFi, a mini-bar, a safe, a coffee maker, a kettle, an air-conditioning system, individual heating and a balcony. Clients are offered rooms for smokers and disabled access rooms. FACILITIES: The establishment has 4 swimming pools, thermal baths, an outdoor bar and a terrace with deck chairs, Clients can enjoy a gym, aerobics, a jacuzzi, a sauna, a steam bath, a massage service (available for a fee) and spa treatments. For a fee, guests can enjoy play ping-pong and cycling. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and buffet and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="565.60" OriginalAmount="560" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|314324-25514508/6045040422289893323/5095" HotelName="PRESTIGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9520000/9516500/9516422/3a5c860b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="565.60" OriginalAmount="560" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1461448-32659869/6045040422289893323/6614" HotelName="INFINITY BUDAPEST HOTEL - ADULTS ONLY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/120000000/119440000/119436700/119436618/b0b37dda_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="565.84" OriginalAmount="560.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5009799" Longitude="19.0566503" StarRating="4" HotelCode="|201553" HotelName="Moments Budapest by Continental Group" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/5/5/3/201553_00097951244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="566.99" OriginalAmount="561.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995359" Longitude="19.0488955" StarRating="4" HotelCode="|65021" HotelName="Mamaison Hotel Chain Bridge Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/0/2/1/65021_5aecd2f1218.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, with air-conditioning, has 54 rooms, The establishment boasts multilingual staff. SITUATION: This establishment, is situated in the historic centre, near the establishment, you will find the leisure area, the parliament and the castle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="567.62" OriginalAmount="562" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.245900" Longitude="-119.257600" StarRating="5" HotelCode="0|93267-18177493/6045040422289893323/3595" HotelName="QUEEN'S COURT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1080 Navigator Drive, Ventura, 93001, CA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1530000/1530000/1529925/1d526890_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Floors: 3. Total rooms: 69. Suites: 23. Single-bedded accommodations: 0. Double bedrooms: 0. Smoking rooms: 0. Nonsmoking rooms: 69. Physically challenged rooms: 3. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Ventura Hotel's Guests Love the Spectacular Harbor View Stunning beaches, fresh seafood, eclectic galleries, wine tastings and top businesses, this location has it all. Situated right on the harbor and near endless Ventura beach fun, the hotel's guests are also close to Oxnard Airport (OXR) and the vibrant downtown area. You can experience all the beauty of California at the pet friendly Holiday Inn Express® Hotel &amp;amp; Suites Ventura Harbor. Corporate guests love working at our facility. The 24-hour Business Center and free wired and wireless HSIA offer convenience, and the two spacious meeting rooms are perfect for hosting events. We're only four miles from two convention centers and close to many major businesses and the Naval Base Ventura County. When booking Ventura, CA accommodations, proximity to attractions is key, and we're close to some of the city's best. If you want to relax on a gorgeous Ventura beach, the hotel's locale is only three miles from the ocean. The entire family can enjoy the unforgettable Channel Islands National Park, which has sea kayaking and whale watching. For a day of urban fun, visit Ventura Harbor Village, where you'll find unique boutiques, a carousel and weekend concerts. Our guests enjoy beautiful harbor views, a "Play and Stay" golf package, a free, hot breakfast and more. If you're searching for Ventura, CA accommodations, call now for the ultimate in hospitality and sparkling seaside beauty.. Onsite facilities information- ParkingProperty was built in 2006. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="571.10" OriginalAmount="565.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49502" Longitude="19.05348" StarRating="4" HotelCode="|182108" HotelName="Emerald Downtown Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/2/1/0/8/182108_891d9081425.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="571.66" OriginalAmount="566" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50092063" Longitude="19.05673882" StarRating="4" HotelCode="355129|197793" HotelName="Hotel Moments Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Andrássy út 8, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/52/9f52a2a7e2ea0e24ba89d9124c1f99ee764bc130.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="576.71" OriginalAmount="571.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49956478483" Longitude="19.048844575882" StarRating="4" HotelCode="17922|starlight_suiten_hotel" HotelName="Starlight Suiten Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mérleg utca 6, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/57/0b571e7ed3bb1ef38bc79b5908b05963c4c94fd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="577.60" OriginalAmount="571.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49936" Longitude="19.06091" StarRating="3" HotelCode="|241249" HotelName="Mika Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazinczy u. 47.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/2/4/9/241249_456b9e71053.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="579.74" OriginalAmount="574" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|561476-25714093/6045040422289893323/6328" HotelName="GRAND BUDAPEST PENTHOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26780000/26777800/26777798/b227af4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="583.78" OriginalAmount="578" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|615776-25779136/6045040422289893323/4846" HotelName="SILVER CROWN HOTEL AND RESIDENCE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36250000/36244200/36244173/c592b882_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="595.40" OriginalAmount="589.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48967" Longitude="19.06054" StarRating="4" HotelCode="|445266" HotelName="Memories Oldtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/6/6/445266_e0bf0b81404.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="599.17" OriginalAmount="593.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49666" Longitude="19.041437" StarRating="4" HotelCode="114565" HotelName="Leon Hotel &amp; Lounge" Meals="ROOM - MOUNTAIN VIEW" BedType="ROOM - MOUNTAIN VIEW">
        <Address>
          <AddressLines>
            <AddressLine>19 Lánchíd U.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/14565/114565/50.jpg?f=17708373</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as complimentary wireless internet access and a fireplace in the lobby. This hotel also features a living plant wall, tour/ticket assistance, and a banquet hall.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Event facilities at this hotel consist of a conference center and 3 meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="602.26" OriginalAmount="596.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5025865" Longitude="19.0504333" StarRating="5" HotelCode="|76519" HotelName="Verno House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OKTOBER 6 UTCA, 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/5/1/9/76519_57de4371607.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, was opened in 2011, has excellent service, luxurious standard rooms, a wellness centre and a spa. This hotel is business.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="603.98" OriginalAmount="598" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|377819-18161866/6045040422289893323/3021" HotelName="MOMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12900000/12892500/12892495/997292ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="603.98" OriginalAmount="598.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48967351" Longitude="19.06051941" StarRating="4" HotelCode="943620|hotel_memories_oldtown" HotelName="Hotel Memories Old Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bástya Utca 33, 1056 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/66/1366e0f8dbcb31f1cad73e8e811145c4608bbf7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="604.99" OriginalAmount="599" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|606295-25763265/6045040422289893323/6085" HotelName="MEMORIES OLD TOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27820000/27811300/27811282/f0dd443c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="614.21" OriginalAmount="608.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48967" Longitude="19.06054" StarRating="4" HotelCode="3814710" HotelName="Hotel Memories Oldtown" Meals="EXECUTIVE ROOM" BedType="EXECUTIVE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>33 Bástya U.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/14710/3814710/44.jpg?f=17500498</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages. You can take advantage of recreational amenities such as a health club, a hot tub, and a sauna. This hotel also features complimentary wireless internet access, concierge services, and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="615.09" OriginalAmount="609" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15296-32729692/6045040422289893323/6938" HotelName="MAMAISON CHAIN BRIDGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/544100/544043/9646ac7f_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="616.10" OriginalAmount="610" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1054580-26275674/6045040422289893323/6796" HotelName="KOZMO HOTEL SUITES &amp;amp; SPA BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45930000/45921600/45921531/7a099f0e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="617.11" OriginalAmount="611.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49266524" Longitude="19.05964562" StarRating="3" HotelCode="781311|otel_collect" HotelName="Hotel Collect" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ferenczy István Utca 22, 1053 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/85/1a85d089baa38657bcf8535c04f4d3a9dbf7a5f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="620.14" OriginalAmount="614" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|586742-25732685/6045040422289893323/5057" HotelName="COLLECT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28930000/28925600/28925572/e66a3963_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="625.19" OriginalAmount="619" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1404299-27600609/6045040422289893323/6889" HotelName="KIMPTON BEM BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103590000/103580200/103580122/c7c7936b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="634.28" OriginalAmount="628" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1279-21403672/6045040422289893323/109" HotelName="HILTON BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9200/9156/4232efba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|890844-26120902/6045040422289893323/5065" HotelName="REAL APARTMENTS WESSELENYI 10" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21730000/21721300/21721242/0b3cf5cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="640.47" OriginalAmount="634.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4896" Longitude="19.0604" StarRating="4" HotelCode="|186110" HotelName="Bastion Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/1/0/186110_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="642.21" OriginalAmount="635.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.512066" Longitude="19.037922" StarRating="5" HotelCode="4165065" HotelName="Kimpton Bem Budapest By Ihg" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Bem Jozsef Ter 3,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0041/65065/4165065/1.jpg?f=17643307</HotelPictures>
        <HotelDescription>The urban cool kid on the block, seated on the Buda banks of the Danube, Kimpton BEM takes residence in Budapest’s distinctively welcoming neighborhood. Nestled in the heart of history, our hotel is a stone's throw from the Castle District, creating a timeless journey through Budapest's regal past with threads of Hungarian history engulfed in lush grandeur. The city's legendary Turkish baths, a testament to centuries of leisure and luxury, are close by and not to be missed. The transformation of this long forgotten 19th-century building has been meticulously created by the renowned Marcel Wanders. Breathing a new life into this historical, grade 2 listed mansion. Embracing the locality, the charm and the history to create a destination that echoes a forgotten era. Striking and stylish, our design originates from the history of the capital, each space a canvas painting Hungary's vibrant soul.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="642.36" OriginalAmount="636" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352094-21724155/6045040422289893323/2370" HotelName="VERNO HOUSE BUDAPEST, VIGNETTE COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4480000/4472800/4472761/8d90ed29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="644.33" OriginalAmount="637.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.511047" Longitude="19.037115" StarRating="4" HotelCode="698125" HotelName="Hotel Regnum Residence" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Ganz Utca 8,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/98125/698125/50.jpg?f=17405497</HotelPictures>
        <HotelDescription>Pamper yourself with onsite massages or enjoy recreation amenities such as bicycles to rent. Additional features at this Art Deco hotel include complimentary wireless internet access, concierge services, and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include complimentary wired internet access, a 24-hour business center, and complimentary newspapers in the lobby. Planning an event in Budapest? This hotel has 915 square feet (85 square meters) of space consisting of conference space and a meeting room. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="653.79" OriginalAmount="647.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.490007" Longitude="19.074788" StarRating="5" HotelCode="|444186" HotelName="Kozmo Hotel Suites and Spa - Small Luxury Hotels Of The World" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/8/6/444186_2a1f6d61338.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="657.51" OriginalAmount="651" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1441394-28801524/6045040422289893323/6989" HotelName="KOZMO RESIDENCES BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109820000/109818500/109818443/60e32269_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="659.53" OriginalAmount="653" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502635" Longitude="19.050451" StarRating="5" HotelCode="172369|29676" HotelName="Iberostar Grand Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oktober 6. utca 26, Szabadsag ter, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/240503/a_240503_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of old Budapest. Budapest's parliament and St. Stephen's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="660.37" OriginalAmount="653.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498311" Longitude="19.040234" StarRating="4" HotelCode="|256303" HotelName="Clark Budapest - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/3/0/3/256303_1_8765.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="676.56" OriginalAmount="669.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497974" Longitude="19.047735" StarRating="5" HotelCode="14404" HotelName="Intercontinental Budapest, An Ihg Hotel" Meals="ROOM - RIVER VIEW" BedType="ROOM - RIVER VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Apaczai Csere Janos 12-14,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14404/14404/10.jpg?f=17751072</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you're looking for recreational opportunities, you'll find an indoor pool, a sauna, and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include a business center, limo/town car service, and dry cleaning/laundry services. Planning an event in Budapest? This hotel has 20118 square feet (1869 square meters) of space consisting of a conference center and a meeting room..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="676.68" OriginalAmount="669.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498463" Longitude="19.040237" StarRating="5" HotelCode="3664694" HotelName="Hotel Clark Budapest - Adults Only" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Clark Ádám Tér 1.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/64694/3664694/1.jpg?f=17149289</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a sauna and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and a fireplace in the lobby.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and limited parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="688.82" OriginalAmount="682.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5015415" Longitude="19.0398299" StarRating="4" HotelCode="|47898" HotelName="Boutique Victoria Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>BEM RAKPART 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/9/8/47898_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 27 rooms, 9 single rooms, 18 double rooms and 9 floors. It has air-conditioning, a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service and a lift. Guests can find a cafÃ©, a bar and a breakfast room. The establishment offers a conference room, room service, a laundry service, WiFi (free of charge), computers (for a fee), indoor parking and a car park. SITUATION: This urban hotel is in Budapest the historic centre of it is in Buda the area it is situated next to Danube the river 5 minutes away from the establishment, you can find SzÃ©chenyi Bridge 10 minutes away from the establishment clients have MÃ¡tyÃ¡s templom the Church of near the establishment, you will find monuments, tourist points of interest, the commercial area and the pedestrian area. it is near the business area, 500 metres away, there is a metro station, 3 kilometres away from the establishment, guests will find Budapest Keleti the Station of it is situated 20 kilometres away from Budapest Ferenc Liszt International Airport. ROOM: The comfortable rooms, have a bathroom with a bath, a shower, a mini-bar, a safety deposit box, a hairdryer, a satellite TV and a radio. They also have internet, 2 telephones, panoramic windows, an air-conditioning system, individual heating and some rooms even have a balcony. FACILITIES: The establishment has a sauna. PAYMENT METHODS: The establishment accepts American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="689.83" OriginalAmount="683" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1461092-32653296/6045040422289893323/6099" HotelName="BASILIQ HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/123000000/122860000/122859900/122859852/b9576a6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="692.08" OriginalAmount="685.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5016" Longitude="19.0399" StarRating="3" HotelCode="137943" HotelName="Boutique Hotel Victoria Budapest" Meals="ROOM - RIVER VIEW" BedType="ROOM - RIVER VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Bem Rakpart 11,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/37943/137943/1.jpg?f=17691794</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a sauna, or other amenities including complimentary wireless internet access and concierge services. Additional amenities at this hotel include a television in a common area, a ballroom, and bike parking.. Featured amenities include express check-in, dry cleaning/laundry services, and a 24-hour front desk. Limited parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="694.88" OriginalAmount="688" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|559613-18211821/6045040422289893323/2550" HotelName="CLARK BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21950000/21947300/21947210/10db2d8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="713.44" OriginalAmount="706.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497651" Longitude="19.0474613" StarRating="5" HotelCode="|15594" HotelName="InterContinental Budapest by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>APACZAI CSERE JANOS UTCA 12-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/4/15594_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1981, has 8 floors, 400 rooms, 144 double rooms and 16 suites. It has shops, a hairdresser's, a cafÃ©, a cosy bar, an excellent restaurant and a car park. SITUATION: This trendy hotel is in the Danube River. It is situated near the pedestrian area of VacÃ­ where you can find shops, leisure areas and entertainment. In front of the hotel there is a public transport stop. ROOM: The rooms have a bathroom, a direct line telephone, satellite and cable television, a mini-bar, a fridge and a safety deposit box. FACILITIES: The establishment boasts a covered pool, a spa, a health club and a sauna. Guests are offered a solarium, a massage service (available for a fee) and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="723.16" OriginalAmount="716.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497547" Longitude="19.047787" StarRating="5" HotelCode="258515|intercontinental_budapest" HotelName="InterContinental Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apáczai Csere János Utca 12-14, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/65/5465abaae408c062b92ee15f0f5faacdcf8aa1b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This chic first class hotel is stunning located on the edge of the Danube. The buzzing pedestrian ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="733.17" OriginalAmount="725.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49267" Longitude="19.05964" StarRating="4" HotelCode="|453283" HotelName="Collect – Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/2/8/3/453283_43b6b761547.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="786.79" OriginalAmount="779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.60095" Longitude="19.111913" StarRating="4" HotelCode="900484|ramada_resort_aquaworld_budapest" HotelName="Aquaworld Resort Budapest" Meals="HALF-BOARD" BedType="HALF-BOARD" PropertyType="Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Íves út 16, located in the northern part of Budapest, 1044 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/d2/55d246ce4c8f8e9c77d7a8279f89463e8df42d44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests convenient and rapid transport links, whether by car, bus or airport transfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="797.12" OriginalAmount="789.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501637" Longitude="19.053823" StarRating="5" HotelCode="4050063" HotelName="Radisson Collection Hotel, Basilica Budapest" Meals="COLLECTION ROOM" BedType="COLLECTION ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Szent Istvan Ter 13-14,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/50063/4050063/1.jpg?f=17752195</HotelPictures>
        <HotelDescription>Enjoy the recreation opportunities such as a 24-hour fitness center or make use of other amenities including tour/ticket assistance.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include express check-in, dry cleaning/laundry services, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="840.73" OriginalAmount="832.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4943" Longitude="19.04985" StarRating="5" HotelCode="14401" HotelName="Budapest Marriott Hotel" Meals="DELUXE ROOM - RIVER VIEW" BedType="DELUXE ROOM - RIVER VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Apaczai Csere Janos U. 4,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14401/14401/43.jpg?f=17686757</HotelPictures>
        <HotelDescription>Take advantage of recreational opportunities offered, including a health club, a hot tub, and a sauna. This hotel also features complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include a 24-hour business center, limo/town car service, and complimentary newspapers in the lobby. Planning an event in Budapest? This hotel has 16544 square feet (1537 square meters) of space consisting of conference space and meeting rooms. Guests may use a train station pick-up service for a surcharge, and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="858.71" OriginalAmount="850.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.491722" Longitude="19.052853" StarRating="3" HotelCode="88760" HotelName="City Hotel Matyas" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Marcius 15 Ter, 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/88760/88760/5.jpg?f=17749247</HotelPictures>
        <HotelDescription>This city hotel is located in the heart of the city, just 50 meters from the famous Váci street with many shops and restaurants. A metro station which provides a great link to explore the city can be found within a short walking distance from the hotel. Budapest Ferenc Liszt International Airport is within easy reach, 30 minutes by car. The hotel has 80 modern Budapest style and well-equipped rooms, fitted with air-conditioning and heating, restrooms with shower, and many other amenities. Some of them come with panoramic views of the Danube and the Buda Castle. At the onsite restaurant, guests can enjoy traditional Hungarian flavours and the noble juices of the Hungarian wine-growing regions.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="870.21" OriginalAmount="861.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498547" Longitude="19.070494" StarRating="5" HotelCode="161861" HotelName="Anantara New York Palace Budapest - A Leading Hotel of the World" Meals="PREMIUM ROOM" BedType="PREMIUM ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Erzsebet Korut 9-11,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/61861/161861/24.jpg?f=17738194</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including an indoor pool, a sauna, and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and a hair salon.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include a business center, limo/town car service, and express check-out. Planning an event in Budapest? This hotel has 22701 square feet (2109 square meters) of space consisting of conference space and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="871.63" OriginalAmount="863" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.66061" Longitude="-0.72341" StarRating="5" HotelCode="0|57728-18127305/6045040422289893323/2146" HotelName="ANANTARA NEW YORK PALACE BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>km 3 Avenida Gran Via De La Manga, LA MANGA DEL MAR MENOR, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1410000/1402000/1401996/w5760h3835x0y5-2d555e27_b.jpg</HotelPictures>
        <HotelDescription>Great hotel, recently refurbished, sourrounded by gardens and with a great swimming pool. It has very close to both seas. KEY PICKUP AT THE LOBBY OF THE SAME HOTEL/APARTMENT VILLAS, 24 HOUR RECEPTION. NO CRIBS AVAILABLE.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="886.78" OriginalAmount="878" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498521011095" Longitude="19.070476591587" StarRating="5" HotelCode="58918|6894" HotelName="New York Palace Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Erzsébet körút 9/11, ?1073 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/66/d16636dc2557acf79e3b5ffc68e812d7d28f8e9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest on the Elisabeth ring road, 1 minute's walk from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="935.66" OriginalAmount="926.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4975232" Longitude="19.0531443" StarRating="5" HotelCode="|19708" HotelName=" Al Habtoor Palace Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>ERZSEBET TER 9-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/0/8/19708_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in an old palace and was opened in 2000. The establishment boasts 9 floors, 218 standard rooms and 26 suites. In the entrance, guests are offered a lobby, a reception, a safety deposit box service, a cloakroom and a lift. Some of the establishment facilities on offer are a cafÃ©, a kiosk, shops, a hairdresser's, conference rooms, a cosy bar, 2 restaurants with air-conditioning. There are many services available at the establishment, including internet, room service, a laundry service and a bicycle storage room. SITUATION: This luxurious hotel is in the historic centre, close to el Rio Danubio. In the surrounding area, clients have the shopping area, tourist points of interest and the opera. 30 minutes away, guests can find the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="945.75" OriginalAmount="936.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4984088" Longitude="19.0703479" StarRating="5" HotelCode="|42116" HotelName="Anantara New York Palace Budapest - A Leading  Of The World" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ERZSEBET KRT. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/1/6/42116_091899c1057.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 185 rooms with mini-bar, heating and an air-conditioning system. FACILITIES: This establishment has a hydromassage pool, a sauna, a Turkish bath, a gym, a solarium and a massage service. The establishment also has meeting rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="948.09" OriginalAmount="938.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4943808" Longitude="19.0498553" StarRating="5" HotelCode="|15593" HotelName="Budapest Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>APACZAI CSERE JANOS 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/3/15593_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1969, has 10 floors, 363 rooms, 114 double rooms and 20 suites. It has a cafÃ©, bars, a restaurant and conference rooms. The establishment offers room service, a laundry service and a car park (for a fee). SITUATION: This establishment, is next to Danube the river it is near Vati Utca Avenue shopping areas, 300 metres away from the establishment, you can find Deak Ferenc Ter the underground station of. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, a fridge, a safety deposit box and an air-conditioning system. FACILITIES: The establishment has a sauna, a solarium and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="948.72" OriginalAmount="939.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497437349048" Longitude="19.053393602371" StarRating="5" HotelCode="14004|1236884" HotelName="The Ritz-Carlton Budapest" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Erzsebet Ter 9-10, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/db/f4dbb9bfe98c54154ef7f91f4be998ef61b46741.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional, luxury hotel is found in a listed building in the centre of the city, just paces f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1082.59" OriginalAmount="1071.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4934" Longitude="19.0551" StarRating="5" HotelCode="|444183" HotelName="  Párisi Udvar Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/8/3/444183_9a3f1d71354.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1085.67" OriginalAmount="1074.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.496781" Longitude="19.049751" StarRating="5" HotelCode="|450067" HotelName="Dorothea, Budapest, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dorottya utca 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/6/7/450067_19b33951557.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1153.42" OriginalAmount="1142" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|606306-18214156/6045040422289893323/4563" HotelName="PARISI UDVAR BUDAPEST, PART OF HYATT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34580000/34572800/34572780/696aaec3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1237.51" OriginalAmount="1225.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497505" Longitude="19.053205" StarRating="5" HotelCode="2469863" HotelName="Al Habtoor Palace Budapest, Preferred Hotels &amp; Resorts" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Erzsebet Ter 9-10,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/69863/2469863/1.jpg?f=17693342</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You can take advantage of recreational amenities such as an indoor pool, a hot tub, and a sauna. This Art Deco hotel also features complimentary wireless internet access, concierge services, and wedding services.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include limo/town car service, express check-out, and dry cleaning/laundry services. Planning an event in Budapest? This hotel has 2476 square feet (230 square meters) of space consisting of conference space and 5 meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1274.62" OriginalAmount="1262" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|132042-14752476/6045040422289893323/681" HotelName="AQUAWORLD RESORT" Meals="HALF BOARD,ROOM ONLY" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2420000/2419500/2419462/42fb1c94_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1282.30" OriginalAmount="1269.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499783903507" Longitude="19.053299772576" StarRating="5" HotelCode="336437|52927831" HotelName="Aria Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hercegprímás Utca 5, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f5/0cf57d6739262809cb2f43b758e0a6414ae2549e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1305.09" OriginalAmount="1292.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504307" Longitude="19.055267" StarRating="3" HotelCode="4034082" HotelName="Mera Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Bajcsy-Zsilinszky, 31,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/34082/4034082/1.jpg?f=17580282</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.84" OriginalAmount="1335.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492266" Longitude="19.053783" StarRating="5" HotelCode="|424350" HotelName="Matild Palace, A Luxury Collection , Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Vaci Utca 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/3/5/0/424350_6aa61401042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1371.80" OriginalAmount="1358.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50039" Longitude="19.05382" StarRating="5" HotelCode="|186107" HotelName="Aria  Budapest By Library  Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/7/186107_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1380.98" OriginalAmount="1367.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492629" Longitude="19.0532764" StarRating="5" HotelCode="|76506" HotelName="The St. Regis Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>VACI U. 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/5/0/6/76506_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has restaurants, bars, an events room, entertainment and excellent service. The renovated hotel in 4, has 102 deluxe rooms, a spa and an events room. SITUATION: VÃ¡ci Utca It is in Budapest the commercial area of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1443.29" OriginalAmount="1429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|319352-18211244/6045040422289893323/1706" HotelName="ARIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10360000/10355900/10355823/c4051992_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1457.43" OriginalAmount="1443.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497303248845" Longitude="19.052425324917" StarRating="5" HotelCode="259306|kempinski_hotel_corvinus_budapest_2" HotelName="Kempinski Hotel Corvinus Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Erzsébet tér 7-8, Downtown Budapest, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/f6/91f606d3c3ebfa810e4b527960273ca6eeef1062.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This leading, city hotel lies in the heart of the city centre on Elisabeth Square. Guests will find ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1470.56" OriginalAmount="1456" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1286-25191817/6045040422289893323/4737" HotelName="KEMPINSKI CORVINUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21146/w3837h2261x3y2-d438b3c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1497.83" OriginalAmount="1483.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492958" Longitude="19.054245" StarRating="5" HotelCode="172654|buddhabar_budapest_klotild_palace_hotel_" HotelName="Buddha Bar Budapest Klotild Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Váci utca 34, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/14/84142e7a7029d090e21f60595096fafbfa5d0b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This compelling luxury hotel is located right at Váci Utca, the famous shopping street of Budapest, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1823.05" OriginalAmount="1805" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|559016-25709396/6045040422289893323/6081" HotelName="CASTLE APARTMENTS BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24120000/24118800/24118744/d2356c4e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1832.99" OriginalAmount="1814.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4974133" Longitude="19.0524247" StarRating="5" HotelCode="|15598" HotelName="Kempinski Corvinus Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>ERZSEBET TER 7-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/8/15598_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 9 floors, 366 rooms, 67 single rooms and 31 suites. It has a reception, a currency exchange service, a safety deposit box service, a cloakroom, a conference room, shops, a hairdresser's and lifts. The establishment offers indoor parking (for a fee), a cafÃ©, 2 bars and 3 Ã  la carte restaurants. There are many services available at the establishment, including internet, room service and a laundry service. SITUATION: This hotel is in the city centre. Next to the establishment, guests will find Elisabeth Square. It is in the area around the shopping area and the pedestrian area of VacÃ­. In the surrounding area, clients have VÃ¶rÃ¶smarty TÃ©r Square. 200 metres away, there is a public transport stop. ROOM: It has luxurious, comfortable rooms with a bathroom with a hairdryer, a bathrobe, a direct line telephone, satellite or cable TV and a radio. They also have a mini-bar, a fridge, a double bed, an individual air-conditioning system and a safe. FACILITIES: There is a range of facilities and services available at the establishment, including a spa, a covered swimming pool with a relaxation area, a jacuzzi, a sauna, a solarium and a Turkish bath. The establishment also offers a massage service, body care and treatments (available for a fee). Customers can make use of a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard, Diners Club and JCB. OTHERS: Regarding the food and beverage offering, clients have a continental or buffet breakfast and an Ã  la carte lunch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1977.58" OriginalAmount="1958" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|141792-18133194/6045040422289893323/3442" HotelName="COURTYARD BY MARRIOTT BUDAPEST CITY CENTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3450000/3448500/3448476/f55248d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2029.09" OriginalAmount="2009" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49894565" Longitude="19.05760651" StarRating="0" HotelCode="957820|395920" HotelName="Barceló Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Király Utca, Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a8/c8a8ddb29701958860eab03f4fa0dc1586d59abb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2733.84" OriginalAmount="2706.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499629" Longitude="19.047944" StarRating="5" HotelCode="|53504" HotelName="Four Seasons Gresham Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/0/4/53504_3850a9e1012.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Fourseasons Gresham Palace is rated five stars. It has a lobby, a bar, 2 restaurants, a spa, a gym has features that offer you the maximum level of comfort, a sauna, a jacuzzi and treatment cabins. It also has a business centre, conference rooms, a reception, seats and boutiques. SITUATION: It is in front of SzÃ©chenyi IÃ¡nchÃ­d the river. Nearby, you will find the shopping area, the bus station and the metro station. ROOM: They offer rooms views of the river.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.91" OriginalAmount="210.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5017691" Longitude="19.0577908" StarRating="0" HotelCode="|256228" HotelName="Opera16 Guestrooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.75" OriginalAmount="228.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4963719" Longitude="19.0672961" StarRating="0" HotelCode="|256232" HotelName="Rakoczi Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.01" OriginalAmount="253.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5025168" Longitude="19.0662946" StarRating="0" HotelCode="|342247" HotelName="William's Guesthouse And" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4869946" Longitude="19.026707" StarRating="0" HotelCode="|289485" HotelName="Kis Gellert Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Otthon utca 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.30" OriginalAmount="263.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4971174" Longitude="19.0702463" StarRating="3" HotelCode="|256216" HotelName="Sous44" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="287.46" OriginalAmount="284.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5872509" Longitude="19.0460926" StarRating="0" HotelCode="|289510" HotelName="írisz Panzió" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.75" OriginalAmount="292.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4862769" Longitude="19.0077478" StarRating="3" HotelCode="|342222" HotelName="Walzer &amp; Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="322.39" OriginalAmount="319.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.57773" Longitude="19.0927" StarRating="3" HotelCode="|186147" HotelName="Karin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="336.27" OriginalAmount="332.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4981255" Longitude="19.0611827" StarRating="0" HotelCode="|342246" HotelName="Heritage Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dob u. 21.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="398.91" OriginalAmount="394.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5015585" Longitude="19.0393089" StarRating="3" HotelCode="|256177" HotelName="Budget Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>F? utca 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="428.26" OriginalAmount="424.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5283637" Longitude="19.0965933" StarRating="3" HotelCode="|342214" HotelName="szőnyi garden hotel pest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Babysitting,Currency Exchange,Pets allowed,Wheelchair Access,Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Central Heating,Bicycle Rental,Garden,Diet Meals,Heated Pool,Jacuzzi,Lounge,Nightclub,Library,Parking,Kitchen,Golf,24 Hour Security,Airport Transfer (on Demand),Meeting Room,24 Hour Power Supply,Housekeeping,Wake-up Call Service,Dining,24 Hour Front Desk,Dry Cleaning,Luggage Storage</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>HOTEL,CITY HOTEL,ECO HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,FAMILY-FRIENDLY HOTEL,AIRPORT HOTEL,SPA HOTEL,APARTMENT,HOSTELS,APARTMENT HOTEL,HOTEL DE CHARME,BOTEL,BOUTIQUE HOTEL,APARTHOTEL,CLUB RESORT,BED AND BREAKFASTS,GUESTHOUSE,GUEST HOUSES</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
9005e0a2-11ff-4d25-b767-ce30b7b5bf4c|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="9005e0a2-11ff-4d25-b767-ce30b7b5bf4c">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="46509" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-31T00:00:00" End="2026-09-04T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="ibisholiday@gmail.com" Password="Dishank@78" 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
9005e0a2-11ff-4d25-b767-ce30b7b5bf4c|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
9005e0a2-11ff-4d25-b767-ce30b7b5bf4c|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
9005e0a2-11ff-4d25-b767-ce30b7b5bf4c|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
9005e0a2-11ff-4d25-b767-ce30b7b5bf4c|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9005e0a2-11ff-4d25-b767-ce30b7b5bf4c|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
9005e0a2-11ff-4d25-b767-ce30b7b5bf4c|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
9005e0a2-11ff-4d25-b767-ce30b7b5bf4c|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
9005e0a2-11ff-4d25-b767-ce30b7b5bf4c|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
9005e0a2-11ff-4d25-b767-ce30b7b5bf4c|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
9005e0a2-11ff-4d25-b767-ce30b7b5bf4c|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-08-21T09:11:04.7639283+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9005e0a2-11ff-4d25-b767-ce30b7b5bf4c" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|10379-25200947/7505785150393091394/6081" HotelName="CLASSIC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18440000/18434300/18434230/8429eeec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="133.13" OriginalAmount="131.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5099869" Longitude="19.081758" StarRating="0" HotelCode="|157198" HotelName="Baroque" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/1/9/8/157198_1_191.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51004427" Longitude="19.08159951" StarRating="2" HotelCode="518487|baroque_hostel" HotelName="Baroque Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dózsa György utca 80/a, 1071 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/6c/026caeec53dc2426c71c2bbd6c801d90f615b421.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="140.56" OriginalAmount="139.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50727" Longitude="19.06276" StarRating="0" HotelCode="|169599" HotelName="easyHotel Budapest Oktogon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>EOTVOS UTCA 25A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/5/9/9/169599_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.539973308479" Longitude="18.937355875969" StarRating="3" HotelCode="371655|petnehazy_club_hotel" HotelName="Petneházy Club Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Bar,Conference Hall,Fax,Golf,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Feketefej u. 2-4, 1029 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/f6/79f6966aa741021a076a416a79f71ecbb9548045.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club is located in a quiet area in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.52031659" Longitude="19.04680098" StarRating="1" HotelCode="555357|green_island_hostel" HotelName="Island Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Margitsziget, Siraly Csonakhaz, 1138 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/96/a99615b91cef662552eea71593e9cd7eca6efdd6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="149.43" OriginalAmount="147.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500897" Longitude="19.060949" StarRating="0" HotelCode="|447813" HotelName="SWU Magazine Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/8/1/3/447813_fd8b9cf1109.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185774-25371063/7505785150393091394/6915" HotelName="PETNEHAZY CLUB" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/40000/34800/34709/beaccd77_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.582208828975" Longitude="19.049670696258" StarRating="2" HotelCode="38714|attila_hotel__guest_house" HotelName="Attila" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Golf,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Attila u. 20, 1039 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/c9/8ac9ffe92c8994279dd2a91e74a6600e3bd540b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small family hotel is located in the III district of Budapest approximately 7 km from the city ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="158.95" OriginalAmount="157.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5082549" Longitude="19.0703857" StarRating="3" HotelCode="|31485" HotelName="Easy Star" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/1/4/8/5/31485_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was renovated in 2006, has 3 floors, 20 rooms, a safety deposit box service, a currency exchange service and a cloakroom. The establishment offers WiFi, a laundry service, a dining room and a bar. SITUATION: Is situated inAndrÃ¡ssy the street it is 500 metres away from the city centre, 3 minutes away from the establishment, clients can find Kodaly Korond the underground station of it is 15 kilometres away from Budapest Ferenc Liszt International Airport. ROOM: The comfortable rooms, have a bathroom, a direct line telephone a television internet a mini-bar They also have a double bed, a safe, an air-conditioning system (available for a fee) and heating. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast, Guests can book bed and breakfast. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="160.59" OriginalAmount="159.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487899" Longitude="18.991909" StarRating="3" HotelCode="36310|hotel_molnar" HotelName="Molnar" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Fodor u. 143, 1124 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/fa/7cfada37d9c65d81be527c97004851e14411ef64.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498116905622" Longitude="19.067998230458" StarRating="2" HotelCode="402437|27683" HotelName="Agape Aparthotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Garden,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akácfa utca 12-14, 1072 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/1d/621d2abd42533fd1ade2166c1a891f32aabb3938.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is situated on the Pest area of the city in a new block, next to the great boul...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="164.01" OriginalAmount="162.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5090629" Longitude="19.0479836" StarRating="2" HotelCode="|160621" HotelName="Downtown Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/6/2/1/160621_916aed01837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="165.24" OriginalAmount="163.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5182695" Longitude="19.0559363" StarRating="0" HotelCode="|156973" HotelName=" 4 You Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Victor Hugo utca 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/9/7/3/156973_ef388821731.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.506199583759" Longitude="19.090332126761" StarRating="2" HotelCode="36308|dominik_panzio" HotelName="Dominik Panzio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cházár András utca 3, 1146 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/e8/5ce858325b18597c86d525c02b6d588408d092a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The guesthouse is quietly situated amidst villas in the 14th district, close to the city centre. Als...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.506348" Longitude="19.067216" StarRating="3" HotelCode="166545|19481" HotelName="Silver Budapest City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hunyadi tér 11, Budapest 1067</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/140147/140147a_hb_a_005.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The spectacular Andrássy Avenue, the Oktogon and Liszt Ferenc squares and Nagymez Street, which is k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49707619" Longitude="19.06991129" StarRating="3" HotelCode="145830|centrooms_house" HotelName="Centrooms House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rákóczi út 44, 1072 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/44/1b444ce25a779f64ade96430aad0f828a142aa8d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="168.75" OriginalAmount="167.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.54004" Longitude="18.93769" StarRating="3" HotelCode="|186158" HotelName="Petneházy" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Feketefej St 2-4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/5/8/186158_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="169.73" OriginalAmount="168.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51218" Longitude="19.05044" StarRating="14" HotelCode="1877836" HotelName="Full Moon Budapest" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Szent István Körút 11,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/77836/1877836/3.jpg?f=17420875</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as complimentary wireless internet access and concierge services. Additional features at this Art Deco hotel include a television in a common area and a banquet hall. Getting to nearby attractions is a breeze with the area shuttle (surcharge).. Featured amenities include a computer station, a 24-hour front desk, and multilingual staff..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.82" OriginalAmount="168.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498078" Longitude="19.068035" StarRating="2" HotelCode="|61521" HotelName="Agape" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>AKACFA UTCA 12-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/5/2/1/61521_70daca91248.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The apartments is rated 2 stars a hairdryer (on request) and an iron (on request), The establishment boasts a reception. SITUATION: It is in the Jewish district, near the establishment, guests will find restaurants, bars, 15 minutes away from the establishment clients have Danube the river 200 metres away, there is a tram stop. ROOM: They have kitchens fully-equipped, a microwave, a fridge, a bathroom and a satellite television.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="169.86" OriginalAmount="168.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4891088" Longitude="19.0820856" StarRating="3" HotelCode="|65047" HotelName="Triple M" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Baross utca 108</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/0/4/7/65047_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Casa sol is rated four stars, business and has a buffet breakfast. SITUATION: It is in the centre of Budapest. ROOM: The establishment has spacious, comfortable rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492106" Longitude="19.069065" StarRating="3" HotelCode="119276|26790" HotelName="Central 21" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mária utca, 10, 1085 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/c9/cac95f3699210a408a756793560420e2ba4d364a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is located within 2 km of Budapest's most visited sites (the River D...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|909530-28454002/7505785150393091394/2478" HotelName="DENIZ PENSION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/909530/20221016131632103.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51214067" Longitude="19.05039986" StarRating="1" HotelCode="422643|58804" HotelName="Full Moon Design Hostel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Szent István Korút 11, 1055 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/2f/882f17b3858f1de7603ac3ba58753cc265f64535.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="172.95" OriginalAmount="171.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4993812" Longitude="19.0820271" StarRating="0" HotelCode="|23021" HotelName="East City Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BAROSS TER 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/2/1/23021_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers excellent service. SITUATION: This luxurious hotel is in the city centre, Close to the railway station, the circus and hot springs, In the surrounding area, you can find shops, bars, nightclubs and public transport services. it is situated 20 kilometres away from the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="174.83" OriginalAmount="173.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4560885" Longitude="19.0862099" StarRating="3" HotelCode="|74641" HotelName="Canada  Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/4/1/74641_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment has a car park with a security system. ROOM: The rooms have a bathroom, internet (free of charge), a mini-bar, a direct line telephone, a television with international channels, a kitchen, dishes and a fireplace. OBSERVATIONS: Check-in is from 02:00 and check-out is at 10:00. ask for further information regarding hotel conditions and operations Pets are permitted (for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504821" Longitude="19.104116" StarRating="3" HotelCode="387383|hid" HotelName="Hid" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Restaurant,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Szobránc utca 10-12, 1143 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/20/5e204ec5c6707937b556b8febe87dda901ac2f0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This familiar city hotel is situated in the 14th district of Budapest, in Zugló. It is an excellent ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48241137" Longitude="19.07893096" StarRating="4" HotelCode="573056|verdi_grand_hotel" HotelName="Verdi Grand Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ulluoi Utca 89, 1096 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/cb/56cbf90ca59212606b65dd3ff9f78d90877ee6e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="176.59" OriginalAmount="174.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5064935" Longitude="19.058627" StarRating="3" HotelCode="|69490" HotelName="NEXTO DORMERO" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dessewffy utca 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/4/9/0/69490_0e5e8d11314.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2009, has modern facilities, a bar, conference rooms, an internet area and a breakfast room. ROOM: The establishment has 125 rooms, a satellite TV, internet, an air-conditioning system, a desk, a bathroom and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|542693-25698569/7505785150393091394/5707" HotelName="AKEAH VERDI BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21320000/21311700/21311670/157c3489_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488599" Longitude="19.031397" StarRating="3" HotelCode="36313|hotel_charles_2" HotelName="Charles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja ut 23, 1016 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/05/1605a2fe406646be841450bba8a94d2c08ae3c9e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The location of this hotel is ideal: the city center with the shopping area and business world, hist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="177.62" OriginalAmount="175.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49798" Longitude="19.06674" StarRating="0" HotelCode="|614620" HotelName="Unity Hostel at Udvarom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Klauzal u 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/4/6/2/0/614620_68a35b70252.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.45651" Longitude="19.08559" StarRating="3" HotelCode="171091|canada_hotel_budapest" HotelName="Canada" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Soroksári, 132, 1095 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/f0/92f0ae9732010b54c5823a235b0ecd8812321b43.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel provides good access to motorways and is around 1.5 km from Lagymanyosi Bridge and the pa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488020507928" Longitude="19.029849171638" StarRating="3" HotelCode="24656|bara_junior_2" HotelName="Hotel Bara" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja ut. 34-36, 1118 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/0a/250adc7d470d52ac605883fc7fae3d9467e2841f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located, this hotel lies in the Buda area of Budapest, near the city centre. Numerous tour...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="179.69" OriginalAmount="177.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48908" Longitude="19.082" StarRating="3" HotelCode="152855" HotelName="Triple M Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Baross Utca 108,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/52855/152855/1.jpg?f=17746553</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless Internet access and concierge services.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="179.82" OriginalAmount="178.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5822053" Longitude="19.0497093" StarRating="3" HotelCode="|26448" HotelName="Attila Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ATTILA UTCA 20</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/6/4/4/8/26448_1.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 14 rooms, some rooms with a shower, internet and cable television. OTHERS: In the surroudning area of the establishment, clients will find restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.44" OriginalAmount="178.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51217" Longitude="19.05037" StarRating="0" HotelCode="|164306" HotelName="Full Moon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SZENT ISTVAN BOULEVARD 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/4/3/0/6/164306_0c36b620812.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="181.08" OriginalAmount="179.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48819" Longitude="19.07211" StarRating="3" HotelCode="|186226" HotelName="Prince Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kisfaludy Str. 18 1082</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/2/2/6/186226_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|53912-28524717/7505785150393091394/2592" HotelName="BARA JUNIOR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1850000/1845100/1845028/8e340208_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.07" OriginalAmount="182.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.52752" Longitude="19.078912" StarRating="3" HotelCode="|517103" HotelName="SmartApart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>58 Lehel u.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/7/1/0/3/517103_e8260a52248.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="184.84" OriginalAmount="183.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50286" Longitude="19.069877" StarRating="0" HotelCode="|557757" HotelName="aando Budapest City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>11 Csengery utca</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/7/7/5/7/557757_b5c86131157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|143478-25318401/7505785150393091394/5765" HotelName="CITY HOTEL BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2930000/2921000/2920979/9af02235_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.506682" Longitude="19.058715" StarRating="3" HotelCode="128197|star_inn_hotel_budapest_centrum" HotelName="Star Inn Hotel Budapest Centrum, by Comfort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dessewffy utca 36, 6. Bezirk, 1066 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/a3/5ba349007326f63fcdb758259216c1419a775300.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.19" OriginalAmount="184.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49019" Longitude="19.05697" StarRating="3" HotelCode="|192010" HotelName="Amber Gardenview Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Veres Palne utca 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/0/1/0/192010_92f138a1738.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="186.84" OriginalAmount="184.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499025" Longitude="19.027541" StarRating="3" HotelCode="|440072" HotelName="ibis Budapest Castle Hill" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>41 43 Krisztina Krt</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/0/7/2/440072_28da0691528.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488129" Longitude="19.029873" StarRating="2" HotelCode="213699|14053" HotelName="Bara Junior House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja út 34-36, 1118 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/03/032859/032859a_hb_a_013.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Budapest, this hotel lies in a quiet neighbourhood.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="188.10" OriginalAmount="186.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4907464" Longitude="19.0613299" StarRating="0" HotelCode="|256170" HotelName="Lavender Circus Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/1/7/0/256170_77af7931643.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499351686373" Longitude="19.082286357879" StarRating="4" HotelCode="52604|16742" HotelName="Novum Hotel Golden Park Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baross tér 10, 1087 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/c6/7bc620558db2374a48ccac39f7963192432e5c0b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located near to the Eastern railway station and close to many of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|151463-28499232/7505785150393091394/868" HotelName="SILVER" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3770000/3769200/3769121/5d3d8861_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498384" Longitude="19.064254" StarRating="3" HotelCode="59717|kings_hotel_2" HotelName="King's" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Diet Meals,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nagy Diófa utca, 25-27, 1072 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/dd/86dd1e53b88b5e74803e4d251e896fc88c85a23e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest, in the centre of Pest and near countless sights such...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="191.68" OriginalAmount="189.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5181938" Longitude="19.0559191" StarRating="2" HotelCode="|156976" HotelName="Apartments Leslie" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Victor Hugo 25-27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/9/7/6/156976_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.90" OriginalAmount="190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50102475" Longitude="19.07318888" StarRating="0" HotelCode="861418|nova_city_aparthotel" HotelName="Nova City Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Szovetseg Street 27, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/b0/29b0e748371561c9dc6694feeed6f9240469bbe4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.480432886976" Longitude="18.990359008312" StarRating="3" HotelCode="89566|helios_hotel_pension" HotelName="Helios Hotel Pension" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lidérc utca 5, 1121 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/0e/3a0e59bf9dbf9b9ce4a7381886e1d19a319c71c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50303041" Longitude="19.06991643" StarRating="0" HotelCode="570120|dbc_hostel" HotelName="a&amp;o Budapest City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hostels" CnxPolicy="Non Refundable" HotelFacility="Garden,Library,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Csengery Utca 11, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/zz/3ead086a9cea27a5b8dd2f6c18aadd9e3f751813.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at 7 Views Self Catering Apartment in Cape Town Blaauwberg Coast, you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="194.53" OriginalAmount="192.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4968792" Longitude="19.0571572" StarRating="0" HotelCode="|290192" HotelName="Absolut City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/0/1/9/2/290192_ce5b1751718.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="195.68" OriginalAmount="193.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4985768" Longitude="19.0640279" StarRating="0" HotelCode="|32800" HotelName="Equity Point Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/2/8/0/0/32800_65164421501.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2006, has 5 floors, 79 rooms and 3 apartments. The establishment boasts a lobby with a reception, a safety deposit box service, lifts, air-conditioning, a bar, an Ã  la carte restaurant and a laundry service. SITUATION: It is inBudapest the heart of nearby, you will find places of interest, in the surrounding area, clients have public transport services, Clients can also find restaurants, bars and pubs. It is situated 22 kilometres away from the airport. ROOM: The rooms a bathroom, a direct line telephone, a mini-fridge, a double bed, heating, individual air-conditioning and a safe. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and special dishes can be made. PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.69784" Longitude="9.68054" StarRating="2" HotelCode="0|1161737-26467867/7505785150393091394/6194" HotelName="ABSOLUT CITY HOSTEL BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>VIA BORGO PALAZZO 27 ,BERGAMO 24125</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19510000/19502600/19502572/3684e785_b.jpg</HotelPictures>
        <HotelDescription>Located in Bergamo City center, Residence Antico Borgo is a perfect starting point from which to explore Bergamo. The property features a wide range of facilities to make your stay a pleasant experience. Business center, elevator, Wi-Fi in public areas, restaurant, family room are there for guest`s enjoyment. Relax in your comfortable guestroom, featuring shower, ironing facilities, refrigerator, hair dryer, bathtub. The hotel offers various recreational opportunities. Convenience and comfort makes Residence Antico Borgo the perfect choice for your stay in Bergamo. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="1.303566" Longitude="103.851181" StarRating="2" HotelCode="0|272657-25497170/7505785150393091394/6207" HotelName="APARTMENT HELIOS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>172-175 ALBERT STREET, SINGAPORE, SG</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1380000/1376500/1376417/d58a1b7e_b.jpg</HotelPictures>
        <HotelDescription>This sublime city and business hotel is situated in Singapore, just a 10 minutes' walk away from Little India and Bugis MRT stations. A 10 minutes' drive will take guests to the vibrant shopping venue of Orchard Road. The hotel enjoys a convenient location close to a myriad of attractions in this eclectic city.This contemporary hotel offers guests luxurious surroundings, warm hospitality, exemplary facilities and impeccable service. Guests will find themselves immersed in refined luxury and opulent decor. The guest rooms are superbly-appointed, offering functional space and an ergonomic style. The hotel features a host of first-class facilities, catering to guests conference and business needs with the utmost level of excellence. The hotel also provides a selection of exemplary leisure and dining options.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="196.40" OriginalAmount="194.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48756" Longitude="19.07112" StarRating="3" HotelCode="1976590" HotelName="Corvin Point Rooms And Apartments" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Nap Utca 4 1St Floor,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0019/76590/1976590/1.jpg?f=17286993</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as bicycles to rent, or other amenities including complimentary wireless Internet access and tour/ticket assistance.. Featured amenities include complimentary wired Internet access, multilingual staff, and luggage storage. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="197.39" OriginalAmount="195.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.508114" Longitude="19.07054" StarRating="3" HotelCode="43152" HotelName="Easy Star Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Sziv U. 13,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/43152/43152/1.jpg?f=17753803</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as bicycles to rent, or other amenities including complimentary wireless internet access and concierge services. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 3 stars.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="197.47" OriginalAmount="195.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4750839" Longitude="19.0971084" StarRating="3" HotelCode="|451106" HotelName="ibis Budapest Stadium (Opening Q3 2023)" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 KRT KONYVES KALMAN</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/1/1/0/6/451106_12e00721542.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="198.31" OriginalAmount="196.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48182" Longitude="19.07242" StarRating="4" HotelCode="405746" HotelName="Leonardo Hotel Budapest" Meals="COMFORT ROOM" BedType="COMFORT ROOM">
        <Address>
          <AddressLines>
            <AddressLine>30-34 Tompa Street,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/05746/405746/40.jpg?f=17748554</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a sauna and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, tour/ticket assistance, and a banquet hall.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. This hotel has 3 meeting rooms available for events. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.33" OriginalAmount="196.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4909335" Longitude="19.1093575" StarRating="4" HotelCode="|74640" HotelName="CZECH INN Ferenc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/4/0/74640_2d330d01149.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This modern, elegant hotel, has 130 soundproofed rooms, executive rooms, superior rooms and 5 duplex rooms. The establishment offers guests a buffet breakfast a restaurant with a terrace, Guests can also find 3 meeting rooms, a garden, a fitness room and a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.64" OriginalAmount="196.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4882388" Longitude="19.0298373" StarRating="3" HotelCode="|22281" HotelName="Bara Budapest  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HEGYALJA 34-36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/8/1/22281_18.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, has 5 floors and 46 rooms. It has a reception, a currency exchange service, a safety deposit box service, a cloakroom and lifts. Our guests can find conference rooms, a theatre, a car park, a cafÃ©, a bar and an Ã  la carte restaurant with air-conditioning, The establishment offers guests room service and a laundry service. SITUATION: It is inBuda the city centre of 400 metres away, guests will find tourist points of interest, the mountain, 400 metres away, guests have Elisabeth Bridge nearby, you will find the shopping area, leisure areas, 8 metres away, there is a public transport stop, 50 minutes away, guests can find Budapest Ferenc Liszt International Airport. ROOM: The rooms a bathroom with a hairdryer, They have a direct line telephone, satellite and cable TV, cable television, a sitting room, a mini-bar and a central heating system. PAYMENT METHODS: Customers can pay using Visa and Mastercard. OTHERS: Regarding the food and beverage offering, you can enjoy an Ã  la carte dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.05" OriginalAmount="197.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.507792" Longitude="19.071112" StarRating="3" HotelCode="|449657" HotelName="RES City Residence Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/6/5/7/449657_b1e79550809.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="199.68" OriginalAmount="197.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4818827" Longitude="19.0724797" StarRating="4" HotelCode="|74644" HotelName="Leonardo  Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tompa Street (number: 30-34)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/4/4/74644_e08bb350916.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2000, renovated in 2004, has 6 floors, 182 standard rooms, 142 double rooms and 15 suites. It has a hall with elevators, a reception with safety deposit boxes and an Ã  la carte restaurant with air-conditioning with highchairs. The establishment offers guests a conference room, internet, room service, a medical care service, an indoor car park and a car park.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493922" Longitude="19.059014" StarRating="2" HotelCode="191247|gaia_hostel" HotelName="Gaia Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kossuth Lajos utca 17, Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/32/34321de2298ecd4b837ed153c3b0b13c610b0d94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the centre of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48098577263" Longitude="19.098020195961" StarRating="3" HotelCode="34892|hotel_gloria_budapest" HotelName="Gloria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Blàthy Ottó u. 22, 1089 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/d6/bdd6e237d4d127707f3361b7a70abc478ed73d10.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small charming hotel is in a quiet location close to the city centre's many shops and other ent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.68" OriginalAmount="200.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4930633" Longitude="19.121625" StarRating="4" HotelCode="|69482" HotelName="Expo Tower by Mellow Mood Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/4/8/2/69482_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This spa complex, renovated in 2009 with air-conditioning, conference rooms, a banquet hall, 160 rooms, a bar, a lobby with a reception, a safety deposit box service, a cloakroom, a lift, a restaurant, internet and a car park. By paying an additional charge you can enjoy room service and a laundry service. SITUATION: It has good links to the tourist attractions, close to the establishment, clients can find the trade fair ground, public transport services, this hotel is situated 11 kilometres away from Budapest Ferenc Liszt International Airport. ROOM: standard and superior rooms, have an air-conditioning system, heating, a bathroom with a shower or bath, cable television, WiFi (free of charge), a direct line telephone, a mini-bar, a double or king-size bed, a hairdryer, a safe, a coffee maker and a kettle. FACILITIES: The establishment boasts a gym, a terrace, a sauna, a hydromassage bath and a steam bath. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte, menu and buffet lunch and dinner. PAYMENT METHODS: The establishment accepts Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.508128019787" Longitude="19.070382714271" StarRating="3" HotelCode="59291|21908" HotelName="Central Green" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Szív utca 13, 1063 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/06/062b31c1c981d120/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located between the squares Hösök Tere and Oktogon, in the small peaceful Andrassy str...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|233356-28441612/7505785150393091394/778" HotelName="TL HOTEL BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8080000/8071300/8071221/5f3d0820_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|233308-28504778/7505785150393091394/1506" HotelName="ABEL PENSION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/233308/2013516111117577.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="203.10" OriginalAmount="201.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5000123" Longitude="19.059771" StarRating="0" HotelCode="|119276" HotelName="Comfort" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>KIRALY UTCA 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/2/7/6/119276_1_7764.jpg</HotelPictures>
        <HotelDescription>HOTEL: The King Budapest is rated three stars. The establishment boasts WiFi (free of charge). SITUATION: It is situated in the heart of Budapest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="203.13" OriginalAmount="201.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.47387" Longitude="19.096376" StarRating="3" HotelCode="4030201" HotelName="Ibis Budapest Stadium" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>34 Krt Konyves Kalman,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/30201/4030201/2.jpg?f=17498780</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 3 stars.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="205.03" OriginalAmount="203" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1358710-28491440/7505785150393091394/2016" HotelName="ADAGIO DOWNTOWN MINIHOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88080000/88075600/88075522/7a1d17ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.13" OriginalAmount="204.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49774" Longitude="19.0629" StarRating="0" HotelCode="|186156" HotelName="Maverick City Lodge -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kazinczy street utca 24-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/5/6/186156_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430770-27600153/7505785150393091394/6816" HotelName="COLLECT RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102930000/102925100/102925083/00043c45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498140463426" Longitude="19.067603945732" StarRating="3" HotelCode="901402|nova_aparthotel" HotelName="Nova Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Akacfa Utca 26, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/43/c643b90f148e3c7b19591396581b3a9ac4c92d40.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a 5-minute walk from the city centre and the nearest metro station, makin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="208.48" OriginalAmount="206.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501034" Longitude="19.073187" StarRating="0" HotelCode="|519738" HotelName="Nova City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/9/7/3/8/519738_cb186340611.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499153438978" Longitude="19.058149158955" StarRating="4" HotelCode="23102|wombats_city_hostel_budapest" HotelName="Wombats City Hostel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Király utca 20, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3d/b8/3db8236bcda67ca19aed018bb81800b509f97222.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant historical hotel lies in Budapest's city centre, by the pedestrianised zone. Shopping v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4801002" Longitude="19.0343539" StarRating="3" HotelCode="142756|abel_pension_budapest" HotelName="Abel Pension Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ábel Jeno utca 9, 1113 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/a1/daa172ce6066c123e5ede879be7c7811a5947ceb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497904" Longitude="19.062727" StarRating="2" HotelCode="297301|maverick_city_lodge__hostel" HotelName="Maverick City Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kazinczy utca 24-26, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/26/6126ce27ba7739c80b95f1a3ca1b50e9491187fb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.08" OriginalAmount="208" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|158465-32730607/7505785150393091394/6635" HotelName="CZECH INN HOTEL FERENC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/123000000/122270000/122262600/122262586/5c171b64_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49688127" Longitude="19.05716913" StarRating="2" HotelCode="556936|absolut_city_hostel" HotelName="Absolut City Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Karoly Korut 13-15, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/25/f525cbcbe5979a240d16e1d00c13b5562398922b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="210.80" OriginalAmount="208.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48858" Longitude="19.0314" StarRating="3" HotelCode="1836168" HotelName="Hotel Charles" Meals="ECONOMY STUDIO" BedType="ECONOMY STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>Ut Hegyalja 23,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/36168/1836168/1.jpg?f=17096266</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as complimentary wireless internet access and concierge services.. Featured amenities include a business center, express check-in, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1188445-27401159/7505785150393091394/4322" HotelName="A&amp;amp;O BUDAPEST CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37340000/37336100/37336004/7a2d6bcc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="211.09" OriginalAmount="209" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.349756000000000" Longitude="-71.065633000000000" StarRating="3" HotelCode="0|1283-25187281/7505785150393091394/6063" HotelName="IBIS BUDAPEST CITYSOUTH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 275 Tremont St,  BOSTON, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20600/20538/9fe5d6dd_b.jpg</HotelPictures>
        <HotelDescription>The city hotel lies at the heart of Boston's lively theatre district, close to Faneuil Hall, Boston Common and Chinatown. A selection of restaurants, bars, shops and links to the public transport network are to be found in the near vicinity.  This award-winning air-conditioned hotel was built in 1925. A total of 322 rooms are available over 15 floors, of which 1 is a suite. There are conference facilities, public Internet access and car parking. The rooms and suites all feature an en suite bathroom with a hairdryer, bathrobes, a direct dial telephone, satellite/cable TV, a radio and Internet access. Furthermore, a small fridge, a coffee maker, ironing equipment and centrally controlled air conditioning also come as standard. Guests are able to work out in the in-house gym.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.26" OriginalAmount="209.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.481507" Longitude="19.078396" StarRating="3" HotelCode="|450148" HotelName="Dean's Home Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/1/4/8/450148_6a2234b1446.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50000672" Longitude="19.05967682" StarRating="3" HotelCode="883694|218928" HotelName="Comfort Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Central Heating,Designated Smoking Area,Garden,Kitchen,Parking,Pets allowed,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Király utca 32, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/00/2a00ff209f9bc203c469c11923a499b224ad5b8c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming apartment complex enjoys a great setting at the heart of the mesmerising city of Budap...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.484518665212" Longitude="19.074438214302" StarRating="4" HotelCode="60433|3912" HotelName="City Inn" Meals="BED &amp; BREAKFAST" 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,Kitchen,Laundry,Lounge,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Futó utca 55, 1082 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8d/41/8d4126c4e5e209dd1c735f954ba35bb071e219ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the city of Budapest, just minutes from the city centre. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1152661-26452666/7505785150393091394/5103" HotelName="WOMBATS THE CITY HOSTEL BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20080000/20070900/20070854/8ec55f89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493462" Longitude="19.121746" StarRating="4" HotelCode="142145|expo_congress_hotel" HotelName="Expo Congress Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Expo Ter 2, 1101 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/3f/633f2eeec334c4c621fcbe904f2cc9490b16ff96.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is easily accessible from the main points of interest in Budapest by public transpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.43" OriginalAmount="210.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.478053" Longitude="19.131685" StarRating="3" HotelCode="|37522" HotelName="Nap" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/5/2/2/37522_27b58191323.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 92 rooms, suites and 4 floors. It has a lobby with a reception, a safety deposit box service, a currency exchange service, a lift, a hairdresser's and a cafÃ©. Our guests can find a restaurant, a bar, a conference room, internet (for a fee) and a car park. SITUATION: 20 minutes away from the establishment clients have the city centre, near the establishment, guests will find restaurants, shops, bars and a public transport stop. it is situated 4 kilometres away from Budapest Ferenc Liszt International Airport 1 kilometre away from the establishment, guests will find HUNGEXPO the fair centre. ROOM: The stylish rooms, have a bathroom with a shower, a hairdryer, a satellite TV, a central heating system, a mini-bar, a direct line telephone and internet (available for a fee), You are offered apartments, Guests are offered a king size or double bed. FACILITIES: The establishment boasts a solarium, a massage service and a beauty centre. The establishment also has a bowling alley, billiards, darts and casino. it is 20 kilometres away from a golf course. PAYMENT METHODS: Customers can pay by American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a restaurant and special dishes.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.48" OriginalAmount="210.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49769" Longitude="19.0717" StarRating="0" HotelCode="|603813" HotelName="Maverick Athenaeum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/3/8/1/3/603813_4d4224e1057.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="212.84" OriginalAmount="210.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487777" Longitude="18.991944" StarRating="3" HotelCode="|476892" HotelName="Molnár" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fodor u. 143.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/8/9/2/476892_24dffe70028.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.464412991694" Longitude="19.126022458076" StarRating="3" HotelCode="316830|12905" HotelName="ibis Budapest Citysouth Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferde u. 1-3, 1091 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/aa/deaa2c44fa6878f4371f79ffaf81847373a4f9b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located halfway between the airport, which is 15 minutes away, and the city centre, whi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185684-28498588/7505785150393091394/1874" HotelName="AMADEUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/60000/54000/53990/966af700_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49568625" Longitude="19.05937534" StarRating="0" HotelCode="949128|budapest_holidays_fashion" HotelName="Budapest Holidays Fashion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karoly Korut 3/C, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/ef/8def258c70ea2f7a778df17653bc4777e17125f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|30178-28504749/7505785150393091394/1858" HotelName="BARA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1250000/1245400/1245327/95187cda_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|623946-25792917/7505785150393091394/6457" HotelName="GREEN GARDEN PLUS APARTMAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38770000/38765600/38765598/7d681255_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="218.01" OriginalAmount="215.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493725908896" Longitude="19.081041812897" StarRating="3" HotelCode="371351|1225928" HotelName="Atlantic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Jacuzzi,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nepszínhaz u. 55, 1081 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/b9/85b93e7bacbc8bab685ccd3a855b7a2a98e712a7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of Budapest, this hotel is located close to Blaha Lujza Square. Restaurants ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.23" OriginalAmount="216.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5005109" Longitude="19.0812746" StarRating="3" HotelCode="|22551" HotelName="Baross by Mellow Mood  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>BAROSS TER 15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/5/5/1/22551_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 49 rooms, 6 floors and 1 suite. It has a hall with a reception, a lift, a bar and a restaurant with air-conditioning. The establishment offers internet and a laundry service. SITUATION: This establishment is in the 7 District. It is next to Budapest Keleti Railway Station. Opposite the establishment, guests have public transport services. Nearby, you will find tourist and cultural points of interest. In the surrounding area, there are shops, bars, cafÃ©s, restaurants and nightclubs. ROOM: Each room has a bathroom with a bath or shower, a hairdryer, a direct line telephone, a satellite TV, a mini-bar, an air-conditioning system, individual heating, a double bed and a safety deposit box. FACILITIES: The establishment has a solarium. PAYMENT METHODS: Customers can pay using American Express, Visa and Mastercard.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="219.17" OriginalAmount="217" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487961051092" Longitude="19.029937773016" StarRating="3" HotelCode="284790|543" HotelName="Komplex Bara Hotel &amp; Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja út 34-36, 1118 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.477383691342" Longitude="19.094636816058" StarRating="3" HotelCode="365607|tulip_inn_budapest_millennium" HotelName="Hunguest Hotel Millennium" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ulloi utca 94-98, 1089 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/5b/1c5b4d0183ca0a460b3ec72a8d1597b8d01f235a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel is located on Ülloi Street, the main street connecting Ferihegy airport wit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487594" Longitude="19.071138" StarRating="2" HotelCode="191294|corvin_point_hostel" HotelName="Corvin Point Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nap utca 4, 1st floor, Budapest 1082</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/c0/8fc0039091267cdcbbbff7451ab4acd9dbd613e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="220.52" OriginalAmount="218.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4837839" Longitude="19.0703672" StarRating="3" HotelCode="|65045" HotelName="Corvin Hotel Budapest Sissi Wing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ANGYAL UTCA 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/0/4/5/65045_15.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 44 soundproofed rooms, They have a bathroom with a hairdryer, heating, a direct line telephone, a safe and a mini-bar. They also have satellite and cable TV and WiFi (free of charge), Guests are offered non-smoking rooms and disabled access rooms. FACILITIES: The establishment has a lift, a garage, a concierge service and a reception with a safe box, Clients can find a bar, a breakfast room and computer with internet connection, The establishment also offers 2 meeting rooms and a car park (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|677782-25850376/7505785150393091394/6109" HotelName="DIAMOND ASTORIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20310000/20306700/20306681/17f37b2d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50041464777" Longitude="19.104009568691" StarRating="4" HotelCode="34790|danubius_hotel_arena__budapest" HotelName="Danubius Hotel Arena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference 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,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Ifjúság útja 1-3, 1148 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/e2/2ee2cb8225293b3e5206b6e2bd3241a5aac2f41e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Pest's conference district, close to Budapest's largest sports and events ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48432207" Longitude="19.06292407" StarRating="0" HotelCode="669829|gregersen_art_premium_hostel" HotelName="Gregersen Art Premium Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lónyay utca 31, 1093 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ec/8c/ec8cffbdd436c61125196b5fe2a5977bbc1ee6a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.11" OriginalAmount="219.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5069377" Longitude="19.1766706" StarRating="3" HotelCode="|289638" HotelName="Sashalom" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gordonka u. 14.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/9/6/3/8/289638_e1d9b751909.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49563231" Longitude="19.05919983" StarRating="4" HotelCode="625925|diamond_astoria" HotelName="Diamond Astoria Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Karoly Korut 3/A, 5th Floor, Door 14, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/70/31707c7bf7c34dd1e1944706abd9b61ce38d8d90.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="222.31" OriginalAmount="220.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4823874" Longitude="19.0782745" StarRating="4" HotelCode="|256178" HotelName="Di Verdi Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/1/7/8/256178_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="223.21" OriginalAmount="221" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185729-28497464/7505785150393091394/1516" HotelName="LUNA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1240000/1232700/1232637/9f38d19a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49550997" Longitude="19.05726294" StarRating="0" HotelCode="949989|budapest_holiday_colours" HotelName="Budapest Holiday Colours" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Semmelweis Utca 23, 1.Em 7-8, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/e5/15e58b67096175f7a921455186283a973608d5aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="224.22" OriginalAmount="222" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|108722-28508217/7505785150393091394/2319" HotelName="PREMIUM APARTMENT HOUSE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2470000/2467500/2467419/247ca561_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="224.68" OriginalAmount="222.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498358" Longitude="19.068124" StarRating="3" HotelCode="|510283" HotelName="A13 - Boutique Apartments by BQA" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/2/8/3/510283_48db9210940.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1154208-26454802/7505785150393091394/6841" HotelName="MAVERICK CENTRAL MARKET" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/45000000/44240000/44238000/44237956/625edfe3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1297-32729578/7505785150393091394/7107" HotelName="HUNGUEST MILLENNIUM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/94000000/93130000/93122000/93121985/9033f8a7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50143027" Longitude="19.06302205" StarRating="4" HotelCode="624443|vagabond_broadway" HotelName="Vagabond Broadway" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="aparthotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Csanyi Utca 9, 1077 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/47/1f47f6d3105243c9780bed7793e6b2894359b1df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="226.91" OriginalAmount="224.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498861156442" Longitude="19.027084820126" StarRating="4" HotelCode="14744|HU000006" HotelName="Mercure Budapest Castle Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Krisztina Korut 41-43, 1013 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/eb/e8ebe8d56b87a4cb3df8d8851faeff3e998741c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Buda side of the city, just 15 minutes from the castle on foot. The vie...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48982" Longitude="19.01721" StarRating="3" HotelCode="89564|25660" HotelName="Jagello Business Hotel" 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,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jagelló út 38, Budapest 1124</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/35/2c35d839c70753ee6f89860bb3cc2f5d4c39c9fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the business district of Budapest, near to MOM Park and Budapest Congr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50054" Longitude="19.08138" StarRating="3" HotelCode="337275|baross_city_hotel" HotelName="Baross City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baross tér 15, 1077 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/68/1f681626180fe6655e41d206ff79de31188896fc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Budapest's 7th district in close proximity to Keleti station (the main...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.491909" Longitude="19.109407" StarRating="0" HotelCode="161707|22496" HotelName="ACHAT Premium Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hungária körút 5, 1101 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/0a/e70a926064e2974bde651e5babdde0d70c091d78.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.509777" Longitude="19.066026" StarRating="3" HotelCode="285131|34727" HotelName="Six Inn Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Jacuzzi,Massage Centre,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rózsa utca 85, 1064 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/0f/eb0fe4d38b36ab271d57f9fbfffc3ff3d60366c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.27" OriginalAmount="227.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51280941" Longitude="19.04970626" StarRating="4" HotelCode="585449|suites_13_budapest" HotelName="Suites 13 Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8 Szent István körút, 1137 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/ec/e4ec21084834f9a9cafb4d88fc6c63fe3ad8bcc7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="229.85" OriginalAmount="227.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.484222" Longitude="19.062904" StarRating="0" HotelCode="|445289" HotelName="Maverick Student Lodge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/8/9/445289_e6e5c821054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.483364016522" Longitude="19.070465020421" StarRating="3" HotelCode="511778|11912" HotelName="Corvin Hotel Budapest - Sissi Wing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Bar,Bicycle Rental,Central Heating,Conference Hall,Garden,Internet,Laundry,Meeting Room,Pets allowed,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Angyal Street 31, 1094 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2b/582b7ff3d8e949c7d73284a61b3d0c11a83721f5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Sissi is a three star hotel offering a prime location in the heart of Budapest, Hungary. Situa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430769-27596461/7505785150393091394/6481" HotelName="BUTIK APARTMENTS BY BQA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99290000/99285100/99285067/badbfead_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="230.35" OriginalAmount="228.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.473868" Longitude="19.096376" StarRating="4" HotelCode="|450640" HotelName="Tribe Budapest Stadium" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>34 krt Konyves Kalman</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/6/4/0/450640_199a5490701.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|411758-28501255/7505785150393091394/1784" HotelName="AMBER TERRACE STUDIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11950000/11940700/11940669/b75624dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|167808-33130556/7505785150393091394/6461" HotelName="CHESSCOM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2940000/2933000/2932985/8157d7d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.537552354644" Longitude="19.046529829502" StarRating="5" HotelCode="47795|the_aquincum_hotel_budapest" HotelName="The Aquincum Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arpad Fejedelem Utja 94, 1036 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/ab/92ab376ba578bc9bf937761d3380d33db8dea6d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the banks of the Danube on the historical Buda side of the city. The...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502808324241" Longitude="19.068129658699" StarRating="4" HotelCode="25188|cityhotel_budapest" HotelName="City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hársfa Strasse 51, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/96/ac964f378a561ee383c96f570aaf9b524d61ff8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment hotel is situated in the heart of Budapest, in the shopping and business area, just a ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.33" OriginalAmount="230.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492234" Longitude="19.070108" StarRating="3" HotelCode="|447950" HotelName="The Amberlyn Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/5/0/447950_342bf231148.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.41" OriginalAmount="230.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.44738" Longitude="19.0463" StarRating="0" HotelCode="|610209" HotelName="NON-STOP CITY BUDA Condo free guarded parking" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/1/0/2/0/9/610209_52297720126.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="232.63" OriginalAmount="230.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5003253" Longitude="19.1039769" StarRating="4" HotelCode="|69494" HotelName="Danubius  Arena" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ifjusag Utja 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/4/9/4/69494_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 4 stars. SITUATION: People's Stadium It is located near nearby, you will find a sports centre near the city centre, has good links to the metro station. ROOM: The rooms have a mini-bar, internet and a satellite TV. FACILITIES: The establishment has a swimming pool, a gym, a sauna and a bowling alley.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.351684" Longitude="-71.068456" StarRating="4" HotelCode="0|1301-25189318/7505785150393091394/6571" HotelName="LEONARDO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 50 Park Plaza at Arlington Street,  BOSTON, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/526100/526004/101a95db_b.jpg</HotelPictures>
        <HotelDescription>Being amongst the top hotels of Boston already since 1927, the luxurious hotel enjoys a central location 200 metres from Boston Common, America's oldest public park. Attractions such as Faneuil Hall, Chinatown, Downtown, the Theatre and Financial districts as well as the Waterfront Area and other landmarks and historical monuments are within walking distance. Logan International Airport is only about 5 km away.

Business guests will also appreciate the 24-hours business centre and the more than 6,000 m2 of flexible meeting space. Guests may choose between various fine dining options. In addition, there is a 24-hour fitness centre where guests can work out after a long day of work. This historic hotel is a superb choice for business and leisure travellers alike.

Fresh, vibrant designs throughout our Boston accommodation and our extensive amenities, offer guests unsurpassed luxury. The elegant rooms are well-appointed with the needs of both business and leisure travellers in mind. A flat-screen, black out shades and a refrigerator are also offered.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1435876-27724889/7505785150393091394/6845" HotelName="NETIZEN BUDAPEST CENTRE HOSTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/50000000/49190000/49184100/49184015/ec54314b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.32" OriginalAmount="232.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.566506" Longitude="19.079891" StarRating="3" HotelCode="35069|vitta_hotel_superior_budapest_2" HotelName="Vitta Hotel Superior" Meals="BED &amp; BREAKFAST" 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,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Váci út 27-29, 1047 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/hotels/1000000/550000/546200/546144/546144_1_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a very new hotel and lies only 10 minutes from the city centre by the blue metro line or by ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.60" OriginalAmount="232.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499251" Longitude="19.058286" StarRating="0" HotelCode="|22430" HotelName="Wombat's City Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/0/22430_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This conference hotel, was built in 1900, renovated in 2002, has 4 floors and 112 rooms. It has a lobby with a lift, a reception, a safety deposit box service and a currency exchange service. The establishment offers internet, conference rooms, a cafÃ©, a bar and an Ã  la carte restaurant with air-conditioning, Guests can also find a car park, an indoor car park, room service, a medical care service and a laundry service. SITUATION: It is inBudapest the city centre of is situated in the pedestrian area, 150 metres away from the establishment, you can find shops, bars and a public transport stop. in the surrounding area, clients have a restaurant. ROOM: The rooms a bathroom with a shower and a hairdryer. They have a direct line telephone, a satellite or cable television, internet and a mini-bar. Customers can find a double bed, an air-conditioning system, a central heating system and fitted carpets. FACILITIES: The establishment boasts a sauna and a massage service (available for a fee). PAYMENT METHODS: The establishment accepts American Express, Visa and Mastercard. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="234.63" OriginalAmount="232.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4859455" Longitude="19.0251093" StarRating="4" HotelCode="|22286" HotelName="Mediterran" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/8/6/22286_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was opened in 2001, has 40 rooms and 5 floors. It has a lobby with elevators, a safety deposit box service, a reception, a television room, a bar, a pub and an Ã  la carte restaurant with air-conditioning, The establishment offers a conference room, internet, a laundry service and a car park (for a fee). SITUATION: It is in a central area, opposite the establishment, you can find the conference centre, in the surrounding area, clients have shops, leisure areas, entertainment and monuments. ROOM: Customers can find comfortable, modern rooms with a hairdryer, a direct line telephone, satellite and cable television, a bathroom, a radio and internet (available for a fee), You are offered central heating, a mini-bar (available for a fee), a safe and fitted carpets. PAYMENT METHODS: Customers can pay by American Express, Visa and Mastercard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="235.88" OriginalAmount="233.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497303248845" Longitude="19.06948953867" StarRating="3" HotelCode="33478|HU000003" HotelName="ibis Budapest City Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Akácfa utca 1-3, 1072 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/cc/1bccf1d83d6d94228f0d950e94811a730528f77c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well-priced hotel is located on the Pest side of Budapest, on Blaha Lujza in the heart of the c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49863423" Longitude="19.06455888" StarRating="4" HotelCode="762535|364872" HotelName="Kvihotel Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nyár Utca 32, 1072 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/5c/b55c6b19c0500dbbe8a116d09392a3255afe038e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|233817-28549958/7505785150393091394/765" HotelName="SAROKHAZ PANZIO INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/233817/2013519103842786.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|977298-20597513/7505785150393091394/4284" HotelName="DEAN’S HOME BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66320000/66313400/66313366/940ff4cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.39" OriginalAmount="234.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4970953" Longitude="19.0697684" StarRating="3" HotelCode="|20625" HotelName="Ibis Budapest City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/6/2/5/20625_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 84 rooms and 24 double rooms. It has a restaurant with air-conditioning. SITUATION: It is inPest the area it is in the city centre inBlaha Lujza the Square of nearby, you will find monuments, leisure areas, cultural places and shopping areas. 15 minutes away from the establishment clients have the National Museum, nearby, you will find the pedestrian area, a public transport stop. ROOM: The rooms a bathroom.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="236.74" OriginalAmount="234.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5003751" Longitude="19.0528565" StarRating="0" HotelCode="|256135" HotelName="The Magazine Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/1/3/5/256135_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1327201-26637661/7505785150393091394/6396" HotelName="DORMERO BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74250000/74242100/74242095/deb43a97_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500496865287" Longitude="19.052997117222" StarRating="3" HotelCode="376130|the_magazine_hotel_apartments" HotelName="The Magazine Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="boutique hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Szent István Tér 4-5, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/81/a681a4eea64b2fee8c86b5281157854ae106e50c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="238.36" OriginalAmount="236" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|233826-25442360/7505785150393091394/4981" HotelName="VITTA SUPERIOR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6240000/6234300/6234204/7c590a70_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="238.36" OriginalAmount="236" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1272-25187280/7505785150393091394/5766" HotelName="CORVIN - CORVIN WING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1768500/1768450/b666f82a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.37" OriginalAmount="237" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|615747-18226164/7505785150393091394/3095" HotelName="SMART BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35230000/35223900/35223851/aacf0f43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.01" OriginalAmount="237.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48878" Longitude="19.03482" StarRating="0" HotelCode="|169607" HotelName="Gold Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja ut 12-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/9/6/0/7/169607_3.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.08" OriginalAmount="237.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.505579" Longitude="19.064531" StarRating="0" HotelCode="|489167" HotelName="Adagio Downtown Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/9/1/6/7/489167_f9edd481041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="240.38" OriginalAmount="238.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.483174001382" Longitude="19.070363876465" StarRating="4" HotelCode="782704|corvin_hotel_budapest_corvin_wing" HotelName="Corvin Hotel Budapest - Corvin Wing" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Garden,Internet,Kitchen,Laundry,Meeting Room,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Angyal Street 31, 1094 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/fc/72fc2ef26cea84710aa51d855a24fc33f9fda228.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Corvin Hotel is situated a few minutes walk from the city center, in the residential area, close to ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="243.96" OriginalAmount="241.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501444" Longitude="19.063107" StarRating="4" HotelCode="|256301" HotelName="SWU Broadway" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/3/0/1/256301_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.19" OriginalAmount="241.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4941803" Longitude="19.0786641" StarRating="3" HotelCode="|23272" HotelName="Impulso by Mellow Mood Hotels  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NEPSZINHAZ U. 39-41</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/7/2/23272_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2004, with air-conditioning, has 8 floors and 136 rooms. It has a hall with a lift, a reception, a safety deposit box service, a bar, a pub and a conference room. The establishment offers internet, a medical care service (for a fee), a laundry service and a car park. SITUATION: This urban hotel is in a central area. It is located 300 metres away from shops, bars, nightclubs and restaurants. In the surrounding area, clients have a public transport stop. It is situated 13 kilometres away from the airport. ROOM: All the rooms have a bathroom, a direct line telephone, satellite or cable TV, a double bed, fitted carpets and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.42" OriginalAmount="242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.421569283887" Longitude="19.239031669423" StarRating="3" HotelCode="159858|sarokhaz_panzio" HotelName="Sarokhaz Panzio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Babysitting,Bar,Bicycle Rental,Dry Cleaning,Garden,Internet,Laundry,Lounge,Luggage Storage,Massage Centre,Meeting Room,Parking,Pets allowed,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Ulloi Utca 845, Vecses, 1185 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/a0/f6a088eed471ef0377f69b5096deb49cf8ef0bc3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Sarokház Panzió in Vecses, you'll be within the v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.42" OriginalAmount="242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50758197" Longitude="19.07192432" StarRating="4" HotelCode="963771|smart_hotel_budapest" HotelName="Smart Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Lovolde Ter 4, 1068 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/13/1b13cebe19c48d256e29df1f0ffd5d6816ccb107.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.486164474686" Longitude="19.025291427795" StarRating="4" HotelCode="34935|25662" HotelName="Mediterrán" 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,Internet,Jacuzzi,Laundry,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Budaörsi Út 20/A, 1118 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/d0/c0d0538fd15456a4ec826a5d2d7d998025b796bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is ideally situated in the city centre, opposite Budapest Congress Centre. ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1305-25189320/7505785150393091394/5652" HotelName="DANUBIUS ARENA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6300/6295/2fb9502d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430775-27596694/7505785150393091394/6989" HotelName="N36- BOUTIQUE APARTMENTS BY BQA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99560000/99551400/99551346/b7d6222a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="246.16" OriginalAmount="243.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4888472" Longitude="19.0342707" StarRating="4" HotelCode="|55902" HotelName="Gold Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja way 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/0/2/55902_c3cfc381711.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has a car park (for a fee), internet, a small reception and a sitting area. SITUATION: This hotel is in Buda the area close to the establishment, clients can find GellÃ©rt Hill close to the establishment, guests have the city centre, is situated 15 minutes away from Buda Castle it is near Danube the river 19 kilometres away from the establishment, guests will find Budapest Airport. ROOM: The rooms have a bathroom, a hairdryer, a satellite television, an air-conditioning system and internet (free of charge), (available on request), There is also room service. RESTAURANT: Regarding gastronomy, the establishment offers a restaurant with breakfast service, lunch service and dinner service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="246.39" OriginalAmount="243.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494284455745" Longitude="19.078611731529" StarRating="3" HotelCode="37288|2670613" HotelName="Atlas City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Népszínház utca 39-41, 1081 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/6d/5a6d1363a0b3db4272ffe1041d951d6a9cb8a6c0.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This centrally located city hotel is surrounded by a number of shops, bars, nightclubs and restauran...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.45" OriginalAmount="245" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|51338-12630435/7505785150393091394/2726" HotelName="IMPULSO HOTEL BY MELLOW MOOD HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1220000/1210800/1210728/ac83e1e5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="247.45" OriginalAmount="245" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1374859-27591628/7505785150393091394/5552" HotelName="THE AMBERLYN SUITE HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90830000/90828700/90828692/74b28335_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4889115" Longitude="19.0346487" StarRating="3" HotelCode="435244|gold_apartments" HotelName="Gold Hotel Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja útca 12, 1016 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/2c/de2cfe9d6e173c0fbae9cdf05ca696f9f18e976b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="248.46" OriginalAmount="246" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|37945-12630348/7505785150393091394/2744" HotelName="BAROSS HOTEL BY MELLOW MOOD HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/893700/893654/01d31d14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="249.31" OriginalAmount="246.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499837" Longitude="19.056953" StarRating="4" HotelCode="|256292" HotelName="Paulay Downtown Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>13 Paulay Ede utca</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/2/9/2/256292_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="249.47" OriginalAmount="247" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1304-14629255/7505785150393091394/2779" HotelName="CORVIN - SISSI WING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1120000/1112200/1112193/87fac068_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488839745921" Longitude="19.034379422665" StarRating="4" HotelCode="36311|gold_hotel_buda" HotelName="Gold Hotel Wine &amp; Dine" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja útca 14, 1016 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/a4/b5a4cbe5d0496829b097382dd4a18d4be4371ed1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on Hegyalja Road in Budapest's District 1, on the northern side of Gellért Hil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.10" OriginalAmount="248.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5186633" Longitude="19.0495319" StarRating="3" HotelCode="|64181" HotelName="Fortuna Boat " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>SZENT ISTVAN PARK; REKPART; LOWER QUAY</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/1/8/1/64181_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Fortuna Boat is rated three stars, is ideal for holidays and has a bar and a living room. Close to the establishment, you can find restaurants. The hotel has a reception, a business centre, a concierge, lifts, a dry cleaner's and a laundry service. SITUATION: It is situated close to the commercial area and the historic centre. Close to the establishment, clients can find the leisure area and the shopping area. ROOM: The establishment has 42. Have lovely views.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430778-27601622/7505785150393091394/5156" HotelName="SMARTAPART OBUDA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105170000/105163200/105163174/w6014h4012x5y5-99186615_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.56" OriginalAmount="249.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4832595" Longitude="19.0703379" StarRating="4" HotelCode="|60548" HotelName="Corvin Hotel Budapest Corvin Wing " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ANGYAL UTCA 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/4/8/60548_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel. SITUATION: It is nearBudapest the city centre of close to the establishment, clients can find Sandor Petofi the bridge is situated in the historic centre close to the metro station, the tram stop. ROOM: The rooms a bathroom, They have an air-conditioning system, a mini-bar, cable television, a safe, WiFi, a direct line telephone and a hairdryer.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.78" OriginalAmount="249.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4857788" Longitude="19.0767927" StarRating="0" HotelCode="|256206" HotelName="Corvin Holiday Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/2/0/6/256206_3249d911734.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="251.80" OriginalAmount="249.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4809644" Longitude="19.0981148" StarRating="3" HotelCode="|23033" HotelName="Gloria Budapest City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BLATHY OTTO U. 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/3/3/23033_2a9a5670306.jpg</HotelPictures>
        <HotelDescription>SITUATION: This luxurious hotel is in the city centre where you can find shops and leisure areas. It is situated near the metro station and the bus station. ROOM: Customers have comfortable rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="252.50" OriginalAmount="250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995" Longitude="19.0603" StarRating="3" HotelCode="870591|budapest_passage_1" HotelName="Budapest Passage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baross utca 4, fsz.2, 1085 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/72/9d72f4093edee673a59e3276e0e359a785aad348.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="252.66" OriginalAmount="250.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48590703333334" Longitude="19.075149" StarRating="4" HotelCode="1877793" HotelName="Corvin Center Suites" Meals="APARTMENT - BALCONY" BedType="APARTMENT - BALCONY">
        <Address>
          <AddressLines>
            <AddressLine>Prater Utca 34.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/77793/1877793/3.jpg?f=17748706</HotelPictures>
        <HotelDescription>Welcome to Corvin Center Suites, your ideal choice for apartment rentals in Budapest. Located in a beautiful and trendy area in Budapest, our full equipped apartments offer free WiFi and complimentary baby cots for your convenience. Choose from twin, king or double beds to suit your preference. Our cozy suites have fully equipped kitchens, and some have terraces and gardens for added relaxation. Start your day with breakfast on your terrace if you wish. We are only 3 metro stops from Deak Square, where you can easily walk to the main tourist attractions. Our excellent reception team is ready to provide you with comprehensive local knowledge and tourist information. Arrange for an airport transfer for a hassle-free trip. All our apartments are air-conditioned/heating for your comfort. Pet friendly apartments are also available upon request and parking.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="253.51" OriginalAmount="251" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1359146-28481194/7505785150393091394/2336" HotelName="ROOFTOP CITY RESIDENCE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90900000/90899500/90899430/0ae1f07f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="253.51" OriginalAmount="251" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430776-27596460/7505785150393091394/6987" HotelName="NADOR BOUTIQUE BEST LOCATION BY BQA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99290000/99284800/99284773/42d42603_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.10" OriginalAmount="251.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4693985" Longitude="19.0191994" StarRating="3" HotelCode="|22811" HotelName="Ibis Styles Budapest Citywest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/8/1/1/22811_a5475f80353.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 92 rooms, was built in 1970 and renovated in 2005. It has a lobby with a reception, a safety deposit box service and a lift. Guests can also find a shop, an Ã  la carte restaurant and internet. SITUATION: It is 10 minutes away from the historic centre, near the establishment, you will find restaurants, bars, 50 metres away, there is a public transport stop. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite TV, a mini-bar, a double bed and a safety deposit box. They also have fitted carpets and a central heating system. FACILITIES: The establishment has a sauna. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.15" OriginalAmount="251.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5160894" Longitude="19.075043" StarRating="3" HotelCode="|64177" HotelName="Ibis Budapest Heroes Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/1/7/7/64177_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 139 air-conditioning rooms, a lobby, a reception and a lift. Guests can find a cafÃ©, a bar and a restaurant. SITUATION: The hotel is in VÃ¡rosliget park is situated in Pest the area close to the establishment, clients can find tourist areas. ROOM: Each room has an air-conditioning system, a direct line telephone, a radio and a safety deposit box. They also have flat-screen satellite television, a bathroom with a shower and a hairdryer. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and an Ã  la carte dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.50" OriginalAmount="251.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500514" Longitude="19.110551" StarRating="4" HotelCode="|119257" HotelName="Green " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kerepesi utca 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/2/5/7/119257_ed1c2861753.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Green is rated four stars. The establishment has comfortable rooms, WiFi (free of charge) and a gym. SITUATION: It is in east Budapest. Nearby, you will find the Stadium of Budapest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49005045478" Longitude="19.068424701691" StarRating="4" HotelCode="101786|hotel_palazzo_zichy" HotelName="Palazzo Zichy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lorinc pap tér 2, 01088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/a1/8fa14138ffaf47720629c02425e5c9f5d98d46a9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in downtown Budapest on the Pest side of the city, in the historical palace qu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="254.52" OriginalAmount="252.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48232057" Longitude="19.0782522" StarRating="3" HotelCode="503752|di_verdi_residence" HotelName="Di Verdi Imperial Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Thaly Kálmán Utca 43, 1096 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c3/c5/c3c51e99c689936a9cde3dc7414682a286d303d3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest, approximately 3 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="254.53" OriginalAmount="252.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.515967111609" Longitude="19.074802724363" StarRating="3" HotelCode="14109|HU000018" HotelName="ibis Budapest Heroes Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Garden,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dózsa György utca 106, 1068 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/e0/18e0134c7a0d8a147d005798ba612458d057a615.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the City Park on the Pest side of Budapest and is easily accessible by both...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.44" OriginalAmount="252.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493942" Longitude="19.0677115" StarRating="3" HotelCode="|65044" HotelName="Three Corners Anna" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Utca Gyulai Pal 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/0/4/4/65044_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 30 rooms and 5 apartments. SITUATION: It is close to the tourist attractions.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="255.53" OriginalAmount="253.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493927072777" Longitude="19.067754149437" StarRating="3" HotelCode="66538|anna_9" HotelName="The Three Corners Hotel Anna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Bar,Conference Hall,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Gyulai Pál utca 14, 1085 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/e5/0de5def39e232ff50bf2195baba7064506a55bf9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.69" OriginalAmount="253.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492734" Longitude="19.055313" StarRating="0" HotelCode="|446079" HotelName="Giselle Vintage Doubles - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Ferenciek tere</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/6/0/7/9/446079_8822ac50844.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.86" OriginalAmount="253.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4965" Longitude="19.05776" StarRating="3" HotelCode="|186150" HotelName="Florin Apart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karoly Krt. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/5/0/186150_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="255.87" OriginalAmount="253.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4993" Longitude="19.0559" StarRating="0" HotelCode="|444824" HotelName="Vagabond Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paulay Ede utca 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/8/2/4/444824_6a47d701802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.09" OriginalAmount="253.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.511605" Longitude="19.0529927" StarRating="3" HotelCode="|23034" HotelName="City Ring" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Szent Istvan Korut 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/3/4/23034_4e4a8db1226.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1996 and it is on a main street 2 floors, 39 rooms, 2 single rooms, 30 double rooms and 7 suites. It has a lobby, a reception, a safety deposit box service, a restaurant with highchairs and a laundry service. SITUATION: It is in the city centre, is situated next to the train station, 150 metres away, guests will find Westend City Center the shopping centre 50 metres away, there is a public transport stop, in the surrounding area, clients have shops, leisure areas and monuments. ROOM: The rooms a bathroom with a shower and a hairdryer. They have a direct line telephone, satellite or cable TV, a radio, a mini-bar, a double bed and an air-conditioning system. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard, Diners Club and EC. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.35" OriginalAmount="253.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5662" Longitude="18.96138" StarRating="4" HotelCode="|241589" HotelName="Klebelsberg Kastély" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Templom utca 12.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/4/1/5/8/9/241589_6.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51065" Longitude="19.053128" StarRating="4" HotelCode="117927|marmara_hotel_budapest" HotelName="Marmara Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nagy Ignác u. 21., 1055 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/ef/bfef90b0470945efeaf287ebfc74076a4c0201e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city, right next to the Nagykörút (Grand Boulevard), which ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="256.88" OriginalAmount="254.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4772897" Longitude="19.0944848" StarRating="3" HotelCode="|27914" HotelName="Millennium" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/9/1/4/27914_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 4 floors, 121 standard rooms and 6 suites. It has a lobby, a reception, a lift and a safety deposit box service. The establishment boasts a souvenir shop, a cafÃ©, a bar and a restaurant. The establishment offers guests congress facilities, internet, room service, a laundry service and a car park. SITUATION: This establishment is in Ãœlloi Street Ãœlloi. It is well-connected with the airport and Budapest city centre. Is 15 kilometres from Budapest Ferenc Liszt International Airport. ROOM: Some rooms have a hairdryer. They also have a bathroom, a direct line telephone, satellite and cable television, a mini-bar, WiFi, internet, a central heating system and individual air-conditioning. You can also find non-smoking rooms, disabled access rooms and family rooms. You are offered cots (available on request). FACILITIES: The establishment has a jacuzzi, a sauna, a beauty centre and a massage service. OTHERS: The establishment serves a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="257.14" OriginalAmount="254.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5026686" Longitude="19.0681491" StarRating="4" HotelCode="|71252" HotelName="City Home Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/2/5/2/71252_2d9fa711257.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This business aparthotel, renovated in 2010, has 22 apartments, 4 floors, has a lobby, a reception, a lift, a cafÃ©, a bar, a breakfast room, an indoor car park, WiFi and a laundry service. SITUATION: It is inBudapest the centre of this hotel is in the shopping area, the business area situated 1 minute away from the train stop. ROOM: All the apartments have a bathroom, a shower, a bath, a hairdryer, a kitchen with fridge, a microwave, a coffee maker, a kettle, a double bed, a safety deposit box, a radio, a satellite or cable television, a direct line telephone, internet (free of charge) and individual heating. FACILITIES: The establishment boasts a massage service. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="257.55" OriginalAmount="255.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492966249268" Longitude="19.05578164418" StarRating="2" HotelCode="151960|maverick_apartments" HotelName="Maverick Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferenciek tere 2, Budapest 1051</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/fe/f9fe1311710d63cfbd71c214a83ffcf0b25c96e9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="258.41" OriginalAmount="255.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497837" Longitude="19.0726175" StarRating="3" HotelCode="|19710" HotelName="Ibis Styles Budapest Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAKOCZI UT 58</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/1/0/19710_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1896, has 5 floors and 130 rooms. It has a conference room, a bar and lifts. in the surrounding area, clients can find a car park (for a fee). SITUATION: This old hotel is in the shopping and business area, near the establishment, guests will find Blaha Lujza the square 5 minutes away from the establishment clients have a pedestrian zone, is situated 5 minutes away from Danube the river opposite the establishment, you can find Blaha Lujza the metro stop. ROOM: The stylish rooms, have a bathroom with a hairdryer, a direct line telephone, a satellite TV, cable television, a mini-bar, a fridge and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|53267-28497466/7505785150393091394/530" HotelName="VERITAS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1110000/1102600/1102504/a27c022c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101121-25276813/7505785150393091394/5240" HotelName="EUROSTARS PALAZZO ZICHY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2280000/2279600/2279541/58e98568_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.39" OriginalAmount="256.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5136919" Longitude="19.0402484" StarRating="3" HotelCode="|256244" HotelName="Grand Jules Boat Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Angelo Rotta rakpart</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/2/4/4/256244_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.491478620368" Longitude="19.053001999855" StarRating="3" HotelCode="14636|13788" HotelName="City Matyas" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Diet Meals,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marcius 15 ter 7-8, 1056 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/5b/fc5b6761c94a75104ffdb38eebc5c90b24a0a51e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a central location in the heart of Budapest, just minutes away from the pedestrian...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51872" Longitude="19.049362" StarRating="3" HotelCode="290390" HotelName="Fortuna Boat Hotel Budapest" Meals="ROOM - CITY VIEW" BedType="ROOM - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Szent István Park, Alsó Rakpart, Szent Istv</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/90390/290390/102.jpg?f=17740226</HotelPictures>
        <HotelDescription>The boat hotel enjoys a prime location between Budapest's famed Margaret and Árpád Bridges, offering stunning Danube River views. Margaret Island, a relaxing oasis, is just steps away. The hotel is a convenient 15-minute journey from the main railway and bus stations, and a 40-minute drive from Budapest Airport. Cozy, comfortable guest rooms feature modern amenities including air-conditioning, LCD TVs with satellite channels, and en-suite bathrooms with showers. A stay at this boat hotel promises a unique and unforgettable experience, blending river scenery, natural surroundings, and charming onboard accommodation.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.93" OriginalAmount="257.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49962" Longitude="19.05943" StarRating="0" HotelCode="|479401" HotelName="Budapest Center Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/4/0/1/479401_eacf2df1550.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.58" OriginalAmount="258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500487130114" Longitude="19.110859930515" StarRating="4" HotelCode="905537|green_hotel_budapest" HotelName="Green Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kerepesi út 34, 1148 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/6a/7f6a4658aded43f30462d0f088d0f7727e9e065e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally situated close to many major business and entertainment attractions of Budapest...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="261.59" OriginalAmount="259" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|87230-25254271/7505785150393091394/4750" HotelName="THE AQUINCUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24200/24189/59ba4c08_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4966018" Longitude="19.0578468" StarRating="3" HotelCode="263760|k9_residence" HotelName="K9 Residence Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karoly Korut 9, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/8e/ba8e7ae7a6578922d84f98602fde00575e4e24e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.68" OriginalAmount="259.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4882789" Longitude="19.0236552" StarRating="4" HotelCode="|15596" HotelName="Novotel Budapest City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ALKOTAS UTCA, POB 233 63-67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/6/15596_7.jpg</HotelPictures>
        <HotelDescription>HOTEL: this renovated hotel in 2007, has 319 rooms and 9 floors. It has a cafÃ©, a shop, a bar, a car park, indoor parking and a restaurant. SITUATION: It is inBuda the area nearby, you will find the city centre, is 2 kilometres away from the Royal Palace, 100 metres away from the establishment, you can find a bus stop. ROOM: The inviting rooms, have a bathroom, a direct line telephone, a safety deposit box, a fridge and a mini-bar.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="261.84" OriginalAmount="259.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.52098" Longitude="18.97381" StarRating="4" HotelCode="|445192" HotelName="The Hotel Unforgettable - Hotel Tiliana By Homoky Hotels and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/9/2/445192_8fd03c51027.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|371552-25558654/7505785150393091394/6042" HotelName="GOLD HOTEL WINE AND DINE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/517100/517041/d8293f5e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.009809" Longitude="25.742678" StarRating="3" HotelCode="0|560414-25713705/7505785150393091394/6196" HotelName="BUDAPEST HOLIDAYS HARMONY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>56 56 M Kothri ., Ierapetra, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23180000/23171800/23171760/480f103f_b.jpg</HotelPictures>
        <HotelDescription>Located in the town centre - right next to the sea and the local beachAstron Boutique Hotel is here to serve you with more than 20 years of tradition and devotion to the spirit of genuine Cretan hospitality - responsibly and consistently offering top level services and assistance to both residents and visitors of Ierapetra - Its particularly advantageous location-in the centre of town yet simultaneously at the waters edge and with a view of the enchanting bay of Ierapetra-renders it an ideal destination for both the business traveller and the holiday maker seeking rest and recreation - Choose a luxurious stay in one of the 66 rooms and suites of our hotel- which have been decorated and equipped anew offering all contemporary comforts and services - Come and enjoy the unique atmosphere and hospitality of Iridanos Lounge Cafe and taste our freshly ground coffee and homemade snacks made with the purest ingredients provided by Cretan soil -  Relax on the large comfortable sofas reading your newspaper or magazine - surfing the internet or casually chatting with your friends and colleagues under the soft sounds of lounge and Greek music -  For those of you wishing to enjoy a drink or cocktail we remain open until late with a pleasant ambiance and contemporary music - In the hotel atrium we have created a unique dining area - the Phoenix restaurant - here you can enjoy a hearty breakfast and savour original Greek and Cretan cuisine certified by Hellenic Chamber of Hotels - Pure and fresh ingredients - a wonderful atmosphere and excellent service accompanied by soft music stir the senses on this colourful voyage of gastronomic delight - Come and let us get acquainted - Experience the comfort- luxury and excellent services offered within a unique and friendly environment - become a member of our family and enjoy an unforgettable stay&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|615815-25779214/7505785150393091394/6778" HotelName="MAVERICK APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11090000/11083200/11083131/96e55216_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.511425169383" Longitude="19.053131804893" StarRating="3" HotelCode="47489|city_ring_hotel" HotelName="City Hotel Ring" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Szent Istvan Krt 22, 1137 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/99/ba991160c3ee85ed21509018944b496a3f6bbf14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is ideally located in the city centre, near to the Western railway station and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499438" Longitude="19.039322" StarRating="4" HotelCode="11474|carlton_hotel_budapest" HotelName="Carlton Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apor Péter utca 3, 1011 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/77/38/773875d3520c7659dfbccad3963cbc9c754207e6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This plush hotel is centrally located in the Buda district, within walking distance of the famous fi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="263.58" OriginalAmount="260.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4980967" Longitude="19.0692573" StarRating="4" HotelCode="|42509" HotelName="The Honest Budapest by chic&amp;basic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>DOHANY UTCA 64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/5/0/9/42509_6a34c641106.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2008, has 68 double rooms, 6 suites and is ideal for holidays or business trips. The establishment boasts air-conditioning, a lobby, a safety deposit box service, a lift, a cafÃ© and a restaurant. The establishment offers WiFi, room service, a laundry service, bicycle rental, a car park and indoor parking. SITUATION: This hotel is in the heart of Budapest. Nearby, you will find the nightlife, transport stations, monuments, the river and theatres. Near the establishment, you will find restaurants and concerts. It is 1.5 kilometres away from Arena Plaza Shopping Centre. It is just 2.5 kilometres away from the opera and 3 kilometres away from the parliament. The establishment is 22 kilometres away from Budapest Airport. ROOM: Guests are offered double rooms with king size bed and a shower. Our guests also have available suites. The rooms have a flat-screen television, a mini-bar, an air-conditioning system, individual heating, soundproofed windows, a direct line telephone, internet, a bathroom, a hairdryer, a radio and a safe.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="264.42" OriginalAmount="261.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5022844" Longitude="19.0576072" StarRating="4" HotelCode="|15600" HotelName="K+k Opera Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>REVAY UTEA 24</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/0/0/15600_9fe608b1235.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable hotel, was built in 1993, has 205 rooms and 7 floors. It has a bar, a cafÃ©, lifts and a restaurant with air-conditioning, The establishment also offers internet and indoor parking (for a fee). SITUATION: This luxurious hotel is in Budapest the city centre of near the establishment, you will find the opera, is 1 kilometre away from a metro station. ROOM: The inviting rooms, have a bathroom with a hairdryer, a direct line telephone, a safe, a mini-bar and a fridge. FACILITIES: The establishment has a gym, For a fee, guests can enjoy a massage service, the Turkish bath and a jacuzzi.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.62" OriginalAmount="262" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502252044289" Longitude="19.057867527008" StarRating="4" HotelCode="259028|2437" HotelName="K+K Hotel Opera" 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,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Révay utca 24, 1065 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/4e/b94eb618b592b8536d7d4af9a01ef5d4806097f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury city hotel is located in the centre of Budapest near the opera. The underground station,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="264.62" OriginalAmount="262" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|579791-28434101/7505785150393091394/2501" HotelName="DIANA CLUB HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/579791/201952103444252.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="264.62" OriginalAmount="262" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|559400-28542685/7505785150393091394/2605" HotelName="BUDAPEST HOLIDAYS RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26960000/26952500/26952493/28b377c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="265.54" OriginalAmount="262.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4857545" Longitude="19.0772438" StarRating="0" HotelCode="|256279" HotelName="Corvin Rose Apartment Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/2/7/9/256279_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="266.64" OriginalAmount="264" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|233819-25442356/7505785150393091394/5167" HotelName="SIX INN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90760000/90751900/90751836/91bc8b66_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="267.13" OriginalAmount="264.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49185" Longitude="19.06905" StarRating="3" HotelCode="329853" HotelName="Central Hotel 21" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Mária utca 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0003/29853/329853/24.jpg?f=17740288</HotelPictures>
        <HotelDescription>Take in the views from a garden and make use of amenities such as complimentary wireless internet access and tour/ticket assistance. Additional amenities at this hotel include bike parking and an electric bike charging station.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 3 stars.. Featured amenities include a computer station, multilingual staff, and luggage storage. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1266-25187279/7505785150393091394/4808" HotelName="THE THREE CORNERS ANNA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18350000/18344200/18344164/99f1c6ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.66" OriginalAmount="266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.479287216872" Longitude="19.074459671974" StarRating="4" HotelCode="130347|actor_hotel_budapest" HotelName="Actor Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viola utca 10-14, 1094 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/34/7a341d221f07bed164a7f70fd93023deca80915b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the Pest side of Budapest in the newly renovated, architectural Oscar prize...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="268.72" OriginalAmount="266.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5097" Longitude="19.0567" StarRating="3" HotelCode="|445082" HotelName="T62" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/8/2/445082_ea1149c1102.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="269.56" OriginalAmount="266.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48886" Longitude="19.03434" StarRating="4" HotelCode="2190769" HotelName="Gold Hotel Budapest" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Hegyalja Út 14,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0021/90769/2190769/1.jpg?f=15365015</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access. Additional features at this Victorian hotel include concierge services, a banquet hall, and bike parking. Getting to nearby attractions is a breeze with the area shuttle (surcharge) that operates within 19 kilometers.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include express check-out, a 24-hour front desk, and multilingual staff. This hotel has 2 meeting rooms available for events. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a cruise ship terminal shuttle..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="270.74" OriginalAmount="268.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51369" Longitude="19.04025" StarRating="3" HotelCode="2945289" HotelName="Grand Jules Boat Hotel Budapest" Meals="ROOM - CITY VIEW" BedType="ROOM - CITY VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Angelo Rotta Rakpart,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0029/45289/2945289/1.jpg?f=17470817</HotelPictures>
        <HotelDescription>Take in the views from a rooftop terrace and make use of amenities such as complimentary wireless internet access and concierge services.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="270.86" OriginalAmount="268.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5090191" Longitude="19.0453069" StarRating="4" HotelCode="|64176" HotelName="Marmara Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/1/7/6/64176_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a safety deposit box service, a cloakroom, a lift, a cafÃ©, a bar and a restaurant. The establishment boasts conference facilities, internet, a laundry service, a car park, indoor parking and a restaurant. SITUATION: This hotel is in the city centre, Next to, Close to points of interest, the parliament, San Esteban the Basilica of the museums, theatres, shops, restaurants and cafÃ©s. ROOM: The rooms have a bathroom with a shower, a hairdryer, a satellite or cable television, internet, a mini-bar, an air-conditioning system, individual heating, a direct line telephone, a safe, a fridge, a coffee maker and a kettle. Our guests also have available interconnected rooms. OTHERS: The establishment serves a continental buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="271.15" OriginalAmount="268.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48833" Longitude="19.023003" StarRating="4" HotelCode="14406" HotelName="Novotel Budapest City &amp; Budapest Congress Center" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Alkotas Utca 63-67,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14406/14406/96.jpg?f=17742286</HotelPictures>
        <HotelDescription>Facilities and services include 24 hours reception, 24 hours room service, porter and concierge service, café/restaurant and lobby bar, wi-fi connection in all public areas, safe deposit box at reception (extra charge), business centre, meeting room facilities (largest capacity for 50 persons), an indoor pool, sauna and a fitness facility.Guest rooms are equipped with bathroom, satellite/cable colour TV, pay movies, telephone, work area, internet access, safe deposit box (extra charge), air condition, mini bar, hair dryer and tea/coffee making facilities.Address: Alkotas utca 63-67, 1123 Budapest, Hungary.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="271.69" OriginalAmount="269" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498498" Longitude="19.07735" StarRating="4" HotelCode="899453|16166" HotelName="The Three Corners Hotel Bristol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kenyérmezo, 4, 1081 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/81/c78169e3f890bb8d12e90c7ff4c95246d3c6bc94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located next to the central artery of Budapest (Rákóczi út), close to the ever st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="272.44" OriginalAmount="269.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4994193" Longitude="19.0392452" StarRating="4" HotelCode="|23219" HotelName="Carlton Buda Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>APOR PETER UTCA 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/2/1/9/23219_90409e11252.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1990, has 7 floors, an annexed building, 95 rooms, 10 single rooms and 85 double rooms. It has a lobby with a reception, a currency exchange service, a safety deposit box service and lifts. The establishment offers a conference room, indoor parking and a car park. With regards to the food and beverage offering, the establishment has a bar and a restaurant with air-conditioning. There are many services available at the establishment, including internet, room service and a laundry service. SITUATION: This smart hotel is in a central area of Buda. Near the establishment, guests will find Fisherman's Bastion (HalÃ¡szbÃ¡stya) close to the establishment, guests have tourist areas and the historic centre. It is 300 metres away from a public transport stop. 50 minutes away from the establishment, guests will find Budapest Ferenc Liszt International Airport. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet. They also have a living room, a mini-bar, a double bed, a safety deposit box, fitted carpets and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="272.70" OriginalAmount="270" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51374233" Longitude="19.0397819" StarRating="2" HotelCode="571782|218939" HotelName="Grand Jules - Boat Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="botel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Conference Hall,Designated Smoking Area,Dining,Meeting Room,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Angelo Rotta rakpart, 1027 Budapest, Pest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/fd/5bfdd4b2b32f6f8b4f42eec29cc2a28ef3537d9b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;OnRiver Hotels – Grand Jules is a newly renovated 3-star boat hotel situated on the Buda side of Bud...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="272.70" OriginalAmount="270" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185778-28499638/7505785150393091394/2227" HotelName="PRATER RESIDENCE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4320000/4310700/4310606/df5c1a78_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="273.40" OriginalAmount="270.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498183" Longitude="19.069127" StarRating="4" HotelCode="75180|1241083" HotelName="Soho" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dohány utca, 64, Budapest 1074</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/16/1b/161b065ab336d6dfc56d096b7ce3ff57d69ee172.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest, where Dohány Street and Elizabeth Boulevard meet. It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.71" OriginalAmount="271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.41435" Longitude="19.244114" StarRating="4" HotelCode="81844|airport_hotel_budapest" HotelName="Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lorinci, 130/a, 2220 Vecsés</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/dc/9adc83749bbc9b61ba7f502c18e9db8b9c968889.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is situated near the edge of Budapest (2-2.5 km away).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.506816264834" Longitude="19.053318500519" StarRating="4" HotelCode="370586|best_western_premier_hotel_parlament" HotelName="Parlament" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Kálmán Imre utca 19, 1054 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/32/0b329361dc8eef2a9b1fe7862bc02d7a00573c21.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located about 5 minutes walk from the city centre where there are many sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="274.72" OriginalAmount="272.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49894486" Longitude="19.05028504" StarRating="3" HotelCode="572481|nador_home" HotelName="Nádor Home" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jozsef Attila utca 10, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/4d/b04d3cd1cc2620b8065d971bd9d30650c7a2c735.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="274.77" OriginalAmount="272.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498196" Longitude="19.069134" StarRating="4" HotelCode="164035" HotelName="Honest Budapest By Chic &amp; Basic" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Dohány Utca, 64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/64035/164035/2.jpg?f=17750215</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="275.29" OriginalAmount="272.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4983606" Longitude="19.0773131" StarRating="4" HotelCode="|47891" HotelName="Bristol Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KENYERMEZO UTCA 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/9/1/47891_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 49 rooms and 4 floors. It also has air-conditioning, a lobby, a reception, a lift, a bar, a breakfast room and conference rooms. The establishment offers guests WiFi, room service, a laundry service, bicycle hire and indoor parking. SITUATION: This urban hotel, RÃ¡kÃ³czi Ãºt it is close to close to the establishment, clients can find the railway station, close to the establishment, guests have Saint Elisabeth the Church of it is close to Arena Plaza the shopping centre Where you can find shops, restaurants and cafÃ©s. it is close to the bus station, public transport services, the opera and museums. it is situated 14 kilometres away from Budapest Ferenc Liszt International Airport. ROOM: Each room has a bathroom with mirror, a hairdryer, bath or shower, a safe, a direct line telephone, cable and satellite television, a coffee maker and a kettle (available on request), They also have a mini-bar, WiFi (free of charge), an individual air-conditioning system and heating. FACILITIES: The establishment boasts a sauna and a gym (free of charge). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.553277" Longitude="19.078471" StarRating="4" HotelCode="191328|park_inn_by_radisson_budapest" HotelName="Park Inn by Radisson Budapest" 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>Szekszárdi utca 16-18, 1138 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/a0/d3a0289740dc245e46aa7eebe344284c62d547ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5222492" Longitude="18.9706993" StarRating="3" HotelCode="267930|tiliana_hotel" HotelName="Tiliana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Harshegyi Utca 1-3, 1021 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/4a/5a/4a5afb7f00eb08688da235a4ad090d32689800f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="276.74" OriginalAmount="274" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1430774-27596353/7505785150393091394/6922" HotelName="LA FORTEZZA PANZIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99070000/99063400/99063345/d9bd9cf5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="277.95" OriginalAmount="275.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.495996660023" Longitude="19.072464108467" StarRating="4" HotelCode="68677|2739432" HotelName="Atrium Fashion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Csokonai utca 14, 1081 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/cb/97cb9af0e4836c281d27ba94931dedd87e52ec11.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city design hotel is close to Budapest's most popular sites, 1 km from the city centre. All oth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.57" OriginalAmount="275.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995305" Longitude="19.0788544" StarRating="4" HotelCode="|22285" HotelName="Danubius Hungaria City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/8/5/22285_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban and conference hotel, was built in 1985, is situated on a main street. It has 8 floors, 499 rooms, 65 single rooms, 352 double rooms and 32 suites. SITUATION: This smart hotel is in Budapest city centre. Near the establishment, you will find the Elisabeth Bridge. In the surrounding area, there are shops and bars. 700 metres away you can find nightclubs. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio and internet (available for a fee). They also have a mini-bar (available for a fee), fitted carpets and a central heating system. FACILITIES: The establishment has a sauna, a massage service and a gym. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and Ã  la carte lunch and dinner. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.76" OriginalAmount="276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48576835" Longitude="19.07691147" StarRating="0" HotelCode="827010|corvin_holiday_apartment_hotel" HotelName="Corvin Holiday Apartments Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corvin Setany 3a, 1082 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/c7/87c74e6b1a2fca7874e89102fffa08d466a14233.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.77" OriginalAmount="277" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.090244" Longitude="-8.224838" StarRating="4" HotelCode="0|57534-12634667/7505785150393091394/2748" HotelName="ATRIUM HOTEL BY MELLOW MOOD HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>. JOSE FONTANA AREIAS DE S.JOAO  APTD.908, ALBUFEIRA, PT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1610000/1604200/1604199/04850c10_b.jpg</HotelPictures>
        <HotelDescription>This friendly apart hotel is excellently located in the popular holiday resort of Albufeira, only 500 m from Oura Beach and within minutes from the famous strip with its abundance of restaurants, bars, pubs and shopping facilities. Continente Shopping Centre, the beach of Santa Eulália and the Bullring of Albufeira are within walking distance, Faro International Airport is about 32 km away. The hotel offers room ranging from studio to two bedrooms apartment which can accommodate up to 6 people. Each unit is decorated in European style, equipped with Flat-screen TV, Air conditioning, a well-fitted kitchenette, dining and living area, tea &amp;amp; coffee facilities, safe box, hair dryer, fridge and etc. Some rooms offers pool view or garden view with walk out balcony or terrace.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.77" OriginalAmount="277" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|615757-25779104/7505785150393091394/5097" HotelName="TILIANA THE UNFORGETTABLE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24040000/24030500/24030428/845511e6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.77" OriginalAmount="277" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1248308-26601747/7505785150393091394/6379" HotelName="INTERCITY BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/64000000/63900000/63895100/63895077/7fb0bd61_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="280.78" OriginalAmount="278" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1358711-26652868/7505785150393091394/6250" HotelName="BUTIK ART" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/82000000/81130000/81124700/81124686/ae03da0b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.21" OriginalAmount="278.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5109148" Longitude="19.0370749" StarRating="4" HotelCode="|71246" HotelName="Regnum Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>GANZ UTCA 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/2/4/6/71246_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2010, has 49 rooms, air-conditioning, a lobby with express check-out, a reception, a safety deposit box service, a lift, a cafÃ©, a bar, a restaurant, conference facilities and WiFi (free of charge), At an additional cost, you can enjoy a laundry service, a car park and a bicycle rental desk. SITUATION: It is in the city centre, has good links to public transport services located near the historic centre, You can find restaurants, shops and public transport services. It is situated 700 metres away from shops, this hotel is situated 1 kilometre away from the tourist centre, 15 kilometres away from the establishment, guests will find the train station situated 15 kilometres away fromBudapest Airport. ROOM: The modern rooms, a bathroom with a shower or bath, a hairdryer, a direct line telephone, a television, internet, a safety deposit box, a mini-bar, a coffee maker, a kettle, windows, a desk, an ironing set, an individual air-conditioning system, heating and a balcony or terrace. FACILITIES: Clients can enjoy a massage service (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50626536" Longitude="19.05602118" StarRating="3" HotelCode="671169|301643" HotelName="Bp Design Hotel and Apartmant" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Nagymezo Utca 66, 1065 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a7/51a734f489167aa8f96363a3c2711794b94d2c8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.379371" Longitude="2.176115" StarRating="4" HotelCode="0|52406-25231729/7505785150393091394/5462" HotelName="IKONIK PARLAMENT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>19 Carrer Dels Escudellers, BARCELONA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1370000/1367800/1367703/34f905ad_b.jpg</HotelPictures>
        <HotelDescription>This elegant hotel is in Barcelona's Gothic Quarter, 200 metres from the Ramblas. Barcelona Cathedral and the Boquería Market are 600 metres away. The port and Maremagnum Shopping Centre are a 10-minute walk from the hotel. Barceloneta Beach is a 20-minute walk away. Guests will find themselves just a short distance from a diverse selection of shops, restaurants, bars and galleries in the hotel's vicinity. The Picasso Museum and fashionable Borne district are a 10-minute walk away. Barcelona El Prat Airport is 15 km away. This accommodation offers spacious and modern 57 guest rooms with en-suite facilities. Each room is fully equipped with heating, temperature control, working desk, satellite TV with international channels, blow dryer, safe and bath amenities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="281.79" OriginalAmount="279" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|890633-26120572/7505785150393091394/6340" HotelName="BUDAPEST PASSAGE 1" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45170000/45161300/45161239/b05f0dc2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499463307738" Longitude="19.07877266407" StarRating="4" HotelCode="13612|hotel_hungaria_city_center" HotelName="Hotel Hungaria City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rákóczi Utca 90, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/e0/fee0423f3603cf2f3847736c7486cd4e78350b8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This prestigious hotel is situated at the heart of Budapest, close to Elisabeth Bridge. Numerous sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="281.93" OriginalAmount="279.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995" Longitude="19.039211" StarRating="4" HotelCode="14356" HotelName="Carlton Hotel Buda Castle" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Apor Péter Utca . 3,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14356/14356/41.jpg?f=17692292</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="282.80" OriginalAmount="280" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.484667298891" Longitude="19.075714945793" StarRating="4" HotelCode="186972|56989" HotelName="Fraser Residence Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nagytemplom utca 31, 1082 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/c2/b1c2630c2839a723da1ba8d296b33a28a86bd409.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.80" OriginalAmount="280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48326992554" Longitude="19.070149119247" StarRating="0" HotelCode="782768|corvin_hotel_4" HotelName="Corvin Hotel Budapest Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Angyal Utca 26</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/a6/21a6df6ea8bc233bc3bf369a46998e8556628cc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="283.55" OriginalAmount="280.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51275" Longitude="19.052131" StarRating="4" HotelCode="26503|1088491" HotelName="NH Budapest City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vígszínház utca 3, H-1137 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/67/3d67e84f9c241379b8c00a8e06bfa931dcef8719.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is centrally situated in the XIII district of Budapest, between the Parlia...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="283.83" OriginalAmount="281.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50016" Longitude="19.05575" StarRating="3" HotelCode="|186106" HotelName="Andrássy Thai" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Andrassy street 2.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/6/186106_632308a0915.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="284.29" OriginalAmount="281.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.480175" Longitude="19.0682" StarRating="2" HotelCode="3936397" HotelName="B&amp;B Hotel Budapest City" Meals="ROOM WITH VIEWS" BedType="ROOM WITH VIEWS">
        <Address>
          <AddressLines>
            <AddressLine>Angyal Utca 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/36397/3936397/33.jpg?f=16949783</HotelPictures>
        <HotelDescription>Facilities: The friendly staff at the reception desk are happy to answer any questions. Services and facilities include a baggage storage service, a safe, a laundry service, a conference room, a banquet hall and a smoke alarm. Wireless internet access is provided in public areas. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. The hotel has wheelchair-accessible facilities and a lift. Guests arriving by car can park their vehicles in the garage or in the car park (no extra charge).
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="284.82" OriginalAmount="282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|909564-28448062/7505785150393091394/559" HotelName="HERITAGE HOME APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/909564/2022101314322410.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="286.84" OriginalAmount="284.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.507933" Longitude="19.058175" StarRating="3" HotelCode="114078|cotton_house_2" HotelName="Cotton House Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jókai utca 26, 1066 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/84/e5842301df12ee0aa53fff8ea544cf254488ab4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1270-18115730/7505785150393091394/3424" HotelName="CARLTON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107050000/107043900/107043869/c012bd7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="287.85" OriginalAmount="285.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50964417" Longitude="19.05675733" StarRating="0" HotelCode="964727|t62_hotel" HotelName="T62 Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Teréz Körút 62, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/c6/b9c6611f64b5988240a7693b7c89b3097a5010cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="288.44" OriginalAmount="285.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5078599" Longitude="19.0581733" StarRating="3" HotelCode="|160382" HotelName="Cotton House  Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/3/8/2/160382_9.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="288.62" OriginalAmount="285.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.483212311065" Longitude="19.070318826809" StarRating="4" HotelCode="63598|992728" HotelName="Corvin Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel">
        <Address>
          <AddressLines>
            <AddressLine>Angyal Street 31, 1094 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/d6/d67a5fe4e1a2749b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel is located in a central yet quiet district of Budapest and offers excellent...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.86" OriginalAmount="286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497809" Longitude="19.072225" StarRating="5" HotelCode="907163|boscolo_residence" HotelName="New York Residence Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Osvát utca 2-8, 1073 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/9c/d19c16cbeb1f07b155bacbb8a4e9afc97981408a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated next to the famous New York Palace in the heart of Budapest, the hotel offers easy access t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="289.87" OriginalAmount="287" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.512157294069" Longitude="19.074328243732" StarRating="4" HotelCode="26441|6174" HotelName="Mamaison Hotel Andrassy Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Andrassy utca 111, 1063 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/a2/1ea20e2168109db8bd84c56d974e91d19849da2e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This only small luxury hotel in Budapest is located in a wonderful quarter, minutes from Hero Square...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="289.87" OriginalAmount="287" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|615775-28501988/7505785150393091394/2432" HotelName="BUTTERFLY HOME" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2960000/2951500/2951414/f75e0ece_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="289.87" OriginalAmount="287" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1264058-26610941/7505785150393091394/6058" HotelName="B AND B HOTEL BUDAPEST CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66900000/66896000/66895924/090f831a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="289.95" OriginalAmount="287.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.496665" Longitude="19.070983" StarRating="4" HotelCode="14784|HU000005" HotelName="Hotel Nemzeti Budapest - MGallery" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD" BedType="HALF BORD" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jozsef Körút 4, 1088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/03/5603ed41dfa99eb66683e9f5866a666dddaf4143.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the city centre and enjoys excellent connections via the underground train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="290.82" OriginalAmount="287.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49945" Longitude="19.064953" StarRating="0" HotelCode="|491063" HotelName="Gracia Apartment House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/1/0/6/3/491063_84539c21032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="290.88" OriginalAmount="288" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|487481-28564107/7505785150393091394/940" HotelName="KLEBELSBERG KASTELY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19250000/19242800/19242783/f6227a68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="291.32" OriginalAmount="288.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4886429" Longitude="19.0556821" StarRating="4" HotelCode="|76504" HotelName="Bohem Art" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MOLNAR 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/5/0/4/76504_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has modern facilities. SITUATION: This hotel is in Budapest the historic centre of it is situated near VacÃ­ the shopping street next to the establishment, guests will find Danube the river.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="291.89" OriginalAmount="289" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1382121-27578847/7505785150393091394/6674" HotelName="FLORIN APART HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/6000000/5995300/5995238/4fa4a43f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.89" OriginalAmount="289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500254" Longitude="19.055696" StarRating="3" HotelCode="311484|andrassy_thai_hotel" HotelName="Andrássy Thai Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Andrássy út 2, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/c9/33c9c48b754f59d8d48e327c86d5d30ecdf6abdc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="292.48" OriginalAmount="289.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.482357" Longitude="19.069758" StarRating="3" HotelCode="|440447" HotelName="B&amp;B Budapest City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>47.480268, 19.068214 , Angyal u. 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/4/4/7/440447_73c0b1a0955.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|581207-28552448/7505785150393091394/1997" HotelName="ARPAD BRIDGE APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/30000000/29090000/29088100/29088022/030929f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.90" OriginalAmount="290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.505655" Longitude="19.028674" StarRating="4" HotelCode="114071|hotel_castle_garden" HotelName="Castle Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lovas útca 41, 1012 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/2d/3d2da7ae7619187406419f861184867c7e201ef8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical castle district and near Széll Kálmán Square, on the Metro li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.57" OriginalAmount="290.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4981934" Longitude="19.0564018" StarRating="0" HotelCode="|157729" HotelName="Central Passage Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/7/2/9/157729_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has WiFi, (free of charge), a transfer service (free of charge), (on request). SITUATION: This establishment, is in Budapest the centre of it is located between Deak Ferenc the square AndrÃ¡ssy boulevard.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="293.91" OriginalAmount="291" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="12.931225" Longitude="100.979805" StarRating="3" HotelCode="0|185803-28525955/7505785150393091394/883" HotelName="WALZER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>561/1 MOO.10, SOUTH PATTAYA, NONGPRUE, BANGLAMUNG, PATTAYA, TH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/185803/20121221104229982.jpg</HotelPictures>
        <HotelDescription>The hotel is situated in a quiet location in the buzzing Pattaya, yet all of the popular destinations are within walking distance, with the beach only 700 metres from the hotel and the famous Pattaya Walking Street less than 1 km away. Utapao Airport is approximately 45 km from the hotel, Don Muang International Airport is around 155 km away and Bangkok-Suvarnabhumi International Airport is roughly 125 km away.

The hotel features contemporary design and stylish decor, and offers 43 accommodation units in total. The hotel is air conditioned and features a lobby with 24-hour reception, a hotel safe and lift access. Additional amenities include as a conference room, room service, a laundry service, free Internet access, a concierge service and a car park.

The rooms feature exquisite new interiors and each has a unique decor with stylish artistic designs. All rooms come with a private bathroom with a shower and a hairdryer, and offer a satellite TV, Internet access, a safe, minibar and individually regulated air conditioning as standard.

The hotel offers an outdoor swimming pool, a pool table, motor bike rental service, DVD rental service and in-room massage service.

The hotel's Philo Restaurant serves breakfast each morning and guests can enjoy international cuisine here.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.511325" Longitude="19.076404" StarRating="3" HotelCode="10819|benczur_hotel" HotelName="Benczur" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Benczúr utca 35, 1068 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/de/42dea4e6141e39151fc81ad637bd700b062f7324.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in elegant surroundings, providing easy access by foot to Heroes' Square, Andrássy ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.10" OriginalAmount="291.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5119753" Longitude="19.0743918" StarRating="4" HotelCode="|23036" HotelName="Mamaison Andrassy Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ANDRASSY UT 111</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/0/3/6/23036_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 4 floors, 70 rooms and 7 suites. It has a garden, a lobby with air-conditioning, a reception, a safety deposit box service and a lift. Our guests can find a cafÃ©, a bar, an Ã  la carte restaurant with air-conditioning, a terrace and 11 conference rooms. The establishment offers guests internet, room service, a laundry service and a car park (for a fee). SITUATION: Budapest It is in near the establishment, you will find Heroes' (HÅ‘sÃ¶k tere) the square Heroes' (HÅ‘sÃ¶k tere) the zoo, 100 metres away, guests have Bajza Utca the Station of 300 metres away from the establishment, you can find SzÃ©pmÅ±vÃ©szeti MÃºzeum the museum 1,5 kilometres away, you can find shops, bars, nightclubs and the opera. ROOM: The spacious rooms, have a king-size bed, an air-conditioning system, internet (free of charge), a safety deposit box and a desk. They also have a satellite TV, a direct line telephone and a mini-bar. Guests can choose between a bath and hydromassage shower. All the rooms have garden views, Guests can find Junior Suites with a balcony, a central air-conditioning system, a desk and a mini-bar. It also offers a safety deposit box, a direct line telephone, a satellite TV, internet (free of charge), a stereo and a bathroom with jacuzzi, Guests also have available suites. FACILITIES: The establishment has a sauna, a gym and a massage service. close to the establishment, clients can find a spa. OTHERS: Regarding the food and beverage offering, clients can enjoyNew Baraka the restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="294.35" OriginalAmount="291.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498486" Longitude="19.07741" StarRating="4" HotelCode="298769" HotelName="Hotel Bristol Budapest" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Kenyermezo Utca 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/98769/298769/68.jpg?f=17740165</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a television in a common area.. Featured amenities include complimentary wired internet access, complimentary newspapers in the lobby, and dry cleaning/laundry services. Event facilities at this hotel consist of conference space and a meeting room..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="294.61" OriginalAmount="291.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4790598" Longitude="19.0683998" StarRating="3" HotelCode="|38956" HotelName="Ibis Styles Budapest City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SOROKSARI UT 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/9/5/6/38956_20.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 130 rooms, 64Â non-smoking rooms a bar, meeting room, a business centre and a car park (for a fee), renovated in 2007 a hall with a reception, a currency exchange service, a lift, internet (for a fee) and a laundry service. SITUATION: It is inPest the area it is in Budapest the city centre of near the establishment, you will find cultural places, the theatre, 100 metres away, there is a public transport stop, 17 kilometres away, you can find Budapest Airport. ROOM: Customers can find soundproofed rooms, They have a satellite television with films, a direct line telephone, WiFi, a safety deposit box, a hairdryer, a bathroom with a bath or shower and a terrace. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="294.83" OriginalAmount="291.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500557" Longitude="19.067003" StarRating="3" HotelCode="3964969" HotelName="Vagabond Soho" Meals="SUPERIOR APARTMENT" BedType="SUPERIOR APARTMENT">
        <Address>
          <AddressLines>
            <AddressLine>Kertész Utca 25.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/64969/3964969/1.jpg?f=17375249</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as bicycles to rent or take in the view from a terrace and a garden. This apartment also features complimentary wireless internet access and a picnic area.. Featured amenities include express check-in and express check-out. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="295.82" OriginalAmount="292.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4937418" Longitude="19.058047" StarRating="4" HotelCode="|64490" HotelName="Exe Budapest Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>KOSSUTH LAJOS U. 7-9, REALTANODA U-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/4/9/0/64490_bb71f701243.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is contemporary. SITUATION: The establishment, is in Budapest the heart of. ROOM: The establishment has 175 rooms, 6 suites 3 Presidential Suites, with an air-conditioning system and WiFi. FACILITIES: The establishment has a solarium, a sauna, a gym, a restaurant and a library. Guests are offered 2 meeting rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="296.34" OriginalAmount="293.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4935884" Longitude="19.0633801" StarRating="4" HotelCode="|60550" HotelName="Museum Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>TREFORT UTCA 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/5/0/60550_5320b661539.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="296.94" OriginalAmount="294" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.434048" Longitude="19.091534" StarRating="4" HotelCode="267944|448655" HotelName="Duna Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1203 Budapest, Vízisport Street 12</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/e1/88e19caffa4ae05b2a85925f968b28c522e5f1da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4867915" Longitude="19.07130758" StarRating="4" HotelCode="581970|vagabond_apartments_suites" HotelName="Vagabond Apartments &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Práter utca 6, 1083 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/f0/c4f0844d795499aa019281a9420f8c319b8921b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.30" OriginalAmount="294.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.45168" Longitude="18.960988" StarRating="4" HotelCode="|15590" HotelName="Holiday Inn Budapest-budaörs, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Agip utca 2, Budaors</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/0/15590_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 3 floors, 164 rooms and 4 suites. It has a reception, a bar, a restaurant, a car park and indoor parking. SITUATION: This hotel Budapest it is in 10 minutes away from the establishment, clients can find the city centre, Where you can find shops. it is 6,5 kilometres away from Budepest-DÃ©li Palyaudvar the Station of 36 kilometres away, you can find the airport, is situated close to a public transport stop. ROOM: The stylish rooms, have a bathroom and with a shower, a hairdryer. They also have a direct line telephone, a satellite or cable television, a mini-bar and a safety deposit box (available for a fee). FACILITIES: The establishment boasts a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.62" OriginalAmount="294.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497331" Longitude="19.0719716" StarRating="4" HotelCode="|19707" HotelName="Mövenpick Hotel Budapest Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 27/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Rakoczi 43-45</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/0/7/19707_350041c1540.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1911, it was opened in 2002 and has 227 large rooms. It has a restaurant which has live music and a bar. The establishment offers guests a health centre, a beauty centre, a sauna, a jacuzzi and a massage service. Guests can also find 7 meeting rooms. SITUATION: This hotel is in a central area. 500 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom and a safe. FACILITIES: The establishment has a gym and a sauna.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.78" OriginalAmount="294.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48982" Longitude="19.017706" StarRating="3" HotelCode="|55326" HotelName="Jagello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 JAGELLO STRASSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/2/6/55326_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This business hotel, recently opened. SITUATION: World Trade Center It is situated next to near the establishment, you will find Budapest the centre of it has good links to public transport services. ROOM: The establishment has comfortable rooms and quiet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="297.99" OriginalAmount="295.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4843209" Longitude="19.0629231" StarRating="2" HotelCode="|255067" HotelName="Maverick Urban Lodge" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/5/0/6/7/255067_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="298.96" OriginalAmount="296" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|581525-25730509/7505785150393091394/6212" HotelName="BUDAPEST HOLIDAYS APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26730000/26723200/26723180/1324ec79_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="299.97" OriginalAmount="297" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|272399-18250068/7505785150393091394/3814" HotelName="ANDRASSY THAI HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8690000/8680800/8680744/0e4a5256_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="299.97" OriginalAmount="297" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|153016-25326304/7505785150393091394/6639" HotelName="ERZSEBET KIRALYNE (QUEEN ELIZABETH)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2930000/2928600/2928578/8527a60c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493693287654" Longitude="19.063245356083" StarRating="4" HotelCode="14783|hotel_museum_budapest" HotelName="Hotel Museum Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Trefort utca 2, 1088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/00/e300e31b9603471bf393bb776b186ee0c79240c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the city, near to the business quarter and very close to the N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="301.99" OriginalAmount="299" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1430772-27595557/7505785150393091394/6877" HotelName="KAROLY BOUTIQUE SUITES, BEST LOCATION BY BQA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96550000/96541400/96541399/fe586fe2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="303.00" OriginalAmount="300" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.658000" Longitude="-75.415900" StarRating="4" HotelCode="0|93782-18127310/7505785150393091394/3338" HotelName="THE HONEST BUDAPEST BY CHIC &amp;amp; BASIC" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3375 High Point Boulevard, Bethlehem, 18017, PA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/115000000/114120000/114112600/114112577/48b199fb_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 100. Suites: 18. Single-bedded accommodations: 53. Double bedrooms: 47. Smoking rooms: 0. Nonsmoking rooms: 100. Physically challenged rooms: 7. Floors: 3. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Welcome to the Holiday Inn Express Hotel Bethlehem Airport - Allentown Area Located one mile from the Lehigh Valley International Airport, our eastern Pennsylvania hotel provides a friendly lodging choice for guests. Our hotel located in Bethlehem, Pennsylvania is  minutes from Moravian College and Lehigh University.   Visitors are sure to enjoy their vacation while lodging in our Lehigh Valley International Airport Holiday Inn Express, which is close to many area attractions.  The new  PPL Center, home of the  Lehigh Valley Phantoms,  Dorney Park and Wild Water Kingdom, the Crayola Factory and the exciting Wind Creek Casino Bethlehem are just a few of the attractions that are within easy driving distance of our hotel.     Our Bethlehem location provides a relaxing and pleasant environment for business travelers alike. All rooms have microwave and refrigerator.  Enjoy the outdoor, heated pool and our well-equipped Fitness Center during their stay. We also provide free high-speed, wireless Internet access, so our guests can stay connected with family or business associates.    The complimentary Express Start Breakfast buffet is enjoyed every morning and features hot entrees, made to order pancakes, continental favorites and cinnamon rolls. We hope that you will take advantage of our great hotel deals and make your reservations for our Bethlehem Airport-Allentown Area Holiday Inn Express today!. Onsite facilities information- ParkingProperty was built in 2007. Hotel Currency: USD. Additional Addresses: Other: 3375 High Point Boulevard, Bethlehem, 18017, PA, US. Additional Phone Numbers: Fax - Other: 16108821381. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="304.69" OriginalAmount="301.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50523" Longitude="19.065047" StarRating="4" HotelCode="|442852" HotelName="Eurostars Ambassador" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/8/5/2/442852_78781fe1500.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="75" TotalAmount="305.24" OriginalAmount="302.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497469967964" Longitude="19.072136878967" StarRating="4" HotelCode="15225|HU000016" HotelName="Novotel Budapest Centrum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rákóczi útca 43-45, 1088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/50/cc/50cc52114065714debe175d8c7061e25042fb41b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This prestigious hotel is centrally located and offers the ideal starting point for excursions to th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="305.41" OriginalAmount="302.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.505934" Longitude="19.063967" StarRating="3" HotelCode="|444762" HotelName="Oktogon Haggenmacher" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/6/2/444762_51b4fdd1025.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.513271" Longitude="19.077976" StarRating="4" HotelCode="187143|192341" HotelName="Mirage Medic Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dózsa György utca 88, 1068 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/be/79/be7961933bff4dff93e5e8d409e73cdb4db1a607.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated just 50 metres from Heroes' Square in Budapest.Due to the central location of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.03" OriginalAmount="303.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.484927490061" Longitude="19.067341566595" StarRating="4" HotelCode="556802|the_three_corners_lifestyle_hotel" HotelName="The Three Corners Lifestyle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Hogyes Endre Utca 4, 1092 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/1f/2c1f8398d14eadab53eda71217099ce897187ff7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="306.81" OriginalAmount="303.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50594" Longitude="19.02878" StarRating="4" HotelCode="297109" HotelName="Hotel Castle Garden" Meals="ECONOMY ROOM" BedType="ECONOMY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Lovas U. 41,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/97109/297109/18.jpg?f=17730459</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a hot tub and a sauna. This hotel also features complimentary wireless internet access and concierge services.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include express check-out, a 24-hour front desk, and luggage storage. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="307.27" OriginalAmount="304.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497478" Longitude="19.065132" StarRating="4" HotelCode="|449667" HotelName="Vagabond Grand'Or" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/6/6/7/449667_31718ec1009.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="308.05" OriginalAmount="305" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1358722-26652872/7505785150393091394/6678" HotelName="GISELLE VINTAGE DOUBLES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88080000/88079500/88079452/8f5e930e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.05" OriginalAmount="305.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497838049784" Longitude="19.072872760861" StarRating="3" HotelCode="305723|esprit_hotel_budapest" HotelName="Esprit Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rakoczi Utca 51, 1086 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/b2/6ab2ff8b54e44a8463c67c46616e2c4cc7cc557a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="308.74" OriginalAmount="305.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4979024" Longitude="19.0611172" StarRating="0" HotelCode="|255084" HotelName="The Hive Party" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dob utca 19.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/5/0/8/4/255084_23c7fbb1619.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.39" OriginalAmount="306.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4812142" Longitude="19.0306807" StarRating="2" HotelCode="|157564" HotelName="Carolina Apartman" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/5/6/4/157564_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.69" OriginalAmount="306.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4720955" Longitude="19.0202249" StarRating="4" HotelCode="|27078" HotelName="Rubin Wellness and Conference" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAYKA GABOR U. 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/7/0/7/8/27078_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2007, has 2 buildings, 3 floors and 81 rooms. It has a lobby with elevators, a reception, a safety deposit box service, a currency exchange service and shops. SITUATION: This comfortable hotel is close to Sas the mountain is situated in Budapest the outskirts of 3 kilometres away from the establishment, guests will find the city centre, Where you can find tourist points of interest, shops and a train station. 100 metres away, there is a public transport stop, is well-connected with the motorway. ROOM: The inviting rooms, have an air-conditioning system, a bathroom with a hairdryer, a bath, a mini-bar, heating, a safe and a balcony or terrace. Guests also have at their disposal one-bedroom apartments with telephone, a radio, satellite or cable TV and WiFi. FACILITIES: The establishment boasts a covered pool, a sauna, a jacuzzi and a massage service. The establishment also has a terrace and a gym. Clients can enjoy activities such as play squash and play lawn-bowling. PAYMENT METHODS: Customers can pay using American Express, Visa, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner. Guests can book half-board or full-board.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="309.73" OriginalAmount="306.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.519001" Longitude="19.0569992" StarRating="0" HotelCode="|50514" HotelName="Adina Apartment Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hegedus Gyula Str. 52-54</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/4/50514_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has rooms and apartments. It has a swimming pool, a jacuzzi, a sauna, a steam bath, a fitness centre and a lovely garden. Our guests can find a bar, a lobby and a laundry service. SITUATION: It is inBudapest the heart of near the establishment, guests will find Danube the river in the surrounding area, clients have the parliament, the opera and Westend the shopping centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="310.07" OriginalAmount="307" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12277-25202258/7505785150393091394/5612" HotelName="DANUBIUS HOTEL HUNGARIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11500/11454/b1070ded_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="310.07" OriginalAmount="307.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492375734982" Longitude="19.044290184975" StarRating="3" HotelCode="15444|hotel_orion_varkert" HotelName="Hotel Orion Varkert" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Döbrentei utca 13, 1013 Budapest, Buda</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/6e/7b6e26ab714e8034ab575579794e13eb6524ac66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.08" OriginalAmount="308" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|16390-18985962/7505785150393091394/29" HotelName="HOLIDAY INN BUDAPEST-BUDAORS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/430000/424500/424406/79480490_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="311.23" OriginalAmount="308.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4924386" Longitude="19.0443104" StarRating="3" HotelCode="|60543" HotelName="Orion Várkert" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dubrentei 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/4/3/60543_3fdd8e31227.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is rated 3 stars a bar and a sauna. SITUATION: It is close to a river, close to the establishment, guests have Elisabeth (Erzsebet) Bridge Elisabeth (Erzsebet) 150 metres away, there is a tram stop. ROOM: The establishment has 30 rooms, fully-equipped with air-conditioned. They have a direct line telephone, a mini-bar, a satellite television, a modem and a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.10" OriginalAmount="310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493640731165" Longitude="19.058272540569" StarRating="4" HotelCode="142500|eurostars_budapest_center" HotelName="Eurostars Budapest Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kossuth Lajos utca 7-9, Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/ed/3aed97dead031f244a004f90d8e1aeeee625e1bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This brand new hotel is ideally located on the famous shopping avenue Lajos Kossuth boulevard, one o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="313.75" OriginalAmount="310.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50536" Longitude="19.0613" StarRating="3" HotelCode="664013" HotelName="Medos Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Jokai Ter 9,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/64013/664013/1.jpg?f=17343232</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and gift shops/newsstands. This hotel also features a television in a common area, a banquet hall, and bike parking.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 3 stars.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. Event facilities at this hotel consist of conference space and a meeting room. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.06" OriginalAmount="310.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.513283" Longitude="19.0780951" StarRating="4" HotelCode="|119278" HotelName="Mirage Medic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dozsa Gyorgy ut 88</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/1/9/2/7/8/119278_05929bd1717.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="314.52" OriginalAmount="311.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5054202" Longitude="19.0613239" StarRating="3" HotelCode="|74645" HotelName="Medos" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/4/5/74645_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in an excellent location, this hotel Liszt Ferenc tÃ©r it is 100 metres away from You can find cafÃ©s, bars and restaurants. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, The establishment offers a transfer service and excursions.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="315.12" OriginalAmount="312" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|197550-24892170/7505785150393091394/2764" HotelName="ESCALA HOTEL AND SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4270000/4268500/4268430/432b9164_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="315.12" OriginalAmount="312.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.503812" Longitude="19.052861" StarRating="4" HotelCode="153190|hotel_president_budapest" HotelName="Hotel President" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hold utca 3-5, 1054 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e3/f3/e3f39401689d54765a30ec6000ecab9e7c4a2c4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Budapest, within walking distance of the important sights...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="316.13" OriginalAmount="313" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|106432-28524718/7505785150393091394/1228" HotelName="CSASZAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/106432/2011912104724903.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="317.03" OriginalAmount="313.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5018926" Longitude="19.0310178" StarRating="4" HotelCode="|60545" HotelName="Buda Castle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>URI UTCA 39</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/4/5/60545_9.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel is perfect for business and holiday stays. SITUATION: The hotel is in Budapest city centre. Is situated in the Buda district, next to the Royal Palace. ROOM: The establishment has 25 rooms with WiFi, an LCD TV, an air-conditioning system and a safety deposit box. FACILITIES: The establishment boasts a breakfast room, an indoor garden and a meeting room.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="317.41" OriginalAmount="314.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487966" Longitude="19.057367" StarRating="4" HotelCode="186339|1824756" HotelName="Estilo Fashion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Váci utca 83, 1056 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/c8/83c806788b1fd78fa2300e705e60ce7d6019f4a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated on Váci utca, a bustling shopping street in the city centre of Budapest. It is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.11" OriginalAmount="314.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5375962" Longitude="19.046407" StarRating="4" HotelCode="|15599" HotelName="Verdi Budapest Aquincum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ARPAD FEJEDELEM UTJA 94</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/9/15599_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1994, has 4 floors, 310 rooms, 16 single rooms, 286 double rooms and 8 suites. It has a reception, a safety deposit box service, a currency exchange service, a cloakroom and a lift. There are many services available at the establishment, including room service and a laundry service. The establishment also offers a cafÃ©, 2 bars, a nightclub, shops, a hairdresser's, an Ã  la carte restaurant with air-conditioning and a car park. SITUATION: This luxurious hotel is situated next to the Danube River. It is in the Buda area. It is in the city centre. In the surrounding area, clients have shops. It is situated 45 minutes away from the airport. ROOM: The cosy rooms have a bathroom with a hairdryer, a direct line telephone, satellite and cable TV, a radio and internet. Are also furnished with a mini-bar, an air-conditioning system, central heating and fitted carpets. FACILITIES: The establishment has a covered swimming pool with a bar, a jacuzzi, a sauna, a solarium and a Turkish bath. The establishment also offers a massage service, a gym and body care. PAYMENT METHODS: Customers can pay by American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast, an Ã  la carte lunch, an Ã  la carte or set-menu dinner and dietary restrictions can be accomodated for.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="318.60" OriginalAmount="315.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50502" Longitude="19.067413" StarRating="4" HotelCode="|444185" HotelName="Up Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Csengery utca 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/8/5/444185_c1acf081337.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="319.16" OriginalAmount="316.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5052732" Longitude="19.0613917" StarRating="3" HotelCode="900842|6505995" HotelName="Medosz" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1061 Budapest, Jókai tér 9</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/50/a0/50a0cf9f1deffb94503f784f5385b86646d372e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a central location and offers an easy transport connection to the other areas in Budap...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="319.16" OriginalAmount="316" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|181241-12635334/7505785150393091394/2751" HotelName="ESTILO HOTEL BY MELLOW MOOD HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5060000/5059700/5059637/464ff755_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="319.38" OriginalAmount="316.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5035445" Longitude="19.0303277" StarRating="4" HotelCode="|256179" HotelName="Maison Bistro and" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/1/7/9/256179_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="320.17" OriginalAmount="317" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30468-25214288/7505785150393091394/5538" HotelName="ADINA APARTMENT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/90000/83400/83396/6eb7a999_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.84" OriginalAmount="317.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.532795" Longitude="19.052618" StarRating="4" HotelCode="|22432" HotelName="Ensana Grand Margaret Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Margitsziget 1007</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/2/22432_1_3563.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The DANUBIUS GRAND MARGITSZIGET is rated four stars, is situated in Budapest city centre and was built in 1873. It has 2 restaurants, lifts, a concierge, a safety deposit box service, a swimming pool and a sauna. The establishment offers room service, a cafÃ© and business facilities. Pets are allowed. ROOM: The establishment has 164 rooms with a hairdryer, an air-conditioning system, a television and a radio.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="321.13" OriginalAmount="317.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.485" Longitude="19.067" StarRating="4" HotelCode="|216973" HotelName="Three Corners Lifestyle" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>H?gyes Endre utca 4., Hungary</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/6/9/7/3/216973_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="321.18" OriginalAmount="318" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1287-30224437/7505785150393091394/2849" HotelName="K AND K OPERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/200000/190800/190728/5ec0fff0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="321.98" OriginalAmount="318.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5046728" Longitude="19.0289226" StarRating="4" HotelCode="|289988" HotelName="Baltazár Budapest - Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/9/9/8/8/289988_12.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="322.07" OriginalAmount="318.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50487" Longitude="19.04642" StarRating="0" HotelCode="|192012" HotelName="Anabelle Bandb Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Garibaldi u. 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/2/0/1/2/192012_34972ab1620.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="322.19" OriginalAmount="319" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24186-25212337/7505785150393091394/6372" HotelName="MAMAISON ANDRASSY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/810000/806300/806300/2e6ef396_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="322.84" OriginalAmount="319.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492711" Longitude="19.05532" StarRating="0" HotelCode="|472887" HotelName="Maverick " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ferenciek tere 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/8/8/7/472887_51478b61121.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.19" OriginalAmount="319.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4962006" Longitude="19.0725002" StarRating="4" HotelCode="|53114" HotelName="Atrium Hotel by Mellow Mood" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CSOKONAI U 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/1/1/4/53114_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2006 and it is in Budapest city centre 57 modern rooms a cafÃ©, a bar, a buffet breakfast and a reception. The establishment also offers air-conditioning and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="323.43" OriginalAmount="320.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.537036" Longitude="19.067139" StarRating="0" HotelCode="|466048" HotelName="Dagály Apartments By Urbanrent" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 22/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/6/0/4/8/466048_3ac35361054.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="324.21" OriginalAmount="321" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494063" Longitude="19.052555" StarRating="3" HotelCode="410458|33519" HotelName="Promenade" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Fax,Golf,Internet,Laundry,Massage Centre,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vaci Utca, 22, Budapest 1052</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1f/fa/1ffacdfd0228a94e07191815dbe19006f2628d0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel enjoys an ideal location, and all of the city’s points of interest can easily be reached o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="324.21" OriginalAmount="321" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24822-25212391/7505785150393091394/6146" HotelName="NH CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/972000/971977/f941a869_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="325.09" OriginalAmount="321.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49783" Longitude="19.07239" StarRating="4" HotelCode="1795567" HotelName="NH Collection Budapest City Center" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>Osvát Utca 2-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/95567/1795567/34.jpg?f=17701009</HotelPictures>
        <HotelDescription />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="325.16" OriginalAmount="321.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48874" Longitude="19.05567" StarRating="4" HotelCode="1350463" HotelName="Bohem Art Hotel" Meals="CLASSIC ROOM" BedType="CLASSIC ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Molnar U 35,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0013/50463/1350463/45.jpg?f=17576554</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a banquet hall.. Featured amenities include a computer station, a 24-hour front desk, and multilingual staff. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="325.87" OriginalAmount="322.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494055" Longitude="19.052546" StarRating="3" HotelCode="|58128" HotelName="Promenade City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VACI STREET 22</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/8/1/2/8/58128_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is modern, business, Some of the establishment facilities on offer are a business centre, a restaurant, a laundry service and a currency exchange service. SITUATION: The establishment, is in Budapest the historic centre of 20 minutes away from the establishment guests have the fair centre, is 10 minutes away from the harbour, in the surrounding area, clients can find public transport stops. ROOM: The establishment has 45 rooms, fully-equipped, an air-conditioning system, heating, a television, a mini-bar, piped music and internet.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="326.23" OriginalAmount="323.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.472086325897" Longitude="19.020201265812" StarRating="4" HotelCode="17021|rubin_wellness__conference_hotel" HotelName="Rubin Wellness &amp; Conference Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dayka Gabor Utca, 3, 1118 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/76/06769e2a82f77c4c92eae871561183d2a60ffbb4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Peacefully located at the foot of the Sas mountain, this comfort hotel is located in a green suburb ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.27" OriginalAmount="323.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501072" Longitude="19.066147" StarRating="3" HotelCode="|489437" HotelName="Gartner" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/9/4/3/7/489437_47840072219.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="326.62" OriginalAmount="323.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501497" Longitude="19.065945" StarRating="3" HotelCode="|510163" HotelName="K33 - Boutique Apartments by BQA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/1/0/1/6/3/510163_01379110929.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.21" OriginalAmount="323.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4885304" Longitude="19.0622827" StarRating="3" HotelCode="|47943" HotelName="Ibis Budapest Centrum" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RADAY UTCA 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/9/4/3/47943_129033b1234.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, classic style establishment, has a bar and a lounge. close to the establishment, you can find restaurants, The establishment has business facilities, a reception and a car park (for a fee). SITUATION: Near the establishment, you will find the leisure area, is close to the commercial area, this hotel is situated 500 kilometres away from the castle, is situated 700 kilometres away from a sports centre, is situated 800 kilometres away from the exhibition centre. ROOM: The establishment has 126 rooms and have business facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.24" OriginalAmount="324.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49329" Longitude="19.052404" StarRating="4" HotelCode="|74643" HotelName="La Prima Fashion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piarista utca 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/4/3/74643_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This elegant hotel rooms, is situated in a building, was built in the 20th Century, renovated in 2010, has a breakfast room, a spa area, a fitness room and a sauna. It has 80 rooms, air-conditioning, a lobby with a reception, express check-out, a safety deposit box service, a lift and WiFi. SITUATION: It is nearVacÃ­ the street You can find restaurants, shops, VÃ¶rÃ¶smarty the square Danube the river it has good links to public transport services. ROOM: The rooms have a direct line telephone, satellite or cable TV, internet, a safety deposit box, a mini-bar, an air-conditioning system, heating, a bathroom with a shower, a bath, a hairdryer and a king size or double bed. FACILITIES: The establishment boasts a gym and a sauna. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="328.47" OriginalAmount="325.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51065" Longitude="19.05302" StarRating="4" HotelCode="297261" HotelName="Marmara Hotel Budapest" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Nagy Ignac Utca 21,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0002/97261/297261/1.jpg?f=17733034</HotelPictures>
        <HotelDescription>Make use of convenient amenities such as complimentary wireless internet access, concierge services, and a television in a common area. Additional amenities at this hotel include a banquet hall and bike storage.. Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="328.94" OriginalAmount="325.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.486771" Longitude="19.074027" StarRating="3" HotelCode="191295|055905" HotelName="Prater Residence Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" HotelFacility="Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Kitchen,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prater utca 24, Budapest, Pest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/4f/034f7c2c5ff0400603b9ba71de18d693b636a660.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the centre, on a peaceful street next to Corvin shopping centre and j...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494041246528" Longitude="19.059710204601" StarRating="4" HotelCode="10401|danubius_hotel_astoria_city_center" HotelName="Danubius Hotel Astoria City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kossuth Lajos utca 19-21, 1053 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/30/5830ebd034ad29ebcf859a3c46977707f9b90850.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel with turn of the century charm is situated directly in the centre of Budapest. Guests hav...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51987459" Longitude="19.036646" StarRating="3" HotelCode="89563|budapest_csaszar_hotel" HotelName="Hotel Csaszar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Golf,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Frankel Leó Utaca 35, 1023 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/9a/e69a9bd1b7a61ff4e1d5e1751a4cd603133699fe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The building was erected in the 1850s, and initially functioned as a nunnery. The atmosphere of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49427321783" Longitude="19.054919779301" StarRating="3" HotelCode="47488|city_pilvax_hotel" HotelName="City Hotel Pilvax" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pilvax köz 1-3, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/c0/a1c00a36e14632260b489c1390024458a4d96bea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally located in a quiet side street at the heart of Budapest. The pede...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.68" OriginalAmount="326.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499397" Longitude="19.08153" StarRating="4" HotelCode="|440635" HotelName="IntercityHotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Baross Ter 7-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/6/3/5/440635_a0dc7721348.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.74" OriginalAmount="326.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4867654" Longitude="19.0713689" StarRating="4" HotelCode="|256225" HotelName="Vagabond Corvin" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/2/2/5/256225_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="330.27" OriginalAmount="327" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5035511" Longitude="19.03030929" StarRating="3" HotelCode="552748|198018" HotelName="Maison Bistro &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Országház u. 17, 1014 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/67/fd67af2d47eda4bdd2446d6bc0b3526068dab7a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="330.65" OriginalAmount="327.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49373" Longitude="19.05782" StarRating="4" HotelCode="337007" HotelName="Dorma Budapest Center" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Utca Kossuth Lajos 7-9,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0003/37007/337007/1.jpg?f=17734525</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a sauna and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and a reception hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include complimentary wired internet access, a business center, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.28" OriginalAmount="328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501963936068" Longitude="19.030973017216" StarRating="4" HotelCode="888412|buda_castle_fashion_hotel" HotelName="Buda Castle Fashion Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Uri utca 39, 1014 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/ce/c7ceb2b25a3219f9131435d1991435e6319407b4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Holy Trinity Square, Mathias Church and the Fishermen's Bastion are all only a few steps from the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="332.18" OriginalAmount="328.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4877538" Longitude="19.0736899" StarRating="3" HotelCode="|76503" HotelName="Bo18  Superior" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>18 VAJDAHUNYAD STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/5/0/3/76503_9fb2d571227.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips, is great value.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="333.30" OriginalAmount="330" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.465541" Longitude="-122.245327" StarRating="4" HotelCode="0|132490-25301996/7505785150393091394/6126" HotelName="PRESIDENT" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7200 Fun Center Way, Tukwila, 98188, WA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2980000/2976700/2976635/95213707_b.jpg</HotelPictures>
        <HotelDescription>Property Category: All suite. Property Type: All suite. Total rooms: 138. Floors: 4. Property description- The smoke-free Comfort Suites Airport hotel in Tukwila, WA lets you feel refreshed and ready to take on the day, and our convenient location gives you easy access to such attractions as downtown Seattle, Starfire Sports Complex, Family Fun Center and Seattle-Tacoma International Airport, to which we provide free transportation. Additional amenities include free WiFi, free hot breakfast, business and fitness centers, an indoor pool and hot tub. Relax in your spacious suite, which features a refrigerator, microwave and recharging devices and gives you 25 percent more of the space that you need to spread out. Also, earn rewards including free nights and gift cards with our Choice Privileges Rewards program. Rested. Set. Go. No pets allowed.. Onsite facilities information- ParkingHotel Currency: USD. Additional Addresses: Other: 7200 Fun Center Way, Tukwila, 98188, WA, US. Additional Phone Numbers: Voice - Brand reservations office: 800228-5150. Fax - Other: 1425687-2858. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="333.62" OriginalAmount="330.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.484676" Longitude="19.075804" StarRating="4" HotelCode="1836163" HotelName="Escala Hotel &amp; Suites" Meals="DELUXE STUDIO" BedType="DELUXE STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>Nagytemplom Utca 31</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/36163/1836163/1.jpg?f=17695719</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access. This hotel also features concierge services and a banquet hall.. Featured amenities include complimentary wired internet access, a business center, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|87232-25254273/7505785150393091394/6594" HotelName="PROMENADE HOTEL BY MELLOW MOOD HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2060000/2053900/2053872/53ab859c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="49.870138" Longitude="8.6319909" StarRating="3" HotelCode="0|37958-25219858/7505785150393091394/6738" HotelName="PILVAX HOTEL BUDAPEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>105 Rheinstraße, DARMSTADT, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/930000/921600/921581/58789651_b.jpg</HotelPictures>
        <HotelDescription>This hotel is situated close to the centre of Darmstadt (around 1 km away) and the historic Mathildenhöhe are only a few minutes drive away whilst guests may reach the main train station on foot (around 150 m away). Further links to the public transport network are also in the vicinity (roughly 100 m away).

This city hotel comprises a total of 12 floors with 352 rooms and smoking rooms are minimal available. Guests are welcomed in the lobby, which also includes 3 lifts. Many facilities are on offer including a bar, a restaurant, 6 conference rooms and a garage (additional fees apply).

The comfortable and elegant rooms come with their own bathroom with hairdryer, a direct dial telephone, satellite/ cable TV, a radio, an Internet terminal, minibar/ fridge, air conditioning and a safe.

Guests are offered an indoor pool and a sauna as well as a solarium on request (additional fees apply). Furthermore, there is a gym available for those wishing to work out.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="334.85" OriginalAmount="331.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50381" Longitude="19.05286" StarRating="4" HotelCode="449535" HotelName="Hotel President Budapest Affiliated by Meliá" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Hold Utca 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/49535/449535/60.jpg?f=17737039</HotelPictures>
        <HotelDescription>Facilities: The hotel was built in 1879. Guests have a choice of 110 non-smoking rooms, including 4 junior suites, 2 suites, 40 single rooms and 62 double rooms, located in a 6-storey main building and a 7-storey auxiliary building. English- and German-speaking staff at the reception desk in the lobby are ready to assist you with check-in and check-out. Amenities include a baggage storage service and a safe. Wireless internet access is provided in public areas. The tour desk offers assistance with booking excursions. The hotel has a range of facilities for guests with disabilities. A lift and wheelchair-accessible facilities are available. There are a number of shops as well. Guests arriving by car can park their vehicles in the garage or in the car park. Further services include a babysitting service, a car hire service, medical assistance, a transfer service, room service (for a fee), an alarm call service, a laundry service, a hairdresser, a coin-operated laundry and a hotel shuttle bus. Active guests can make use of the bicycle hire service (for a fee) to explore the surrounding area. A business centre with fax machine and projector is available.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="335.32" OriginalAmount="332" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|108726-28567040/7505785150393091394/2023" HotelName="MARMARA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2430000/2427400/2427348/dbfac689_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="335.32" OriginalAmount="332" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464165-32919352/7505785150393091394/3049" HotelName="YOU HOTEL BUDAPEST - HANDWRITTEN COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/120000000/119460000/119458700/119458662/1badd678_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="335.65" OriginalAmount="332.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51146" Longitude="19.07631" StarRating="3" HotelCode="137982" HotelName="Hotel Benczur" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Benczúr utca,  35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/37982/137982/46.jpg?f=17738307</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as bicycles to rent or take in the view from a terrace and a garden. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and shopping on site.. Featured amenities include complimentary wired internet access, a business center, and express check-in. Event facilities at this hotel consist of conference space and meeting rooms. A shuttle from the hotel to the airport is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336.33" OriginalAmount="333" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502206744359" Longitude="19.068647325039" StarRating="3" HotelCode="19167|25655" HotelName="City Hotel Unio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dob utca 73, 1077 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/42/36/4236a753a5f718de90905df7bee86ac1b95991a7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is perfectly located in the very heart of Budapest, very close to the famous Andráss...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="336.33" OriginalAmount="333" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|272438-28463580/7505785150393091394/2621" HotelName="ESPRIT BUDAPEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8340000/8331500/8331406/6a58f466_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="336.33" OriginalAmount="333" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1054566-26275648/7505785150393091394/5518" HotelName="UP HOTEL BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42700000/42690100/42690037/258cc2e8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="336.33" OriginalAmount="333.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504570214633" Longitude="19.029256379048" StarRating="4" HotelCode="334379|baltazar_budapest" HotelName="Baltazar Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Országház Utca 31, 1014 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/5b/c85b5067dc0c80bc931b9876160535554c741a86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Budapest, this boutique hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="337.34" OriginalAmount="334" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.382000" Longitude="-71.082400" StarRating="4" HotelCode="0|1292-25189313/7505785150393091394/6616" HotelName="NEMZETI BUDAPEST – MGALLERY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 30 Washington St, SOMERVILLE, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13200/13130/ecf28d03_b.jpg</HotelPictures>
        <HotelDescription>This pleasant city hotel lies just 3 km from the centre of Boston to which there is a hotel shuttle bus service (as well as to Cambridge). TD Banknorth Garden, the historic Freedom Trail, Fenway Park (home to the Boston Red Sox) and countless museums are located in the near vicinity and the most famous universities are also just a short distance from the hotel. Logan airport is approximately 6.5 km away.

Renovated in 2003, this hotel was awarded the Quality Excellent award in 2004. It comprises a total of 184 rooms spread over 8 floors and features an air-conditioned foyer with safes, a cloakroom and lifts in addition to an in-house bar and an air-conditioned restaurant offering a selection of culinary delights. Business guests may take advantage of the several conference rooms and Internet access is available to all. Room and laundry services are on offer, as are car parking spaces.

Each of the tasteful rooms comes with an en suite bathroom with a shower, bathtub and hairdryer in addition to a direct dial telephone, satellite/ cable TV, a radio alarm clock, a hi-fi stereo system, free Internet access and an iron and ironing board. Further standard features within the carpeted rooms include a double or king-sized bed, air conditioning and heating.

Leisure options include an indoor swimming pool and a sauna. Sports enthusiasts may enjoy a work-out in the in-house gym.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="337.34" OriginalAmount="334.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487755884076" Longitude="19.073746204376" StarRating="3" HotelCode="168456|hotel_bo18_superior" HotelName="Bo18 Hotel Superior" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vajdahunyad utca 18, 1082 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/b8/b9b8c41c879a846716bae3ed6f70c65bbe0bf543.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located next to the recently opened Corvin Centre and Promenade. There are countless en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="338.35" OriginalAmount="335" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|437060-25610396/7505785150393091394/5772" HotelName="BALTAZAR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6730000/6724200/6724132/63accab8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="339.36" OriginalAmount="336" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|165698-25339480/7505785150393091394/5450" HotelName="BO18" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4240000/4230800/4230728/e1b0d36c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="339.38" OriginalAmount="336.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.522224" Longitude="19.054153" StarRating="4" HotelCode="|448454" HotelName="Four Points By Sheraton Budapest Danube" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Garam utca 4/a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/5/4/448454_e241d5b0714.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="340.20" OriginalAmount="336.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4881415" Longitude="19.0572048" StarRating="4" HotelCode="|80470" HotelName="Estilo by Mellow Mood Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vacl Utca 83</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/8/0/4/7/0/80470_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Estilo Fashion Budapest is rated four stars, it was opened in 2012, has a restaurant and 6 floors. SITUATION: This establishment isVacÃ­, where you can find the commercial area, shops, restaurants and cafÃ©s. ROOM: It has comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="340.37" OriginalAmount="337" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1294-25189315/7505785150393091394/5830" HotelName="MUSEUM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/540000/539500/539455/7cd03547_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="340.44" OriginalAmount="337.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49674" Longitude="19.07091" StarRating="4" HotelCode="24747" HotelName="Nemzeti Hotel Budapest - Mgallery Collection" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Jozsef Krt. 4, NTAK: SZ19000217, szálloda,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/24747/24747/1.jpg?f=17754621</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as bicycles to rent, or other amenities including complimentary wireless internet access and concierge services. Additional amenities at this hotel include a television in a common area and a banquet hall.. Featured amenities include express check-in, a 24-hour front desk, and luggage storage. Planning an event in Budapest? This hotel has 388 square feet (36 square meters) of space consisting of conference space and a meeting room..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="341.38" OriginalAmount="338.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49841796" Longitude="19.05663546" StarRating="3" HotelCode="145805|apartments__central_passage_budapest" HotelName="Central Passage Budapest Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Király u. 8.2, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/34/43344e6f810097cc4cf4f9604b447b463ede64ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.01" OriginalAmount="339.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4917433" Longitude="19.0575386" StarRating="3" HotelCode="|22287" HotelName="Danubius Erzsébet City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KAROLYI MIHALY U. 11-15</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/8/7/22287_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1872, has 8 floors, 123 standard rooms, 7 single rooms, 108 double rooms and 8 suites. It has a reception, a safety deposit box service, shops and lifts. Guests also have access to a conference room, a car park, a bar and a restaurant with air-conditioning. There are many services available at the establishment, including internet, a laundry service and a medical care service. SITUATION: This hotel is situated in the city centre, close to the pedestrian area. 100 metres away from the establishment, clients can find shops and a public transport stop. 20 metres away, guests can find bars and restaurants. ROOM: It has inviting rooms with a bathroom, a hairdryer, a direct line telephone, a mini-bar, satellite or cable TV, a radio, internet and central heating. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.09" OriginalAmount="339.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5076561" Longitude="19.0598087" StarRating="4" HotelCode="|15588" HotelName="Radisson Blu Beke , Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TEREZ KORUT 43</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/8/8/15588_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1985, has 238 rooms and 8 floors. It has a lobby with an elevator, a reception, a cafÃ©, a bar, a restaurant and a conference room. The establishment offers guests indoor parking (for a fee), room service, a laundry service and internet (free of charge). SITUATION: This attractive hotel is situated in the city centre. 5 minutes away, guests can find Okotogon and Nyugati pu metro stations. ROOM: The bright and comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a safe (available for a fee) and an air-conditioning system. FACILITIES: The establishment has a covered swimming pool, a sauna, a sunbathing terrace and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="343.20" OriginalAmount="339.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4900996" Longitude="19.0611433" StarRating="4" HotelCode="|15597" HotelName="Mercure Budapest Korona" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KECSKEMETI UTCA 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/7/15597_0639a021442.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, renovated in 2005, has 421 rooms and 9 floors. The establishment boasts a piano bar, a cafÃ©, a restaurant with a non-smoking area and conference facilities. The establishment offers guests internet and indoor parking (for a fee). SITUATION: This trendy hotel is in Pest, in front of the National Museum. A few minutes away from the establishment, clients can find el Rio Danubio and the pedestrian area. It has excellent transport links to public transport services. ROOM: The stylish rooms have a bathroom, a hairdryer, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a fridge, an air-conditioning system and a safe. FACILITIES: There is a range of facilities and services available at the establishment, including a swimming pool, a spa area with a sauna and a solarium. Guests are offered a massage service (available for a fee). MEALS: The establishment serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="343.40" OriginalAmount="340" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|445826-25617715/7505785150393091394/6728" HotelName="LA MAISON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15020000/15016800/15016786/6e30d68f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.40" OriginalAmount="340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493342" Longitude="19.052361" StarRating="4" HotelCode="166544|la_prima_fashion_hotel" HotelName="La Prima Fashion Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piarista u. 6, Budapest 1052</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/14/4114998284586bf7c474505735eea95a8223d90c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located next to the famous Váci Street, in the neighbourhood of fashionable res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="345.37" OriginalAmount="341.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.505398" Longitude="19.080226" StarRating="4" HotelCode="|448105" HotelName="Onyx Luxury Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/1/0/5/448105_877d2401523.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="345.84" OriginalAmount="342.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50628" Longitude="19.06711" StarRating="3" HotelCode="733775" HotelName="Silver Hotel Budapest City Center" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Hunyadi Ter 11,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0007/33775/733775/29.jpg?f=17405707</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as bicycles to rent or take in the view from a terrace. Additional amenities at this hotel include complimentary wireless internet access and concierge services. Guests can catch a ride to nearby destinations on the area shuttle (surcharge).. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="346.43" OriginalAmount="343.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.532254" Longitude="19.06989342" StarRating="0" HotelCode="555876|arpad_bridge_apartments" HotelName="Arpad Bridge Apartments Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Teve Utca 1/d, Lepcsohaz, 1139 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/4a/db4ad7c910d8e7840f73410e85580477695fe747.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Arpad Bridge Apartments Budapest to discover the wonders of Budapest. The hotel has everythi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="346.48" OriginalAmount="343.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498372" Longitude="19.05511" StarRating="0" HotelCode="|509143" HotelName="Budapest Eye Boutique Suites by BQA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/9/1/4/3/509143_e6728d41154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="346.82" OriginalAmount="343.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.508236" Longitude="19.059464" StarRating="4" HotelCode="14416" HotelName="Radisson Blu Beke Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Terez Krt 43,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14416/14416/118.jpg?f=17740777</HotelPictures>
        <HotelDescription>Enjoy amenities like a sauna and fitness center at this hotel. Additional features include complimentary Wi-Fi, concierge services, and gift shops/newsstands. The hotel offers a restaurant, a coffee shop/cafe, and room service (during limited hours). Relax with your favorite drink at the bar/lounge. Buffet breakfasts are served on weekdays from 6:30 AM to 10:30 AM and on weekends until 11:00 AM (for a fee). Featured amenities include a business center, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is available (24 hours, surcharge), as is self-parking (for a fee). Make yourself at home in one of the 247 air-conditioned rooms with minibars and LCD televisions. Complimentary Wi-Fi and cable programming are provided. Bathrooms include bathtubs or showers, complimentary toiletries, and hair dryers. Conveniences include phones, safes, and separate sitting areas. The hotel is conveniently located near Budapest Western Railway Station, Nagymezo Street, and several other key attractions. The preferred airport is Ferenc Liszt International Airport (BUD).
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="347.22" OriginalAmount="343.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50219" Longitude="19.05785" StarRating="4" HotelCode="14410" HotelName="K+K Hotel Opera Budapest" Meals="COSY ROOM" BedType="COSY ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Revay Utca 24,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14410/14410/27.jpg?f=17753186</HotelPictures>
        <HotelDescription>Pamper yourself with onsite massages or enjoy recreation amenities such as a health club. Additional features at this hotel include complimentary wireless internet access, concierge services, and a banquet hall. Getting to nearby attractions is a breeze with the area shuttle (surcharge).. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include complimentary wired internet access, a business center, and complimentary newspapers in the lobby. Planning an event in Budapest? This hotel has 2153 square feet (200 square meters) of space consisting of conference space and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="351.48" OriginalAmount="348" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|581708-28550621/7505785150393091394/1814" HotelName="CHRISTINA RESIDENCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48850000/48849300/48849202/3bd34923_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="352.49" OriginalAmount="349.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.532689" Longitude="19.05294" StarRating="4" HotelCode="48056|danubius_grand_hotel_margitsziget" HotelName="Ensana Grand Margaret Island Health Spa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Club Resort,Spa Hotel,Conference 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,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Margitsziget, 1007 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/1a/561a60dd16f8da573f380130587bfb54a7a7b1e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in very special surroundings on the prodigious Margaret Island. Entwined by th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="353.32" OriginalAmount="349.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494865" Longitude="19.071278" StarRating="4" HotelCode="|444763" HotelName="Est Grand Savoy" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/6/3/444763_238a43c1011.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="353.50" OriginalAmount="350" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|112442-28497471/7505785150393091394/1999" HotelName="ALFRED PANZIO BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/112442/201046115252159.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.09" OriginalAmount="351.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4978" Longitude="19.07311" StarRating="3" HotelCode="|186136" HotelName="Esprit Residences Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/3/6/186136_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="355.65" OriginalAmount="352.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50156" Longitude="19.07311" StarRating="4" HotelCode="|186112" HotelName="Bo33  Family and Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/1/2/186112_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="356.53" OriginalAmount="353.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49533978" Longitude="19.05956081" StarRating="3" HotelCode="589183|karoly_corner_residences" HotelName="Karoly Corner Residences" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/08/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Karoly Körút 3a, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/37/c537f440c4c148b874ec67d81a8808f034c3b6f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="357.10" OriginalAmount="353.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50467" Longitude="19.02892" StarRating="4" HotelCode="2050588" HotelName="Baltazár Boutique Hotel By Zsidai Hotels" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Országház U. 31.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/50588/2050588/34.jpg?f=16933675</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access. Additional features at this hotel include concierge services, babysitting (surcharge), and wedding services.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include express check-out, a 24-hour front desk, and multilingual staff. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="359.56" OriginalAmount="356.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.508180561775" Longitude="19.059452712536" StarRating="4" HotelCode="16409|radisson_blu_beke_hotel" HotelName="Radisson Blu Béke Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Terez Korut 43, 1067 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f4/f3f4b7a257d3b7e8f17b310c1b7ac2b064185dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel lies around 1 km from the parliament building and from the opera house. Helden...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="360.24" OriginalAmount="356.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.430286" Longitude="19.262417" StarRating="3" HotelCode="3779392" HotelName="Ibis Styles Budapest Airport" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Vecses, Liszt Ferenc, International Airport, Terminal2,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0037/79392/3779392/31.jpg?f=17563122</HotelPictures>
        <HotelDescription>Take in the views from a terrace and a garden and make use of amenities such as complimentary wireless internet access. This hotel also features concierge services, a living plant wall, and a banquet hall.. Featured amenities include a business center, express check-out, and dry cleaning/laundry services. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="360.57" OriginalAmount="357" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1462951-32896407/7505785150393091394/1682" HotelName="MOXY BUDAPEST DOWNTOWN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/129000000/128720000/128719900/128719837/0b24db4c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="360.57" OriginalAmount="357" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|308261-25511655/7505785150393091394/5401" HotelName="BO33 HOTEL FAMILY &amp;amp; SUITES" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9670000/9663700/9663631/ecfa2b1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="362.10" OriginalAmount="358.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5032302" Longitude="19.0360714" StarRating="4" HotelCode="|256189" HotelName="Milford Suites Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Toldy Ferenc utca 12.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/1/8/9/256189_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501547568494" Longitude="19.073006417359" StarRating="4" HotelCode="318632|58799" HotelName="Bo33 Hotel Family And Suites" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Szovetség Utca 33, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/f9/e4f9f8204d749e5063a9201dc3ff44ff3557017a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12274-25202257/7505785150393091394/5312" HotelName="DANUBIUS ASTORIA CITY CENTER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/6200/6139/a5517319_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="362.59" OriginalAmount="359.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502819196104" Longitude="19.039489030838" StarRating="4" HotelCode="10356|artotel_budapest_by_park_plaza" HotelName="art'otel budapest, by park plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Bem Rakpart 16-19, 1011 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/e2/1fe27b2ea4400e9d8d094208b7e6b68a2432f526.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently situated in the city centre on the banks of the River Danube. It is a shor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.525605293635" Longitude="19.055818319321" StarRating="4" HotelCode="48057|danubius_health_spa_resort_helia" HotelName="Danubius Hotel Helia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Conference 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,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Kárpát utca 62-64, 1133 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1f/351fe91db94a448b45ff88f88e83031383ddac16.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in tranquil surroundings, in the most beautiful park in Budapest. The nearest ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995" Longitude="19.0603" StarRating="0" HotelCode="873609|christina_residence" HotelName="Christina Residence Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Feszty Árpád Street 4</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5c/96/5c9628014403c65a88484868ec935f88eb81c142.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="364.41" OriginalAmount="360.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48982" Longitude="19.060776" StarRating="0" HotelCode="|449078" HotelName="GIN Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/9/0/7/8/449078_87c15bb1135.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.61" OriginalAmount="361.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.591394578167" Longitude="19.048886037134" StarRating="3" HotelCode="143211|alfred_panzio" HotelName="Alfréd Panzió" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/08/2026" HotelFacility="Bar,Fax,Internet,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vasút sor 20, Magyarország, 1038 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/e4/53e473fbed4ef85219895351cef17c901390846b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 20 rooms. A business centre is among the facilities. Wireless internet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="365.89" OriginalAmount="362.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50323" Longitude="19.03607" StarRating="3" HotelCode="2496245" HotelName="Milford Suites (15016732)" Meals="SUITE 1 BEDROOM" BedType="SUITE 1 BEDROOM">
        <Address>
          <AddressLines>
            <AddressLine>Toldy Ferenc, 12,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/96245/2496245/29.jpg?f=17067230</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as concierge services and barbecue grills.. Featured amenities include a 24-hour front desk, multilingual staff, and a safe deposit box at the front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="369.22" OriginalAmount="365.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5027715" Longitude="19.0395804" StarRating="4" HotelCode="|15587" HotelName="Park Plaza Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bem Rakpart 16-19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/8/7/15587_5b825f11119.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 165 rooms, with air-conditioning, The establishment boasts a bar. SITUATION: This hotel is next to Danube the river it is located close to the castle, the Royal Palace, 20 minutes away from the establishment, clients can find pubs, shops, cafÃ©s and restaurants.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="371.49" OriginalAmount="367.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.469297" Longitude="19.052913" StarRating="4" HotelCode="|448441" HotelName="Radisson Budapest BudaPart" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dombovari ut 25A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/4/1/448441_c962e850809.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="371.68" OriginalAmount="368" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|405329-25585157/7505785150393091394/6691" HotelName="ORION VARKERT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/45500/45462/46a7504d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="372.20" OriginalAmount="368.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5020516" Longitude="19.0584263" StarRating="4" HotelCode="|256221" HotelName="Callas House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/2/2/1/256221_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="373.70" OriginalAmount="370.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.491648982706" Longitude="19.057559072971" StarRating="3" HotelCode="12282|erzsebet_hotel_city_center" HotelName="Hotel Erzsébet City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Károlyi Utca 11 15, 1053 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/b5/30b5fbd528a8acd99180747868754990f50fbae2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated at the heart of the city, this hotel is located close to the pedestrianised zone. Various s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="374.09" OriginalAmount="370.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498562" Longitude="19.081637" StarRating="0" HotelCode="|448404" HotelName="Limehome Budapest Mosonyi U. 4" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4 Mosonyi u.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/0/4/448404_a49ba991328.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="374.71" OriginalAmount="371.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.52719475" Longitude="19.0958815" StarRating="3" HotelCode="82311|atel_szonyi" HotelName="Hotel Szonyi Garden Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Szonyi út 38-40, 1142 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/52/50521e6bca1617ada72588575aff2b79f3769947.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="375.39" OriginalAmount="371.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488064" Longitude="19.0580976" StarRating="4" HotelCode="|50518" HotelName="Charm Budapest " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SO UTCA, 6</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/1/8/50518_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49954559" Longitude="19.05876536" StarRating="3" HotelCode="738703|stories_hotel" HotelName="Stories Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kiraly utca 26, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/f2/6cf2b132244ae864797a9f5468d4438d24e2a9a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="376.73" OriginalAmount="373" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430780-28547904/7505785150393091394/905" HotelName="THE CREAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76670000/76669800/76669731/w1016h670x0y0-832fcd15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="377.74" OriginalAmount="374" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1343729-26643763/7505785150393091394/6450" HotelName="EST GRAND HOTEL SAVOY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75750000/75744900/75744819/7994ef3a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.74" OriginalAmount="374.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49836" Longitude="19.056499" StarRating="4" HotelCode="191265|trendy_deluxe_apartments" HotelName="Trendy Deluxe Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Kitchen,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kiraly utca 8-10, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/40/0140c101869505b64b9cc54d093e798c33eca75f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located not ten minutes from the bustling tourist centre of Budapest, this apartment hotel is ideal ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="377.74" OriginalAmount="374.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504539378577" Longitude="19.085790921971" StarRating="3" HotelCode="335127|garay_terrace_residence" HotelName="Garay Terrace Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Parking,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Garay Ter 20/C, 1076 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d0/47d081381c784d9a201afc2f2e6c986f0e57a71c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Garay Terrace Residence, opened in 2014, boasts a very close location to the heart of Budapest a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="378.75" OriginalAmount="375.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488058" Longitude="19.058047279762" StarRating="4" HotelCode="59070|boutique_hotel_zara" HotelName="Boutique Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Só u. 6, 1056 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/e5/ede5954c2a1fb39b748dc8ffa21cbb4706e69680.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies at the heart of Budapest, directly on Váci Utca amidst an array of restaurants, cafés...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="379.76" OriginalAmount="376" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|292838-28571837/7505785150393091394/1499" HotelName="ANABELLE BED AND BREAKFAST BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9360000/9355400/9355394/0d27659c_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="380.77" OriginalAmount="377.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49561536173" Longitude="19.051955568227" StarRating="3" HotelCode="571877|the_loft_budapest" HotelName="The Loft Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kristóf tér 6, Mezzanine, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/96/0e96c2b10c21955e594c711deb1e997fac30147c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="382.21" OriginalAmount="378.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5202367" Longitude="19.036729" StarRating="3" HotelCode="|157494" HotelName="Budapest Csaszar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Frankel Leo u. 35</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/7/4/9/4/157494_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="382.79" OriginalAmount="379" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|437090-25610410/7505785150393091394/5287" HotelName="EUROSTARS DANUBE BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16550000/16544500/16544482/ce9a6673_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="384.81" OriginalAmount="381" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1430781-27602257/7505785150393091394/5491" HotelName="THREE CORNERS AVENUE HOTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106260000/106250200/106250145/49829872_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="385.00" OriginalAmount="381.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49776" Longitude="19.07314" StarRating="3" HotelCode="1877797" HotelName="Esprit Hotel Budapest" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Rákóczi Út 51,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0018/77797/1877797/19.jpg?f=17702767</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include complimentary newspapers in the lobby, multilingual staff, and luggage storage. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="385.82" OriginalAmount="382" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1458966-32890411/7505785150393091394/2893" HotelName="MAMAISON VIBE DOWNTOWN BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1458966/2026213152849288.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="386.83" OriginalAmount="383" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1355209-28480977/7505785150393091394/655" HotelName="GOZSDU APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1355209/2023227105034342.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.83" OriginalAmount="383.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.508220421179" Longitude="19.066539108753" StarRating="4" HotelCode="67056|mamaison_residence_izabella" HotelName="Mamaison Residence Izabella Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Garden,Internet,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Izabella utca 61, 1064 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/59/9c5990ad89c155f38d632164b4d49b5b2cc2897a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located next to Budapest's most prestigious boulevard, Andrássy Avenue, this charming city hotel off...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="387.25" OriginalAmount="383.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494155" Longitude="19.059711" StarRating="4" HotelCode="|21826" HotelName="Danubius  Astoria City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KOSSUTH LAJOS U. 19-21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/8/2/6/21826_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned hotel has 138 standard rooms and 6 floors. It has a reception, a safety deposit box service, a currency exchange service, a cloakroom and lifts. It also has shops, a restaurant and a conference room with internet. The establishment offers room service, butler and a laundry service. SITUATION: This hotel is in the historic centre of Budapest. It is near shops, business areas and cultural spots. Near the establishment, guests will find the VacÃ­ shopping area VacÃ­. In front of the hotel there is a public transport stop. 500 metres away, guests will find the Danube River. It is 3 kilometres away from the railway station. It's 20 kilometres from Budapest Airport. ROOM: The stylish rooms have a bathroom with a shower or bath, soundproofed windows, a direct line telephone, a satellite TV, WiFi, a mini-bar and a safe. Clients are offered standard rooms with air-conditioning. Guests also have available superior rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="387.84" OriginalAmount="384.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.505711031486" Longitude="19.090418815613" StarRating="4" HotelCode="75642|lions_garden_hotel_2" HotelName="Lion's Garden Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Cházár András utca 4, H-1146 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/e3/53e3602f5e0f7d4d77b6c5462bf2bbdf0a1473c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right in the heart of Budapest, this boutique hotel is ideal for guests who appreciate a sty...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="388.58" OriginalAmount="384.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49526" Longitude="19.05968" StarRating="0" HotelCode="|447951" HotelName="Károly Boutique Suites, Best Location By Bqa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/7/9/5/1/447951_3a9ff7b0802.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.24" OriginalAmount="387.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5058155" Longitude="19.0905543" StarRating="4" HotelCode="|43696" HotelName="Lions Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>CHAZAR ANDRAS U. 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/3/6/9/6/43696_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Lions Garden is rated four stars and has internet. SITUATION: This establishment is in Budapest, close to Puskas Ferenc Stadium, Heroe's Square, Andrassy Boulevard and Arena Plaza. ROOM: The establishment has 107 rooms with an air-conditioning system, a hairdryer and a mini-bar. FACILITIES: This establishment has a reception, a fitness centre, a covered swimming pool, a spa, a sauna and a business centre well-equipped. RESTAURANT: Clients can enjoy a bar and a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="391.85" OriginalAmount="387.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4939475" Longitude="19.0548802" StarRating="3" HotelCode="|22429" HotelName="City Pilvax" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 23/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Pilvax Ter 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/2/9/22429_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1997, has 32 rooms, 2 single rooms and 30 double rooms. It has a reception, a safety deposit box service, lifts, a conference room and bicycle rental. With regards to the food and beverage offering, the establishment has a cafÃ©, a bar and an Ã  la carte restaurant with air-conditioning with highchairs. There are many services available at the establishment, including internet, WiFi, room service and a laundry service. SITUATION: This attractive hotel is in a quiet, central area. Is situated in Budapest city centre. Near the establishment, you will find the pedestrian area VÃ¡ci uta where you can find shops, restaurants and bars. 350 metres away, clients have a nightclub. It is 100 metres away from a public transport stop. ROOM: The comfortable rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio and a mini-bar. They also have a fridge, an air-conditioning system and a central heating system. FACILITIES: Clients can enjoy activities such as jet-skiing. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard and Diners Club. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast and Ã  la carte lunch and dinner.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="392.72" OriginalAmount="388.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.430534" Longitude="19.26246" StarRating="4" HotelCode="4126468" HotelName="Tribe Budapest Airport" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Listzt Ferenc Int. Airport, Terminal 2, Building B</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0041/26468/4126468/1.jpg?f=17615690</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a fitness center or take in the view from a rooftop terrace and a garden. Additional amenities at this Art Deco hotel include complimentary wireless internet access and a vending machine.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 star Superior and is displayed on this page as 4.5 stars.. Featured amenities include a 24-hour front desk, luggage storage, and an elevator. This hotel has 4 meeting rooms available for events. A roundtrip airport shuttle is complimentary at scheduled times..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.89" OriginalAmount="389" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|97848-25265260/7505785150393091394/6559" HotelName="LION'S GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2190000/2182200/2182190/252b15ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="392.89" OriginalAmount="389.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49029904" Longitude="19.06354595" StarRating="0" HotelCode="786795|harmonia_palace_free_parking" HotelName="Harmonia Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Muzeum Utca 9</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6b/156b4c49fa64ab88390d85a7c2832391ee432287.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="394.86" OriginalAmount="390.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504297" Longitude="19.055297" StarRating="4" HotelCode="|440445" HotelName="Mera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/0/4/4/5/440445_81d793c0837.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="397.03" OriginalAmount="393.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.512876" Longitude="19.057958" StarRating="4" HotelCode="|19709" HotelName="Crowne Plaza Budapest by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VACI UT 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/0/9/19709_5a1e2341154.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel was built in 2000. It has 4 floors and 230 rooms. It has a terrace with a garden, a lift, a bar and a restaurant. The establishment offers guests a car park and indoor parking (for a fee). SITUATION: It is inBudapest the city centre of near the establishment, guests will find the cultural area, the shopping area, 3 minutes away from the establishment clients have Nyugati pu the underground station of near the establishment, guests will find the railway station. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a fridge, a mini-bar (available for a fee), an air-conditioning system and a safety deposit box.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="397.25" OriginalAmount="393.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5084874" Longitude="19.0390184" StarRating="4" HotelCode="|55905" HotelName="Novotel Budapest Danube" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BEM RAKPART 33-34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/9/0/5/55905_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2006, family-run and has 175 rooms, The establishment offers guests 3 conference rooms, air-conditioning, a lobby, a reception, a currency exchange service and a lift. Guests can find a cafÃ© and a restaurant. There are many services available at the establishment, including WiFi, a car park, room service and a laundry service. The establishment also offers facilities for people with reduced mobility and 3 rooms adapted for people with reduced mobility. SITUATION: It is inBuda the area it is located between Margaret and SzÃ©chenyi the bridges 10 minutes away from the establishment guests have the commercial area ,Buda Castle the establishment is 1 kilometre away from Mammut the shopping centre 200 metres away, there is a public transport stop, VÃ¡ci Street, GellÃ©rt Hill, Citadella and HÅ‘sÃ¶k tere 20 minutes away from the establishment, you can find it is situated 20 kilometres away from Budapest Ferenc Liszt International Airport. ROOM: The rooms a bathroom with a bath and a hairdryer. They have a direct line telephone, satellite and cable TV, a radio, internet and a mini-bar. They also have a coffee maker, a kettle, a double bed, a safe, an air-conditioning system and individual heating. FACILITIES: The establishment has a sauna and a gym. 30 kilometres away from the establishment, clients can find a golf course. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant, a bar and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.95" OriginalAmount="395.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499266055161" Longitude="19.058607882249" StarRating="3" HotelCode="148320|gozsdu_apartment" HotelName="Gozsdu Court" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Király Utca 13, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/9b/d19baffe5544954219db1bf581be9962fe958c54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="399.66" OriginalAmount="395.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4959269" Longitude="19.0705619" StarRating="4" HotelCode="|71251" HotelName="Courtyard by Marriott Budapest City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JOZSEF KORUT 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/2/5/1/71251_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is in a modern building, The establishment boasts OlÃ©o Pazzo Mediterranean the restaurant a shop. ROOM: The establishment has spacious, comfortable rooms, have a large desk, chair, internet (available for a fee), a direct line telephone and a fridge. Some rooms have a mini-bar, They also have a safety deposit box, a television and films (available for a fee).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="399.96" OriginalAmount="396" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50556492" Longitude="19.06440113" StarRating="2" HotelCode="555992|255753" HotelName="Adagio Hostel 1.0 Oktogon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Andrassy Street 53.I.1, Doorbell 22, 1062 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/89/cf89b611fff4168854fa51114a5b1907fd9df82f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Adagio Hostel Oktogon is located in the centre of Budapest, 100 metres from the Oktogon Tram and Met...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="401.98" OriginalAmount="398.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.489764092031" Longitude="19.059643149376" StarRating="3" HotelCode="10940|the_three_corners_hotel_art" HotelName="The Three Corners Hotel Art" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Király Pál utca 12, 1053 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3c/7a/3c7a7ddb885ffa43731b8430daf391ffd8d9f7c8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Budapest, in a quiet, renovated street, closed to traffic and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="402.99" OriginalAmount="399" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|647353-28502799/7505785150393091394/768" HotelName="SZ?NYI GARDEN HOTEL PEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/647353/202210139381730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="403.91" OriginalAmount="399.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.469296" Longitude="19.052914" StarRating="4" HotelCode="4019011" HotelName="Radisson Hotel Budapest Budapart" Meals="PREMIUM ROOM" BedType="PREMIUM ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Dombovari Ut 25A,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/19011/4019011/1.jpg?f=17563066</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour fitness center, or other amenities including complimentary wireless internet access and tour/ticket assistance. This hotel also features a banquet hall and bike parking.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Planning an event in Budapest? This hotel has 1851 square feet (172 square meters) of space consisting of conference space and meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="407.03" OriginalAmount="403" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1272459-28536911/7505785150393091394/2410" HotelName="RUMOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71700000/71699900/71699828/ed6efe51_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="408.24" OriginalAmount="404.2" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.512897" Longitude="19.058237" StarRating="4" HotelCode="14413" HotelName="Crowne Plaza Budapest, An Ihg Hotel" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>VACI UT 1-3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14413/14413/2.jpg?f=17735094</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a fitness center or take in the view from a garden. Additional features at this hotel include complimentary wireless internet access, concierge services, and a hair salon.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 star Superior and is displayed on this page as 4.5 stars.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Planning an event in Budapest? This hotel has 16146 square feet (1500 square meters) of space consisting of conference space and 13 meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5043906" Longitude="19.05687511" StarRating="4" HotelCode="901562|35366" HotelName="Opera Garden" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hajós u. 24, 1065 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/7432959ebf6f45a286e34456b9302dfb.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="413.09" OriginalAmount="409.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49789076" Longitude="19.06107023" StarRating="2" HotelCode="568965|the_hive_party_hostel_budapest" HotelName="The Hive Party Hostel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dob Strasse 19, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/b4/31b4a466104d67d7002c29fe3894cfe2027e13a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49931372" Longitude="19.05246804" StarRating="3" HotelCode="349511|hotel_sasone" HotelName="Hotel SasOne" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Sas utca 1., 1. Floor, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/40/e440dee93f11711265c7601c1fda241ec42f2fdf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="415.11" OriginalAmount="411.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.512925429956" Longitude="19.058082103729" StarRating="5" HotelCode="51549|hilton_budapest_westend" HotelName="Hilton Budapest City" Meals="ROOM ONLY" 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,Golf,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vaci ut 1-3, 1062 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/f4/dbf413e4654f0ef69477927bbc20e73169cd1b28.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable top-class hotel is situated in the middle of Budapest, directly next to the shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1447331-30247702/7505785150393091394/6661" HotelName="HOCK RESIDENCE BY VAGABOND" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111450000/111443700/111443644/fa0475c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="418.14" OriginalAmount="414" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|647367-28532499/7505785150393091394/2363" HotelName="BUDGET HOTEL VICTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/647367/2022102016144710.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="418.14" OriginalAmount="414.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50331325" Longitude="19.03230909" StarRating="4" HotelCode="552758|pestbuda_hotel" HotelName="Pest-Buda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Fortuna utca 3, 1014 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/e1/dee1e01635d6473a60fee5d1f6089ccb4872122c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="418.95" OriginalAmount="414.8" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49958" Longitude="19.058748" StarRating="4" HotelCode="3868666" HotelName="Stories Boutique Hotel" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Király Utca 26.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/68666/3868666/1.jpg?f=15934270</HotelPictures>
        <HotelDescription>Relax and unwind with massages and body treatments. Additional amenities at this Art Deco hotel include complimentary wireless internet access and concierge services.. Featured amenities include a business center, complimentary newspapers in the lobby, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="419.76" OriginalAmount="415.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5043455" Longitude="19.0568539" StarRating="4" HotelCode="|122189" HotelName="Opera Garden  and Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hajos utca 24.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/2/1/8/9/122189_171239e1735.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.16" OriginalAmount="416" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|561974-25714325/7505785150393091394/6733" HotelName="PEST-BUDA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15930000/15923800/15923730/dc355f4e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.16" OriginalAmount="416" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|233436-32731497/7505785150393091394/6896" HotelName="LE ROSE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/126000000/125410000/125404900/125404817/ece746e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="420.91" OriginalAmount="416.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50332" Longitude="19.03232" StarRating="4" HotelCode="|472846" HotelName="Pest-Buda Design by Zsidai " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Fortuna utca 3.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/2/8/4/6/472846_2e86ac21114.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="50.8132144" Longitude="12.8790075" StarRating="4" HotelCode="0|56243-18153785/7505785150393091394/4179" HotelName="CHARM HOTEL BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>14 WINKLHOFERSTRASSE, CHEMNITZ, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1470000/1465100/1465061/8580d907_b.jpg</HotelPictures>
        <HotelDescription>Welcome to the Achat Comfort Messe-Chemnitz, a modern hotel comfort at affordable rates and near the trade fair. Whether on business, at the trade fair, in the long-stay apartments, on holiday, or taking in some culture - you'll feel right at home with us at the Achat Comfort Messe-Chemnitz. Saxony's third-largest city is a dynamic and growing economic and scientific hub. "The city of modernity", Chemnitz provides an ideal environment for conferences, congresses, seminars and events. It has a varied cultural life and provides surprisingly attractive options. At the Achat Comfort Messe-Chemnitz, we would like to make your stay as pleasant as possible: 99 modern guestrooms in the Business and Superior categories. From satellite TV to hair dryers, everything is included. 9 apartments - with kitchenette - for longer stays. There are also non-smoking rooms. It also offers 3 modern conference/seminar rooms for up to 40 people.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|615748-25779088/7505785150393091394/4877" HotelName="STORIES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23960000/23955000/23954943/c265ba90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|10428-25202217/7505785150393091394/5641" HotelName="RADISSON BLU BEKE HOTEL, BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4300/4240/7e2b5b89_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="421.93" OriginalAmount="417.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49774" Longitude="19.04888" StarRating="3" HotelCode="|386269" HotelName="D8" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dorottya utca 8.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/6/2/6/9/386269_6.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="422.53" OriginalAmount="418.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.509131" Longitude="19.080913" StarRating="4" HotelCode="|445163" HotelName="D50" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damjanich Utca, 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/6/3/445163_0211d941210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="424.20" OriginalAmount="420" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1280-18115733/7505785150393091394/4549" HotelName="CROWNE PLAZA BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/580000/573900/573870/ad913294_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.20" OriginalAmount="420.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49591329819" Longitude="19.070433676243" StarRating="4" HotelCode="161615|courtyard_by_marriott_budapest_city_center" HotelName="Courtyard Budapest City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>József krt. 5, 1088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/73/577399938ad0a2ea7f71722ec95795cd17bd246e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the city centre. The tourist centre is located within 20 minutes’ walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="426.22" OriginalAmount="422.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49929" Longitude="19.05243" StarRating="3" HotelCode="|186148" HotelName="Sasone Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sas utca 1.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/4/8/186148_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="427.84" OriginalAmount="423.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5004997" Longitude="19.0620003" StarRating="4" HotelCode="|53503" HotelName="Ambra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KISDIOFA U. 13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/0/3/53503_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is ideal for holidays or business trips. SITUATION: It is inBudapest the city centre of nearby, you will find shops. ROOM: They have a kitchenette. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="428.61" OriginalAmount="424.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50156" Longitude="19.07306" StarRating="4" HotelCode="2267792" HotelName="Bo33 Hotel Family &amp; Suites" Meals="SUPERIOR SUITE" BedType="SUPERIOR SUITE">
        <Address>
          <AddressLines>
            <AddressLine>Szövetség U. 33,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0022/67792/2267792/60.jpg?f=17434388</HotelPictures>
        <HotelDescription>Property Location With a stay at Bo33 Hotel Family &amp; Suites in Budapest (Budapest City Centre), you'll be minutes from Locked Up and Claustrophilia. This 4-star hotel is within close proximity of Erkel Theatre and MindQuest. Rooms Make yourself at home in one of the 62 air-conditioned rooms featuring minibars and flat-screen televisions. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms have complimentary toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks. Amenities Take advantage of recreational opportunities offered, including a spa tub, a sauna, and a fitness center. This hotel also features complimentary wireless Internet access, concierge services, and babysitting/childcare (surcharge). Dining Enjoy a bite to eat at a coffee shop/café, or stay in and take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge. Business, Other Amenities Featured amenities include complimentary high-speed (wired) Internet access, a 24-hour business center, and limo/town car service. Planning an event in Budapest? This hotel has facilities measuring 377 square feet (35 square meters), including a meeting room. Guests may use a train station pick-up service for a surcharge, and self parking (subject to charges) is available onsite.
Take advantage of recreational opportunities offered, including a spa tub, a sauna, and a fitness center. This hotel also features complimentary wireless Internet access, concierge services, and babysitting/childcare (surcharge).
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="429.25" OriginalAmount="425" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|269723-28542880/7505785150393091394/740" HotelName="GOZSDU COURT BUDAPEST" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2940000/2933000/2932912/853d52f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="429.71" OriginalAmount="425.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504612" Longitude="19.058414" StarRating="5" HotelCode="3868648" HotelName="Pullman Budapest" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Nagymezo Utca 38,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/68648/3868648/24.jpg?f=17378175</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a 24-hour health club, or other amenities including complimentary wireless internet access and concierge services. This hotel also features gift shops/newsstands and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Planning an event in Budapest? This hotel has 1668 square feet (155 square meters) of space consisting of conference space and 3 meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="430.16" OriginalAmount="425.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5001141" Longitude="19.0531943" StarRating="4" HotelCode="|60547" HotelName="Central Basilica" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>HERCEGPRIMAS STRASSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/4/7/60547_14.jpg</HotelPictures>
        <HotelDescription>HOTEL: the hotel is perfect for business and holiday stays, has 46 rooms and 4 floors. This air-conditioned hotel has a lobby, with express check-out, a reception, a safety deposit box service, a cloakroom, a lift, conference facilities, a breakfast room and WiFi. It also has a laundry service, a bicycle rental desk, bicycle storage and a car park (for a fee). SITUATION: Is situated in the tourist area, the business area, Around the establishment, clients can find restaurants, bars and the leisure areas. 200 metres away, there is a public transport stop, 300 metres away, guests will find Danube the river shops situated 600 metres away fromBuda Castle the parliament, this hotel is 800 metres away from the railway station situated 30 kilometres away fromBudapest Airport. ROOM: The rooms a bathroom with a shower or bath, a hairdryer, a double bed, a direct line telephone, a television, internet (free of charge), a mini-bar, a safe, an ironing set, an air-conditioning system, a central heating system and a terrace. FACILITIES: For a fee, guests can enjoy a massage service. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by American Express, JCB, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="432.28" OriginalAmount="428.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497802" Longitude="19.058206" StarRating="3" HotelCode="297306|roombach_hotel_budapest_center" HotelName="Roombach Hotel Budapest Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rumbach Sebestyén utca 14, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/7e/d37e461184019d29519fa4cad64b4d1faed9533f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="432.74" OriginalAmount="428.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504812" Longitude="19.060836" StarRating="3" HotelCode="|475456" HotelName="You Boutique Suites by BQA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/4/5/6/475456_5213eaf1210.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="434.69" OriginalAmount="430.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50438" Longitude="19.05689" StarRating="4" HotelCode="1796751" HotelName="Opera Garden Hotel &amp; Apartments" Meals="STUDIO" BedType="STUDIO">
        <Address>
          <AddressLines>
            <AddressLine>Hajos Utca 24,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0017/96751/1796751/1.jpg?f=17671134</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a sauna or take in the view from a rooftop terrace and a garden. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include complimentary wired internet access, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="435.31" OriginalAmount="431" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|141792-28562828/7505785150393091394/2487" HotelName="COURTYARD BY MARRIOTT BUDAPEST CITY CENTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3450000/3448500/3448476/f55248d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="436.32" OriginalAmount="432" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185769-25371053/7505785150393091394/6405" HotelName="OPERA GARDEN APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3425500/3425430/68b55520_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="439.16" OriginalAmount="434.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499515" Longitude="19.058753" StarRating="4" HotelCode="|256304" HotelName="Stories Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/3/0/4/256304_5.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="440.36" OriginalAmount="436" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12276-18117249/7505785150393091394/3953" HotelName="ERZSEBET CITY CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/180000/176100/176041/6aa44e55_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="441.37" OriginalAmount="437.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50164694" Longitude="19.0530245" StarRating="0" HotelCode="865596|boutique_residence_budapest" HotelName="Boutique Residence Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hercegprímás Utca 11 I em, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/c3/0bc3fa2eea5db817f8ae4e39b98a0454e2731009.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="442.38" OriginalAmount="438" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|582107-18212615/7505785150393091394/3510" HotelName="VOCO BUDAPEST D8" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/24000000/23990000/23988700/23988647/f0d601bc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="442.38" OriginalAmount="438.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49776846" Longitude="19.04868408" StarRating="3" HotelCode="751371|d8_hotel" HotelName="D8 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Bar,Designated Smoking Area,Golf,Housekeeping,Internet,Laundry,Spa,Telephone Service,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dorottya Utca 8, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dd/8e/dd8e11934b123d2cc0d76e36d11f6b9ba6fe585f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;"D8, three-star superior lifestyle hotel of  is located right in the heart of Budapest, just a few s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="444.40" OriginalAmount="440" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|32879-25216430/7505785150393091394/6760" HotelName="MAMAISON RESIDENCE IZABELLA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1138900/1138837/92d93d42_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="447.89" OriginalAmount="443.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4932654" Longitude="19.0520388" StarRating="4" HotelCode="|74646" HotelName="Marriott Executive Apartments Millennium Court" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/6/4/6/74646_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a laundry service, a fax machine, a massage service, a reception with safety deposit boxes and 4 meeting rooms. ROOM: The establishment has luxurious apartments with kitchen, kitchen utensils, a microwave, a fridge, an oven, internet, an air-conditioning system, a direct line telephone and a satellite television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="449.45" OriginalAmount="445.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500898465517" Longitude="19.061788916588" StarRating="4" HotelCode="36307|best_western_plus_hotel_ambra" HotelName="Ambra Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Lounge,Massage Centre,Nightclub,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kis Diófa utca 13, 1077 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/e2/ffe26d206b4c990bbc66e9dc1c86e47a21fe5626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the historical downtown district of Budapest. It is easily acce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="452.95" OriginalAmount="448.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497982" Longitude="19.06023" StarRating="3" HotelCode="2034970" HotelName="Hotel Gozsdu Court" Meals="APARTMENT" BedType="APARTMENT">
        <Address>
          <AddressLines>
            <AddressLine>Dob Utca 16,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0020/34970/2034970/30.jpg?f=17176457</HotelPictures>
        <HotelDescription>Featured amenities include luggage storage and an elevator. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="454.50" OriginalAmount="450" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|602528-28550802/7505785150393091394/2348" HotelName="BOUTIQUE RESIDENCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33270000/33264400/33264311/391753b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="455.30" OriginalAmount="450.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504123" Longitude="19.055714" StarRating="0" HotelCode="|448442" HotelName="Hampton By Hilton Budapest City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dessewffy utca 7-11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/4/2/448442_854db230841.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="455.51" OriginalAmount="451" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|677777-32708643/7505785150393091394/2857" HotelName="VISION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45730000/45729800/45729769/94aa52af_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="455.51" OriginalAmount="451" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1462384-32839331/7505785150393091394/6654" HotelName="HOTEL ALLORA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116050000/116043000/116042966/cc96d4d1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="456.24" OriginalAmount="451.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501572" Longitude="19.050595" StarRating="4" HotelCode="|444766" HotelName="Three Corners Downtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Oktober 6 utca 20.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/6/6/444766_51a5fa51245.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="458.54" OriginalAmount="454.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49839058" Longitude="19.05660824" StarRating="4" HotelCode="142637|7seasons_apartments_budapest" HotelName="7Seasons Apartments Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Király street 8, 1061 Budapest,</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/e3/20e331438b55c6e2168b2bd55a9d12c745683b98.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.56" OriginalAmount="456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500020752764" Longitude="19.053235069054" StarRating="3" HotelCode="72694|central_basilica_hotel" HotelName="Hotel Central Basilica" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hercegprímás utca 8, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/0c/2e0c5a95e91f9636c763d986da08eb3739162213.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the cultural, tourism and business centre of Hungary. Guests will find the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="461.57" OriginalAmount="457" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|112453-25284400/7505785150393091394/6201" HotelName="BUDA CASTLE FASHION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2230000/2226900/2226818/4f08edb7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="466.93" OriginalAmount="462.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501564" Longitude="19.050596" StarRating="3" HotelCode="4025475" HotelName="Three Corners Downtown Hotel" Meals="PREMIUM ROOM" BedType="PREMIUM ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Oktober 6 Utca 20.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/25475/4025475/1.jpg?f=17580980</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities including a sauna and a 24-hour fitness center. This hotel also features complimentary wireless internet access, concierge services, and a communal living room.. Featured amenities include a computer station, express check-out, and a 24-hour front desk. This hotel has 2 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="468.21" OriginalAmount="463.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49644" Longitude="19.06011" StarRating="4" HotelCode="|444765" HotelName="Memories Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/6/5/444765_8ca9eca1216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="469.70" OriginalAmount="465.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504125" Longitude="19.030661" StarRating="0" HotelCode="|562759" HotelName="Hapimag Resort Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Budapest, Fortuna u. 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/2/7/5/9/562759_30769791836.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="473.89" OriginalAmount="469.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4941195" Longitude="19.0525107" StarRating="4" HotelCode="|22431" HotelName="Mercure Budapest City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/4/3/1/22431_79aadef1421.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1985, has 11 floors, 227 rooms, 28 single rooms, 195 suites and 4 suites. It has a lobby with an elevator, a reception with a bureau de change, a conference room and a television room. The establishment offers WiFi, a car park and indoor parking (for a fee). SITUATION: This hotel is in a central area. It is in the pedestrian area of VÃ¡ci Utca. ROOM: Each room has a bathroom with a hairdryer, a sitting room, a direct line telephone, internet, a radio, satellite or cable TV, heating and a mini-bar. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="475.81" OriginalAmount="471.1" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49317" Longitude="19.05201" StarRating="4" HotelCode="405731" HotelName="Millennium Court" Meals="APARTMENT" BedType="APARTMENT">
        <Address>
          <AddressLines>
            <AddressLine>Piarista Utca 4,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0004/05731/405731/1.jpg?f=17734767</HotelPictures>
        <HotelDescription>Be sure to enjoy recreational amenities, including a hot tub, a sauna, and a fitness center. Additional features at this hotel include wireless internet access (surcharge), concierge services, and gift shops/newsstands.. Featured amenities include wired internet access (surcharge), a business center, and complimentary newspapers in the lobby. Planning an event in Budapest? This hotel has 1830 square feet (170 square meters) of space consisting of conference space and meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="477.18" OriginalAmount="472.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5736479" Longitude="19.0655663" StarRating="4" HotelCode="|39334" HotelName="Aquamarina Visegrád" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ROZGONYI PIROSKA UTCAI HAJOALLOMAS</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/3/3/4/39334_1_8602.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 40 rooms a restaurant, a cafÃ©, a reception, a safety deposit box service, a currency exchange service and a bar. The establishment offers guests conference rooms, internet, room service and a laundry service. SITUATION: RÃ³mai Part It is in it is 6 kilometres away from the city centre, nearby, you will find shops, restaurants, is situated 30 kilometres away from Budapest Ferenc Liszt International Airport. ROOM: They have an air-conditioning system, a bathroom with a shower, a mini-bar, a television and a direct line telephone. You can also find a radio, individual air-conditioning, internet and a terrace. FACILITIES: 50 metres away from the establishment, clients have a gym, a sauna and a bowling alley. On request, you can find speedboating. OTHERS: Regarding the food and beverage offering, you can enjoy a restaurant.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="478.52" OriginalAmount="473.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49519" Longitude="19.05386" StarRating="4" HotelCode="|442815" HotelName="Emerald" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/8/1/5/442815_3644e761522.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="479.75" OriginalAmount="475.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48817665" Longitude="19.0652421" StarRating="0" HotelCode="568433|oasis_guest_house_budapest" HotelName="Oasis Guest House Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ülloi Ut 20, 1085 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/c3/9fc388e2a920210a578f3b1ed1512e90b453369f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="481.11" OriginalAmount="476.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.496952" Longitude="19.067054" StarRating="4" HotelCode="160856|1694245" HotelName="Continental Hotel Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Dohány utca, 42-44, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/cf/06cf36ecdd185a10b0c8b3feabd7cd9993560fa6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The modern, Art Nouveau hotel is located near major transportation links, railway stations and main ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="481.77" OriginalAmount="477" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|242123-28543445/7505785150393091394/1725" HotelName="MADE INN BUDAPEST APARTMENTS &amp;amp; SUITES" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4690000/4685800/4685703/63b69ce6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="482.46" OriginalAmount="477.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.503451" Longitude="19.046276" StarRating="5" HotelCode="|444184" HotelName="Aurea Ana Palace By Eurostars Company" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/8/4/444184_761ce7d1258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="483.10" OriginalAmount="478.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49405" Longitude="19.05253" StarRating="4" HotelCode="574621" HotelName="Mercure Budapest City Center Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Váci Utca 20,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0005/74621/574621/1.jpg?f=17237790</HotelPictures>
        <HotelDescription>Enjoy recreation amenities such as a fitness center or take in the view from a garden. Additional features at this hotel include complimentary wireless internet access, concierge services, and shopping on site.. Featured amenities include a business center, express check-in, and express check-out. This hotel has 5 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="483.70" OriginalAmount="478.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494592" Longitude="19.064761" StarRating="0" HotelCode="|563367" HotelName="Silver Crown and 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/6/3/3/6/7/563367_4d90fb71333.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="488.11" OriginalAmount="483.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5333128" Longitude="19.0524185" StarRating="4" HotelCode="|65049" HotelName="Ensana Thermal Margaret Island" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MARGITSZIGET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/0/4/9/65049_3.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 267 rooms with a bathroom with a hairdryer, an air-conditioning system, heating, a direct line telephone, a radio and internet. They also have a safe, a satellite television, a mini-bar, a terrace and an alarm clock. You are offered non-smoking rooms and disabled access rooms. FACILITIES: The establishment has conference rooms, meeting rooms, a garage, a car park and a concierge service. Guests are offered WiFi, a bar, a restaurant, a breakfast room and stores. The establishment also has a swimming pool, a covered pool, a beauty centre, a solarium, a spa, a sauna, a gym and a jacuzzi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="488.84" OriginalAmount="484.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5109003" Longitude="19.06167859" StarRating="5" HotelCode="773195|mystery_hotel_budapest" HotelName="Mystery Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Podmaniczky Utca 45, 1064 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/66/2b666d01d2efd5804a419e721cea255685e0aedb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="489.70" OriginalAmount="484.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498084" Longitude="19.050072" StarRating="0" HotelCode="|553940" HotelName="Boho Budapest, Small Luxurys" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/9/4/0/553940_c14b2af1457.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="491.88" OriginalAmount="487.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5055244" Longitude="19.0632293" StarRating="0" HotelCode="|290164" HotelName="Avenue" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/9/0/1/6/4/290164_9b235481931.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="492.44" OriginalAmount="487.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502096" Longitude="19.05103" StarRating="3" HotelCode="|424351" HotelName="H2 Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sas u.24.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/3/5/1/424351_30d74101000.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="494.90" OriginalAmount="490.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49646751" Longitude="19.0602368" StarRating="4" HotelCode="781340|hotel_memories_budapest" HotelName="Hotel Memories Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Conference Hall,Internet,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Wesselényi Utca 4, 1077 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/d7/09d7171dc2ed2ff04b1ffb93bfa9fc91b44ea748.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="495.66" OriginalAmount="490.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48796" Longitude="19.05797" StarRating="4" HotelCode="83933" HotelName="Charm Hotel Budapest (Formerly Boutique Hotel Budapest)" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Utca So 6,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/83933/83933/1.jpg?f=17712331</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as bicycles to rent, or other amenities including complimentary wireless internet access and concierge services. Additional features at this hotel include a television in a common area and bike storage.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include express check-in, complimentary newspapers in the lobby, and dry cleaning/laundry services. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="496.92" OriginalAmount="492" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|589112-28564391/7505785150393091394/1794" HotelName="MEMORIES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/31000000/30110000/30107700/30107684/642a00ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="496.92" OriginalAmount="492.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499142393409" Longitude="19.058322845486" StarRating="3" HotelCode="496567|synagogue_apartments" HotelName="Made Inn Budapest Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Kiraly Utca 13, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/ff/daffbd5893cb984c01b99d8d63192e457f6d4781.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="498.94" OriginalAmount="494.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995" Longitude="19.0603" StarRating="0" HotelCode="879021|hapimag_resort_budapest" HotelName="Hapimag Apartments Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fortuna Utca 18, 1014 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/32/433297c56b38d37fd91f26bfcc743fb39d5c7e8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="500.23" OriginalAmount="495.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.489946" Longitude="19.074385" StarRating="0" HotelCode="|517225" HotelName="ZOYA LUXURY 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/1/7/2/2/5/517225_71513561021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="501.97" OriginalAmount="497.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50172357" Longitude="19.03872952" StarRating="3" HotelCode="857469|monastery_boutique_hotel_budapest" HotelName="Monastery Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Bar,Designated Smoking Area,Dining,Meeting Room,Restaurant,Spa,Wake-up Call Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Fo Utca 30, 1011 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/9d/969de6b9a30da05c2920e5c7a0a270e8b5789330.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;One of the newest hotels in the capital, Monastery Boutique Hotel Budapest will soon open its doors....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="502.11" OriginalAmount="497.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.496471" Longitude="19.0415604" StarRating="4" HotelCode="|60549" HotelName="Leon Hotel and Lounge" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LANCHID 19 STREET</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/4/9/60549_fa445b51510.jpg</HotelPictures>
        <HotelDescription>HOTEL: The LANCHID 19 is rated four stars. It has a lobby. SITUATION: It is situated next to the river Danube. Nearby, you will find Castle Buda. ROOM: Clients are offered 48 minimalist style rooms. They have an air-conditioning system, WiFi and a flat-screen television.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="508.03" OriginalAmount="503" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|977295-26150440/7505785150393091394/5942" HotelName="AUREA ANA PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66050000/66049600/66049506/8fb64331_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="508.12" OriginalAmount="503.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50253" Longitude="19.05659" StarRating="4" HotelCode="|442803" HotelName="Hilton Garden Inn Budapest City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lazar Utca 11-13</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/2/8/0/3/442803_73719ec1231.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="509.04" OriginalAmount="504" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|242026-25458045/7505785150393091394/5736" HotelName="7SEASONS APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2785400/2785329/ab9969cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="509.04" OriginalAmount="504" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|606300-25763273/7505785150393091394/6724" HotelName="MONASTERY BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31360000/31357100/31357010/555f356c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="510.05" OriginalAmount="505.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.533675234023" Longitude="19.05258869577" StarRating="4" HotelCode="87421|danubius_health_spa_resort_margitsziget" HotelName="Danubius Health Spa Resort Margitsziget" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Budapest-Margitsziget, 1007 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/9d/d39d853b977007f5d5ce50c5f64870eed8a8cdf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern spa hotel is situated in a park on the wonderful Margaret Island. Although the hotel is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="511.65" OriginalAmount="506.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49244" Longitude="19.0443" StarRating="3" HotelCode="137849" HotelName="Hotel Orion" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Dobrentei U.13,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/37849/137849/39.jpg?f=17727472</HotelPictures>
        <HotelDescription>Don't miss out on recreational opportunities including a sauna and a fitness center. This hotel also features complimentary wireless internet access, tour/ticket assistance, and discounted use of a nearby fitness facility.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 3 stars.. Featured amenities include a 24-hour front desk, multilingual staff, and luggage storage. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="513.54" OriginalAmount="508.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50176" Longitude="19.03872" StarRating="4" HotelCode="|444764" HotelName="Monastery Boutique Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>F? utca 30.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/6/4/444764_a48b3ea1136.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="514.09" OriginalAmount="509.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497542454373" Longitude="19.057221114635" StarRating="4" HotelCode="69375|regency_suites_hotel_budapest" HotelName="Regency Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Madách Imre tér 2, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/c0/3fc075180e8aabd353d0d6e01dd3b61ea91ef055.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre of Budapest right by Deák Ferenc Square. Moreover, it is in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="514.09" OriginalAmount="509.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.40977" Longitude="19.110404" StarRating="3" HotelCode="191325|le_rose_hotel" HotelName="Le Rose Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Felso Duna sor 1, 1238 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/zz/1ead1f18b4bb5348b7aa9eda1e50c2e5433b6779.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Budapest. With a total of 15 units, this is a nice place to stay. No pe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="514.09" OriginalAmount="509.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49016534" Longitude="19.06662829" StarRating="0" HotelCode="566380|minoo_house_" HotelName="Minoo House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mikszáth Kalman Tér 3, 1088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/76/bd/76bd4c82219aafca30701b6aa572bc16b09205ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a historical building renovated by a group of young artists, Minoo House is an eco-conscious ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="516.11" OriginalAmount="511" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466191-33194304/7505785150393091394/6524" HotelName="BOHO BUDAPEST, SMALL LUXURY HOTELS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102750000/102749500/102749429/40879254_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="519.14" OriginalAmount="514" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|560876-28555735/7505785150393091394/1278" HotelName="MIKA DOWNTOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18250000/18242700/18242625/c43e3b3c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="521.16" OriginalAmount="516.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.496335542632" Longitude="19.041806459427" StarRating="4" HotelCode="387350|lanchid_19_design_hotel" HotelName="Lanchid 19 Design Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Lánchíd utca 19, 1013 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/a4/18a43bbc99969b52f8994b09125c850960d670e3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the foot of the Buda Royal Castle near the city centre and a stone's throw ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.17" OriginalAmount="517.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502645246039" Longitude="19.066772460938" StarRating="5" HotelCode="49118|corinthia_budapest" HotelName="Corinthia Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Erzsébet Körút 43-49, 1073 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/71/31718337e626be53bfce1439f70273a2c4632cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury Budapest hotel is located close to the operas and theatres and within a few paces of the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="523.10" OriginalAmount="517.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5014723" Longitude="19.0666831" StarRating="5" HotelCode="|60552" HotelName="Queen´s Court &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Dob Utca 63</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/5/5/2/60552_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="525.19" OriginalAmount="519.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501453" Longitude="19.066767" StarRating="5" HotelCode="155090" HotelName="Queen's Court Hotel &amp; Residence" Meals="SUPERIOR SUITE" BedType="SUPERIOR SUITE">
        <Address>
          <AddressLines>
            <AddressLine>Dob Utca 63,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/55090/155090/2.jpg?f=17750530</HotelPictures>
        <HotelDescription>Take advantage of recreational opportunities offered, including an indoor pool, a hot tub, and a sauna. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include a 24-hour business center, limo/town car service, and express check-out. Planning an event in Budapest? This hotel has 388 square feet (36 square meters) of space consisting of conference space and a meeting room. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="525.20" OriginalAmount="520.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501100954705" Longitude="19.048484093254" StarRating="4" HotelCode="305574|prestige_hotel_budapest" HotelName="Prestige Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vigyázó Ferenc utca 5, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/82/20825ead97cbce37ad5f5820d0283d4d447a285a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="526.21" OriginalAmount="521" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.587381175981" Longitude="19.067823886871" StarRating="4" HotelCode="56058|22355" HotelName="Holiday Beach Budapest Wellness &amp; Conference Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piroska utca 3-5, 1039 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/ce/70ceff94cf3d508744a521e57af0bd3f61dc0abc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in one of the most charming districts of Budapest, right on the so-called Roman...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="526.21" OriginalAmount="521" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="52.451800" Longitude="-1.549200" StarRating="5" HotelCode="0|16388-18117704/7505785150393091394/3675" HotelName="CORINTHIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>na TAMWORTH ROAD-KERESLEY, COVENTRY, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1100000/1097800/1097758/b1b29874_b.jpg</HotelPictures>
        <HotelDescription>Newly re-developed, the Royal Court Hotel is set in 11 acres of landscaped gardens and parkland, offering the discerning client peaceful and tranquil surroundings in a rural setting, yet only 3 miles from Coventy City centre and 9 miles from the NEC. Whiles the hotel has the setting of a country house, it has the extensive facilities of a major city with an international style reception and baronial restaurant in the original manor house. The manor house, built in1894 as a private residence for Willam Hillman, the motor manufacturer, features en suit bedrooms, each individually furnished, and some overlooking the gardens. The cosy bar looks out on to rolling lawns and gardens. The reception bar overlooks the large indoor swimming pool.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="526.21" OriginalAmount="521" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1430771-27594650/7505785150393091394/7093" HotelName="K46 RESIDENCE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95420000/95410200/95410187/cf91aa48_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="528.14" OriginalAmount="522.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49725" Longitude="19.05715" StarRating="4" HotelCode="137912" HotelName="Leonardo Boutique Hotel Budapest M-Square" Meals="COMFORT ROOM" BedType="COMFORT ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Madách Tér 2,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/37912/137912/4.jpg?f=17720266</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="529.24" OriginalAmount="524" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1115126-26389586/7505785150393091394/5904" HotelName="H2 HOTEL BUDAPEST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59840000/59830600/59830599/0ac28eca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="531.26" OriginalAmount="526.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995" Longitude="19.0603" StarRating="0" HotelCode="883040|cherry_apartments_palace_quarter_2" HotelName="Cherry Apartments Palace Quarter" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Szentkiralyi utca 4/B, 1088 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/cf/c2cf83c8f3c91df799d8c51fcfd4b90d83cbaeea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="533.91" OriginalAmount="528.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51086" Longitude="19.06173" StarRating="5" HotelCode="|221104" HotelName="Mystery Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Podmaniczky utca 45.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/1/0/4/221104_ec2de051708.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="535.32" OriginalAmount="530.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.588005" Longitude="19.066751" StarRating="4" HotelCode="|34050" HotelName="Holiday Beach Budapest Wellness and Conference" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PIROSKA STREET 3-5, III. DISTRICT 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/0/5/0/34050_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has air-conditioning and a garden. It has 68 rooms, 4 floors, 5 suites and 1 junior suites. It also has a hall with a reception, a safety deposit box service, a cloakroom, a lift, a cafÃ©, a hairdresser's and a restaurant. The establishment offers guests conference facilities, internet, a laundry service (for a fee), a playground, a car park (for a fee), (for a fee) and bicycle hire. SITUATION: It is situated next toDanube the river near the establishment, guests will find a bus stop, 5 minutes away from the establishment you have a shopping centre, this hotel is 20 minutes away from the city centre, 20 kilometres away, you can find Budapest Airport. ROOM: They have a balcony or terrace, an air-conditioning system, individual heating, a double bed and a satellite television with international channels, Guests are offered a direct line telephone, internet, a desk and a safe. They also have a mini-bar, a bathroom with a bath or shower, a hairdryer and a bathrobe. FACILITIES: The establishment has a terrace, a swimming pool with a bar, a gym, a heated swimming pool and a children's swimming pool. The establishment also has 2 jacuzzis, water aerobics, beauty treatments, a solarium, a playground, a tennis court and a football pitch. OBSERVATIONS:. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a restaurant and a barbecue.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="537.32" OriginalAmount="532" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138865-25309328/7505785150393091394/4943" HotelName="CONTINENTAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3060000/3052500/3052491/a84048d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="539.34" OriginalAmount="534" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1462055-32744709/7505785150393091394/5597" HotelName="WONDER BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120550000/120540700/120540667/6949b244_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="540.35" OriginalAmount="535.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49936165" Longitude="19.06093401" StarRating="3" HotelCode="585424|hotel_mika_superior" HotelName="Hotel Mika Superior" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Kazinczy ulica 47, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/f2/d9f2045fa3302be4d96882c67d90b97bd29307f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="543.05" OriginalAmount="537.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5041" Longitude="19.06276" StarRating="3" HotelCode="|186151" HotelName="Karma Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/5/1/186151_13.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="545.40" OriginalAmount="540.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494827697201" Longitude="19.067130345047" StarRating="3" HotelCode="387671|grand_budapest_penthouse" HotelName="Grand Budapest Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Gyulai Pál Utca 3, 1085 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/54/255468dde1f2fc04349cee210ed71a51defd46b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the centre of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="549.67" OriginalAmount="544.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4972453" Longitude="19.0571122" StarRating="4" HotelCode="|71545" HotelName="Leonardo Boutique  Budapest M-square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/5/4/5/71545_a73f6210827.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel and it is in Budapest city centre, 100 metres away, you can find a car park WiFi, a wellness area, a jacuzzi, a fitness room and a sauna. Regarding the food and beverage offering, the establishment has a buffet breakfast, a teapot, coffee pot and a bar. Our guests can find a reception. ROOM: Guests are offered one bedroom suites with desk, a kitchenette with a microwave, a bathroom with a bath and a shower.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="551.46" OriginalAmount="546.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49849063" Longitude="19.04020497" StarRating="4" HotelCode="612986|hotel_clark_budapest" HotelName="Hotel Clark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Internet,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Clark Ádám tér 1, 1013 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/f8/25f863ee9aa8d905cdc8e8444b493c8149292d63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="552.84" OriginalAmount="547.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49488" Longitude="19.06721" StarRating="0" HotelCode="|186145" HotelName="Grand Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/4/5/186145_af3122f1223.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="553.66" OriginalAmount="548.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.503452" Longitude="19.046276" StarRating="5" HotelCode="3929627" HotelName="Áurea Ana Palace by Eurostars Hotel Company" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Akadémia Utca 15-17,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0039/29627/3929627/1.jpg?f=17439563</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages. You can take advantage of recreational amenities such as a sauna and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include a 24-hour business center, dry cleaning/laundry services, and a 24-hour front desk. This hotel has 6 meeting rooms available for events. A roundtrip airport shuttle is provided for a surcharge (available 24 hours)..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="556.42" OriginalAmount="550.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4969025" Longitude="19.0669365" StarRating="0" HotelCode="|69498" HotelName="Continental  Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/4/9/8/69498_b9786221225.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has 272 rooms, meeting rooms, a business centre, a concierge, WiFi (free of charge), a fitness centre, a spa, a wellness centre, a covered swimming pool, an outdoor pool and a car hire service. The establishment also offers facilities for people with disabilities. SITUATION: This modern hotel is in Budapest the centre of HungÃ¡ria Spa it is in Next to public transport services and the railway station.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="561.15" OriginalAmount="555.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5009799" Longitude="19.0566503" StarRating="4" HotelCode="|201553" HotelName="Moments Budapest by Continental Group" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/1/5/5/3/201553_00097951244.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="562.57" OriginalAmount="557" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50560118" Longitude="19.06331178" StarRating="2" HotelCode="555921|255774" HotelName="Avenue Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Oktogon Ter 4, 1066 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/3a/853a6f6db9bc9c3b022878f4853a61492c8bd378.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="562.91" OriginalAmount="557.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5254907" Longitude="19.056002" StarRating="4" HotelCode="|71249" HotelName="Danubius  Helia" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KARPAT UTCA 62-64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/1/2/4/9/71249_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is well-connected, has 267 rooms, 8 suites and 16Â junior suites. This air-conditioned establishment has a reception, express check-out, a safety deposit box service, a currency exchange service, a cloakroom, a lift, a hairdresser's and a playground. It also has a cafÃ©, a bar, a pub, a restaurant, conference facilities, WiFi (for a fee), room service, a laundry service, a car park, indoor parking (for a fee) and a bicycle rental desk (for a fee). SITUATION: It is in a peaceful area, a park, 20 metres away, guests will find restaurants, 50 metres away, there is a public transport stop located near the city centre, this hotel is situated 10 kilometres away from the tourist attractions, the railway station situated 28 kilometres away fromBudapest Airport. ROOM: The rooms have river views, a bathroom with a bath, a hairdryer, a bathrobe, a king size or double bed, a direct line telephone, a satellite TV (available for a fee), a radio, WiFi, a mini-bar, a safe, a coffee maker, a kettle, an air-conditioning system, individual heating and a balcony. Clients are offered rooms for smokers and disabled access rooms. FACILITIES: The establishment has 4 swimming pools, thermal baths, an outdoor bar and a terrace with deck chairs, Clients can enjoy a gym, aerobics, a jacuzzi, a sauna, a steam bath, a massage service (available for a fee) and spa treatments. For a fee, guests can enjoy play ping-pong and cycling. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast and buffet and Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="565.60" OriginalAmount="560" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|314324-25514508/7505785150393091394/5344" HotelName="PRESTIGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9520000/9516500/9516422/3a5c860b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="565.60" OriginalAmount="560" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1461448-32659869/7505785150393091394/6787" HotelName="INFINITY BUDAPEST HOTEL - ADULTS ONLY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/120000000/119440000/119436700/119436618/b0b37dda_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="566.37" OriginalAmount="560.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49502" Longitude="19.05348" StarRating="4" HotelCode="|182108" HotelName="Emerald Downtown Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/2/1/0/8/182108_891d9081425.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="571.66" OriginalAmount="566" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50092063" Longitude="19.05673882" StarRating="4" HotelCode="355129|197793" HotelName="Hotel Moments Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Andrássy út 8, 1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/52/9f52a2a7e2ea0e24ba89d9124c1f99ee764bc130.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="574.30" OriginalAmount="568.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48967" Longitude="19.06054" StarRating="4" HotelCode="|445266" HotelName="Memories Oldtown" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/2/6/6/445266_e0bf0b81404.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="576.71" OriginalAmount="571.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49956478483" Longitude="19.048844575882" StarRating="4" HotelCode="17922|starlight_suiten_hotel" HotelName="Starlight Suiten Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mérleg utca 6, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/57/0b571e7ed3bb1ef38bc79b5908b05963c4c94fd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="579.74" OriginalAmount="574" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|561476-25714093/7505785150393091394/6247" HotelName="GRAND BUDAPEST PENTHOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26780000/26777800/26777798/b227af4f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="581.76" OriginalAmount="576" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="34.245900" Longitude="-119.257600" StarRating="5" HotelCode="0|93267-25261028/7505785150393091394/5859" HotelName="QUEEN'S COURT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1080 Navigator Drive, Ventura, 93001, CA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1530000/1530000/1529925/1d526890_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Floors: 3. Total rooms: 69. Suites: 23. Single-bedded accommodations: 0. Double bedrooms: 0. Smoking rooms: 0. Nonsmoking rooms: 69. Physically challenged rooms: 3. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Ventura Hotel's Guests Love the Spectacular Harbor View Stunning beaches, fresh seafood, eclectic galleries, wine tastings and top businesses, this location has it all. Situated right on the harbor and near endless Ventura beach fun, the hotel's guests are also close to Oxnard Airport (OXR) and the vibrant downtown area. You can experience all the beauty of California at the pet friendly Holiday Inn Express® Hotel &amp;amp; Suites Ventura Harbor. Corporate guests love working at our facility. The 24-hour Business Center and free wired and wireless HSIA offer convenience, and the two spacious meeting rooms are perfect for hosting events. We're only four miles from two convention centers and close to many major businesses and the Naval Base Ventura County. When booking Ventura, CA accommodations, proximity to attractions is key, and we're close to some of the city's best. If you want to relax on a gorgeous Ventura beach, the hotel's locale is only three miles from the ocean. The entire family can enjoy the unforgettable Channel Islands National Park, which has sea kayaking and whale watching. For a day of urban fun, visit Ventura Harbor Village, where you'll find unique boutiques, a carousel and weekend concerts. Our guests enjoy beautiful harbor views, a "Play and Stay" golf package, a free, hot breakfast and more. If you're searching for Ventura, CA accommodations, call now for the ultimate in hospitality and sparkling seaside beauty.. Onsite facilities information- ParkingProperty was built in 2006. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="583.78" OriginalAmount="578" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|615776-25779136/7505785150393091394/4973" HotelName="SILVER CROWN HOTEL AND RESIDENCE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36250000/36244200/36244173/c592b882_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="599.17" OriginalAmount="593.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49666" Longitude="19.041437" StarRating="4" HotelCode="114565" HotelName="Leon Hotel &amp; Lounge" Meals="ROOM - MOUNTAIN VIEW" BedType="ROOM - MOUNTAIN VIEW">
        <Address>
          <AddressLines>
            <AddressLine>19 Lánchíd U.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/14565/114565/50.jpg?f=17708373</HotelPictures>
        <HotelDescription>Take in the views from a terrace and make use of amenities such as complimentary wireless internet access and a fireplace in the lobby. This hotel also features a living plant wall, tour/ticket assistance, and a banquet hall.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and multilingual staff. Event facilities at this hotel consist of a conference center and 3 meeting rooms. Self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="602.26" OriginalAmount="596.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5025865" Longitude="19.0504333" StarRating="5" HotelCode="|76519" HotelName="Verno House" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OKTOBER 6 UTCA, 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/5/1/9/76519_57de4371607.jpg</HotelPictures>
        <HotelDescription>HOTEL: This boutique hotel, was opened in 2011, has excellent service, luxurious standard rooms, a wellness centre and a spa. This hotel is business.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="603.98" OriginalAmount="598.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48967351" Longitude="19.06051941" StarRating="4" HotelCode="943620|hotel_memories_oldtown" HotelName="Hotel Memories Old Town" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bástya Utca 33, 1056 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/66/1366e0f8dbcb31f1cad73e8e811145c4608bbf7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="604.99" OriginalAmount="599" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|606295-25763265/7505785150393091394/5839" HotelName="MEMORIES OLD TOWN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27820000/27811300/27811282/f0dd443c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="614.21" OriginalAmount="608.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48967" Longitude="19.06054" StarRating="4" HotelCode="3814710" HotelName="Hotel Memories Oldtown" Meals="EXECUTIVE ROOM" BedType="EXECUTIVE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>33 Bástya U.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0038/14710/3814710/44.jpg?f=17500498</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages. You can take advantage of recreational amenities such as a health club, a hot tub, and a sauna. This hotel also features complimentary wireless internet access, concierge services, and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include a 24-hour business center, complimentary newspapers in the lobby, and dry cleaning/laundry services..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="615.09" OriginalAmount="609" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15296-32729692/7505785150393091394/6932" HotelName="MAMAISON CHAIN BRIDGE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/544100/544043/9646ac7f_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="616.10" OriginalAmount="610" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1054580-26275674/7505785150393091394/7020" HotelName="KOZMO HOTEL SUITES &amp;amp; SPA BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45930000/45921600/45921531/7a099f0e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="617.11" OriginalAmount="611.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49266524" Longitude="19.05964562" StarRating="3" HotelCode="781311|otel_collect" HotelName="Hotel Collect" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ferenczy István Utca 22, 1053 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/85/1a85d089baa38657bcf8535c04f4d3a9dbf7a5f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="620.14" OriginalAmount="614" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|586742-25732685/7505785150393091394/5095" HotelName="COLLECT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28930000/28925600/28925572/e66a3963_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="625.19" OriginalAmount="619" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1404299-27600609/7505785150393091394/6956" HotelName="KIMPTON BEM BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103590000/103580200/103580122/c7c7936b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="634.28" OriginalAmount="628" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1279-21403672/7505785150393091394/428" HotelName="HILTON BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/9200/9156/4232efba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|890844-26120902/7505785150393091394/5148" HotelName="REAL APARTMENTS WESSELENYI 10" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21730000/21721300/21721242/0b3cf5cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="640.47" OriginalAmount="634.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4896" Longitude="19.0604" StarRating="4" HotelCode="|186110" HotelName="Bastion Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/1/0/186110_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="642.21" OriginalAmount="635.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.512066" Longitude="19.037922" StarRating="5" HotelCode="4165065" HotelName="Kimpton Bem Budapest By Ihg" Meals="DELUXE ROOM" BedType="DELUXE ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Bem Jozsef Ter 3,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0041/65065/4165065/1.jpg?f=17643307</HotelPictures>
        <HotelDescription>The urban cool kid on the block, seated on the Buda banks of the Danube, Kimpton BEM takes residence in Budapest’s distinctively welcoming neighborhood. Nestled in the heart of history, our hotel is a stone's throw from the Castle District, creating a timeless journey through Budapest's regal past with threads of Hungarian history engulfed in lush grandeur. The city's legendary Turkish baths, a testament to centuries of leisure and luxury, are close by and not to be missed. The transformation of this long forgotten 19th-century building has been meticulously created by the renowned Marcel Wanders. Breathing a new life into this historical, grade 2 listed mansion. Embracing the locality, the charm and the history to create a destination that echoes a forgotten era. Striking and stylish, our design originates from the history of the capital, each space a canvas painting Hungary's vibrant soul.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="642.36" OriginalAmount="636" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352094-21724155/7505785150393091394/3837" HotelName="VERNO HOUSE BUDAPEST, VIGNETTE COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4480000/4472800/4472761/8d90ed29_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="642.36" OriginalAmount="636" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|377819-25561556/7505785150393091394/5127" HotelName="MOMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12900000/12892500/12892495/997292ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="644.33" OriginalAmount="637.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.511047" Longitude="19.037115" StarRating="4" HotelCode="698125" HotelName="Hotel Regnum Residence" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Ganz Utca 8,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0006/98125/698125/50.jpg?f=17405497</HotelPictures>
        <HotelDescription>Pamper yourself with onsite massages or enjoy recreation amenities such as bicycles to rent. Additional features at this Art Deco hotel include complimentary wireless internet access, concierge services, and a banquet hall.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 4 stars.. Featured amenities include complimentary wired internet access, a 24-hour business center, and complimentary newspapers in the lobby. Planning an event in Budapest? This hotel has 915 square feet (85 square meters) of space consisting of conference space and a meeting room. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="648.36" OriginalAmount="641.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.490007" Longitude="19.074788" StarRating="5" HotelCode="|444186" HotelName="Kozmo Hotel Suites and Spa - Small Luxury Hotels Of The World" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/8/6/444186_2a1f6d61338.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="657.51" OriginalAmount="651" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1441394-28801524/7505785150393091394/7072" HotelName="KOZMO RESIDENCES BUDAPEST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109820000/109818500/109818443/60e32269_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="659.53" OriginalAmount="653" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502635" Longitude="19.050451" StarRating="5" HotelCode="172369|29676" HotelName="Iberostar Grand Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oktober 6. utca 26, Szabadsag ter, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/240503/a_240503_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the heart of old Budapest. Budapest's parliament and St. Stephen's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="660.37" OriginalAmount="653.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498311" Longitude="19.040234" StarRating="4" HotelCode="|256303" HotelName="Clark Budapest - Adults Only" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/6/3/0/3/256303_1_8765.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="671.48" OriginalAmount="664.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50223" Longitude="19.067032" StarRating="5" HotelCode="|15605" HotelName="Corinthia Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ERZSEBET KRT. 43-49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/6/0/5/15605_a20efbc1058.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1896, has 6 floors, 414 rooms, 31 suites and 236 double rooms. It has a cafÃ©, shops, a hairdresser's, a bar and 5 restaurants. SITUATION: This establishment is close to the opera, the theatre and the concert hall. 2 kilometres away, there is a public transport stop. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a fridge, a mini-bar, an air-conditioning system, a safe and internet (free of charge). FACILITIES: The establishment has a spa, a swimming pool, relaxation areas, a sauna, a steam bath, jacuzzis, tropical showers, baths, seaweed bath and a mud bath. OBSERVATIONS: Please note that children under 16 years old are not allowed in the Royal Spa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="676.56" OriginalAmount="669.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497974" Longitude="19.047735" StarRating="5" HotelCode="14404" HotelName="Intercontinental Budapest, An Ihg Hotel" Meals="ROOM - RIVER VIEW" BedType="ROOM - RIVER VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Apaczai Csere Janos 12-14,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14404/14404/10.jpg?f=17751072</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. If you're looking for recreational opportunities, you'll find an indoor pool, a sauna, and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and babysitting (surcharge).. Featured amenities include a business center, limo/town car service, and dry cleaning/laundry services. Planning an event in Budapest? This hotel has 20118 square feet (1869 square meters) of space consisting of a conference center and a meeting room..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="676.68" OriginalAmount="669.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498463" Longitude="19.040237" StarRating="5" HotelCode="3664694" HotelName="Hotel Clark Budapest - Adults Only" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Clark Ádám Tér 1.,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0036/64694/3664694/1.jpg?f=17149289</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities including a sauna and a fitness center. Additional features at this hotel include complimentary wireless internet access, concierge services, and a fireplace in the lobby.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include a computer station, dry cleaning/laundry services, and a 24-hour front desk. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and limited parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="685.53" OriginalAmount="678.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995359" Longitude="19.0488955" StarRating="4" HotelCode="|65021" HotelName="Mamaison Hotel Chain Bridge Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/0/2/1/65021_5aecd2f1218.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, with air-conditioning, has 54 rooms, The establishment boasts multilingual staff. SITUATION: This establishment, is situated in the historic centre, near the establishment, you will find the leisure area, the parliament and the castle.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="688.82" OriginalAmount="682.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5015415" Longitude="19.0398299" StarRating="4" HotelCode="|47898" HotelName="Boutique Victoria Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>BEM RAKPART 11</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/8/9/8/47898_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 27 rooms, 9 single rooms, 18 double rooms and 9 floors. It has air-conditioning, a lobby, express check-out, a reception, a safety deposit box service, a currency exchange service and a lift. Guests can find a cafÃ©, a bar and a breakfast room. The establishment offers a conference room, room service, a laundry service, WiFi (free of charge), computers (for a fee), indoor parking and a car park. SITUATION: This urban hotel is in Budapest the historic centre of it is in Buda the area it is situated next to Danube the river 5 minutes away from the establishment, you can find SzÃ©chenyi Bridge 10 minutes away from the establishment clients have MÃ¡tyÃ¡s templom the Church of near the establishment, you will find monuments, tourist points of interest, the commercial area and the pedestrian area. it is near the business area, 500 metres away, there is a metro station, 3 kilometres away from the establishment, guests will find Budapest Keleti the Station of it is situated 20 kilometres away from Budapest Ferenc Liszt International Airport. ROOM: The comfortable rooms, have a bathroom with a bath, a shower, a mini-bar, a safety deposit box, a hairdryer, a satellite TV and a radio. They also have internet, 2 telephones, panoramic windows, an air-conditioning system, individual heating and some rooms even have a balcony. FACILITIES: The establishment has a sauna. PAYMENT METHODS: The establishment accepts American Express, JCB, Mastercard and Visa. OTHERS: Regarding the food and beverage provision, the establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="689.83" OriginalAmount="683" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1461092-32653296/7505785150393091394/6377" HotelName="BASILIQ HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/123000000/122860000/122859900/122859852/b9576a6f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="692.08" OriginalAmount="685.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5016" Longitude="19.0399" StarRating="3" HotelCode="137943" HotelName="Boutique Hotel Victoria Budapest" Meals="ROOM - RIVER VIEW" BedType="ROOM - RIVER VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Bem Rakpart 11,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/37943/137943/1.jpg?f=17691794</HotelPictures>
        <HotelDescription>Take advantage of recreation opportunities such as a sauna, or other amenities including complimentary wireless internet access and concierge services. Additional amenities at this hotel include a television in a common area, a ballroom, and bike parking.. Featured amenities include express check-in, dry cleaning/laundry services, and a 24-hour front desk. Limited parking is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="694.88" OriginalAmount="688" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|559613-18211821/7505785150393091394/3939" HotelName="CLARK BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21950000/21947300/21947210/10db2d8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="713.44" OriginalAmount="706.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497651" Longitude="19.0474613" StarRating="5" HotelCode="|15594" HotelName="InterContinental Budapest by IHG" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>APACZAI CSERE JANOS UTCA 12-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/4/15594_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1981, has 8 floors, 400 rooms, 144 double rooms and 16 suites. It has shops, a hairdresser's, a cafÃ©, a cosy bar, an excellent restaurant and a car park. SITUATION: This trendy hotel is in the Danube River. It is situated near the pedestrian area of VacÃ­ where you can find shops, leisure areas and entertainment. In front of the hotel there is a public transport stop. ROOM: The rooms have a bathroom, a direct line telephone, satellite and cable television, a mini-bar, a fridge and a safety deposit box. FACILITIES: The establishment boasts a covered pool, a spa, a health club and a sauna. Guests are offered a solarium, a massage service (available for a fee) and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="723.16" OriginalAmount="716.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497547" Longitude="19.047787" StarRating="5" HotelCode="258515|intercontinental_budapest" HotelName="InterContinental Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apáczai Csere János Utca 12-14, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/65/5465abaae408c062b92ee15f0f5faacdcf8aa1b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This chic first class hotel is stunning located on the edge of the Danube. The buzzing pedestrian ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="733.10" OriginalAmount="725.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49267" Longitude="19.05964" StarRating="4" HotelCode="|453283" HotelName="Collect – Adults Only" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/3/2/8/3/453283_43b6b761547.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="786.79" OriginalAmount="779.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.60095" Longitude="19.111913" StarRating="4" HotelCode="900484|ramada_resort_aquaworld_budapest" HotelName="Aquaworld Resort Budapest" Meals="HALF-BOARD" BedType="HALF-BOARD" PropertyType="Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 23/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Íves út 16, located in the northern part of Budapest, 1044 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/d2/55d246ce4c8f8e9c77d7a8279f89463e8df42d44.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers guests convenient and rapid transport links, whether by car, bus or airport transfe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="797.12" OriginalAmount="789.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501637" Longitude="19.053823" StarRating="5" HotelCode="4050063" HotelName="Radisson Collection Hotel, Basilica Budapest" Meals="COLLECTION ROOM" BedType="COLLECTION ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Szent Istvan Ter 13-14,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/50063/4050063/1.jpg?f=17752195</HotelPictures>
        <HotelDescription>Enjoy the recreation opportunities such as a 24-hour fitness center or make use of other amenities including tour/ticket assistance.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include express check-in, dry cleaning/laundry services, and a 24-hour front desk..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="834.12" OriginalAmount="825.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4943808" Longitude="19.0498553" StarRating="5" HotelCode="|15593" HotelName="Budapest Marriott" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>APACZAI CSERE JANOS 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/3/15593_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1969, has 10 floors, 363 rooms, 114 double rooms and 20 suites. It has a cafÃ©, bars, a restaurant and conference rooms. The establishment offers room service, a laundry service and a car park (for a fee). SITUATION: This establishment, is next to Danube the river it is near Vati Utca Avenue shopping areas, 300 metres away from the establishment, you can find Deak Ferenc Ter the underground station of. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, a fridge, a safety deposit box and an air-conditioning system. FACILITIES: The establishment has a sauna, a solarium and a gym.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="840.73" OriginalAmount="832.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4943" Longitude="19.04985" StarRating="5" HotelCode="14401" HotelName="Budapest Marriott Hotel" Meals="DELUXE ROOM - RIVER VIEW" BedType="DELUXE ROOM - RIVER VIEW">
        <Address>
          <AddressLines>
            <AddressLine>Apaczai Csere Janos U. 4,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/14401/14401/43.jpg?f=17686757</HotelPictures>
        <HotelDescription>Take advantage of recreational opportunities offered, including a health club, a hot tub, and a sauna. This hotel also features complimentary wireless internet access, concierge services, and gift shops/newsstands.. Featured amenities include a 24-hour business center, limo/town car service, and complimentary newspapers in the lobby. Planning an event in Budapest? This hotel has 16544 square feet (1537 square meters) of space consisting of conference space and meeting rooms. Guests may use a train station pick-up service for a surcharge, and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="858.71" OriginalAmount="850.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.491722" Longitude="19.052853" StarRating="3" HotelCode="88760" HotelName="City Hotel Matyas" Meals="ROOM" BedType="ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Marcius 15 Ter, 8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0000/88760/88760/5.jpg?f=17749247</HotelPictures>
        <HotelDescription>This city hotel is located in the heart of the city, just 50 meters from the famous Váci street with many shops and restaurants. A metro station which provides a great link to explore the city can be found within a short walking distance from the hotel. Budapest Ferenc Liszt International Airport is within easy reach, 30 minutes by car. The hotel has 80 modern Budapest style and well-equipped rooms, fitted with air-conditioning and heating, restrooms with shower, and many other amenities. Some of them come with panoramic views of the Danube and the Buda Castle. At the onsite restaurant, guests can enjoy traditional Hungarian flavours and the noble juices of the Hungarian wine-growing regions.
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="870.21" OriginalAmount="861.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498547" Longitude="19.070494" StarRating="5" HotelCode="161861" HotelName="Anantara New York Palace Budapest - A Leading Hotel of the World" Meals="PREMIUM ROOM" BedType="PREMIUM ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Erzsebet Korut 9-11,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0001/61861/161861/24.jpg?f=17738194</HotelPictures>
        <HotelDescription>Pamper yourself with a visit to the spa, which offers massages, body treatments, and facials. You're sure to appreciate the recreational amenities, including an indoor pool, a sauna, and a fitness center. This hotel also features complimentary wireless internet access, concierge services, and a hair salon.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include a business center, limo/town car service, and express check-out. Planning an event in Budapest? This hotel has 22701 square feet (2109 square meters) of space consisting of conference space and meeting rooms. A roundtrip airport shuttle is provided for a surcharge (available 24 hours), and self parking (subject to charges) is available onsite..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="871.63" OriginalAmount="863" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="37.66061" Longitude="-0.72341" StarRating="5" HotelCode="0|57728-18127305/7505785150393091394/3652" HotelName="ANANTARA NEW YORK PALACE BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>km 3 Avenida Gran Via De La Manga, LA MANGA DEL MAR MENOR, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1410000/1402000/1401996/w5760h3835x0y5-2d555e27_b.jpg</HotelPictures>
        <HotelDescription>Great hotel, recently refurbished, sourrounded by gardens and with a great swimming pool. It has very close to both seas. KEY PICKUP AT THE LOBBY OF THE SAME HOTEL/APARTMENT VILLAS, 24 HOUR RECEPTION. NO CRIBS AVAILABLE.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="886.78" OriginalAmount="878" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498521011095" Longitude="19.070476591587" StarRating="5" HotelCode="58918|6894" HotelName="New York Palace Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Erzsébet körút 9/11, ?1073 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/66/d16636dc2557acf79e3b5ffc68e812d7d28f8e9a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest on the Elisabeth ring road, 1 minute's walk from the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="935.66" OriginalAmount="926.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4975232" Longitude="19.0531443" StarRating="5" HotelCode="|19708" HotelName=" Al Habtoor Palace Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>ERZSEBET TER 9-10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/7/0/8/19708_4.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is situated in an old palace and was opened in 2000. The establishment boasts 9 floors, 218 standard rooms and 26 suites. In the entrance, guests are offered a lobby, a reception, a safety deposit box service, a cloakroom and a lift. Some of the establishment facilities on offer are a cafÃ©, a kiosk, shops, a hairdresser's, conference rooms, a cosy bar, 2 restaurants with air-conditioning. There are many services available at the establishment, including internet, room service, a laundry service and a bicycle storage room. SITUATION: This luxurious hotel is in the historic centre, close to el Rio Danubio. In the surrounding area, clients have the shopping area, tourist points of interest and the opera. 30 minutes away, guests can find the airport.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="945.75" OriginalAmount="936.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4984088" Longitude="19.0703479" StarRating="5" HotelCode="|42116" HotelName="Anantara New York Palace Budapest - A Leading  Of The World" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>ERZSEBET KRT. 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/1/1/6/42116_091899c1057.jpg</HotelPictures>
        <HotelDescription>ROOM: The establishment has 185 rooms with mini-bar, heating and an air-conditioning system. FACILITIES: This establishment has a hydromassage pool, a sauna, a Turkish bath, a gym, a solarium and a massage service. The establishment also has meeting rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="948.72" OriginalAmount="939.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497437349048" Longitude="19.053393602371" StarRating="5" HotelCode="14004|1236884" HotelName="The Ritz-Carlton Budapest" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Heated Pool,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Erzsebet Ter 9-10, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/db/f4dbb9bfe98c54154ef7f91f4be998ef61b46741.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This traditional, luxury hotel is found in a listed building in the centre of the city, just paces f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="994.85" OriginalAmount="985" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1397754-28598639/7505785150393091394/2696" HotelName="DOROTHEA HOTEL, BUDAPEST, AUTOGRAPH COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99660000/99655900/99655873/07d7bbe2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1082.59" OriginalAmount="1071.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4934" Longitude="19.0551" StarRating="5" HotelCode="|444183" HotelName="  Párisi Udvar Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/1/8/3/444183_9a3f1d71354.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1085.57" OriginalAmount="1074.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.496781" Longitude="19.049751" StarRating="5" HotelCode="|450067" HotelName="Dorothea, Budapest, Autograph Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dorottya utca 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/0/0/6/7/450067_19b33951557.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1213.01" OriginalAmount="1201" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|606306-25763283/7505785150393091394/4893" HotelName="PARISI UDVAR BUDAPEST, PART OF HYATT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34580000/34572800/34572780/696aaec3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1237.51" OriginalAmount="1225.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497505" Longitude="19.053205" StarRating="5" HotelCode="2469863" HotelName="Al Habtoor Palace Budapest, Preferred Hotels &amp; Resorts" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Erzsebet Ter 9-10,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0024/69863/2469863/1.jpg?f=17693342</HotelPictures>
        <HotelDescription>Relax at the full-service spa, where you can enjoy massages, body treatments, and facials. You can take advantage of recreational amenities such as an indoor pool, a hot tub, and a sauna. This Art Deco hotel also features complimentary wireless internet access, concierge services, and wedding services.. Hotelstars Union assigns an official star rating for properties in Hungary. This property is rated 5 stars.. Featured amenities include limo/town car service, express check-out, and dry cleaning/laundry services. Planning an event in Budapest? This hotel has 2476 square feet (230 square meters) of space consisting of conference space and 5 meeting rooms..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1274.62" OriginalAmount="1262" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|132042-14752476/7505785150393091394/2947" HotelName="AQUAWORLD RESORT" Meals="HALF BOARD,ROOM ONLY" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2420000/2419500/2419462/42fb1c94_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1282.30" OriginalAmount="1269.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499783903507" Longitude="19.053299772576" StarRating="5" HotelCode="336437|52927831" HotelName="Aria Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hercegprímás Utca 5, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/f5/0cf57d6739262809cb2f43b758e0a6414ae2549e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="95" TotalAmount="1305.09" OriginalAmount="1292.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504307" Longitude="19.055267" StarRating="3" HotelCode="4034082" HotelName="Mera Hotel" Meals="SUPERIOR ROOM" BedType="SUPERIOR ROOM">
        <Address>
          <AddressLines>
            <AddressLine>Bajcsy-Zsilinszky, 31,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdn.smyrooms.com/cloudcontent/fotos/agregadorHotelero/0040/34082/4034082/1.jpg?f=17580282</HotelPictures>
        <HotelDescription>Make use of convenient amenities, which include complimentary wireless internet access and concierge services.. Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and luggage storage..
</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1337.66" OriginalAmount="1324.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492266" Longitude="19.053783" StarRating="5" HotelCode="|424350" HotelName="Matild Palace, A Luxury Collection , Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Vaci Utca 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/2/4/3/5/0/424350_6aa61401042.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1360.42" OriginalAmount="1346.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50039" Longitude="19.05382" StarRating="5" HotelCode="|186107" HotelName="Aria  Budapest By Library  Collection" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/6/1/0/7/186107_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1380.86" OriginalAmount="1367.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492629" Longitude="19.0532764" StarRating="5" HotelCode="|76506" HotelName="The St. Regis Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>VACI U. 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/5/0/6/76506_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has restaurants, bars, an events room, entertainment and excellent service. The renovated hotel in 4, has 102 deluxe rooms, a spa and an events room. SITUATION: VÃ¡ci Utca It is in Budapest the commercial area of.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1443.29" OriginalAmount="1429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|319352-18211244/7505785150393091394/3122" HotelName="ARIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10360000/10355900/10355823/c4051992_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1457.43" OriginalAmount="1443.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497303248845" Longitude="19.052425324917" StarRating="5" HotelCode="259306|kempinski_hotel_corvinus_budapest_2" HotelName="Kempinski Hotel Corvinus Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 22/08/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Erzsébet tér 7-8, Downtown Budapest, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/f6/91f606d3c3ebfa810e4b527960273ca6eeef1062.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This leading, city hotel lies in the heart of the city centre on Elisabeth Square. Guests will find ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1470.56" OriginalAmount="1456" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1286-25191817/7505785150393091394/4819" HotelName="KEMPINSKI CORVINUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21146/w3837h2261x3y2-d438b3c6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1497.83" OriginalAmount="1483.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492958" Longitude="19.054245" StarRating="5" HotelCode="172654|buddhabar_budapest_klotild_palace_hotel_" HotelName="Buddha Bar Budapest Klotild Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Váci utca 34, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/14/84142e7a7029d090e21f60595096fafbfa5d0b68.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This compelling luxury hotel is located right at Váci Utca, the famous shopping street of Budapest, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1823.05" OriginalAmount="1805" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|559016-25709396/7505785150393091394/6335" HotelName="CASTLE APARTMENTS BUDAPEST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/25000000/24120000/24118800/24118744/d2356c4e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1832.82" OriginalAmount="1814.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4974133" Longitude="19.0524247" StarRating="5" HotelCode="|15598" HotelName="Kempinski Corvinus Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>ERZSEBET TER 7-8</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/5/5/9/8/15598_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 9 floors, 366 rooms, 67 single rooms and 31 suites. It has a reception, a currency exchange service, a safety deposit box service, a cloakroom, a conference room, shops, a hairdresser's and lifts. The establishment offers indoor parking (for a fee), a cafÃ©, 2 bars and 3 Ã  la carte restaurants. There are many services available at the establishment, including internet, room service and a laundry service. SITUATION: This hotel is in the city centre. Next to the establishment, guests will find Elisabeth Square. It is in the area around the shopping area and the pedestrian area of VacÃ­. In the surrounding area, clients have VÃ¶rÃ¶smarty TÃ©r Square. 200 metres away, there is a public transport stop. ROOM: It has luxurious, comfortable rooms with a bathroom with a hairdryer, a bathrobe, a direct line telephone, satellite or cable TV and a radio. They also have a mini-bar, a fridge, a double bed, an individual air-conditioning system and a safe. FACILITIES: There is a range of facilities and services available at the establishment, including a spa, a covered swimming pool with a relaxation area, a jacuzzi, a sauna, a solarium and a Turkish bath. The establishment also offers a massage service, body care and treatments (available for a fee). Customers can make use of a gym. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard, Diners Club and JCB. OTHERS: Regarding the food and beverage offering, clients have a continental or buffet breakfast and an Ã  la carte lunch.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2029.09" OriginalAmount="2009" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49894565" Longitude="19.05760651" StarRating="0" HotelCode="957820|395920" HotelName="Barceló Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Király Utca, Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c8/a8/c8a8ddb29701958860eab03f4fa0dc1586d59abb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2711.16" OriginalAmount="2684.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499629" Longitude="19.047944" StarRating="5" HotelCode="|53504" HotelName="Four Seasons Gresham Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 26/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/3/5/0/4/53504_3850a9e1012.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Fourseasons Gresham Palace is rated five stars. It has a lobby, a bar, 2 restaurants, a spa, a gym has features that offer you the maximum level of comfort, a sauna, a jacuzzi and treatment cabins. It also has a business centre, conference rooms, a reception, seats and boutiques. SITUATION: It is in front of SzÃ©chenyi IÃ¡nchÃ­d the river. Nearby, you will find the shopping area, the bus station and the metro station. ROOM: They offer rooms views of the river.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="211.14" OriginalAmount="209.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5017691" Longitude="19.0577908" StarRating="0" HotelCode="|256228" HotelName="Opera16 Guestrooms" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.84" OriginalAmount="226.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4963719" Longitude="19.0672961" StarRating="0" HotelCode="|256232" HotelName="Rakoczi Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="253.88" OriginalAmount="251.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5025168" Longitude="19.0662946" StarRating="0" HotelCode="|342247" HotelName="William's Guesthouse And" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="254.42" OriginalAmount="251.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4869946" Longitude="19.026707" StarRating="0" HotelCode="|289485" HotelName="Kis Gellert Guesthouse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Otthon utca 14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="266.28" OriginalAmount="263.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4971174" Longitude="19.0702463" StarRating="3" HotelCode="|256216" HotelName="Sous44" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="285.06" OriginalAmount="282.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5872509" Longitude="19.0460926" StarRating="0" HotelCode="|289510" HotelName="írisz Panzió" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="293.29" OriginalAmount="290.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4862769" Longitude="19.0077478" StarRating="3" HotelCode="|342222" HotelName="Walzer &amp; Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="322.39" OriginalAmount="319.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.57773" Longitude="19.0927" StarRating="3" HotelCode="|186147" HotelName="Karin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="333.48" OriginalAmount="330.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4981255" Longitude="19.0611827" StarRating="0" HotelCode="|342246" HotelName="Heritage Home" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dob u. 21.</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="395.61" OriginalAmount="391.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5015585" Longitude="19.0393089" StarRating="3" HotelCode="|256177" HotelName="Budget Victoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>F? utca 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="428.26" OriginalAmount="424.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5283637" Longitude="19.0965933" StarRating="3" HotelCode="|342214" HotelName="szőnyi garden hotel pest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>FALSE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures />
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Diet Meals,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service,Conference Hall,Currency Exchange,Fax,Room Service,Wheelchair Access,Heated Pool,Massage Centre,Sauna,Spa,Swimming Pool,Garden,Lounge,Jacuzzi,Golf,Kitchen,Babysitting,Meeting Room,Pets allowed,Library,Parking,24 Hour Power Supply,Dining,Wake-up Call Service,24 Hour Security,Airport Transfer (on Demand),Housekeeping,24 Hour Front Desk,Dry Cleaning,Luggage Storage</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,ECO HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,SPA HOTEL,FAMILY-FRIENDLY HOTEL,AIRPORT HOTEL,APARTMENT HOTEL,HOTEL,APARTHOTEL,APARTMENT,HOSTELS,BOTEL,BOUTIQUE HOTEL,CLUB RESORT,GUESTHOUSE,BED AND BREAKFASTS,GUEST HOUSES</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
a27ca33f-f073-4822-8e94-c15e8b2ad408|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="a27ca33f-f073-4822-8e94-c15e8b2ad408">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47202" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-05T00:00:00" End="2026-10-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="USD" 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
a27ca33f-f073-4822-8e94-c15e8b2ad408|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
a27ca33f-f073-4822-8e94-c15e8b2ad408|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-08-21T09:54:53.0046032+01:00" Version="0" EchoToken="Search" TransactionIdentifier="a27ca33f-f073-4822-8e94-c15e8b2ad408" Currency="USD">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="41.31" OriginalAmount="40.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6878098415884" Longitude="115.17888262537" StarRating="3" HotelCode="943683|572342" HotelName="Panen House by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Gunung Athena 15, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6951686" Longitude="115.17654824" StarRating="3" HotelCode="768629|beji_ayu_homestay" HotelName="Beji Ayu Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Beji Ayu I  2, Senset Road, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/21/03213f839ca76e8b18ed092ff12f37d4af6bdc71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6887800068894" Longitude="115.17127633095" StarRating="3" HotelCode="260576|swissbelinn_seminyak_2" HotelName="Sense Sunset Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Sunset Road No. 88 S, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/88/66885fe4c8c48fff215d66ed5b82a179751c9a95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this hotel is about 2 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688086" Longitude="115.175299" StarRating="3" HotelCode="292517|the_studio" HotelName="The Studio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti II, Ggang Nuansa 11, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/a6/6ea68b20cea137699ba030e63d2d78ac12bcc09a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6919383028086" Longitude="115.16246125397" StarRating="3" HotelCode="935245|ping_hotel_seminyak_beach" HotelName="Ping Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Camplung Tanduk No. 28, Seminyak Beach</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/70/577042dcb4a90410c54950a6231a05bd8309660e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.674643" Longitude="115.153423" StarRating="3" HotelCode="311333|the_alea_hotel" HotelName="The Alea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 78, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/83/e383732c2fbf3a583077b41f177ef9740890c3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69734819" Longitude="115.17537525" StarRating="2" HotelCode="348414|the_agung_residence" HotelName="The Agung Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula - LC. Shri Laksmi I 18, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/91/1491c301accff07e6e0ac22c8c12f57308fd14f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6821926153488" Longitude="115.17200252093" StarRating="3" HotelCode="348029|7_bidadari_seminyak_hotel_" HotelName="7 Bidadari Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari IV 7, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/27/6027d421400a79b656ae09be836046d454ab8579.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Seminyak, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67754698" Longitude="115.16734447" StarRating="3" HotelCode="553717|mi_casa_residence" HotelName="Mi Casa Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mertanadi 77/3, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/83/0b832592575cfb7b1539120f4b8a309247ce4677.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features room service for a comfortable and relaxing stay. Wireless internet access is ava...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.67" OriginalAmount="55.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6911343584567" Longitude="115.16599956385" StarRating="2" HotelCode="177878|157012" HotelName="ibis budget Bali Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk 9A, Seminyak, Kuta, Badung 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/b2/56b230029c9e5ab4e5ad94db510cec654c2823f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Seminyak, a 5-minute walk from Seminyak Square shopping centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6728284230574" Longitude="115.16381790046" StarRating="4" HotelCode="936768|destiny_villas" HotelName="Destiny Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kerobokan 24, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/12/d012f79e71d99f1458fc2cccc39a08d0d0f4e4dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="57.41" OriginalAmount="56.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6918105752578" Longitude="115.16313582659" StarRating="2" HotelCode="365337|94035" HotelName="Seminyak Paradiso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/cc/79cc27495b4a622cc6f162f03b809cfb6a216cfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of the famous sandy Seminyak Beach and just 20 minutes from Bal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68978394673" Longitude="115.16208542199" StarRating="3" HotelCode="936787|destiny_boutique_hotel_by_premier_hospitality_asia" HotelName="Destiny Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 10, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/88/6b88fdfe9ed9fd41ae84206ed54d24cf856ef5b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the centre of Seminyak. Its setting is especially ideal for guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.695092210607" Longitude="115.17205497704" StarRating="3" HotelCode="376304|m_suite" HotelName="M Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula, Gang Baik, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/83/2a83d8fadba1fc8860be0a1d9f04e16faa92f161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69220261" Longitude="115.16797504" StarRating="0" HotelCode="671781|singgah_hotel_seminyak" HotelName="Singgah Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 42, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/28/4428585ab62adad90b9ed70abd5b85e2bf1f7fdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69315345" Longitude="115.17258627" StarRating="0" HotelCode="842374|bali_sunset_villa" HotelName="Bali Sunset Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="24 Hour Room Service,Bar,Designated Smoking Area,Internet,Massage Centre,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula 2, Gang Baik Baik 9, Seminyak 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/4e/374efacbe310f293968a2360d7b3cc67f2c41612.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bali Sunset Villa is a popular choice amongst travelers in Bali, whether exploring or just passing t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69073659" Longitude="115.16889473" StarRating="3" HotelCode="946293|the_aswana_seminyak" HotelName="The Aswana Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Plawa 18, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/fc/22fcbc5396822414c0be8f3a84f4ba90b0d7e384.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6729156397837" Longitude="115.15464831796" StarRating="4" HotelCode="324175|paragon_suites_and_resort_" HotelName="Paragon Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 555, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/cc/f1cc00eeac7ddae731e6ef14d62bbc0840803659.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6730189746829" Longitude="115.14977032388" StarRating="3" HotelCode="392757|nipuri_resort_and_restaurant" HotelName="Nipuri Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batubelig 16x, Batu Belig Kerobokan, Kuta, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/63/bb63dd47b3c630021e2e02069f76be654eb7590e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69032223" Longitude="115.17307214" StarRating="3" HotelCode="400424|hotel_santika_seminyak" HotelName="Hotel Santika Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Sunset Road No. 17, Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/9c/c19cd2e0a11ed7643769c9c9cc51f0d89f30af86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67344554" Longitude="115.14660246" StarRating="3" HotelCode="397844|kubal_villa_" HotelName="Kubal Villa &amp; Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Batubelig, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/0a/420ac5153e8dfdccc99cb0e8bced15e74246e9fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6861433" Longitude="115.1744212" StarRating="3" HotelCode="547206|kamarkoe_homestay" HotelName="KamarKoe Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati III 53-55, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/75/af7539f735682323228e7c5ebf4d468cc310241c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68881451" Longitude="115.15855959" StarRating="3" HotelCode="589412|anshel_hotel" HotelName="Anshel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi 25, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1d/7d1dfb3f30d8c4dc31ccce8f3473be8de3d4ad11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Anshel Hotel in Seminyak (Core area of Seminyak), you'll be c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683764" Longitude="115.168706" StarRating="3" HotelCode="936742|favehotel_sunset_seminyak_2" HotelName="Favehotel Sunset Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 89, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/d7/7dd7a5e00d0f4d616c30b798c08b9ef047d73c39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6799713489367" Longitude="115.15373379966" StarRating="3" HotelCode="936649|bali_mystique_hotel__apartment" HotelName="Bali Mystique Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 2000xx, Seminyak 80361, Petitenget, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f1/56f1116523252aa6dabb984b3bbf479a87917594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67590344" Longitude="115.15396431" StarRating="3" HotelCode="504251|amalfi_hotel_seminyak" HotelName="Amalfi Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget Kendal 8, Seminyak 80031, Kuta-Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/2e/6c2e847ecf36531e5be90b9323152218e8beee84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67225259" Longitude="115.16553863" StarRating="3" HotelCode="352975|delu_villas__suite" HotelName="Delu Villas &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tangkuban Perahu 3, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/c2/7fc2f51f0bcfef6eb383652470eca08a7866a7bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6788143299858" Longitude="115.15479264724" StarRating="3" HotelCode="540494|kubu_petitenget_suite" HotelName="Kubu Petitenget Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 10, Gang Sunyi, Seminyak 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f6/b8f6e41e482f401184ce7644cc4b22254b8feb37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak, about 5 minutes from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="3" HotelCode="783303|apple_villa_suite_seminyak" HotelName="Apple Villa &amp; Suite Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Merthanadi 89, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/a4/41a4e09ba64432a0f84878e745bea85762b0027d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Apple Villa &amp; Suite Seminyak in Seminyak (Sunset Road), you'll be convenient to Sunse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67255138" Longitude="115.15179782" StarRating="1" HotelCode="867815|gelatik_bed_and_breakfast_hostel" HotelName="Gelatik Bed And Breakfast - Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Gelatik 2, Jalan Batu Belig, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/6b/f16b5426f437c74f803eed6ccfc8b6cc563fd479.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68710984" Longitude="115.17742067" StarRating="3" HotelCode="835047|inkuta_residence" HotelName="Inkuta Residence And Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti II, Gang Nuansa 8-10, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/14/6a149a241214171039cb71d66daa0222c44e34b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.00" OriginalAmount="78.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6968624839843" Longitude="115.17606571779" StarRating="3" HotelCode="350187|488057" HotelName="Horison Legian Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 150, Legian, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/37/d037effc646ec5291abb37c7f3fcf474ad0f1bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69180905" Longitude="115.16953057" StarRating="3" HotelCode="975715|rusty_seminyak" HotelName="Rusty Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Plawa Gang Ratna, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/fc/86fc918a2f79f5ad4ef5296c39efb48317773c77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7038877630563" Longitude="115.18176384789" StarRating="4" HotelCode="292503|best_western_premier_sunset_road_kuta" HotelName="Ramada by Wyndham Bali Sunset Road Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 9, Seminyak Kabupaten, Badung, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/16/27162b79adeb2b0500cd63a40b474109da4d99e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68585" Longitude="115.17557" StarRating="3" HotelCode="292516|seminyak_lagoon_all_suites_hotel" HotelName="Seminyak Lagoon All Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Dewi Saraswati III No. 4, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/e4/98e4b3aed3723484886160e13b9ffdb3b487f5d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.682756" Longitude="115.168002" StarRating="3" HotelCode="904660|sunset_mansion_seminyak_apartment" HotelName="Sunset Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari Raya 2, Sunset Road, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/06/c3069b3b70bc440db3aab39ac34c0538594937d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6967524768291" Longitude="115.17298916278" StarRating="3" HotelCode="313523|svarna_suite_seminyak_2" HotelName="Svarna Suite Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Eka Laweya 8, Seminyak 80361, Kuta, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/6d/336d59234bafadcf19e620dcfd185fdcd37be973.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6800287434516" Longitude="115.15383846363" StarRating="4" HotelCode="915870|the_sunset_suite_bali_mystique" HotelName="The Sunset Suite @ Bali Mystique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 2000XX, Seminyak 80361, Kerobokan</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/f9/5ef9689404f7f203803f01d4438853a22a0931be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at The Sunset Suite @ Bali Mystique in Seminyak Petitenget, you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.33" OriginalAmount="84.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6743957254874" Longitude="115.15583895959" StarRating="4" HotelCode="407874|441842" HotelName="The Visala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 8, Petitenget, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/556093/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Seminyak, this boutique hotel has the perfect ambience for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696579" Longitude="115.16614" StarRating="4" HotelCode="260556|horison_seminyak_bali" HotelName="Horison Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Double Six, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/44/d9447793428fa78badf2e1c9dff1ab584f839eb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6719503686849" Longitude="115.16255513638" StarRating="4" HotelCode="311310|swissbelhotel_petitenget" HotelName="Swiss-Belhotel Petitenget" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 168, Kerobokan Kelod, Kuta Utara, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b4/72b499463c47ae8ec9a51d9138e3b9c924252f5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.695047" Longitude="115.167016" StarRating="3" HotelCode="547205|bali_yarravillas" HotelName="Bali Yarra Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 189, Gang Keraton, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/93/ac9355cccb85dc34d189fd12ae19b3f8be4120e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68239" Longitude="115.154324" StarRating="4" HotelCode="189219|sense_hotel_seminyak" HotelName="Sense Seminyak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Jati 16, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/zz/c0ad7dd2f828da8436fdac14c0e3f1647e253ddf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this boutique hotel is about 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68991932" Longitude="115.16716134" StarRating="0" HotelCode="741491|sleep_well_seminyak" HotelName="Sleepwell Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 1</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/38/6238a15264abc731be66e2f077902af96ee29745.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6834523431576" Longitude="115.16996497917" StarRating="3" HotelCode="324165|uma_karan" HotelName="Uma Karan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari III 8, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/00/3000be450fb18fcaf4116b8cb6f8f20221d48589.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a bar, a transfer service and room service. Wireless in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6857246219659" Longitude="115.17608151653" StarRating="4" HotelCode="305363|ramada_encore_bali_seminyak" HotelName="Ramada Encore Bali Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati lll, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/34/cb345f56682688db74305a6572b52bfad31c8fb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 286 rooms. Services and facilities at the hotel include a res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6934417533016" Longitude="115.16910388913" StarRating="3" HotelCode="349790|kubu_cempaka_seminyak_hotel" HotelName="Kubu Cempaka Seminyak Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Cempaka  9, Jalan Plawa, 80361 Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/81/e181a60f2c9b91e28933708cf99c160480cd5e7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.12" OriginalAmount="98.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67208316" Longitude="115.1639258" StarRating="4" HotelCode="448885|557523" HotelName="Daun Bali Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 8, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/557523/557523a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68140155" Longitude="115.15200287" StarRating="3" HotelCode="489990|green_chaka_paradise_villa_2" HotelName="Bale Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 41, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1c/531c3473d09a333b77e6a3597d38bbb8ebf22eca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677065" Longitude="115.154163" StarRating="3" HotelCode="66198|putu_bali_villa_spa" HotelName="Putu Bali Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 1070, Jl. Petitenget 72X, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a5/1da58a9a9c02dc0562ecbd04ee8184f9b8efde54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Petitenget, with the beach just a few minutes away. It is 15 minutes from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6839302009062" Longitude="115.15715450751" StarRating="3" HotelCode="312443|seminyak_square_hotel" HotelName="Seminyak Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya 1, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/88/e088bacd24bf84fce53ae245d0a33549c52e3359.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69092315" Longitude="115.16904719" StarRating="3" HotelCode="622013|green_studio_apartment_seminyak" HotelName="Green Studio Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Plawa 10B, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/3e/b93e0d65e226ce162cb5d3a0c1f90f8eb157e8f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6862182763297" Longitude="115.17375596254" StarRating="3" HotelCode="915875|villa_kamar_kamar_rumah_tamu" HotelName="Kamar Kamar Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Jalan Dewi Saraswati III, Seminyak, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/aa/0faacccd6da04be320d16420534ccaf10ca02b0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Seminyak, this boutique hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68528262" Longitude="115.17405201" StarRating="3" HotelCode="481341|zen_premium_kunti_seminyak" HotelName="ZEN Premium Kunti Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati 3 4, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/1f/561f7aaef4214f4919d8384ba1c976cae28ce7f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at ZEN Premium Kunti Seminyak in Seminyak (Sunset Road), you'll be clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69052374" Longitude="115.16166112" StarRating="4" HotelCode="387593|tijili_seminyak" HotelName="Tijili" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 9, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/41/6f4106c07768e816ff3e3e74f442411112646ae1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67741052" Longitude="115.1568502" StarRating="3" HotelCode="593884|urbanest_inn_villa" HotelName="Urbanest Inn Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 1000x, Villa Taman Lumbung, Villa Nomor 2, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/93/3a93d84fe8badc209694c2a2ae311fdeb4983d55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69672092" Longitude="115.16485305" StarRating="3" HotelCode="784545|lloyds_inn_bali" HotelName="Lloyd's Inn Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Double Six, Kuta, Seminyak 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/81/0f81f3a927a9bc8642a068c4e920b4e1e102252b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.680066" Longitude="115.162728" StarRating="4" HotelCode="173559|ddjabu_hotel_seminyak_" HotelName="D'djabu Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House,Family-friendly Hotel,Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Braban 46, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/38/e8382995f7ee04cc77271c52574dbc94689af22b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located only 7 minutes’ drive to Kudeta Beach. The famous Warisan Restaurant and oth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.21" OriginalAmount="117.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6896761533119" Longitude="115.16330541278" StarRating="4" HotelCode="933582|387110" HotelName="Harris Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 99, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/387110/387110a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.53" OriginalAmount="119.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.675241" Longitude="115.152833" StarRating="4" HotelCode="316061|431478" HotelName="Maison At C Boutique Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih no.89, Petitenget, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/00/3d00e855706f6e6844c0ccca55993cc962b427f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Amenities include a safe. Wireless internet access is available to travellers in the public areas. A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6824335382634" Longitude="115.15896880994" StarRating="4" HotelCode="98638|mutiara_bali_boutique_resort_villas__spa" HotelName="Mutiara Bali Boutique Resort Villa &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Braban 77, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5c/3f/5c3f83a3a3085c93c9ae4f40778f82c5ba4dc4a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Seminyak, about 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6740749066837" Longitude="115.14670193195" StarRating="4" HotelCode="43740|grand_balisani_suites" HotelName="Grand Balisani Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batubelig Beach, Seminyak 80361, Kerobokan, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/84/ee841b188c1c61e1c5ee4fe07187a2dfa95fbf35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right on the sunset beach at Batubelig village in an unpolluted environment, tropical garden...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67762885" Longitude="115.1635155" StarRating="4" HotelCode="438326|bali_heritage_villas_" HotelName="Bali Royal Heritage Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/09/2026" HotelFacility="Internet,Kitchen,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Beraban 18, Banjar Taman Kerobokan Kelod, Kuta Utara, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/16/c716a6fec56a81d93de4a71bc08c1a8540b3642c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6959182322541" Longitude="115.16844302223" StarRating="3" HotelCode="327828|kumpul_kumpul_villa_iii_seminyak" HotelName="Kumpul Kumpul Villa Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Taman Sari 2, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/13/9213e605bd17350b95189bb466f3f07f46974cd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a transfer service are available to guests of the hotel. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6737971203516" Longitude="115.15813644751" StarRating="3" HotelCode="904682|ivory_resort_seminyak_2" HotelName="Rama Residence Petitenget" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 35, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/79/09794a1b5cd04b88731bd69c932f277e6e2ffe54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located 30 minutes from Bali's Ngurah Rai International Airport in Bali's famed trendy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6878754" Longitude="115.16831389" StarRating="3" HotelCode="522362|clio_apartment" HotelName="Clio Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Mangga 7, 80361 Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/3c/3d3cef6beae11c82787427153c4041854f2ac3cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677761" Longitude="115.16068221" StarRating="3" HotelCode="821150|the_lumbung_wood_villa" HotelName="The Lumbung Wood Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pangkung Sari 35, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/cd/ffcd96a9e3d6fb7c699e22d810d7ca2e3f1e30be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.15" OriginalAmount="139.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6764742575681" Longitude="115.1514814957" StarRating="4" HotelCode="297103|377003" HotelName="DevinSky Hotel Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Komplex Villa Kendal 35, 80361 Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/d0/3fd09a10d5a2314485338552665a06359ff21063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6906757262219" Longitude="115.16113283198" StarRating="3" HotelCode="327825|bali_agung_village" HotelName="Bali Agung Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sarinande 3, PO Box 2089, Seminyak, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/80/448094e1bbae09e78d11b569ac68ca7be27f6f29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the west coast of the island of Bali and is only 20 minutes from the capital...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6820320555025" Longitude="115.17012793538" StarRating="4" HotelCode="327791|dpenjor_seminyak" HotelName="d'PENJOR Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari II 1, Taman Mertanadi, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/56/675623fba51e4f0f1a28cf9f73ef9d57afae2a04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6922745708765" Longitude="115.16103565693" StarRating="3" HotelCode="7148|puri_cendana_resort_bali" HotelName="Puri Cendana Resort Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk (Dhyana Pura), Seminyak, Kuta</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/08/c9084fd3633fe0643160190638317d03e55301a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property situated in a calm spot within the lively area of Seminyak, within walking distance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69721144868" Longitude="115.17079889774" StarRating="3" HotelCode="187579|seminyak_town_house" HotelName="Seminyak Town House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Ratih 3, Nakula, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/79/ca7997a451cbb781f9722e9ad4d0acaea9bcd957.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6767550546606" Longitude="115.15412649325" StarRating="3" HotelCode="970078|zen_rooms_seminyak_taman_petitenget" HotelName="The Taman Ayu by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Seminyak 80361, Kerobokan, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/ae/08ae2f80ad693d6c0a0f923d2fa33f3c2886d53e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6908666738262" Longitude="115.15819519758" StarRating="4" HotelCode="187710|villa_kresna" HotelName="Villa Kresna Boutique Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Garden,Internet,Jacuzzi,Kitchen,Laundry,Library,Massage Centre,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sarinande 19, 80361 Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/1d/f41d50fc3fb84f3f5f6fe6693effe58a897d128f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Villa Kresna Tropical Resort owns comfortable guest rooms with well-appointed standard in-room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69066928" Longitude="115.16493486" StarRating="3" HotelCode="440284|bali_ginger_suites" HotelName="Bali Ginger Suites &amp; Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi II, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/f0/eff0ee79cad8f1897549be0bbfad5570396ca67f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688884" Longitude="115.17336" StarRating="3" HotelCode="322207|la_belle_villa_2" HotelName="La Belle Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti 2 No. 100, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/5b/ea5ba9f737a473050f390e38a2d672c9672e6336.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6945892375815" Longitude="115.16146481037" StarRating="4" HotelCode="141104|puri_saron_seminyak" HotelName="Puri Saron Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/e2/b2e23b7d047593e9fd25782267aee5c7f28359ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated right by the beach. It lies in the Seminyak area of Bali, around 7 km from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.20" OriginalAmount="169.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6954164689493" Longitude="115.17220973969" StarRating="4" HotelCode="387585|92167" HotelName="Villa Seminyak Estate &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Baik Baik, Seminyak Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/fb/24fb0a24e16b2f7c0147f533e4d4f832e1772c19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the heart of Seminyak, and offers easy access to most of the tourist attrac...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69294011" Longitude="115.17276502" StarRating="3" HotelCode="564428|villa_bougainville_" HotelName="Villa Bougainville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Baik Baik 5, Jalan Sunset Road, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/58/fe582fa93e57c1cd49bb715f45719f60b7685830.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6715654159121" Longitude="115.15143790276" StarRating="4" HotelCode="429762|villa_elok_2" HotelName="Villa Elok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dining,Dry Cleaning,Garden,Internet,Kitchen,Laundry,LCD/Projector,Limousine Service,Lounge,Luggage Storage,Massage Centre,Parking,Pets allowed,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 98, Gang Gelatik, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/f2/cbf217828c652968892f90e65643f97a2f4d1e10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Villa Elok in Seminyak Petitenget, you'll be convenient to Batu Bel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6942710711845" Longitude="115.16712427139" StarRating="4" HotelCode="909089|the_jas_villas" HotelName="The Jas Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Laksmana, Gang Bugis, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/77/6e77f5edc0356f7863f63b11e9184480d303e8e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="4" HotelCode="113493|danoya_villa__private_luxury_residences" HotelName="Danoya Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 559, Seminyak, Badung</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/f7/84f743c0704a35f2b3f452d188b929b493f85656.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the Batu Belig area, the hotel is only 40 minutes from Ngurah Rai International Airport, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684055" Longitude="115.160985" StarRating="4" HotelCode="221551|ize_seminyak" HotelName="IZE Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya (Laksmana–Oberoi) 68, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/08/1e08656437995e0270599b5b8cf6a644d16a8b3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6961465375772" Longitude="115.17027088137" StarRating="4" HotelCode="915878|jas_boutique_villa" HotelName="Jas Boutique Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Taman Sari, Seminyak, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0a/e20a2a06147dbdc1445bececa2902b13f618030a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6964793619057" Longitude="115.16854077648" StarRating="2" HotelCode="378656|juada_garden_legian" HotelName="Juada Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian 501, Kuta, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/98/a198f5202bea9e73dedc14b6f6d7830e1eb35f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6784160840327" Longitude="115.15366524575" StarRating="4" HotelCode="397918|petitenget_501_" HotelName="Petitenget 501" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Petitenget St 501, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/50/1750f123bec56c604e5289cbc4631b05a5c2ecbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.03" OriginalAmount="191.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.693806" Longitude="115.161778" StarRating="4" HotelCode="23703|75362" HotelName="Pelangi Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Dhyana Pura, Seminyak Beach, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/7f/7ffc22af60e74604/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located beside the peaceful white sandy beach of Seminyak on the northern side of Kuta, just a short...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6926869601631" Longitude="115.16328358417" StarRating="4" HotelCode="429713|artemis_villa_and_hotel" HotelName="Artemis Villa &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="24 Hour Security,Babysitting,Bar,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Puri Kubu 63 F, Jalan Camplung Tanduk, Seminyak 80361, Kuta-Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/9f/199f460a3d3949f92765718dd3c36f22ea06df4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Select from the accommodation styles to suite your taste, hotel rooms serviced apartments cottages a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6835885602437" Longitude="115.16355562698" StarRating="4" HotelCode="386489|jas_green_villas_and_spa" HotelName="Jas Green Villas and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Gang Bugis-Laksamana, Seminyak 80361, Oberoi</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/87/898708e7428f7d96e42408c30af1634fb4cb0ebf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6763939151796" Longitude="115.16078342698" StarRating="5" HotelCode="324169|o_villas_seminyak_" HotelName="O Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Sari, Gang Kubu Lebak, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/54/10548f0e1e393196f9ceb1d2e818fadf47fe74ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684198" Longitude="115.161629" StarRating="4" HotelCode="904700|amadea_resort_villas_seminyak_bali" HotelName="Amadea Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya 55, Kuta Utara, Seminyak, Badung, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/7d/1b7d47227c27a5c1c0ca19911362590ec05fdc3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the fashionable 'Eat Street' with its many boutiques and famous restaurants, the resort i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68893851" Longitude="115.16026284" StarRating="3" HotelCode="428286|umah_watu_villas" HotelName="Umah Watu Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi 27C, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/2e/822ecda491764e098df83bffae40d302e52c6d70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Umah Watu Villas puts everything the city has to offer just outside...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.64" OriginalAmount="211.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67928826" Longitude="115.15311096" StarRating="5" HotelCode="328319|431259" HotelName="Montigo Resorts Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/431259/431259a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.12" OriginalAmount="212.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6906389843196" Longitude="115.17513122992" StarRating="4" HotelCode="307806|asa_bali_luxury_villas__spa" HotelName="ASA Bali Luxury Villas And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yudhistira, Kuta, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/df/8ddf472f2dd54108872ae0215aff4834b9e41644.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.12" OriginalAmount="212.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.697410966311" Longitude="115.16202043199" StarRating="4" HotelCode="327805|new_pondok_sara_villas" HotelName="New Pondok Sara Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Double Six Street, Gang Raja, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/66/0266b3d802258e201cfba58c881608967d301686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696033" Longitude="115.168419" StarRating="4" HotelCode="67623|sun_island_boutique_villas_and_spa" HotelName="Sun Island Boutique Villas &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Seminyak 188, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/cd/e6cd31ec86416c169021e9cc4a3f84d9be72ec78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in the Seminyak area, about 10 minutes' walk from the beach. Ngurah Rai I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.23" OriginalAmount="221.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68325549" Longitude="115.17238705" StarRating="4" HotelCode="936622|128714" HotelName="The Bali Dream Villa Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari 108X, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/e5/b1e56564bbff910fe634600d00c06864f604ca3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.674775" Longitude="115.153149" StarRating="4" HotelCode="260557|vasanti_seminyak_resort" HotelName="Four Points by Sheraton Bali, Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Gang Cendrawasih 99 DS, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/63/a163f8a740a3906944c51285390936c5f44eed24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Seminyak, this golf hotel is ideal for golf lovers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696874" Longitude="115.168049" StarRating="4" HotelCode="114221|the_haven_bali_seminyak" HotelName="The Haven Suites &amp; Villas &amp; Hotel Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 500, Seminyak 80361, Kuta, Badung Regency, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/11/cf11a538c21ad78b85b5676260eed3efcfd769f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is situated in the dynamic hub of Seminyak. Boutique shopping, a cosmopolitan array...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.29" OriginalAmount="226.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6863943357701" Longitude="115.17332136924" StarRating="4" HotelCode="904653|128715" HotelName="The Bali Dream Suite Villa Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati III 108X, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/70/d270a374f35f062a4b616233b3210016001511a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located within just a 20-minute drive from Ngurah Rai International Airport and 10 min...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.60" OriginalAmount="226.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690246" Longitude="115.164764" StarRating="3" HotelCode="397212|557519" HotelName="Lotus Tirta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi II 99 TM, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/26/26dc79d6e63a4e5f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.39" OriginalAmount="239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684865" Longitude="115.161589" StarRating="4" HotelCode="113514|heliconia_villa" HotelName="Heliconia Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 56, Seminyak  80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/dd/78ddbdb49d6bd7c4b41d3417a09903d19d07379d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.61" OriginalAmount="241.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688716" Longitude="115.16899" StarRating="5" HotelCode="114222|112640" HotelName="Kanishka Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti 8Y, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/22/1522279d6aadedc479eda4352ed863cece7d0fc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Bali's vibrant Seminyak Area, the town centre is approximately a 5-...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6728980718091" Longitude="115.15323883022" StarRating="4" HotelCode="384697|the_awan_villas" HotelName="The Awan Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 168, Kerobo, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/5a/085aff0bae34790ec4516637f00fb91a8965bc7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6715945" Longitude="115.15691871" StarRating="0" HotelCode="830920|dwina_villa_seminyak" HotelName="D’wina Villa Batu Belig" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 777</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/21/87215fb93bebf43dcc26bc8c1b83e5b49dd31993.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.17" OriginalAmount="245.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6761683939372" Longitude="115.16511221594" StarRating="4" HotelCode="304349|384741" HotelName="Crown Bali Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kerobokan 55, Banjar Taman, Seminyak 80361, Kuta Utara (Kuta North), Kerobokan Kelod, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/8b/4f8b22a97f5e39f8a309fc4c9151215a08997c14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="250.48" OriginalAmount="248.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.680265" Longitude="115.160493" StarRating="4" HotelCode="141834|aston_bhavana_villas" HotelName="Bhavana - Private Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pangkung Sari, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/74/73/7473a432479fe9d1eeb6cd8cc716207df48fdc97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This finca is located only minutes away from Seminyak Beach, offering spectacular sunsets which can ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6887422915137" Longitude="115.1733434957" StarRating="4" HotelCode="933555|samaja_villas_seminyak_2" HotelName="Samaja Villas Kunti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti II 18, Seminyak 80361, Kuta, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/17/61177906c6cda70b9c51f8ac8c45814aea8f4924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67823004" Longitude="115.15356549" StarRating="4" HotelCode="384656|yubi_boutique_villas" HotelName="The Yubi Boutique Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 123, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/2a/4a2aa2c6ff22f19d3a7a744e95e737930ffb7dda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.69" OriginalAmount="269.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6822456396908" Longitude="115.15910343497" StarRating="4" HotelCode="327799|bracha_villas" HotelName="Bracha Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Braban 55, Banjar Taman, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/61/de616134ba5d68d154dc904e646d5469ccaaa64b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68423313" Longitude="115.16305514" StarRating="3" HotelCode="433052|villa_west" HotelName="Villa West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya Gang Inti Kulit 117 A, Oberoi, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/3e/9b3e656109b2cf423984e969a2b8031176d44292.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6973934218531" Longitude="115.17098873611" StarRating="5" HotelCode="935340|ts_suites_bali" HotelName="TS Suites Leisure Seminyak Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Nakula no.18, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/40/b3403f340ad783909690873db06b026b821add4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this hotel is about 1.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.86" OriginalAmount="286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6842472269021" Longitude="115.15963353181" StarRating="4" HotelCode="173562|the_club_villas" HotelName="The Club Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Oberoi, Seminyak, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/74/3574327e5442c501dbd721defb58e5954d8d97a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located down a paved landscaped lane, the resort is just off one of the most vibrant streets in Semi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.87" OriginalAmount="287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6948372612796" Longitude="115.16937715955" StarRating="4" HotelCode="113559|downtown_villas" HotelName="Downtown Boutique Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Dalem 9D, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1e/921efd96d52e069fca4004062befc0a045e45af5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.87" OriginalAmount="287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683933" Longitude="115.158282" StarRating="4" HotelCode="177879|u_paasha_seminyak_bali" HotelName="U Paasha Seminyak Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Business Hotel,Club Resort,Family-friendly Hotel,Hotel de Charme" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 77, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/21/5d21a6c131cfec8df1c5a33f3fface7a6aaa4612.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is located in the centre of Seminyak, with restaurants, nightlife and the beach all ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.90" OriginalAmount="290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677" Longitude="115.155" StarRating="3" HotelCode="551525|astana_seminyak_villa" HotelName="Astana Seminyak Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget Gang Sunyi 1, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/0e/140e44457aae3d52899c3af81b36e02ac7878c72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6950398775828" Longitude="115.17255668317" StarRating="4" HotelCode="319422|arman_villas_seminyak" HotelName="Arman Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula 89, Gang Baik Baik, Seminyak 80361, Kuta</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/05/e205d5830c3a5b3fe07153bb19307502495915d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.686505" Longitude="115.16946" StarRating="4" HotelCode="207949|seminyak_icon" HotelName="Seminyak Icon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bali Deli (Dewi Madri), Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/1f/c61f5aa943f12bd4737a8cb9698d124aa611cf47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is situated in the heart of Seminyak, the most sought-after destination for fashion bou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68347444" Longitude="115.15575886" StarRating="4" HotelCode="866950|origin_seminyak" HotelName="Origin Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya 20, Gang Pandu, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/c3/43c3851b4bd70f9041b097f8ff5320b5fc2c5d30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6970853349526" Longitude="115.17182115088" StarRating="4" HotelCode="429723|daluman_villa" HotelName="Daluman Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Garden,Housekeeping,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Baik-Baik 5, Nakula, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/87/7c87b1f1deee0f795709099990b0f7fbc80fbab8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Daluman Villa is a stylish complex featuring 21 private villas in the vibrant tourism area of Seminy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.01" OriginalAmount="301.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6879158" Longitude="115.16873275" StarRating="0" HotelCode="522813|villa_bulan" HotelName="Villa Bulan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Free CXL until 15/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Basangkasa, Gang Ratu, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/e6/d7e6b901ddb4e2c5191a41bf22d5026ae1d67efe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.10" OriginalAmount="310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696244361334" Longitude="115.16603395343" StarRating="3" HotelCode="113552|villa_coco" HotelName="Villa Coco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Gang Villa Coco, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/94/569448e3e447d4bf81e55ed5a8ea69f23fc71c1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located right in the heart of Seminyak, one of Bali's trendiest nightlife and res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69522" Longitude="115.163996" StarRating="4" HotelCode="316456|samaja_beachside_villas" HotelName="Samaja Villas Beachside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, (ex Dhyanapura), Gang Kubu Pesisi 18, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15afad498c5721f7d3dd40de18603c399539b30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.21" OriginalAmount="321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67439" Longitude="115.156457" StarRating="4" HotelCode="130443|the_sanyas_suite" HotelName="The Sanyas Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 9, Peti Tenget, Seminyak, Kuta, Bali, PO. Box 3171, Denpasar 80031</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/4e/004edb335763377fc429638ea064e6fb245c25e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This villa resort is located just 5 minutes’ drive from central Seminyak and approximately 10 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.67" OriginalAmount="327.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6809149786304" Longitude="115.16734057845" StarRating="4" HotelCode="67178|83483" HotelName="Bali Rich Luxury Villas &amp; Spa Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Finca" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mertanadi 29, Br. Mertanadi, Seminyak 80361, Kuta</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/2e/ec2e20c1e7b95d55ae859b578c0449c1b4d433e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the rural outskirts of Ubud overlooking the Wos River. Guests will find the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.28" OriginalAmount="328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6957465655718" Longitude="115.16773179173" StarRating="5" HotelCode="102122|sienna_villas" HotelName="Sienna Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Garden,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang. Keraton No.5, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/46/724689e71ca4dfdbec0bc105bc0f37d4ed4ea4cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is situated in the heart of Seminyak. It lies just a short stroll from some of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.30" OriginalAmount="330.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683672862685" Longitude="115.15350103398" StarRating="3" HotelCode="377566|villa_one_seminyak_" HotelName="Villa One Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Gang Pandu, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e7/72e792bc605d82334ee47ef0d3e035fbd56f3b77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A transfer service is among the facilities. Wireless internet access is available to guests in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.40" OriginalAmount="340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.691397" Longitude="115.160646" StarRating="3" HotelCode="292509|gracia_bali_villas" HotelName="Gracia Bali Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sarinande No 3, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/db/c4dbcd928ea2355dfb95930a664d0d6024bb6dc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.46" OriginalAmount="346.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67187307" Longitude="115.14984627" StarRating="3" HotelCode="565631|villa_briana_2" HotelName="Villa Briana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig, Gang Daksina 15, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/2e/9d2e4c981060eb74fb639384056135267c30490d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.47" OriginalAmount="347.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69429807" Longitude="115.17197651" StarRating="3" HotelCode="587411|villa_baik_baik" HotelName="Sudha Villa Bali Baik-Baik" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Gang Baik-baik 88x, Jalan Nakula, Seminyak 80361, Kuta - Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b9/bab94fe4f6e39467a22db0dec550732e9955a625.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.50" OriginalAmount="350.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6928142008244" Longitude="115.17224338876" StarRating="4" HotelCode="429729|de_bharata_villas_seminyak" HotelName="De' Bharata Villas Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Bicycle Rental,Designated Smoking Area,Garden,Laundry,Massage Centre,Parking,Restaurant,Room Service,Shopping Arcade,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 11, Gang Baik, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b2/e0b298a7af4f93c0adf58628151a4b928d192bea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to double six area or kuta beach and Nakula Street of Seminyak also really close by to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.51" OriginalAmount="351.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69606556" Longitude="115.16958802" StarRating="5" HotelCode="459132|delmango_villa_estate" HotelName="Taman Mesari Luxury Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 8, Gang Taman Sar, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/b8/1db8f430b8a26f7dbd47837aff77e2529aa04d38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers a baggage storage service, a restaurant, a transfer service, room service a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.54" OriginalAmount="354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67402838" Longitude="115.15679353" StarRating="4" HotelCode="628934|sol_bella_villa" HotelName="Sol Bella Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 1</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d1/34d1ee20af93cb8adb0da4ac9f7d937ff05ff88d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.38" OriginalAmount="356.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6792665675494" Longitude="115.15350401401" StarRating="4" HotelCode="94799|176771" HotelName="Bali Island Villa &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Petitenget 469, Seminyak, Kuta, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/b5/bbb532a9d2574718de075c8f66321bc8e751ed0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the vibrant pulsating centre of Seminyak. It is conveniently placed arou...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6872426719135" Longitude="115.17456597713" StarRating="4" HotelCode="324183|the_bali_bil_villa_" HotelName="The Bali Bill Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati III No.8, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/18/8c18adcda23c7a1ce0d21da3eb5e4848d3891c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.61" OriginalAmount="361.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690063" Longitude="115.174335" StarRating="5" HotelCode="162107|the_wolas_villa__spa" HotelName="The Wolas Villa and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yudistira 18, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/e8/28e82f3965023c875683de7f77baf11e7098380a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.64" OriginalAmount="364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68709225" Longitude="115.15574125" StarRating="3" HotelCode="629161|yoga_villa_2" HotelName="Yoga Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi 7, Oberoi, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1d/791dab844731da5a90e45a29b693d8f2737428f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="368.65" OriginalAmount="365.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68486538" Longitude="115.16302716" StarRating="3" HotelCode="434957|villa_laella" HotelName="Villa Layla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya Gang Inti Kulit 117 C, Oberoi, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/70/e870491a3a91be6f138d007e5be6cf9af6ca2099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.88" OriginalAmount="388.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68588306" Longitude="115.16568834" StarRating="4" HotelCode="778363|villa_elleo_" HotelName="Villa Elleo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 15/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi Satu Gang Bunut 1, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/88/4288a3bb1551f5818e5fa86d2353a9745b94ee48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.95" OriginalAmount="395.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67482971" Longitude="115.15383336" StarRating="4" HotelCode="753870|villa_batik_seminyak" HotelName="The Villa Batik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih, Kerobokan Kelod, Kuta Utara, Kabupaten Badung, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/a5/b3a5ed0e45670c70b38b93ef9bf6109ca524b844.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="399.96" OriginalAmount="396.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.691776" Longitude="115.162205" StarRating="5" HotelCode="300236|courtyard_by_marriott_bali_seminyak" HotelName="Courtyard Bali Seminyak Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk 103 SP, Dhyana Pura, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/57/db5794c11e3de5fe7e9c8d33ba7008a1bc621b8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.21" OriginalAmount="402.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.681907" Longitude="115.158174" StarRating="4" HotelCode="376247|447195" HotelName="Royal Samaja Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Cendana 7A, Oberoi, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/447195/447195a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.63" OriginalAmount="404.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6832109028089" Longitude="115.1709430746" StarRating="4" HotelCode="440203|558862" HotelName="Aleva Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati 8, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/34/34f025a2e0d1834b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="409.05" OriginalAmount="405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683103" Longitude="115.159976" StarRating="4" HotelCode="88847|disini_villa" HotelName="Disini Luxury Spa Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mertasari 28, Seminyak, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2f/3e2f2f5244f4a6713da4805b7df501f06ec1ebac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6765345551753" Longitude="115.15619878328" StarRating="3" HotelCode="377711|villa_turtle" HotelName="Villa Turtle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Gang Kura Kura, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/d6/9dd6b11af21e1fa4e8f561b25461c32a3ad09cfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="420.16" OriginalAmount="416.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67655651" Longitude="115.16282767" StarRating="4" HotelCode="407045|villa_balissima_" HotelName="Villa Balissima" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Babysitting,Dining,Garden,Internet,Kitchen,LCD/Projector,Luggage Storage,Parking,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kerobokan, Gang Taman, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/66/d5665431c3f5b967615a6cf908e0e24da1b086aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Villa Balissima to discover the wonders of Bali. Offering a variety of facilities and servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="425.21" OriginalAmount="421.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.682373" Longitude="115.153026" StarRating="4" HotelCode="166191|aria_exclusive_villas__spa_" HotelName="Aria Exclusive Villas and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Peti Tenget, Seminyak, Kuta, Bali, Denpasar 80031</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/7f/de7f40731fb9c8778f39137e8330c649f5ab7401.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.26" OriginalAmount="426.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6837316566375" Longitude="115.1665019989" StarRating="3" HotelCode="169531|villa_eight_bali" HotelName="Villa 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Drupadi 25, Basangkasa Village, Seminyak, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ee/9bee930ede970d59b11ab95d99abcbd98cb6a332.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation comprises a total of 10 rooms. Travellers are welcomed in the lobby, where they wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.26" OriginalAmount="426.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677334" Longitude="115.156945" StarRating="5" HotelCode="186844|maca_villas__spa" HotelName="Maca Villas and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Lebak Sari No 7, Petitenget, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/a9/38a9ab80f6b981487ed8dc5b8aa4ba4c6cd58fa9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this hotel is about 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="436.32" OriginalAmount="432.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6801248811742" Longitude="115.15264628145" StarRating="5" HotelCode="311322|huu_villas" HotelName="Hu'u Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Bar,Internet,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/94/c9948fc6e49062ff3e93cd13419e3d0ded95d011.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.35" OriginalAmount="435.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684134" Longitude="115.164404" StarRating="4" HotelCode="113511|uma_sapna" HotelName="Villa Uma Sapna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 20xx, Basangkasa, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/62/f1627dc95a749ae76699f2c9a25ce6f7734fe335.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is situated in a residential environment in the heart of Bali's upscale Seminyak v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="447.43" OriginalAmount="443.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.682009" Longitude="115.155139" StarRating="4" HotelCode="906050|pradha_villas_seminyak" HotelName="Pradha Villas Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Jati I No 5, 80361 Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/20/f920b9461f51677d0c9ef8effa635422f7eb0582.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67474733" Longitude="115.15487833" StarRating="3" HotelCode="779286|anjali_villas" HotelName="Anjali Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/18/6618bc8a7dbc5553e48a1a53da1ccea1985fd8ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="451.47" OriginalAmount="447.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68784925" Longitude="115.16395276" StarRating="3" HotelCode="839203|villa_cj" HotelName="Villa Ace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi Gg Mertasari 4, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/aa/30aa667ee886f54d88c0f4adf02855b8b8d4ee4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="455.51" OriginalAmount="451.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67685378" Longitude="115.15160584" StarRating="4" HotelCode="564329|the_hotman_paris_2_villa_seminyak_bali" HotelName="Villa The Hotman Paris II Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 33, Gang Kendal, Kerobokan Kelod, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/aa/b5aae278d85fed9174eb66f353c5017b34a45aca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.52" OriginalAmount="452.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68270409" Longitude="115.15339059" StarRating="3" HotelCode="341470|the_colony_hotel_2" HotelName="The Colony Hotel Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana No. 22, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/de/d4/ded4ca3c4a390d2bdf4e2afe86df0d5e62158513.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="458.54" OriginalAmount="454.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6894366103047" Longitude="115.17108559657" StarRating="4" HotelCode="59766|the_amala_2" HotelName="The Ahimsa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/58/1b580a3051a538eb4721cfe33e3adab9510aede7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated in the heart of vibrant, cosmopolitan Seminyak, about 5 minutes' drive from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="458.54" OriginalAmount="454.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.674512" Longitude="115.156782" StarRating="5" HotelCode="915877|l_hotel_seminyak" HotelName="L Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 8L, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/08/130802eb2caf6ff3d2c1c92f359127db6a69dd61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.58" OriginalAmount="458.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.692122" Longitude="115.159499" StarRating="5" HotelCode="30256|the_royal_beach_seminyak_bali_mgallery_collection" HotelName="The Royal Beach Seminyak Bali - MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Finca,Hotel de Charme" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, Seminyak Beach, PO Box 3384, 80033 Seminyak, Denpasar</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/20/2220c2c2b4058518ae7681d4ae6647781539e427.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a few steps from Seminyak Beach, the hotel is located in the heart of the Seminyak area, home t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="465.61" OriginalAmount="461.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="755541|villa_puri_pani" HotelName="Villa Puri Pani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Jati, Gang Sri Darma, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/a0/58a01b6b885a744fd02d64811902bdd05a12e5ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.65" OriginalAmount="465.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683643" Longitude="115.159842" StarRating="4" HotelCode="113558|maya_sayang_private_pool_villas_spa" HotelName="Maya Sayang Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Mertasari No. 1, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/8d/8b8df19036bc460109711fbd023a7c77e1f5e1ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the area of Seminyak, within walking distance of many wonderful shops and ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.81" OriginalAmount="481.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6935122" Longitude="115.164162" StarRating="5" HotelCode="351540|villa_seriska_seminyak_bali" HotelName="Villa Seriska Satu Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti I, Gang Mangga 8, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/3e/773e0112d35a40913e033fbb1b732acf4432df61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="491.87" OriginalAmount="487.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6747834626415" Longitude="115.15461505504" StarRating="4" HotelCode="321538|sandi_agung_villa" HotelName="Sandi Agung Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/9e/c19ea09efe2382fb6cd202e35a1df78ac6f2bafd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="491.87" OriginalAmount="487.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="756777|villa_merah" HotelName="Villa Merah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 8, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/99/f099b1da16eb5d4e74dbdb18d4faa6d87541825e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.88" OriginalAmount="488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.686343337915" Longitude="115.17389953136" StarRating="4" HotelCode="166125|bali_swiss_villa" HotelName="Bali Swiss Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex,Club Resort,Spa Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati III 88, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/66/2066f8723688a30414656e10c15889c471985d51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Seminyak area, the hotel is within easy walking distance of Kuta Beach and Waterbom P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="493.89" OriginalAmount="489.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688055" Longitude="115.158133" StarRating="5" HotelCode="59765|the_elysian_boutique_villa_hotel" HotelName="The Elysian Boutique Villa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Saridewi, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/69/5769a214e4532a52ff610e784b195da03a54055e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Seminyak area, this family-friendly hotel is just 5 minutes from Bali's famous beach....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495.91" OriginalAmount="491.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.687515" Longitude="115.1703" StarRating="5" HotelCode="292514|nyuh_bali_villas" HotelName="Nyuh Bali Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bali Deli No. 99, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/32/5f32fc66116962af69871b5d6ce82c9bc95f3675.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.95" OriginalAmount="495.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.693462" Longitude="115.170852" StarRating="4" HotelCode="67187|villa_kubu_3" HotelName="Villa Kubu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak  33F, Gang Plawa, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/21/4521b9805bbab52418e7dcc046516de127a2d50b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few minutes walk from downtown Seminyak, while it is 15 minutes from Ngu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.95" OriginalAmount="495.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68266347" Longitude="115.15997021" StarRating="0" HotelCode="755436|villa_tsuchi" HotelName="Villa Tsuchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mertasari, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/db/80db78d063e458934af3755a6319822aa5904d72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="507.02" OriginalAmount="502.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68853062" Longitude="115.16225723" StarRating="4" HotelCode="407108|gajah_bali_villas" HotelName="Gajah Villas Bali by Nagisa Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Drupadi, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/b9/b9b957f61ef17e28f8db0ce67356f8985e9383f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a transfer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="512.07" OriginalAmount="507.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69379297" Longitude="115.17177902" StarRating="3" HotelCode="790064|the_murdha_villa" HotelName="The Murdha Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula Gang Baik Baik 90, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/3f/e73fcff5f2a6f96eb5f0edc7b63cc317884acee6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.14" OriginalAmount="514.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6717684866502" Longitude="115.15722733862" StarRating="4" HotelCode="304348|berry_amour_romantic_villas" HotelName="Berry Amour Romantic Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/cc/2dcc7517952883b49bb2856165e4ee2415b8eac6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.14" OriginalAmount="514.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68617621" Longitude="115.16220867" StarRating="3" HotelCode="485520|kamil_villas" HotelName="Kamil Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Internet,Jacuzzi,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi, Gang Kahyangan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/04/32042864833d69cb87900717047360ccd3e432aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.17" OriginalAmount="517.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67535091" Longitude="115.17231218" StarRating="3" HotelCode="615287|sana_vie_villa" HotelName="Sana Vie Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tangkuban Perahu 888, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/db/55dbd50fcde07d6141bbfa0db99e09765d8d3e63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is set in Seminyak. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.23" OriginalAmount="523.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.685247" Longitude="115.164739" StarRating="4" HotelCode="130441|four_on_drupadi" HotelName="Four On Drupadi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi No.4, Seminyak, PO Box 1155, Tuban, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/63/546368ebda55484ae7b8fa22e70664123cf527f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located in the heart of Seminyak, within walking distance of some of the most co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="538.33" OriginalAmount="533.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68613" Longitude="115.157041" StarRating="5" HotelCode="410415|c151_luxury_smart_villas_resort_2" HotelName="C151 SMART VILLAS At Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 151, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/7e/957ec89f27a562342336f4e73f3d19458664d19b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This villa resort is located in Seminyak, and is easily accessible from all parts of the city. It en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.36" OriginalAmount="536.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6862476393467" Longitude="115.16031024768" StarRating="5" HotelCode="933722|hevea_villas" HotelName="Hevea Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana, Gang Nyuh Gading 14, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/9a/529a8d6637e27decbde4e95073bd81d95c9e34a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.43" OriginalAmount="543.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.692487" Longitude="115.158948" StarRating="5" HotelCode="402039|anantara_seminyak_bali" HotelName="Anantara Seminyak Bali Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Abimanyu, Dhyana Pura, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/36/8b369d20ca9a80c2d6e4b8cf0c782deefb267c7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a 20-minute walk from the resort to the town of Kuta. Denpasar International Airport is just 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="550.45" OriginalAmount="545.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6784899826228" Longitude="115.15438853506" StarRating="4" HotelCode="88848|tonys_villas" HotelName="Tonys Villas &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/ee/0dee2c918321fe4a61db886148ccfea79708836e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Bali, approximately 600 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="550.56" OriginalAmount="545.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.689256" Longitude="115.171499" StarRating="4" HotelCode="160361|124152" HotelName="The Amala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 12/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti 108, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/124152/124152a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is a cute and intimate retreat located in the heart of Seminyak. It is Bali's most exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="556.51" OriginalAmount="551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.673058" Longitude="115.14784" StarRating="4" HotelCode="292507|eden_the_residence_at_the_sea_2" HotelName="EDEN the Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/c4/d5c41109671d616a1033359fb7d6e9a52b019bc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="557.52" OriginalAmount="552.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69180961" Longitude="115.16626581" StarRating="3" HotelCode="778627|villa_makasih" HotelName="Villa Makasih" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dhyana Pura 7i, Gang Bima, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/ba/2eba57721d287e4f7a116130471333d45e74f883.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.53" OriginalAmount="553.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6812450276177" Longitude="115.15448195674" StarRating="4" HotelCode="393098|cicada_luxury_townhouses" HotelName="Cicada Luxury Townhouses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Telaga Waja, Petitenget, Seminyak 80511</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/ab/5eabc87b2d0986880ca4a584e29e4afa850da576.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.53" OriginalAmount="553.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68100846" Longitude="115.15611919" StarRating="3" HotelCode="585674|vishuddha_ajna_villa" HotelName="Villa Vishuddha Ajna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Cendana, Gang Werkudara, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/d7/51d7f4a8ae9cca8e50919ac99c099adcbd40de04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.678185" Longitude="115.157463" StarRating="4" HotelCode="93166|villa_air_bali_boutique_resort" HotelName="Villa Air" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Sari, Br. Taman, Petitenget, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/25/b62555b9ac993a863edea0b69c79a475bcf1c065.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="583.78" OriginalAmount="578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68618778" Longitude="115.16330796" StarRating="3" HotelCode="434019|villa_laksmana_hideaway_2" HotelName="Villa Laksmana Hideaway 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/c7/d5c7cd346dbeb4a8865fabf8ef141813398e428c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="587.82" OriginalAmount="582.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6870936957717" Longitude="115.16300439835" StarRating="4" HotelCode="69473|space_at_bali_villas" HotelName="Space at Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 8, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/8f/4e8fed30246f1ee5ed40eb6cfef9233eb474cfaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="607.01" OriginalAmount="601.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67695547" Longitude="115.1546446" StarRating="4" HotelCode="819046|kanvaz_village_resort_seminyak" HotelName="Kanvaz Village Resort Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 188, Kerobokan Kelod, Seminyak 80361, Kuta Utara, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/d7/a9d775674ffc7680bbd753e1eb34331b33b96bfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this resort is about 7.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="613.07" OriginalAmount="607.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67774396" Longitude="115.15399851" StarRating="3" HotelCode="406995|villa_can_barca" HotelName="Villa Can Barca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Babysitting,Dining,Garden,Housekeeping,Internet,Kitchen,LCD/Projector,Parking,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Biu Bali 3, Jalan Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2b/e92b58b4f4fc29ce979450d6c98c3ae11a2ba054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Villa Can Barca puts everything the city has to offer just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="614.08" OriginalAmount="608.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6854341280901" Longitude="115.15685475073" StarRating="4" HotelCode="324188|rc_villas" HotelName="RC Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 88, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/d4/f1d47807ca0489b99d62291a4b8c08292b72e0f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="621.15" OriginalAmount="615.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688875" Longitude="115.169178" StarRating="4" HotelCode="69585|the_villas_bali_hotel__spa" HotelName="Impiana Private Villas Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti 118X, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b0/e9b0d1ff762df9e4835d828bc22f16cae8e7b1f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is nestled in the heart of Seminyak, one of the cosmopolitan tourist areas on the northe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.18" OriginalAmount="618.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6747052" Longitude="115.1540605" StarRating="4" HotelCode="113543|maya_loka_villas" HotelName="Mayaloka Villas Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca,Village" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 88, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/5e/855ed76b182355156e102228bec98270c83c32f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Petitenget section of Seminyak, the resort villas are a few minutes' walk away from P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="632.26" OriginalAmount="626.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.672993" Longitude="115.148901" StarRating="4" HotelCode="187554|bali_aroma_exclusive_villas" HotelName="Bali Aroma Exclusive Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Batu Belig Gg. Pelangi No 8, Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/f1/d7f17f30ef40e3317f8bf564eb03f2f348d2899f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="647.41" OriginalAmount="641.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6824903333333" Longitude="115.162972" StarRating="5" HotelCode="915872|amana_villas_seminyak" HotelName="Equilibria Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wirasaba 5, Off Jalan Kayu Aya, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/63/2c63ef63c01bbd9ca967a8802bc5c1be12ce0910.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="656.50" OriginalAmount="650.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677747" Longitude="115.153874" StarRating="4" HotelCode="187194|white_lotus_villa" HotelName="White Lotus Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 7A, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d3/add3aeb96bf55709d629168373a58f37d6feca2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This oasis of tranquillity lies hidden away from the hustle and bustle, yet just a few minutes’ ride...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="659.53" OriginalAmount="653.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690484" Longitude="115.158951" StarRating="4" HotelCode="141837|villa_bali_asri" HotelName="Villa Bali Asri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Saridewi, Seminyak-Oberoi, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/55/205540d095255943bf490fe92b682cfed4591d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is located about 2 minutes' walk from Petitenget beach, 15 minutes' drive from the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="662.56" OriginalAmount="656.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6909100500508" Longitude="115.16661332475" StarRating="4" HotelCode="385235|my_villas_in_bali" HotelName="My Villas In Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk 24, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/c5/71c57f36a32a0ac5494ad950093a17d070cdfcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.57" OriginalAmount="657.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67900977" Longitude="115.15464042" StarRating="3" HotelCode="858547|paisa_seminyak_living" HotelName="Paisa Seminyak Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Gang Sunyi 9, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/3c/e43c85ef17612287c4805d25253837384a62f3ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Seminyak. Guests will enjoy a peaceful and calm stay on the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="676.58" OriginalAmount="669.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.672751" Longitude="115.159614" StarRating="4" HotelCode="99537|83860" HotelName="The Kayana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget, Kerobokan Kelod, Kuta Utara, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/b3/57b3a9fa3ae665c2e3285da11df62d254a931dd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally positioned in Seminyak, the property is just a short walk from the beach, as well as some of...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="704.37" OriginalAmount="697.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69530958" Longitude="115.16223839" StarRating="4" HotelCode="446448|501803" HotelName="Hotel Indigo Bali Seminyak Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk 10, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/ef/95ef0ea572242906bf9554374bf24145ced1ec45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="726.19" OriginalAmount="719.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6810447004712" Longitude="115.154841675" StarRating="5" HotelCode="933476|koenokoeni_villa_4" HotelName="KoenoKoeni Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Telaga Waja, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/ae/46aeb3e3b25c6171131e25dcac1d3057632e4af3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="772.65" OriginalAmount="765.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6768192380313" Longitude="115.15509729346" StarRating="4" HotelCode="404513|ivilla_" HotelName="iVilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/71/c071d6cf6d0f8673e4d9ed7fde405624d19a1c45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 8 rooms. Services and facilities at the hotel include a transfer serv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="780.73" OriginalAmount="773.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6847564454182" Longitude="115.15689231455" StarRating="5" HotelCode="16701|the_seminyak_beach_resort__spa" HotelName="Seminyak Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Seminyak Beach, P.O. Box 1085 TBB, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/2f/992f5d34dbb47fe0375b178a9de065ba303a82cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The stylish beachfront resort is located in Seminyak, which has long been considered Bali's most vib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.84" OriginalAmount="784.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68971028" Longitude="115.16093149" StarRating="4" HotelCode="773160|villa_sawah" HotelName="Villa Sawah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/ce/98ce02ed7e4340a81a96bc001ab671dee2741dbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.84" OriginalAmount="784.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68971837" Longitude="115.16116812" StarRating="3" HotelCode="603032|villa_bima_5" HotelName="Villa Bima" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/57/bd577faccd9e064999189849c1a31f7b4ada761e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.84" OriginalAmount="784.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69354869" Longitude="115.1633294" StarRating="3" HotelCode="778744|villa_paloma_7" HotelName="Villa Paloma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Mangga, Kuta, Kabupaten, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/7a/427af4ac028fdf4e50004c4fafacfc1ed633df03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="794.87" OriginalAmount="787.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6765483" Longitude="115.15741049" StarRating="3" HotelCode="626376|villa_levi_2" HotelName="Levi Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Sari 10, Kuta Utara, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/be/aabe3d6020fe0c7ad756ca19a30fd8802bc35886.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="798.91" OriginalAmount="791.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68956144" Longitude="115.16111759" StarRating="3" HotelCode="594791|villa_tira" HotelName="Villa Tira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 9, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/5c/475c7df39f3f97ec386e7aa9ac79ccf65eb5bc04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="818.10" OriginalAmount="810.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68483752" Longitude="115.16666717" StarRating="2" HotelCode="542729|puri_puri_kecil" HotelName="Puri Puri Kecil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 25, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f1/6df1094ed5bafc1b0c2d1ba12d37dada6b183285.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. Those arriving in their own veh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="821.13" OriginalAmount="813.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="837332|entrada_villa_by_nagisa_bali" HotelName="Villa Entrada Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yudistira Gang Lange 1</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/18/691864dcd3df22a5dabe0ff32dc6558e6deb3b83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="851.43" OriginalAmount="843.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6747404402543" Longitude="115.15359789133" StarRating="4" HotelCode="176738|the_one_boutique_villa" HotelName="The One Boutique Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>JL. Cendrawasih No.99, Petitenget, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/07/2b076739554975d7fec8888ccea4a9d1685b1223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in the trendy area of Seminyak. Only minutes away, guests will find one of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="852.44" OriginalAmount="844.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.687669" Longitude="115.159394" StarRating="4" HotelCode="175701|chandra_luxury_villas_bali_part_of_8_hotels" HotelName="Chandra Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Temuku, Gang Sandat, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f7/f3f7dc92fc6c419ee8e78cb40e2ac982063de30c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This villa is located in the Seminyak area, north of Kuta. This is an upscale and popular area of Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="863.91" OriginalAmount="855.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696105298085" Longitude="115.16161210969" StarRating="5" HotelCode="266968|365598" HotelName="Double Six Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>66 Double Six, Beach, Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/86/2c863b3192548e770d6c5ce2dab0a8a80112e137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="867.59" OriginalAmount="859.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68563009" Longitude="115.15698453" StarRating="3" HotelCode="754978|oberoi_luxury_villas" HotelName="Oberoi Luxury Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya 150, Villas 1-8, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6a/3e6a4d8339cff0cd3aefd98d705f6f3de77d8738.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="911.02" OriginalAmount="902.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67171981" Longitude="115.1516607" StarRating="3" HotelCode="775219|villa_nahema" HotelName="Villa Nahema" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Gelatik, Seminyak  80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/6a/9b6a3d26471602f176ccf1861cefecb0e6868288.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="937.28" OriginalAmount="928.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69100789" Longitude="115.16427447" StarRating="4" HotelCode="619134|villa_wiana" HotelName="Villa Wiana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, Gang 100, Pondok Mekar Sari 5, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/7e/4a7ec4bf8e40c792cbda10f47d1d2818d8d75021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="956.47" OriginalAmount="947.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="843111|villa_matahari_3" HotelName="Villa Matahari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Kubu Anyar</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/35/0e3554322bb997356d3abfecb9394ea22beea82a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="964.55" OriginalAmount="955.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6890080295087" Longitude="115.15670657158" StarRating="5" HotelCode="18384|the_oberoi_bali" HotelName="The Oberoi, Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Seminyak Beach, Denpasar 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/98/c398fc2cc4e761f7920e88886de43a4ffd793f9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on Seminyak Beach on the south-west coast of Bali. Guests may easily reach the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="974.73" OriginalAmount="965.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6726106" Longitude="115.1541475" StarRating="5" HotelCode="908973|184070" HotelName="The Akasha Luxury Villas and Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Fax,Internet,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batubelig 999 AB, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/8a/208a45dc8b83b755c61ca72dc83cfd5cd5ca89df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Canggu. For guests who appreciate a stylish ambience, ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="976.67" OriginalAmount="967.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.680701" Longitude="115.160306" StarRating="5" HotelCode="207948|one_eleven" HotelName="One Eleven / 111 Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Pangkung Sari, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/3d/ce3dc4d25b89a6a0cf8e371e36eef346d46aa149.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the resort's hip luxury abode in the middle of Bali's bustling Seminyak, only 5 minutes' wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="988.79" OriginalAmount="979.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68628983" Longitude="115.16143682" StarRating="0" HotelCode="835065|simba_villa_and_spa_seminyak" HotelName="Delight Art Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Parking,Pets allowed,Room Service,Smoking Rooms,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Gang  Putu, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/9b/1b9bb8abc207e45ae5bcd349cf397d3a6e7a4011.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Simba Villa and Spa Seminyak is perfectly located for both business and leisure guests in Bali. Offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1017.07" OriginalAmount="1007.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6791710392909" Longitude="115.15884171265" StarRating="5" HotelCode="324185|the_layar__designer_villas__spa" HotelName="The Layar - Designer Villas &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pangkung Sari 10X, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/8e/968ecca14cd71e98e105df2db9b6631133ffc926.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1030.20" OriginalAmount="1020.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="5" HotelCode="59232|the_samaya_seminyak_bali" HotelName="The Samaya Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana, Seminyak Beach 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/4a/504a50c413924d41e49355159364ac29e0452cef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Seminyak area and lies amidst lush tropical gardens. It is situated on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1127.16" OriginalAmount="1116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.687515" Longitude="115.163634" StarRating="5" HotelCode="74002|serene_villas" HotelName="Serene Villas Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Drupadi, Gang Serene, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/18/851840ae2ec3af0362ba9145891978c95136fa0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1138.33" OriginalAmount="1127.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677144" Longitude="115.150606" StarRating="5" HotelCode="161348|142150" HotelName="W Bali - Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Kerobokan, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/58/d358d39fcc80fc70778e35fd4bdbcfd3a9e45e93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is a new-found wonderland along the shores of Seminyak – where the pulse of trends, chic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1156.45" OriginalAmount="1145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6890699" Longitude="115.15845059" StarRating="4" HotelCode="626359|alysha_villa_seminyak_bali" HotelName="Alysha Villa Seminyak Beachside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi 28 B, Seminyak 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/e4/24e4916e1d3ce3fcd6c98e41c39b9faf77c02372.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1173.62" OriginalAmount="1162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67598325" Longitude="115.16131787" StarRating="4" HotelCode="837575|villa_kajou_2" HotelName="Kajou Seminyak Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Sari, Gang Kubu Lebak, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/23/3c23bf796dfbd61f48dee4f1f1840e29e2faabb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1210.94" OriginalAmount="1198.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.691742" Longitude="115.167621" StarRating="4" HotelCode="292504|183903" HotelName="Blue Karma Oasis Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Bima No.2, Seminyak, Kuta – Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/de/3dde2a185590d0824114875d6736a0dd4110e51b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1254.42" OriginalAmount="1242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68235949" Longitude="115.16840407" StarRating="3" HotelCode="560987|taman_amertha_villas" HotelName="Taman Amertha Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari No. 7, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8c/d3/8cd3da9f15877dab92b408bfd553ac033e6dcd6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1270.58" OriginalAmount="1258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6859217581071" Longitude="115.15887379646" StarRating="4" HotelCode="164252|villa_chocolat_seminyak" HotelName="Villa Chocolat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Temuku 16, Oberoi, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/e1/88e1ec3226bf378c2d38cfdc95da2dce72f5e7f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Seminyak in the chic district of Oberoi, this villa offers refined architect...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1330.17" OriginalAmount="1317.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="4" HotelCode="616537|maya_villaprivate_pool" HotelName="Maya Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Champlung Tanduk</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/b8/34b84c4d8209219131de9895e9a513cdbc2ddcbd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1410.97" OriginalAmount="1397.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6944275" Longitude="115.16617857" StarRating="4" HotelCode="435342|villa_martine" HotelName="Villa Martine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Gang Keraton, Jalan Raya Seminyak, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/9b/919bc56bd92b6020c2a86c61fd7d1855e26651bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1700.84" OriginalAmount="1684.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.685714" Longitude="115.158999" StarRating="4" HotelCode="164255|nyaman_villas" HotelName="Nyaman Villas Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Kahyangan 15, Jalan Kayu Aya, Oberoi, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/2c/2f2ce72d3f432b5b6478c78902d01e917ff80ea5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The villas are located near to the beach. Boutiques and restaurants are within walking distance. Sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1704.88" OriginalAmount="1688.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6769221133294" Longitude="115.14786842873" StarRating="4" HotelCode="404605|dchandrasti_bali_villas_batu_belig" HotelName="D'Chandrasti Beach Villas Batu Belig" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Batu Belig 14, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/61/086150c8c7dd5b8f12fad57cf6f12497bc4be4fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1803.86" OriginalAmount="1786.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68726611" Longitude="115.16440423" StarRating="5" HotelCode="529307|villa_suar_2" HotelName="Villa Suar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi, Gg. Piter, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/ef/ccef4677298ca1710a37f82036f342ccfc7967db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1883.24" OriginalAmount="1864.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6845956412709" Longitude="115.15346060017" StarRating="5" HotelCode="18353|71807" HotelName="The Legian Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Seminyak Beach 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/07/071807/071807a_hb_a_006.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort is situated on the southern coast of Bali. The property lies in the peaceful distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1886.68" OriginalAmount="1868.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67908287" Longitude="115.15639665" StarRating="5" HotelCode="620493|villa_koyama" HotelName="Villa Koyama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gang Pura Telaga Waja 18A, Jalan Petitenget, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/9f/6c9f8e56b894239f981059339356470570ba8174.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2342.19" OriginalAmount="2319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="868712|villa_massilia_by_exotiq_villa_holidays" HotelName="Villa Massilia By Exotiq Villa Holidays" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi Temuku Gang IV 88</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/3f/5b3f8d4a00caadfba480a4ab4c7b268a85a916c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2512.88" OriginalAmount="2488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67432273" Longitude="115.15455466" StarRating="4" HotelCode="756455|the_mawar_estate" HotelName="The Mawar Estate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih, Gang 9x, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/94/27945737c76257cdfe3f546f2b4f23c3ab87b011.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2787.60" OriginalAmount="2760.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="3" HotelCode="775238|villa_william_seminyak" HotelName="Villa Wilsana Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Telaga Waja, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/e9/c7e9f193ba622a4e0fe1d5839950ded930b834de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3222.91" OriginalAmount="3191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68410984" Longitude="115.16325301" StarRating="0" HotelCode="840313|villa_lulito" HotelName="Villa Lulito" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 12B</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/85/ef8590956b3f4898650570348c885816af86b3f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3339.06" OriginalAmount="3306.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6830508930732" Longitude="115.1532978192" StarRating="5" HotelCode="909000|villa_des_indes" HotelName="Des Indes Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Massage Centre,Parking,Room Service,Smoking Rooms,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Gang Astina Pura, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b9/35b99690b6cf7fdb176719631c0a781c037bb9ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the heart of Bali is most stylish neighbourhood, Seminyak, is a century old antique Javan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Massage Centre,Conference Hall,Lounge,Sauna,Jacuzzi,Swimming Pool,Bicycle Rental,Currency Exchange,Diet Meals,Kitchen,Wheelchair Access,Designated Smoking Area,Spa,Nightclub,Heated Pool,Golf,Shopping Arcade,Central Heating,24 Hour Security,Babysitting,Coffee Shop,Concierge,Dry Cleaning,Library,Parking,Dining,LCD/Projector,Limousine Service,Luggage Storage,Pets allowed,24 Hour Power Supply,Airport Transfer (on Demand),Housekeeping,Wake-up Call Service,ATM/Cash Machine,24 Hour Front Desk,24 Hour Room Service,Smoking Rooms,Valet Parking</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>CLUB RESORT,FINCA,HOTEL,BUNGALOW COMPLEX,BEACH HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,BUSINESS HOTEL,HOTEL DE CHARME,VILLAGE,COUNTRY HOUSE,GUESTHOUSE,HOSTEL,RESORT,VILLA,GOLF HOTEL,APARTMENT</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
e4581c34-016a-4cad-af35-869532b630f0|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="e4581c34-016a-4cad-af35-869532b630f0">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47202" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-05T00:00:00" End="2026-10-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="USD" 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
e4581c34-016a-4cad-af35-869532b630f0|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
e4581c34-016a-4cad-af35-869532b630f0|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-08-21T09:55:22.9747431+01:00" Version="0" EchoToken="Search" TransactionIdentifier="e4581c34-016a-4cad-af35-869532b630f0" Currency="USD">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="41.31" OriginalAmount="40.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6878098415884" Longitude="115.17888262537" StarRating="3" HotelCode="943683|572342" HotelName="Panen House by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Gunung Athena 15, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6951686" Longitude="115.17654824" StarRating="3" HotelCode="768629|beji_ayu_homestay" HotelName="Beji Ayu Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Beji Ayu I  2, Senset Road, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/21/03213f839ca76e8b18ed092ff12f37d4af6bdc71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688086" Longitude="115.175299" StarRating="3" HotelCode="292517|the_studio" HotelName="The Studio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti II, Ggang Nuansa 11, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/a6/6ea68b20cea137699ba030e63d2d78ac12bcc09a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6887800068894" Longitude="115.17127633095" StarRating="3" HotelCode="260576|swissbelinn_seminyak_2" HotelName="Sense Sunset Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Sunset Road No. 88 S, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/88/66885fe4c8c48fff215d66ed5b82a179751c9a95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this hotel is about 2 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6919383028086" Longitude="115.16246125397" StarRating="3" HotelCode="935245|ping_hotel_seminyak_beach" HotelName="Ping Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Camplung Tanduk No. 28, Seminyak Beach</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/70/577042dcb4a90410c54950a6231a05bd8309660e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.674643" Longitude="115.153423" StarRating="3" HotelCode="311333|the_alea_hotel" HotelName="The Alea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 78, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/83/e383732c2fbf3a583077b41f177ef9740890c3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69734819" Longitude="115.17537525" StarRating="2" HotelCode="348414|the_agung_residence" HotelName="The Agung Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula - LC. Shri Laksmi I 18, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/91/1491c301accff07e6e0ac22c8c12f57308fd14f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6821926153488" Longitude="115.17200252093" StarRating="3" HotelCode="348029|7_bidadari_seminyak_hotel_" HotelName="7 Bidadari Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari IV 7, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/27/6027d421400a79b656ae09be836046d454ab8579.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Seminyak, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67754698" Longitude="115.16734447" StarRating="3" HotelCode="553717|mi_casa_residence" HotelName="Mi Casa Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mertanadi 77/3, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/83/0b832592575cfb7b1539120f4b8a309247ce4677.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features room service for a comfortable and relaxing stay. Wireless internet access is ava...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.67" OriginalAmount="55.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6911343584567" Longitude="115.16599956385" StarRating="2" HotelCode="177878|157012" HotelName="ibis budget Bali Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk 9A, Seminyak, Kuta, Badung 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/b2/56b230029c9e5ab4e5ad94db510cec654c2823f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Seminyak, a 5-minute walk from Seminyak Square shopping centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6728284230574" Longitude="115.16381790046" StarRating="4" HotelCode="936768|destiny_villas" HotelName="Destiny Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kerobokan 24, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/12/d012f79e71d99f1458fc2cccc39a08d0d0f4e4dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="57.41" OriginalAmount="56.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6918105752578" Longitude="115.16313582659" StarRating="2" HotelCode="365337|94035" HotelName="Seminyak Paradiso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/cc/79cc27495b4a622cc6f162f03b809cfb6a216cfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of the famous sandy Seminyak Beach and just 20 minutes from Bal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68978394673" Longitude="115.16208542199" StarRating="3" HotelCode="936787|destiny_boutique_hotel_by_premier_hospitality_asia" HotelName="Destiny Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 10, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/88/6b88fdfe9ed9fd41ae84206ed54d24cf856ef5b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the centre of Seminyak. Its setting is especially ideal for guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.695092210607" Longitude="115.17205497704" StarRating="3" HotelCode="376304|m_suite" HotelName="M Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula, Gang Baik, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/83/2a83d8fadba1fc8860be0a1d9f04e16faa92f161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69220261" Longitude="115.16797504" StarRating="0" HotelCode="671781|singgah_hotel_seminyak" HotelName="Singgah Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 42, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/28/4428585ab62adad90b9ed70abd5b85e2bf1f7fdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69315345" Longitude="115.17258627" StarRating="0" HotelCode="842374|bali_sunset_villa" HotelName="Bali Sunset Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="24 Hour Room Service,Bar,Designated Smoking Area,Internet,Massage Centre,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula 2, Gang Baik Baik 9, Seminyak 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/4e/374efacbe310f293968a2360d7b3cc67f2c41612.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bali Sunset Villa is a popular choice amongst travelers in Bali, whether exploring or just passing t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69073659" Longitude="115.16889473" StarRating="3" HotelCode="946293|the_aswana_seminyak" HotelName="The Aswana Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Plawa 18, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/fc/22fcbc5396822414c0be8f3a84f4ba90b0d7e384.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6729156397837" Longitude="115.15464831796" StarRating="4" HotelCode="324175|paragon_suites_and_resort_" HotelName="Paragon Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 555, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/cc/f1cc00eeac7ddae731e6ef14d62bbc0840803659.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6730189746829" Longitude="115.14977032388" StarRating="3" HotelCode="392757|nipuri_resort_and_restaurant" HotelName="Nipuri Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batubelig 16x, Batu Belig Kerobokan, Kuta, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/63/bb63dd47b3c630021e2e02069f76be654eb7590e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69032223" Longitude="115.17307214" StarRating="3" HotelCode="400424|hotel_santika_seminyak" HotelName="Hotel Santika Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Sunset Road No. 17, Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/9c/c19cd2e0a11ed7643769c9c9cc51f0d89f30af86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67344554" Longitude="115.14660246" StarRating="3" HotelCode="397844|kubal_villa_" HotelName="Kubal Villa &amp; Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Batubelig, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/0a/420ac5153e8dfdccc99cb0e8bced15e74246e9fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6861433" Longitude="115.1744212" StarRating="3" HotelCode="547206|kamarkoe_homestay" HotelName="KamarKoe Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati III 53-55, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/75/af7539f735682323228e7c5ebf4d468cc310241c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68881451" Longitude="115.15855959" StarRating="3" HotelCode="589412|anshel_hotel" HotelName="Anshel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi 25, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1d/7d1dfb3f30d8c4dc31ccce8f3473be8de3d4ad11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Anshel Hotel in Seminyak (Core area of Seminyak), you'll be c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683764" Longitude="115.168706" StarRating="3" HotelCode="936742|favehotel_sunset_seminyak_2" HotelName="Favehotel Sunset Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 89, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/d7/7dd7a5e00d0f4d616c30b798c08b9ef047d73c39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6799713489367" Longitude="115.15373379966" StarRating="3" HotelCode="936649|bali_mystique_hotel__apartment" HotelName="Bali Mystique Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 2000xx, Seminyak 80361, Petitenget, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f1/56f1116523252aa6dabb984b3bbf479a87917594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67590344" Longitude="115.15396431" StarRating="3" HotelCode="504251|amalfi_hotel_seminyak" HotelName="Amalfi Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget Kendal 8, Seminyak 80031, Kuta-Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/2e/6c2e847ecf36531e5be90b9323152218e8beee84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67225259" Longitude="115.16553863" StarRating="3" HotelCode="352975|delu_villas__suite" HotelName="Delu Villas &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tangkuban Perahu 3, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/c2/7fc2f51f0bcfef6eb383652470eca08a7866a7bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6788143299858" Longitude="115.15479264724" StarRating="3" HotelCode="540494|kubu_petitenget_suite" HotelName="Kubu Petitenget Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 10, Gang Sunyi, Seminyak 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f6/b8f6e41e482f401184ce7644cc4b22254b8feb37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak, about 5 minutes from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="3" HotelCode="783303|apple_villa_suite_seminyak" HotelName="Apple Villa &amp; Suite Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Merthanadi 89, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/a4/41a4e09ba64432a0f84878e745bea85762b0027d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Apple Villa &amp; Suite Seminyak in Seminyak (Sunset Road), you'll be convenient to Sunse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67255138" Longitude="115.15179782" StarRating="1" HotelCode="867815|gelatik_bed_and_breakfast_hostel" HotelName="Gelatik Bed And Breakfast - Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Gelatik 2, Jalan Batu Belig, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/6b/f16b5426f437c74f803eed6ccfc8b6cc563fd479.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68710984" Longitude="115.17742067" StarRating="3" HotelCode="835047|inkuta_residence" HotelName="Inkuta Residence And Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti II, Gang Nuansa 8-10, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/14/6a149a241214171039cb71d66daa0222c44e34b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.00" OriginalAmount="78.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6968624839843" Longitude="115.17606571779" StarRating="3" HotelCode="350187|488057" HotelName="Horison Legian Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 150, Legian, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/37/d037effc646ec5291abb37c7f3fcf474ad0f1bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69180905" Longitude="115.16953057" StarRating="3" HotelCode="975715|rusty_seminyak" HotelName="Rusty Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Plawa Gang Ratna, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/fc/86fc918a2f79f5ad4ef5296c39efb48317773c77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7038877630563" Longitude="115.18176384789" StarRating="4" HotelCode="292503|best_western_premier_sunset_road_kuta" HotelName="Ramada by Wyndham Bali Sunset Road Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 9, Seminyak Kabupaten, Badung, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/16/27162b79adeb2b0500cd63a40b474109da4d99e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68585" Longitude="115.17557" StarRating="3" HotelCode="292516|seminyak_lagoon_all_suites_hotel" HotelName="Seminyak Lagoon All Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Dewi Saraswati III No. 4, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/e4/98e4b3aed3723484886160e13b9ffdb3b487f5d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.682756" Longitude="115.168002" StarRating="3" HotelCode="904660|sunset_mansion_seminyak_apartment" HotelName="Sunset Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari Raya 2, Sunset Road, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/06/c3069b3b70bc440db3aab39ac34c0538594937d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6967524768291" Longitude="115.17298916278" StarRating="3" HotelCode="313523|svarna_suite_seminyak_2" HotelName="Svarna Suite Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Eka Laweya 8, Seminyak 80361, Kuta, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/6d/336d59234bafadcf19e620dcfd185fdcd37be973.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6800287434516" Longitude="115.15383846363" StarRating="4" HotelCode="915870|the_sunset_suite_bali_mystique" HotelName="The Sunset Suite @ Bali Mystique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 2000XX, Seminyak 80361, Kerobokan</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/f9/5ef9689404f7f203803f01d4438853a22a0931be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at The Sunset Suite @ Bali Mystique in Seminyak Petitenget, you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.33" OriginalAmount="84.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6743957254874" Longitude="115.15583895959" StarRating="4" HotelCode="407874|441842" HotelName="The Visala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 8, Petitenget, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/556093/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Seminyak, this boutique hotel has the perfect ambience for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696579" Longitude="115.16614" StarRating="4" HotelCode="260556|horison_seminyak_bali" HotelName="Horison Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Double Six, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/44/d9447793428fa78badf2e1c9dff1ab584f839eb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6719503686849" Longitude="115.16255513638" StarRating="4" HotelCode="311310|swissbelhotel_petitenget" HotelName="Swiss-Belhotel Petitenget" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 168, Kerobokan Kelod, Kuta Utara, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b4/72b499463c47ae8ec9a51d9138e3b9c924252f5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6934417533016" Longitude="115.16910388913" StarRating="3" HotelCode="349790|kubu_cempaka_seminyak_hotel" HotelName="Kubu Cempaka Seminyak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Cempaka  9, Jalan Plawa, 80361 Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/81/e181a60f2c9b91e28933708cf99c160480cd5e7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.695047" Longitude="115.167016" StarRating="3" HotelCode="547205|bali_yarravillas" HotelName="Bali Yarra Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 189, Gang Keraton, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/93/ac9355cccb85dc34d189fd12ae19b3f8be4120e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68239" Longitude="115.154324" StarRating="4" HotelCode="189219|sense_hotel_seminyak" HotelName="Sense Seminyak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Jati 16, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/zz/c0ad7dd2f828da8436fdac14c0e3f1647e253ddf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this boutique hotel is about 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68991932" Longitude="115.16716134" StarRating="0" HotelCode="741491|sleep_well_seminyak" HotelName="Sleepwell Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 1</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/38/6238a15264abc731be66e2f077902af96ee29745.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6834523431576" Longitude="115.16996497917" StarRating="3" HotelCode="324165|uma_karan" HotelName="Uma Karan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari III 8, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/00/3000be450fb18fcaf4116b8cb6f8f20221d48589.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a bar, a transfer service and room service. Wireless in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6857246219659" Longitude="115.17608151653" StarRating="4" HotelCode="305363|ramada_encore_bali_seminyak" HotelName="Ramada Encore Bali Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati lll, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/34/cb345f56682688db74305a6572b52bfad31c8fb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 286 rooms. Services and facilities at the hotel include a res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.12" OriginalAmount="98.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67208316" Longitude="115.1639258" StarRating="4" HotelCode="448885|557523" HotelName="Daun Bali Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 8, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/557523/557523a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68140155" Longitude="115.15200287" StarRating="3" HotelCode="489990|green_chaka_paradise_villa_2" HotelName="Bale Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 41, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1c/531c3473d09a333b77e6a3597d38bbb8ebf22eca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677065" Longitude="115.154163" StarRating="3" HotelCode="66198|putu_bali_villa_spa" HotelName="Putu Bali Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 1070, Jl. Petitenget 72X, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a5/1da58a9a9c02dc0562ecbd04ee8184f9b8efde54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Petitenget, with the beach just a few minutes away. It is 15 minutes from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6839302009062" Longitude="115.15715450751" StarRating="3" HotelCode="312443|seminyak_square_hotel" HotelName="Seminyak Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya 1, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/88/e088bacd24bf84fce53ae245d0a33549c52e3359.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69092315" Longitude="115.16904719" StarRating="3" HotelCode="622013|green_studio_apartment_seminyak" HotelName="Green Studio Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Plawa 10B, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/3e/b93e0d65e226ce162cb5d3a0c1f90f8eb157e8f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6862182763297" Longitude="115.17375596254" StarRating="3" HotelCode="915875|villa_kamar_kamar_rumah_tamu" HotelName="Kamar Kamar Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Jalan Dewi Saraswati III, Seminyak, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/aa/0faacccd6da04be320d16420534ccaf10ca02b0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Seminyak, this boutique hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68528262" Longitude="115.17405201" StarRating="3" HotelCode="481341|zen_premium_kunti_seminyak" HotelName="ZEN Premium Kunti Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati 3 4, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/1f/561f7aaef4214f4919d8384ba1c976cae28ce7f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at ZEN Premium Kunti Seminyak in Seminyak (Sunset Road), you'll be clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69052374" Longitude="115.16166112" StarRating="4" HotelCode="387593|tijili_seminyak" HotelName="Tijili" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 9, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/41/6f4106c07768e816ff3e3e74f442411112646ae1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67741052" Longitude="115.1568502" StarRating="3" HotelCode="593884|urbanest_inn_villa" HotelName="Urbanest Inn Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 1000x, Villa Taman Lumbung, Villa Nomor 2, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/93/3a93d84fe8badc209694c2a2ae311fdeb4983d55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69672092" Longitude="115.16485305" StarRating="3" HotelCode="784545|lloyds_inn_bali" HotelName="Lloyd's Inn Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Double Six, Kuta, Seminyak 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/81/0f81f3a927a9bc8642a068c4e920b4e1e102252b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.680066" Longitude="115.162728" StarRating="4" HotelCode="173559|ddjabu_hotel_seminyak_" HotelName="D'djabu Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House,Family-friendly Hotel,Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Braban 46, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/38/e8382995f7ee04cc77271c52574dbc94689af22b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located only 7 minutes’ drive to Kudeta Beach. The famous Warisan Restaurant and oth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.21" OriginalAmount="117.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6896761533119" Longitude="115.16330541278" StarRating="4" HotelCode="933582|387110" HotelName="Harris Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 99, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/387110/387110a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67762885" Longitude="115.1635155" StarRating="4" HotelCode="438326|bali_royal_heritage_villas" HotelName="Bali Royal Heritage Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Beraban 18, Banjar Taman Kerobokan Kelod, Kuta Utara, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/16/c716a6fec56a81d93de4a71bc08c1a8540b3642c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.53" OriginalAmount="119.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.675241" Longitude="115.152833" StarRating="4" HotelCode="316061|431478" HotelName="Maison At C Boutique Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih no.89, Petitenget, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/00/3d00e855706f6e6844c0ccca55993cc962b427f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Amenities include a safe. Wireless internet access is available to travellers in the public areas. A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6824335382634" Longitude="115.15896880994" StarRating="4" HotelCode="98638|mutiara_bali_boutique_resort_villas__spa" HotelName="Mutiara Bali Boutique Resort Villa &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Braban 77, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5c/3f/5c3f83a3a3085c93c9ae4f40778f82c5ba4dc4a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Seminyak, about 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6740749066837" Longitude="115.14670193195" StarRating="4" HotelCode="43740|grand_balisani_suites" HotelName="Grand Balisani Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batubelig Beach, Seminyak 80361, Kerobokan, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/84/ee841b188c1c61e1c5ee4fe07187a2dfa95fbf35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right on the sunset beach at Batubelig village in an unpolluted environment, tropical garden...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6959182322541" Longitude="115.16844302223" StarRating="3" HotelCode="327828|kumpul_kumpul_villa_iii_seminyak" HotelName="Kumpul Kumpul Villa Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Taman Sari 2, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/13/9213e605bd17350b95189bb466f3f07f46974cd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a transfer service are available to guests of the hotel. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6737971203516" Longitude="115.15813644751" StarRating="3" HotelCode="904682|ivory_resort_seminyak_2" HotelName="Rama Residence Petitenget" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 35, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/79/09794a1b5cd04b88731bd69c932f277e6e2ffe54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located 30 minutes from Bali's Ngurah Rai International Airport in Bali's famed trendy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6878754" Longitude="115.16831389" StarRating="3" HotelCode="522362|clio_apartment" HotelName="Clio Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Mangga 7, 80361 Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/3c/3d3cef6beae11c82787427153c4041854f2ac3cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677761" Longitude="115.16068221" StarRating="3" HotelCode="821150|the_lumbung_wood_villa" HotelName="The Lumbung Wood Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pangkung Sari 35, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/cd/ffcd96a9e3d6fb7c699e22d810d7ca2e3f1e30be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.15" OriginalAmount="139.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6764742575681" Longitude="115.1514814957" StarRating="4" HotelCode="297103|377003" HotelName="DevinSky Hotel Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Komplex Villa Kendal 35, 80361 Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/d0/3fd09a10d5a2314485338552665a06359ff21063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6906757262219" Longitude="115.16113283198" StarRating="3" HotelCode="327825|bali_agung_village" HotelName="Bali Agung Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sarinande 3, PO Box 2089, Seminyak, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/80/448094e1bbae09e78d11b569ac68ca7be27f6f29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the west coast of the island of Bali and is only 20 minutes from the capital...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6820320555025" Longitude="115.17012793538" StarRating="4" HotelCode="327791|dpenjor_seminyak" HotelName="d'PENJOR Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari II 1, Taman Mertanadi, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/56/675623fba51e4f0f1a28cf9f73ef9d57afae2a04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6922745708765" Longitude="115.16103565693" StarRating="3" HotelCode="7148|puri_cendana_resort_bali" HotelName="Puri Cendana Resort Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk (Dhyana Pura), Seminyak, Kuta</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/08/c9084fd3633fe0643160190638317d03e55301a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property situated in a calm spot within the lively area of Seminyak, within walking distance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69721144868" Longitude="115.17079889774" StarRating="3" HotelCode="187579|seminyak_town_house" HotelName="Seminyak Town House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Ratih 3, Nakula, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/79/ca7997a451cbb781f9722e9ad4d0acaea9bcd957.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6767550546606" Longitude="115.15412649325" StarRating="3" HotelCode="970078|zen_rooms_seminyak_taman_petitenget" HotelName="The Taman Ayu by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Seminyak 80361, Kerobokan, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/ae/08ae2f80ad693d6c0a0f923d2fa33f3c2886d53e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6908666738262" Longitude="115.15819519758" StarRating="4" HotelCode="187710|villa_kresna" HotelName="Villa Kresna Boutique Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Garden,Internet,Jacuzzi,Kitchen,Laundry,Library,Massage Centre,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sarinande 19, 80361 Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/1d/f41d50fc3fb84f3f5f6fe6693effe58a897d128f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Villa Kresna Tropical Resort owns comfortable guest rooms with well-appointed standard in-room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69066928" Longitude="115.16493486" StarRating="3" HotelCode="440284|bali_ginger_suites" HotelName="Bali Ginger Suites &amp; Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi II, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/f0/eff0ee79cad8f1897549be0bbfad5570396ca67f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6945892375815" Longitude="115.16146481037" StarRating="4" HotelCode="141104|puri_saron_seminyak" HotelName="Puri Saron Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/e2/b2e23b7d047593e9fd25782267aee5c7f28359ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated right by the beach. It lies in the Seminyak area of Bali, around 7 km from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688884" Longitude="115.17336" StarRating="3" HotelCode="322207|la_belle_villa_2" HotelName="La Belle Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti 2 No. 100, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/5b/ea5ba9f737a473050f390e38a2d672c9672e6336.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.20" OriginalAmount="169.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6954164689493" Longitude="115.17220973969" StarRating="4" HotelCode="387585|92167" HotelName="Villa Seminyak Estate &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Baik Baik, Seminyak Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/fb/24fb0a24e16b2f7c0147f533e4d4f832e1772c19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the heart of Seminyak, and offers easy access to most of the tourist attrac...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69294011" Longitude="115.17276502" StarRating="3" HotelCode="564428|villa_bougainville_" HotelName="Villa Bougainville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Baik Baik 5, Jalan Sunset Road, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/58/fe582fa93e57c1cd49bb715f45719f60b7685830.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6715654159121" Longitude="115.15143790276" StarRating="4" HotelCode="429762|villa_elok_2" HotelName="Villa Elok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dining,Dry Cleaning,Garden,Internet,Kitchen,Laundry,LCD/Projector,Limousine Service,Lounge,Luggage Storage,Massage Centre,Parking,Pets allowed,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 98, Gang Gelatik, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/f2/cbf217828c652968892f90e65643f97a2f4d1e10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Villa Elok in Seminyak Petitenget, you'll be convenient to Batu Bel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6942710711845" Longitude="115.16712427139" StarRating="4" HotelCode="909089|the_jas_villas" HotelName="The Jas Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Laksmana, Gang Bugis, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/77/6e77f5edc0356f7863f63b11e9184480d303e8e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="4" HotelCode="113493|danoya_villa__private_luxury_residences" HotelName="Danoya Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 559, Seminyak, Badung</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/f7/84f743c0704a35f2b3f452d188b929b493f85656.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the Batu Belig area, the hotel is only 40 minutes from Ngurah Rai International Airport, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684055" Longitude="115.160985" StarRating="4" HotelCode="221551|ize_seminyak" HotelName="IZE Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya (Laksmana–Oberoi) 68, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/08/1e08656437995e0270599b5b8cf6a644d16a8b3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6961465375772" Longitude="115.17027088137" StarRating="4" HotelCode="915878|jas_boutique_villa" HotelName="Jas Boutique Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Taman Sari, Seminyak, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0a/e20a2a06147dbdc1445bececa2902b13f618030a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6964793619057" Longitude="115.16854077648" StarRating="2" HotelCode="378656|juada_garden_legian" HotelName="Juada Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian 501, Kuta, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/98/a198f5202bea9e73dedc14b6f6d7830e1eb35f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6784160840327" Longitude="115.15366524575" StarRating="4" HotelCode="397918|petitenget_501_" HotelName="Petitenget 501" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Petitenget St 501, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/50/1750f123bec56c604e5289cbc4631b05a5c2ecbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.89" OriginalAmount="189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6728980718091" Longitude="115.15323883022" StarRating="4" HotelCode="384697|the_awan_villas" HotelName="The Awan Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 168, Kerobo, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/5a/085aff0bae34790ec4516637f00fb91a8965bc7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.03" OriginalAmount="191.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.693806" Longitude="115.161778" StarRating="4" HotelCode="23703|75362" HotelName="Pelangi Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Dhyana Pura, Seminyak Beach, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/7f/7ffc22af60e74604/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located beside the peaceful white sandy beach of Seminyak on the northern side of Kuta, just a short...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6926869601631" Longitude="115.16328358417" StarRating="4" HotelCode="429713|artemis_villa_and_hotel" HotelName="Artemis Villa &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="24 Hour Security,Babysitting,Bar,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Puri Kubu 63 F, Jalan Camplung Tanduk, Seminyak 80361, Kuta-Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/9f/199f460a3d3949f92765718dd3c36f22ea06df4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Select from the accommodation styles to suite your taste, hotel rooms serviced apartments cottages a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6835885602437" Longitude="115.16355562698" StarRating="4" HotelCode="386489|jas_green_villas_and_spa" HotelName="Jas Green Villas and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Gang Bugis-Laksamana, Seminyak 80361, Oberoi</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/87/898708e7428f7d96e42408c30af1634fb4cb0ebf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6763939151796" Longitude="115.16078342698" StarRating="5" HotelCode="324169|o_villas_seminyak_" HotelName="O Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Sari, Gang Kubu Lebak, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/54/10548f0e1e393196f9ceb1d2e818fadf47fe74ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684198" Longitude="115.161629" StarRating="4" HotelCode="904700|amadea_resort_villas_seminyak_bali" HotelName="Amadea Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya 55, Kuta Utara, Seminyak, Badung, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/7d/1b7d47227c27a5c1c0ca19911362590ec05fdc3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the fashionable 'Eat Street' with its many boutiques and famous restaurants, the resort i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68893851" Longitude="115.16026284" StarRating="3" HotelCode="428286|umah_watu_villas" HotelName="Umah Watu Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi 27C, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/2e/822ecda491764e098df83bffae40d302e52c6d70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Umah Watu Villas puts everything the city has to offer just outside...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.64" OriginalAmount="211.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67928826" Longitude="115.15311096" StarRating="5" HotelCode="328319|431259" HotelName="Montigo Resorts Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/431259/431259a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.12" OriginalAmount="212.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.697410966311" Longitude="115.16202043199" StarRating="4" HotelCode="327805|new_pondok_sara_villas" HotelName="New Pondok Sara Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Double Six Street, Gang Raja, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/66/0266b3d802258e201cfba58c881608967d301686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.12" OriginalAmount="212.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6906389843196" Longitude="115.17513122992" StarRating="4" HotelCode="307806|asa_bali_luxury_villas__spa" HotelName="ASA Bali Luxury Villas And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yudhistira, Kuta, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/df/8ddf472f2dd54108872ae0215aff4834b9e41644.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696033" Longitude="115.168419" StarRating="4" HotelCode="67623|sun_island_boutique_villas_and_spa" HotelName="Sun Island Boutique Villas &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Seminyak 188, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/cd/e6cd31ec86416c169021e9cc4a3f84d9be72ec78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in the Seminyak area, about 10 minutes' walk from the beach. Ngurah Rai I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.23" OriginalAmount="221.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68325549" Longitude="115.17238705" StarRating="4" HotelCode="936622|128714" HotelName="The Bali Dream Villa Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari 108X, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/e5/b1e56564bbff910fe634600d00c06864f604ca3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.674775" Longitude="115.153149" StarRating="4" HotelCode="260557|vasanti_seminyak_resort" HotelName="Four Points by Sheraton Bali, Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Gang Cendrawasih 99 DS, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/63/a163f8a740a3906944c51285390936c5f44eed24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Seminyak, this golf hotel is ideal for golf lovers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696874" Longitude="115.168049" StarRating="4" HotelCode="114221|the_haven_bali_seminyak" HotelName="The Haven Suites &amp; Villas &amp; Hotel Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 500, Seminyak 80361, Kuta, Badung Regency, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/11/cf11a538c21ad78b85b5676260eed3efcfd769f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is situated in the dynamic hub of Seminyak. Boutique shopping, a cosmopolitan array...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.29" OriginalAmount="226.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6863943357701" Longitude="115.17332136924" StarRating="4" HotelCode="904653|128715" HotelName="The Bali Dream Suite Villa Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati III 108X, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/70/d270a374f35f062a4b616233b3210016001511a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located within just a 20-minute drive from Ngurah Rai International Airport and 10 min...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.60" OriginalAmount="226.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690246" Longitude="115.164764" StarRating="3" HotelCode="397212|557519" HotelName="Lotus Tirta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi II 99 TM, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/26/26dc79d6e63a4e5f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.39" OriginalAmount="239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684865" Longitude="115.161589" StarRating="4" HotelCode="113514|heliconia_villa" HotelName="Heliconia Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 56, Seminyak  80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/dd/78ddbdb49d6bd7c4b41d3417a09903d19d07379d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.61" OriginalAmount="241.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688716" Longitude="115.16899" StarRating="5" HotelCode="114222|112640" HotelName="Kanishka Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti 8Y, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/22/1522279d6aadedc479eda4352ed863cece7d0fc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Bali's vibrant Seminyak Area, the town centre is approximately a 5-...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6715945" Longitude="115.15691871" StarRating="0" HotelCode="830920|dwina_villa_seminyak" HotelName="D’wina Villa Batu Belig" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 777</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/21/87215fb93bebf43dcc26bc8c1b83e5b49dd31993.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.17" OriginalAmount="245.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6761683939372" Longitude="115.16511221594" StarRating="4" HotelCode="304349|384741" HotelName="Crown Bali Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kerobokan 55, Banjar Taman, Seminyak 80361, Kuta Utara (Kuta North), Kerobokan Kelod, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/8b/4f8b22a97f5e39f8a309fc4c9151215a08997c14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="250.48" OriginalAmount="248.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.680265" Longitude="115.160493" StarRating="4" HotelCode="141834|aston_bhavana_villas" HotelName="Bhavana - Private Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pangkung Sari, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/74/73/7473a432479fe9d1eeb6cd8cc716207df48fdc97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This finca is located only minutes away from Seminyak Beach, offering spectacular sunsets which can ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6887422915137" Longitude="115.1733434957" StarRating="4" HotelCode="933555|samaja_villas_seminyak_2" HotelName="Samaja Villas Kunti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti II 18, Seminyak 80361, Kuta, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/17/61177906c6cda70b9c51f8ac8c45814aea8f4924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67823004" Longitude="115.15356549" StarRating="4" HotelCode="384656|yubi_boutique_villas" HotelName="The Yubi Boutique Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 123, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/2a/4a2aa2c6ff22f19d3a7a744e95e737930ffb7dda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.69" OriginalAmount="269.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6822456396908" Longitude="115.15910343497" StarRating="4" HotelCode="327799|bracha_villas" HotelName="Bracha Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Braban 55, Banjar Taman, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/61/de616134ba5d68d154dc904e646d5469ccaaa64b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68423313" Longitude="115.16305514" StarRating="3" HotelCode="433052|villa_west" HotelName="Villa West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya Gang Inti Kulit 117 A, Oberoi, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/3e/9b3e656109b2cf423984e969a2b8031176d44292.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6973934218531" Longitude="115.17098873611" StarRating="5" HotelCode="935340|ts_suites_bali" HotelName="TS Suites Leisure Seminyak Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Nakula no.18, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/40/b3403f340ad783909690873db06b026b821add4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this hotel is about 1.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6950398775828" Longitude="115.17255668317" StarRating="4" HotelCode="319422|arman_villas_seminyak" HotelName="Arman Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula 89, Gang Baik Baik, Seminyak 80361, Kuta</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/05/e205d5830c3a5b3fe07153bb19307502495915d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.86" OriginalAmount="286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6842472269021" Longitude="115.15963353181" StarRating="4" HotelCode="173562|the_club_villas" HotelName="The Club Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Oberoi, Seminyak, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/74/3574327e5442c501dbd721defb58e5954d8d97a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located down a paved landscaped lane, the resort is just off one of the most vibrant streets in Semi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.87" OriginalAmount="287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683933" Longitude="115.158282" StarRating="4" HotelCode="177879|u_paasha_seminyak_bali" HotelName="U Paasha Seminyak Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Business Hotel,Club Resort,Family-friendly Hotel,Hotel de Charme" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 77, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/21/5d21a6c131cfec8df1c5a33f3fface7a6aaa4612.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is located in the centre of Seminyak, with restaurants, nightlife and the beach all ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.87" OriginalAmount="287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6948372612796" Longitude="115.16937715955" StarRating="4" HotelCode="113559|downtown_villas" HotelName="Downtown Boutique Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Dalem 9D, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1e/921efd96d52e069fca4004062befc0a045e45af5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.90" OriginalAmount="290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677" Longitude="115.155" StarRating="3" HotelCode="551525|astana_seminyak_villa" HotelName="Astana Seminyak Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget Gang Sunyi 1, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/0e/140e44457aae3d52899c3af81b36e02ac7878c72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.686505" Longitude="115.16946" StarRating="4" HotelCode="207949|seminyak_icon" HotelName="Seminyak Icon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bali Deli (Dewi Madri), Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/1f/c61f5aa943f12bd4737a8cb9698d124aa611cf47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is situated in the heart of Seminyak, the most sought-after destination for fashion bou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68347444" Longitude="115.15575886" StarRating="4" HotelCode="866950|origin_seminyak" HotelName="Origin Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya 20, Gang Pandu, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/c3/43c3851b4bd70f9041b097f8ff5320b5fc2c5d30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6970853349526" Longitude="115.17182115088" StarRating="4" HotelCode="429723|daluman_villa" HotelName="Daluman Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Garden,Housekeeping,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Baik-Baik 5, Nakula, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/87/7c87b1f1deee0f795709099990b0f7fbc80fbab8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Daluman Villa is a stylish complex featuring 21 private villas in the vibrant tourism area of Seminy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.01" OriginalAmount="301.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6879158" Longitude="115.16873275" StarRating="0" HotelCode="522813|villa_bulan" HotelName="Villa Bulan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Free CXL until 15/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Basangkasa, Gang Ratu, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/e6/d7e6b901ddb4e2c5191a41bf22d5026ae1d67efe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.10" OriginalAmount="310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696244361334" Longitude="115.16603395343" StarRating="3" HotelCode="113552|villa_coco" HotelName="Villa Coco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Gang Villa Coco, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/94/569448e3e447d4bf81e55ed5a8ea69f23fc71c1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located right in the heart of Seminyak, one of Bali's trendiest nightlife and res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69522" Longitude="115.163996" StarRating="4" HotelCode="316456|samaja_beachside_villas" HotelName="Samaja Villas Beachside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, (ex Dhyanapura), Gang Kubu Pesisi 18, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15afad498c5721f7d3dd40de18603c399539b30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.21" OriginalAmount="321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67439" Longitude="115.156457" StarRating="4" HotelCode="130443|the_sanyas_suite" HotelName="The Sanyas Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 9, Peti Tenget, Seminyak, Kuta, Bali, PO. Box 3171, Denpasar 80031</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/4e/004edb335763377fc429638ea064e6fb245c25e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This villa resort is located just 5 minutes’ drive from central Seminyak and approximately 10 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.67" OriginalAmount="327.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6809149786304" Longitude="115.16734057845" StarRating="4" HotelCode="67178|83483" HotelName="Bali Rich Luxury Villas &amp; Spa Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Finca" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mertanadi 29, Br. Mertanadi, Seminyak 80361, Kuta</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/2e/ec2e20c1e7b95d55ae859b578c0449c1b4d433e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the rural outskirts of Ubud overlooking the Wos River. Guests will find the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.28" OriginalAmount="328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6957465655718" Longitude="115.16773179173" StarRating="5" HotelCode="102122|sienna_villas" HotelName="Sienna Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Garden,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang. Keraton No.5, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/46/724689e71ca4dfdbec0bc105bc0f37d4ed4ea4cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is situated in the heart of Seminyak. It lies just a short stroll from some of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.30" OriginalAmount="330.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683672862685" Longitude="115.15350103398" StarRating="3" HotelCode="377566|villa_one_seminyak_" HotelName="Villa One Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Gang Pandu, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e7/72e792bc605d82334ee47ef0d3e035fbd56f3b77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A transfer service is among the facilities. Wireless internet access is available to guests in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.40" OriginalAmount="340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.691397" Longitude="115.160646" StarRating="3" HotelCode="292509|gracia_bali_villas" HotelName="Gracia Bali Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sarinande No 3, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/db/c4dbcd928ea2355dfb95930a664d0d6024bb6dc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.46" OriginalAmount="346.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67187307" Longitude="115.14984627" StarRating="3" HotelCode="565631|villa_briana_2" HotelName="Villa Briana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig, Gang Daksina 15, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/2e/9d2e4c981060eb74fb639384056135267c30490d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.47" OriginalAmount="347.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69429807" Longitude="115.17197651" StarRating="3" HotelCode="587411|villa_baik_baik" HotelName="Sudha Villa Bali Baik-Baik" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Gang Baik-baik 88x, Jalan Nakula, Seminyak 80361, Kuta - Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b9/bab94fe4f6e39467a22db0dec550732e9955a625.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.50" OriginalAmount="350.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6928142008244" Longitude="115.17224338876" StarRating="4" HotelCode="429729|de_bharata_villas_seminyak" HotelName="De' Bharata Villas Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Bicycle Rental,Designated Smoking Area,Garden,Laundry,Massage Centre,Parking,Restaurant,Room Service,Shopping Arcade,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 11, Gang Baik, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b2/e0b298a7af4f93c0adf58628151a4b928d192bea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to double six area or kuta beach and Nakula Street of Seminyak also really close by to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.51" OriginalAmount="351.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69606556" Longitude="115.16958802" StarRating="5" HotelCode="459132|delmango_villa_estate" HotelName="Taman Mesari Luxury Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 8, Gang Taman Sar, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/b8/1db8f430b8a26f7dbd47837aff77e2529aa04d38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers a baggage storage service, a restaurant, a transfer service, room service a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.54" OriginalAmount="354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67402838" Longitude="115.15679353" StarRating="4" HotelCode="628934|sol_bella_villa" HotelName="Sol Bella Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 1</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d1/34d1ee20af93cb8adb0da4ac9f7d937ff05ff88d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.38" OriginalAmount="356.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6792665675494" Longitude="115.15350401401" StarRating="4" HotelCode="94799|176771" HotelName="Bali Island Villa &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Petitenget 469, Seminyak, Kuta, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/b5/bbb532a9d2574718de075c8f66321bc8e751ed0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the vibrant pulsating centre of Seminyak. It is conveniently placed arou...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6872426719135" Longitude="115.17456597713" StarRating="4" HotelCode="324183|the_bali_bil_villa_" HotelName="The Bali Bill Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati III No.8, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/18/8c18adcda23c7a1ce0d21da3eb5e4848d3891c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.61" OriginalAmount="361.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690063" Longitude="115.174335" StarRating="5" HotelCode="162107|the_wolas_villa__spa" HotelName="The Wolas Villa and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yudistira 18, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/e8/28e82f3965023c875683de7f77baf11e7098380a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.64" OriginalAmount="364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68709225" Longitude="115.15574125" StarRating="3" HotelCode="629161|yoga_villa_2" HotelName="Yoga Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi 7, Oberoi, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1d/791dab844731da5a90e45a29b693d8f2737428f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="368.65" OriginalAmount="365.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68486538" Longitude="115.16302716" StarRating="3" HotelCode="434957|villa_laella" HotelName="Villa Layla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya Gang Inti Kulit 117 C, Oberoi, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/70/e870491a3a91be6f138d007e5be6cf9af6ca2099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.88" OriginalAmount="388.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68588306" Longitude="115.16568834" StarRating="4" HotelCode="778363|villa_elleo_" HotelName="Villa Elleo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 15/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi Satu Gang Bunut 1, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/88/4288a3bb1551f5818e5fa86d2353a9745b94ee48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.95" OriginalAmount="395.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67482971" Longitude="115.15383336" StarRating="4" HotelCode="753870|villa_batik_seminyak" HotelName="The Villa Batik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih, Kerobokan Kelod, Kuta Utara, Kabupaten Badung, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/a5/b3a5ed0e45670c70b38b93ef9bf6109ca524b844.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="399.96" OriginalAmount="396.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.691776" Longitude="115.162205" StarRating="5" HotelCode="300236|courtyard_by_marriott_bali_seminyak" HotelName="Courtyard Bali Seminyak Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk 103 SP, Dhyana Pura, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/57/db5794c11e3de5fe7e9c8d33ba7008a1bc621b8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.21" OriginalAmount="402.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.681907" Longitude="115.158174" StarRating="4" HotelCode="376247|447195" HotelName="Royal Samaja Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Cendana 7A, Oberoi, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/447195/447195a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.63" OriginalAmount="404.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6832109028089" Longitude="115.1709430746" StarRating="4" HotelCode="440203|558862" HotelName="Aleva Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati 8, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/34/34f025a2e0d1834b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="409.05" OriginalAmount="405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683103" Longitude="115.159976" StarRating="4" HotelCode="88847|disini_villa" HotelName="Disini Luxury Spa Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mertasari 28, Seminyak, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2f/3e2f2f5244f4a6713da4805b7df501f06ec1ebac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6765345551753" Longitude="115.15619878328" StarRating="3" HotelCode="377711|villa_turtle" HotelName="Villa Turtle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Gang Kura Kura, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/d6/9dd6b11af21e1fa4e8f561b25461c32a3ad09cfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="420.16" OriginalAmount="416.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67655651" Longitude="115.16282767" StarRating="4" HotelCode="407045|villa_balissima_" HotelName="Villa Balissima" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Babysitting,Dining,Garden,Internet,Kitchen,LCD/Projector,Luggage Storage,Parking,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kerobokan, Gang Taman, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/66/d5665431c3f5b967615a6cf908e0e24da1b086aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Villa Balissima to discover the wonders of Bali. Offering a variety of facilities and servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="425.21" OriginalAmount="421.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.682373" Longitude="115.153026" StarRating="4" HotelCode="166191|aria_exclusive_villas__spa_" HotelName="Aria Exclusive Villas and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Peti Tenget, Seminyak, Kuta, Bali, Denpasar 80031</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/7f/de7f40731fb9c8778f39137e8330c649f5ab7401.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.26" OriginalAmount="426.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6837316566375" Longitude="115.1665019989" StarRating="3" HotelCode="169531|villa_eight_bali" HotelName="Villa 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Drupadi 25, Basangkasa Village, Seminyak, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ee/9bee930ede970d59b11ab95d99abcbd98cb6a332.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation comprises a total of 10 rooms. Travellers are welcomed in the lobby, where they wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.26" OriginalAmount="426.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677334" Longitude="115.156945" StarRating="5" HotelCode="186844|maca_villas__spa" HotelName="Maca Villas and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Lebak Sari No 7, Petitenget, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/a9/38a9ab80f6b981487ed8dc5b8aa4ba4c6cd58fa9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this hotel is about 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="436.32" OriginalAmount="432.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6801248811742" Longitude="115.15264628145" StarRating="5" HotelCode="311322|huu_villas" HotelName="Hu'u Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Bar,Internet,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/94/c9948fc6e49062ff3e93cd13419e3d0ded95d011.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.35" OriginalAmount="435.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684134" Longitude="115.164404" StarRating="4" HotelCode="113511|uma_sapna" HotelName="Villa Uma Sapna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 20xx, Basangkasa, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/62/f1627dc95a749ae76699f2c9a25ce6f7734fe335.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is situated in a residential environment in the heart of Bali's upscale Seminyak v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="447.43" OriginalAmount="443.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.682009" Longitude="115.155139" StarRating="4" HotelCode="906050|pradha_villas_seminyak" HotelName="Pradha Villas Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Jati I No 5, 80361 Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/20/f920b9461f51677d0c9ef8effa635422f7eb0582.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67474733" Longitude="115.15487833" StarRating="3" HotelCode="779286|anjali_villas" HotelName="Anjali Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/18/6618bc8a7dbc5553e48a1a53da1ccea1985fd8ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="451.47" OriginalAmount="447.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68784925" Longitude="115.16395276" StarRating="3" HotelCode="839203|villa_cj" HotelName="Villa Ace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi Gg Mertasari 4, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/aa/30aa667ee886f54d88c0f4adf02855b8b8d4ee4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="455.51" OriginalAmount="451.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67685378" Longitude="115.15160584" StarRating="4" HotelCode="564329|the_hotman_paris_2_villa_seminyak_bali" HotelName="Villa The Hotman Paris II Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 33, Gang Kendal, Kerobokan Kelod, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/aa/b5aae278d85fed9174eb66f353c5017b34a45aca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.52" OriginalAmount="452.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68270409" Longitude="115.15339059" StarRating="3" HotelCode="341470|the_colony_hotel_2" HotelName="The Colony Hotel Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana No. 22, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/de/d4/ded4ca3c4a390d2bdf4e2afe86df0d5e62158513.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="458.54" OriginalAmount="454.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6894366103047" Longitude="115.17108559657" StarRating="4" HotelCode="59766|the_amala_2" HotelName="The Ahimsa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/58/1b580a3051a538eb4721cfe33e3adab9510aede7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated in the heart of vibrant, cosmopolitan Seminyak, about 5 minutes' drive from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="458.54" OriginalAmount="454.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.674512" Longitude="115.156782" StarRating="5" HotelCode="915877|l_hotel_seminyak" HotelName="L Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 8L, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/08/130802eb2caf6ff3d2c1c92f359127db6a69dd61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.58" OriginalAmount="458.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.692122" Longitude="115.159499" StarRating="5" HotelCode="30256|the_royal_beach_seminyak_bali_mgallery_collection" HotelName="The Royal Beach Seminyak Bali - MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Finca,Hotel de Charme" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, Seminyak Beach, PO Box 3384, 80033 Seminyak, Denpasar</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/20/2220c2c2b4058518ae7681d4ae6647781539e427.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a few steps from Seminyak Beach, the hotel is located in the heart of the Seminyak area, home t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="465.61" OriginalAmount="461.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="755541|villa_puri_pani" HotelName="Villa Puri Pani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Jati, Gang Sri Darma, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/a0/58a01b6b885a744fd02d64811902bdd05a12e5ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.65" OriginalAmount="465.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683643" Longitude="115.159842" StarRating="4" HotelCode="113558|maya_sayang_private_pool_villas_spa" HotelName="Maya Sayang Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Mertasari No. 1, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/8d/8b8df19036bc460109711fbd023a7c77e1f5e1ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the area of Seminyak, within walking distance of many wonderful shops and ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.81" OriginalAmount="481.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6935122" Longitude="115.164162" StarRating="5" HotelCode="351540|villa_seriska_seminyak_bali" HotelName="Villa Seriska Satu Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti I, Gang Mangga 8, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/3e/773e0112d35a40913e033fbb1b732acf4432df61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="491.87" OriginalAmount="487.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6747834626415" Longitude="115.15461505504" StarRating="4" HotelCode="321538|sandi_agung_villa" HotelName="Sandi Agung Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/9e/c19ea09efe2382fb6cd202e35a1df78ac6f2bafd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="491.87" OriginalAmount="487.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="756777|villa_merah" HotelName="Villa Merah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 8, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/99/f099b1da16eb5d4e74dbdb18d4faa6d87541825e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.88" OriginalAmount="488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.686343337915" Longitude="115.17389953136" StarRating="4" HotelCode="166125|bali_swiss_villa" HotelName="Bali Swiss Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex,Club Resort,Spa Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati III 88, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/66/2066f8723688a30414656e10c15889c471985d51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Seminyak area, the hotel is within easy walking distance of Kuta Beach and Waterbom P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="493.89" OriginalAmount="489.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688055" Longitude="115.158133" StarRating="5" HotelCode="59765|the_elysian_boutique_villa_hotel" HotelName="The Elysian Boutique Villa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Saridewi, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/69/5769a214e4532a52ff610e784b195da03a54055e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Seminyak area, this family-friendly hotel is just 5 minutes from Bali's famous beach....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495.91" OriginalAmount="491.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.687515" Longitude="115.1703" StarRating="5" HotelCode="292514|nyuh_bali_villas" HotelName="Nyuh Bali Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bali Deli No. 99, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/32/5f32fc66116962af69871b5d6ce82c9bc95f3675.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.95" OriginalAmount="495.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.693462" Longitude="115.170852" StarRating="4" HotelCode="67187|villa_kubu_3" HotelName="Villa Kubu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak  33F, Gang Plawa, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/21/4521b9805bbab52418e7dcc046516de127a2d50b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few minutes walk from downtown Seminyak, while it is 15 minutes from Ngu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.95" OriginalAmount="495.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68266347" Longitude="115.15997021" StarRating="0" HotelCode="755436|villa_tsuchi" HotelName="Villa Tsuchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mertasari, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/db/80db78d063e458934af3755a6319822aa5904d72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="507.02" OriginalAmount="502.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68853062" Longitude="115.16225723" StarRating="4" HotelCode="407108|gajah_bali_villas" HotelName="Gajah Villas Bali by Nagisa Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Drupadi, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/b9/b9b957f61ef17e28f8db0ce67356f8985e9383f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a transfer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="512.07" OriginalAmount="507.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69379297" Longitude="115.17177902" StarRating="3" HotelCode="790064|the_murdha_villa" HotelName="The Murdha Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula Gang Baik Baik 90, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/3f/e73fcff5f2a6f96eb5f0edc7b63cc317884acee6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.14" OriginalAmount="514.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6717684866502" Longitude="115.15722733862" StarRating="4" HotelCode="304348|berry_amour_romantic_villas" HotelName="Berry Amour Romantic Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/cc/2dcc7517952883b49bb2856165e4ee2415b8eac6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.14" OriginalAmount="514.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68617621" Longitude="115.16220867" StarRating="3" HotelCode="485520|kamil_villas" HotelName="Kamil Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Internet,Jacuzzi,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi, Gang Kahyangan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/04/32042864833d69cb87900717047360ccd3e432aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.17" OriginalAmount="517.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67535091" Longitude="115.17231218" StarRating="3" HotelCode="615287|sana_vie_villa" HotelName="Sana Vie Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tangkuban Perahu 888, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/db/55dbd50fcde07d6141bbfa0db99e09765d8d3e63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is set in Seminyak. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.23" OriginalAmount="523.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.685247" Longitude="115.164739" StarRating="4" HotelCode="130441|four_on_drupadi" HotelName="Four On Drupadi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi No.4, Seminyak, PO Box 1155, Tuban, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/63/546368ebda55484ae7b8fa22e70664123cf527f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located in the heart of Seminyak, within walking distance of some of the most co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="538.33" OriginalAmount="533.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68613" Longitude="115.157041" StarRating="5" HotelCode="410415|c151_luxury_smart_villas_resort_2" HotelName="C151 SMART VILLAS At Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 151, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/7e/957ec89f27a562342336f4e73f3d19458664d19b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This villa resort is located in Seminyak, and is easily accessible from all parts of the city. It en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.36" OriginalAmount="536.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6862476393467" Longitude="115.16031024768" StarRating="5" HotelCode="933722|hevea_villas" HotelName="Hevea Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana, Gang Nyuh Gading 14, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/9a/529a8d6637e27decbde4e95073bd81d95c9e34a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.43" OriginalAmount="543.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.692487" Longitude="115.158948" StarRating="5" HotelCode="402039|anantara_seminyak_bali" HotelName="Anantara Seminyak Bali Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Abimanyu, Dhyana Pura, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/36/8b369d20ca9a80c2d6e4b8cf0c782deefb267c7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a 20-minute walk from the resort to the town of Kuta. Denpasar International Airport is just 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="550.45" OriginalAmount="545.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6784899826228" Longitude="115.15438853506" StarRating="4" HotelCode="88848|tonys_villas" HotelName="Tonys Villas &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/ee/0dee2c918321fe4a61db886148ccfea79708836e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Bali, approximately 600 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="550.56" OriginalAmount="545.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.689256" Longitude="115.171499" StarRating="4" HotelCode="160361|124152" HotelName="The Amala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 12/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti 108, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/124152/124152a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is a cute and intimate retreat located in the heart of Seminyak. It is Bali's most exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="556.51" OriginalAmount="551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.673058" Longitude="115.14784" StarRating="4" HotelCode="292507|eden_the_residence_at_the_sea_2" HotelName="EDEN the Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/c4/d5c41109671d616a1033359fb7d6e9a52b019bc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="557.52" OriginalAmount="552.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69180961" Longitude="115.16626581" StarRating="3" HotelCode="778627|villa_makasih" HotelName="Villa Makasih" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dhyana Pura 7i, Gang Bima, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/ba/2eba57721d287e4f7a116130471333d45e74f883.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.53" OriginalAmount="553.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6812450276177" Longitude="115.15448195674" StarRating="4" HotelCode="393098|cicada_luxury_townhouses" HotelName="Cicada Luxury Townhouses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Telaga Waja, Petitenget, Seminyak 80511</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/ab/5eabc87b2d0986880ca4a584e29e4afa850da576.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.53" OriginalAmount="553.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68100846" Longitude="115.15611919" StarRating="3" HotelCode="585674|vishuddha_ajna_villa" HotelName="Villa Vishuddha Ajna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Cendana, Gang Werkudara, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/d7/51d7f4a8ae9cca8e50919ac99c099adcbd40de04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.678185" Longitude="115.157463" StarRating="4" HotelCode="93166|villa_air_bali_boutique_resort" HotelName="Villa Air" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Sari, Br. Taman, Petitenget, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/25/b62555b9ac993a863edea0b69c79a475bcf1c065.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="583.78" OriginalAmount="578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68618778" Longitude="115.16330796" StarRating="3" HotelCode="434019|villa_laksmana_hideaway_2" HotelName="Villa Laksmana Hideaway 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/c7/d5c7cd346dbeb4a8865fabf8ef141813398e428c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="587.82" OriginalAmount="582.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6870936957717" Longitude="115.16300439835" StarRating="4" HotelCode="69473|space_at_bali_villas" HotelName="Space at Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 8, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/8f/4e8fed30246f1ee5ed40eb6cfef9233eb474cfaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="607.01" OriginalAmount="601.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67695547" Longitude="115.1546446" StarRating="4" HotelCode="819046|kanvaz_village_resort_seminyak" HotelName="Kanvaz Village Resort Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 188, Kerobokan Kelod, Seminyak 80361, Kuta Utara, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/d7/a9d775674ffc7680bbd753e1eb34331b33b96bfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this resort is about 7.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="613.07" OriginalAmount="607.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67774396" Longitude="115.15399851" StarRating="3" HotelCode="406995|villa_can_barca" HotelName="Villa Can Barca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Babysitting,Dining,Garden,Housekeeping,Internet,Kitchen,LCD/Projector,Parking,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Biu Bali 3, Jalan Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2b/e92b58b4f4fc29ce979450d6c98c3ae11a2ba054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Villa Can Barca puts everything the city has to offer just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="614.08" OriginalAmount="608.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6854341280901" Longitude="115.15685475073" StarRating="4" HotelCode="324188|rc_villas" HotelName="RC Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 88, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/d4/f1d47807ca0489b99d62291a4b8c08292b72e0f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="621.15" OriginalAmount="615.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688875" Longitude="115.169178" StarRating="4" HotelCode="69585|the_villas_bali_hotel__spa" HotelName="Impiana Private Villas Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti 118X, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b0/e9b0d1ff762df9e4835d828bc22f16cae8e7b1f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is nestled in the heart of Seminyak, one of the cosmopolitan tourist areas on the northe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.18" OriginalAmount="618.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6747052" Longitude="115.1540605" StarRating="4" HotelCode="113543|maya_loka_villas" HotelName="Mayaloka Villas Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca,Village" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 88, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/5e/855ed76b182355156e102228bec98270c83c32f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Petitenget section of Seminyak, the resort villas are a few minutes' walk away from P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="632.26" OriginalAmount="626.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.672993" Longitude="115.148901" StarRating="4" HotelCode="187554|bali_aroma_exclusive_villas" HotelName="Bali Aroma Exclusive Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Batu Belig Gg. Pelangi No 8, Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/f1/d7f17f30ef40e3317f8bf564eb03f2f348d2899f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="647.41" OriginalAmount="641.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6824903333333" Longitude="115.162972" StarRating="5" HotelCode="915872|amana_villas_seminyak" HotelName="Equilibria Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wirasaba 5, Off Jalan Kayu Aya, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/63/2c63ef63c01bbd9ca967a8802bc5c1be12ce0910.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="656.50" OriginalAmount="650.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677747" Longitude="115.153874" StarRating="4" HotelCode="187194|white_lotus_villa" HotelName="White Lotus Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 7A, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d3/add3aeb96bf55709d629168373a58f37d6feca2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This oasis of tranquillity lies hidden away from the hustle and bustle, yet just a few minutes’ ride...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="659.53" OriginalAmount="653.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690484" Longitude="115.158951" StarRating="4" HotelCode="141837|villa_bali_asri" HotelName="Villa Bali Asri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Saridewi, Seminyak-Oberoi, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/55/205540d095255943bf490fe92b682cfed4591d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is located about 2 minutes' walk from Petitenget beach, 15 minutes' drive from the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="662.56" OriginalAmount="656.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6909100500508" Longitude="115.16661332475" StarRating="4" HotelCode="385235|my_villas_in_bali" HotelName="My Villas In Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk 24, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/c5/71c57f36a32a0ac5494ad950093a17d070cdfcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.57" OriginalAmount="657.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67900977" Longitude="115.15464042" StarRating="3" HotelCode="858547|paisa_seminyak_living" HotelName="Paisa Seminyak Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Gang Sunyi 9, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/3c/e43c85ef17612287c4805d25253837384a62f3ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Seminyak. Guests will enjoy a peaceful and calm stay on the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="676.58" OriginalAmount="669.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.672751" Longitude="115.159614" StarRating="4" HotelCode="99537|83860" HotelName="The Kayana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget, Kerobokan Kelod, Kuta Utara, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/b3/57b3a9fa3ae665c2e3285da11df62d254a931dd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally positioned in Seminyak, the property is just a short walk from the beach, as well as some of...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="726.19" OriginalAmount="719.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6810447004712" Longitude="115.154841675" StarRating="5" HotelCode="933476|koenokoeni_villa_4" HotelName="KoenoKoeni Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Telaga Waja, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/ae/46aeb3e3b25c6171131e25dcac1d3057632e4af3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="731.24" OriginalAmount="724.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69530958" Longitude="115.16223839" StarRating="4" HotelCode="446448|hotel_indigo_bali_seminyak_beach" HotelName="Hotel Indigo Bali Seminyak Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk 10, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/ef/95ef0ea572242906bf9554374bf24145ced1ec45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="754.47" OriginalAmount="747.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6768192380313" Longitude="115.15509729346" StarRating="4" HotelCode="404513|ivilla_" HotelName="iVilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/71/c071d6cf6d0f8673e4d9ed7fde405624d19a1c45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 8 rooms. Services and facilities at the hotel include a transfer serv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="780.73" OriginalAmount="773.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6847564454182" Longitude="115.15689231455" StarRating="5" HotelCode="16701|the_seminyak_beach_resort__spa" HotelName="Seminyak Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Seminyak Beach, P.O. Box 1085 TBB, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/2f/992f5d34dbb47fe0375b178a9de065ba303a82cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The stylish beachfront resort is located in Seminyak, which has long been considered Bali's most vib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.84" OriginalAmount="784.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68971837" Longitude="115.16116812" StarRating="3" HotelCode="603032|villa_bima_5" HotelName="Villa Bima" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/57/bd577faccd9e064999189849c1a31f7b4ada761e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.84" OriginalAmount="784.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69354869" Longitude="115.1633294" StarRating="3" HotelCode="778744|villa_paloma_7" HotelName="Villa Paloma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Mangga, Kuta, Kabupaten, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/7a/427af4ac028fdf4e50004c4fafacfc1ed633df03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.84" OriginalAmount="784.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68971028" Longitude="115.16093149" StarRating="4" HotelCode="773160|villa_sawah" HotelName="Villa Sawah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/ce/98ce02ed7e4340a81a96bc001ab671dee2741dbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="794.87" OriginalAmount="787.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6765483" Longitude="115.15741049" StarRating="3" HotelCode="626376|villa_levi_2" HotelName="Levi Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Sari 10, Kuta Utara, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/be/aabe3d6020fe0c7ad756ca19a30fd8802bc35886.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="798.91" OriginalAmount="791.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68956144" Longitude="115.16111759" StarRating="3" HotelCode="594791|villa_tira" HotelName="Villa Tira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 9, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/5c/475c7df39f3f97ec386e7aa9ac79ccf65eb5bc04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="818.10" OriginalAmount="810.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68483752" Longitude="115.16666717" StarRating="2" HotelCode="542729|puri_puri_kecil" HotelName="Puri Puri Kecil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 25, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f1/6df1094ed5bafc1b0c2d1ba12d37dada6b183285.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. Those arriving in their own veh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="821.13" OriginalAmount="813.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="837332|entrada_villa_by_nagisa_bali" HotelName="Villa Entrada Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yudistira Gang Lange 1</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/18/691864dcd3df22a5dabe0ff32dc6558e6deb3b83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="851.43" OriginalAmount="843.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6747404402543" Longitude="115.15359789133" StarRating="4" HotelCode="176738|the_one_boutique_villa" HotelName="The One Boutique Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>JL. Cendrawasih No.99, Petitenget, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/07/2b076739554975d7fec8888ccea4a9d1685b1223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in the trendy area of Seminyak. Only minutes away, guests will find one of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="852.44" OriginalAmount="844.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.687669" Longitude="115.159394" StarRating="4" HotelCode="175701|chandra_luxury_villas_bali_part_of_8_hotels" HotelName="Chandra Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Temuku, Gang Sandat, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f7/f3f7dc92fc6c419ee8e78cb40e2ac982063de30c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This villa is located in the Seminyak area, north of Kuta. This is an upscale and popular area of Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="863.91" OriginalAmount="855.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696105298085" Longitude="115.16161210969" StarRating="5" HotelCode="266968|365598" HotelName="Double Six Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>66 Double Six, Beach, Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/86/2c863b3192548e770d6c5ce2dab0a8a80112e137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="867.59" OriginalAmount="859.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68563009" Longitude="115.15698453" StarRating="3" HotelCode="754978|oberoi_luxury_villas" HotelName="Oberoi Luxury Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya 150, Villas 1-8, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6a/3e6a4d8339cff0cd3aefd98d705f6f3de77d8738.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="911.02" OriginalAmount="902.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67171981" Longitude="115.1516607" StarRating="3" HotelCode="775219|villa_nahema" HotelName="Villa Nahema" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Gelatik, Seminyak  80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/6a/9b6a3d26471602f176ccf1861cefecb0e6868288.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="937.28" OriginalAmount="928.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69100789" Longitude="115.16427447" StarRating="4" HotelCode="619134|villa_wiana" HotelName="Villa Wiana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, Gang 100, Pondok Mekar Sari 5, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/7e/4a7ec4bf8e40c792cbda10f47d1d2818d8d75021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="956.47" OriginalAmount="947.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="843111|villa_matahari_3" HotelName="Villa Matahari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Kubu Anyar</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/35/0e3554322bb997356d3abfecb9394ea22beea82a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="964.55" OriginalAmount="955.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6890080295087" Longitude="115.15670657158" StarRating="5" HotelCode="18384|the_oberoi_bali" HotelName="The Oberoi, Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Seminyak Beach, Denpasar 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/98/c398fc2cc4e761f7920e88886de43a4ffd793f9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on Seminyak Beach on the south-west coast of Bali. Guests may easily reach the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="974.73" OriginalAmount="965.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6726106" Longitude="115.1541475" StarRating="5" HotelCode="908973|184070" HotelName="The Akasha Luxury Villas and Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Fax,Internet,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batubelig 999 AB, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/8a/208a45dc8b83b755c61ca72dc83cfd5cd5ca89df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Canggu. For guests who appreciate a stylish ambience, ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="976.67" OriginalAmount="967.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.680701" Longitude="115.160306" StarRating="5" HotelCode="207948|one_eleven" HotelName="One Eleven / 111 Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Pangkung Sari, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/3d/ce3dc4d25b89a6a0cf8e371e36eef346d46aa149.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the resort's hip luxury abode in the middle of Bali's bustling Seminyak, only 5 minutes' wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="988.79" OriginalAmount="979.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68628983" Longitude="115.16143682" StarRating="0" HotelCode="835065|simba_villa_and_spa_seminyak" HotelName="Delight Art Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Parking,Pets allowed,Room Service,Smoking Rooms,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Gang  Putu, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/9b/1b9bb8abc207e45ae5bcd349cf397d3a6e7a4011.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Simba Villa and Spa Seminyak is perfectly located for both business and leisure guests in Bali. Offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1017.07" OriginalAmount="1007.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6791710392909" Longitude="115.15884171265" StarRating="5" HotelCode="324185|the_layar__designer_villas__spa" HotelName="The Layar - Designer Villas &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pangkung Sari 10X, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/8e/968ecca14cd71e98e105df2db9b6631133ffc926.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1030.20" OriginalAmount="1020.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="5" HotelCode="59232|the_samaya_seminyak_bali" HotelName="The Samaya Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana, Seminyak Beach 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/4a/504a50c413924d41e49355159364ac29e0452cef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Seminyak area and lies amidst lush tropical gardens. It is situated on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1127.16" OriginalAmount="1116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.687515" Longitude="115.163634" StarRating="5" HotelCode="74002|serene_villas" HotelName="Serene Villas Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Drupadi, Gang Serene, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/18/851840ae2ec3af0362ba9145891978c95136fa0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1138.33" OriginalAmount="1127.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677144" Longitude="115.150606" StarRating="5" HotelCode="161348|142150" HotelName="W Bali - Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Kerobokan, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/58/d358d39fcc80fc70778e35fd4bdbcfd3a9e45e93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is a new-found wonderland along the shores of Seminyak – where the pulse of trends, chic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1156.45" OriginalAmount="1145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6890699" Longitude="115.15845059" StarRating="4" HotelCode="626359|alysha_villa_seminyak_bali" HotelName="Alysha Villa Seminyak Beachside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi 28 B, Seminyak 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/e4/24e4916e1d3ce3fcd6c98e41c39b9faf77c02372.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1173.62" OriginalAmount="1162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67598325" Longitude="115.16131787" StarRating="4" HotelCode="837575|villa_kajou_2" HotelName="Kajou Seminyak Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Sari, Gang Kubu Lebak, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/23/3c23bf796dfbd61f48dee4f1f1840e29e2faabb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1210.94" OriginalAmount="1198.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.691742" Longitude="115.167621" StarRating="4" HotelCode="292504|183903" HotelName="Blue Karma Oasis Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Bima No.2, Seminyak, Kuta – Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/de/3dde2a185590d0824114875d6736a0dd4110e51b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1254.42" OriginalAmount="1242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68235949" Longitude="115.16840407" StarRating="3" HotelCode="560987|taman_amertha_villas" HotelName="Taman Amertha Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari No. 7, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8c/d3/8cd3da9f15877dab92b408bfd553ac033e6dcd6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1270.58" OriginalAmount="1258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6859217581071" Longitude="115.15887379646" StarRating="4" HotelCode="164252|villa_chocolat_seminyak" HotelName="Villa Chocolat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Temuku 16, Oberoi, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/e1/88e1ec3226bf378c2d38cfdc95da2dce72f5e7f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Seminyak in the chic district of Oberoi, this villa offers refined architect...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1330.17" OriginalAmount="1317.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="4" HotelCode="616537|maya_villaprivate_pool" HotelName="Maya Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Champlung Tanduk</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/b8/34b84c4d8209219131de9895e9a513cdbc2ddcbd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1410.97" OriginalAmount="1397.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6944275" Longitude="115.16617857" StarRating="4" HotelCode="435342|villa_martine" HotelName="Villa Martine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Gang Keraton, Jalan Raya Seminyak, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/9b/919bc56bd92b6020c2a86c61fd7d1855e26651bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1700.84" OriginalAmount="1684.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.685714" Longitude="115.158999" StarRating="4" HotelCode="164255|nyaman_villas" HotelName="Nyaman Villas Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Kahyangan 15, Jalan Kayu Aya, Oberoi, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/2c/2f2ce72d3f432b5b6478c78902d01e917ff80ea5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The villas are located near to the beach. Boutiques and restaurants are within walking distance. Sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1704.88" OriginalAmount="1688.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6769221133294" Longitude="115.14786842873" StarRating="4" HotelCode="404605|dchandrasti_bali_villas_batu_belig" HotelName="D'Chandrasti Beach Villas Batu Belig" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Batu Belig 14, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/61/086150c8c7dd5b8f12fad57cf6f12497bc4be4fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1803.86" OriginalAmount="1786.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68726611" Longitude="115.16440423" StarRating="5" HotelCode="529307|villa_suar_2" HotelName="Villa Suar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi, Gg. Piter, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/ef/ccef4677298ca1710a37f82036f342ccfc7967db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1883.24" OriginalAmount="1864.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6845956412709" Longitude="115.15346060017" StarRating="5" HotelCode="18353|71807" HotelName="The Legian Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Seminyak Beach 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/07/071807/071807a_hb_a_006.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort is situated on the southern coast of Bali. The property lies in the peaceful distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1886.68" OriginalAmount="1868.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67908287" Longitude="115.15639665" StarRating="5" HotelCode="620493|villa_koyama" HotelName="Villa Koyama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gang Pura Telaga Waja 18A, Jalan Petitenget, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/9f/6c9f8e56b894239f981059339356470570ba8174.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2342.19" OriginalAmount="2319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="868712|villa_massilia_by_exotiq_villa_holidays" HotelName="Villa Massilia By Exotiq Villa Holidays" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi Temuku Gang IV 88</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/3f/5b3f8d4a00caadfba480a4ab4c7b268a85a916c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2512.88" OriginalAmount="2488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67432273" Longitude="115.15455466" StarRating="4" HotelCode="756455|the_mawar_estate" HotelName="The Mawar Estate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih, Gang 9x, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/94/27945737c76257cdfe3f546f2b4f23c3ab87b011.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2787.60" OriginalAmount="2760.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="3" HotelCode="775238|villa_william_seminyak" HotelName="Villa Wilsana Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Telaga Waja, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/e9/c7e9f193ba622a4e0fe1d5839950ded930b834de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3222.91" OriginalAmount="3191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68410984" Longitude="115.16325301" StarRating="0" HotelCode="840313|villa_lulito" HotelName="Villa Lulito" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 12B</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/85/ef8590956b3f4898650570348c885816af86b3f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3339.06" OriginalAmount="3306.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6830508930732" Longitude="115.1532978192" StarRating="5" HotelCode="909000|villa_des_indes" HotelName="Des Indes Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Massage Centre,Parking,Room Service,Smoking Rooms,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Gang Astina Pura, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b9/35b99690b6cf7fdb176719631c0a781c037bb9ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the heart of Bali is most stylish neighbourhood, Seminyak, is a century old antique Javan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Massage Centre,Conference Hall,Lounge,Sauna,Jacuzzi,Swimming Pool,Bicycle Rental,Currency Exchange,Diet Meals,Kitchen,Wheelchair Access,Designated Smoking Area,Spa,Nightclub,Heated Pool,Golf,Shopping Arcade,Central Heating,24 Hour Security,Babysitting,Coffee Shop,Concierge,Dry Cleaning,Library,Parking,Airport Transfer (on Demand),ATM/Cash Machine,Dining,Housekeeping,LCD/Projector,Limousine Service,Luggage Storage,Pets allowed,24 Hour Power Supply,Wake-up Call Service,24 Hour Room Service,24 Hour Front Desk,Smoking Rooms,Valet Parking</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>CLUB RESORT,FINCA,HOTEL,BUNGALOW COMPLEX,BEACH HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,BUSINESS HOTEL,HOTEL DE CHARME,VILLAGE,COUNTRY HOUSE,GUESTHOUSE,HOSTEL,VILLA,GOLF HOTEL,RESORT,APARTMENT</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
c65d44dc-94ac-4a3a-ab43-94025161c512|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="c65d44dc-94ac-4a3a-ab43-94025161c512">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="47202" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-05T00:00:00" End="2026-10-08T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="USD" 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
c65d44dc-94ac-4a3a-ab43-94025161c512|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
c65d44dc-94ac-4a3a-ab43-94025161c512|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-08-21T09:55:47.807702+01:00" Version="0" EchoToken="Search" TransactionIdentifier="c65d44dc-94ac-4a3a-ab43-94025161c512" Currency="USD">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="41.31" OriginalAmount="40.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6878098415884" Longitude="115.17888262537" StarRating="3" HotelCode="943683|572342" HotelName="Panen House by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Gunung Athena 15, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6951686" Longitude="115.17654824" StarRating="3" HotelCode="768629|beji_ayu_homestay" HotelName="Beji Ayu Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Beji Ayu I  2, Senset Road, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/21/03213f839ca76e8b18ed092ff12f37d4af6bdc71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688086" Longitude="115.175299" StarRating="3" HotelCode="292517|the_studio" HotelName="The Studio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti II, Ggang Nuansa 11, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/a6/6ea68b20cea137699ba030e63d2d78ac12bcc09a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6887800068894" Longitude="115.17127633095" StarRating="3" HotelCode="260576|swissbelinn_seminyak_2" HotelName="Sense Sunset Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Sunset Road No. 88 S, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/88/66885fe4c8c48fff215d66ed5b82a179751c9a95.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this hotel is about 2 km from the sandy beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="48.48" OriginalAmount="48.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6919383028086" Longitude="115.16246125397" StarRating="3" HotelCode="935245|ping_hotel_seminyak_beach" HotelName="Ping Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Camplung Tanduk No. 28, Seminyak Beach</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/70/577042dcb4a90410c54950a6231a05bd8309660e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69734819" Longitude="115.17537525" StarRating="2" HotelCode="348414|the_agung_residence" HotelName="The Agung Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula - LC. Shri Laksmi I 18, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/91/1491c301accff07e6e0ac22c8c12f57308fd14f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="51.51" OriginalAmount="51.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.674643" Longitude="115.153423" StarRating="3" HotelCode="311333|the_alea_hotel" HotelName="The Alea Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 78, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/83/e383732c2fbf3a583077b41f177ef9740890c3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6821926153488" Longitude="115.17200252093" StarRating="3" HotelCode="348029|7_bidadari_seminyak_hotel_" HotelName="7 Bidadari Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari IV 7, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/27/6027d421400a79b656ae09be836046d454ab8579.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Seminyak, this boutique hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67754698" Longitude="115.16734447" StarRating="3" HotelCode="553717|mi_casa_residence" HotelName="Mi Casa Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mertanadi 77/3, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0b/83/0b832592575cfb7b1539120f4b8a309247ce4677.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features room service for a comfortable and relaxing stay. Wireless internet access is ava...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="55.67" OriginalAmount="55.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6911343584567" Longitude="115.16599956385" StarRating="2" HotelCode="177878|157012" HotelName="ibis budget Bali Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk 9A, Seminyak, Kuta, Badung 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/b2/56b230029c9e5ab4e5ad94db510cec654c2823f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Seminyak, a 5-minute walk from Seminyak Square shopping centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6728284230574" Longitude="115.16381790046" StarRating="4" HotelCode="936768|destiny_villas" HotelName="Destiny Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kerobokan 24, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/12/d012f79e71d99f1458fc2cccc39a08d0d0f4e4dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="57.41" OriginalAmount="56.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6918105752578" Longitude="115.16313582659" StarRating="2" HotelCode="365337|94035" HotelName="Seminyak Paradiso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/cc/79cc27495b4a622cc6f162f03b809cfb6a216cfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is within walking distance of the famous sandy Seminyak Beach and just 20 minutes from Bal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68978394673" Longitude="115.16208542199" StarRating="3" HotelCode="936787|destiny_boutique_hotel_by_premier_hospitality_asia" HotelName="Destiny Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 10, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/88/6b88fdfe9ed9fd41ae84206ed54d24cf856ef5b6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel is located in the centre of Seminyak. Its setting is especially ideal for guests...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.695092210607" Longitude="115.17205497704" StarRating="3" HotelCode="376304|m_suite" HotelName="M Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula, Gang Baik, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/83/2a83d8fadba1fc8860be0a1d9f04e16faa92f161.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69220261" Longitude="115.16797504" StarRating="0" HotelCode="671781|singgah_hotel_seminyak" HotelName="Singgah Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 42, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/28/4428585ab62adad90b9ed70abd5b85e2bf1f7fdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69315345" Longitude="115.17258627" StarRating="0" HotelCode="842374|bali_sunset_villa" HotelName="Bali Sunset Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="24 Hour Room Service,Bar,Designated Smoking Area,Internet,Massage Centre,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula 2, Gang Baik Baik 9, Seminyak 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/4e/374efacbe310f293968a2360d7b3cc67f2c41612.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Bali Sunset Villa is a popular choice amongst travelers in Bali, whether exploring or just passing t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69073659" Longitude="115.16889473" StarRating="3" HotelCode="946293|the_aswana_seminyak" HotelName="The Aswana Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Plawa 18, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/fc/22fcbc5396822414c0be8f3a84f4ba90b0d7e384.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6730189746829" Longitude="115.14977032388" StarRating="3" HotelCode="392757|nipuri_resort_and_restaurant" HotelName="Nipuri Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batubelig 16x, Batu Belig Kerobokan, Kuta, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/63/bb63dd47b3c630021e2e02069f76be654eb7590e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6729156397837" Longitude="115.15464831796" StarRating="4" HotelCode="324175|paragon_suites_and_resort_" HotelName="Paragon Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 555, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/f1/cc/f1cc00eeac7ddae731e6ef14d62bbc0840803659.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="66.66" OriginalAmount="66.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69032223" Longitude="115.17307214" StarRating="3" HotelCode="400424|hotel_santika_seminyak" HotelName="Hotel Santika Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Sunset Road No. 17, Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/9c/c19cd2e0a11ed7643769c9c9cc51f0d89f30af86.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67344554" Longitude="115.14660246" StarRating="3" HotelCode="397844|kubal_villa_" HotelName="Kubal Villa &amp; Restaurant" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Batubelig, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/0a/420ac5153e8dfdccc99cb0e8bced15e74246e9fc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6861433" Longitude="115.1744212" StarRating="3" HotelCode="547206|kamarkoe_homestay" HotelName="KamarKoe Homestay" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati III 53-55, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/75/af7539f735682323228e7c5ebf4d468cc310241c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68881451" Longitude="115.15855959" StarRating="3" HotelCode="589412|anshel_hotel" HotelName="Anshel Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi 25, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/1d/7d1dfb3f30d8c4dc31ccce8f3473be8de3d4ad11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Anshel Hotel in Seminyak (Core area of Seminyak), you'll be c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683764" Longitude="115.168706" StarRating="3" HotelCode="936742|favehotel_sunset_seminyak_2" HotelName="Favehotel Sunset Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 89, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/7d/d7/7dd7a5e00d0f4d616c30b798c08b9ef047d73c39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6799713489367" Longitude="115.15373379966" StarRating="3" HotelCode="936649|bali_mystique_hotel__apartment" HotelName="Bali Mystique Hotel and Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 2000xx, Seminyak 80361, Petitenget, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/f1/56f1116523252aa6dabb984b3bbf479a87917594.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67590344" Longitude="115.15396431" StarRating="3" HotelCode="504251|amalfi_hotel_seminyak" HotelName="Amalfi Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget Kendal 8, Seminyak 80031, Kuta-Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/2e/6c2e847ecf36531e5be90b9323152218e8beee84.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="71.71" OriginalAmount="71.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67225259" Longitude="115.16553863" StarRating="3" HotelCode="352975|delu_villas__suite" HotelName="Delu Villas &amp; Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tangkuban Perahu 3, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/c2/7fc2f51f0bcfef6eb383652470eca08a7866a7bc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6788143299858" Longitude="115.15479264724" StarRating="3" HotelCode="540494|kubu_petitenget_suite" HotelName="Kubu Petitenget Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 10, Gang Sunyi, Seminyak 80361, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/f6/b8f6e41e482f401184ce7644cc4b22254b8feb37.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak, about 5 minutes from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="3" HotelCode="783303|apple_villa_suite_seminyak" HotelName="Apple Villa &amp; Suite Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Merthanadi 89, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/a4/41a4e09ba64432a0f84878e745bea85762b0027d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Apple Villa &amp; Suite Seminyak in Seminyak (Sunset Road), you'll be convenient to Sunse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67255138" Longitude="115.15179782" StarRating="1" HotelCode="867815|gelatik_bed_and_breakfast_hostel" HotelName="Gelatik Bed And Breakfast - Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Gelatik 2, Jalan Batu Belig, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/6b/f16b5426f437c74f803eed6ccfc8b6cc563fd479.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="78.78" OriginalAmount="78.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68710984" Longitude="115.17742067" StarRating="3" HotelCode="835047|inkuta_residence" HotelName="Inkuta Residence And Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti II, Gang Nuansa 8-10, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/14/6a149a241214171039cb71d66daa0222c44e34b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="79.00" OriginalAmount="78.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6968624839843" Longitude="115.17606571779" StarRating="3" HotelCode="350187|488057" HotelName="Horison Legian Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 150, Legian, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/37/d037effc646ec5291abb37c7f3fcf474ad0f1bef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69180905" Longitude="115.16953057" StarRating="3" HotelCode="975715|rusty_seminyak" HotelName="Rusty Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Plawa Gang Ratna, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/fc/86fc918a2f79f5ad4ef5296c39efb48317773c77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.7038877630563" Longitude="115.18176384789" StarRating="4" HotelCode="292503|best_western_premier_sunset_road_kuta" HotelName="Ramada by Wyndham Bali Sunset Road Kuta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 9, Seminyak Kabupaten, Badung, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/16/27162b79adeb2b0500cd63a40b474109da4d99e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68585" Longitude="115.17557" StarRating="3" HotelCode="292516|seminyak_lagoon_all_suites_hotel" HotelName="Seminyak Lagoon All Suites Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Dewi Saraswati III No. 4, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/e4/98e4b3aed3723484886160e13b9ffdb3b487f5d6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.682756" Longitude="115.168002" StarRating="3" HotelCode="904660|sunset_mansion_seminyak_apartment" HotelName="Sunset Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Currency Exchange,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari Raya 2, Sunset Road, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/06/c3069b3b70bc440db3aab39ac34c0538594937d8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6967524768291" Longitude="115.17298916278" StarRating="3" HotelCode="313523|svarna_suite_seminyak_2" HotelName="Svarna Suite Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Eka Laweya 8, Seminyak 80361, Kuta, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/6d/336d59234bafadcf19e620dcfd185fdcd37be973.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="84.84" OriginalAmount="84.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6800287434516" Longitude="115.15383846363" StarRating="4" HotelCode="915870|the_sunset_suite_bali_mystique" HotelName="The Sunset Suite @ Bali Mystique" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 2000XX, Seminyak 80361, Kerobokan</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/f9/5ef9689404f7f203803f01d4438853a22a0931be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at The Sunset Suite @ Bali Mystique in Seminyak Petitenget, you'll be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="85.33" OriginalAmount="84.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6743957254874" Longitude="115.15583895959" StarRating="4" HotelCode="407874|441842" HotelName="The Visala" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 8, Petitenget, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/556093/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Seminyak, this boutique hotel has the perfect ambience for guests who appreciate a stylis...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696579" Longitude="115.16614" StarRating="4" HotelCode="260556|horison_seminyak_bali" HotelName="Horison Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Double Six, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/44/d9447793428fa78badf2e1c9dff1ab584f839eb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6719503686849" Longitude="115.16255513638" StarRating="4" HotelCode="311310|swissbelhotel_petitenget" HotelName="Swiss-Belhotel Petitenget" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 168, Kerobokan Kelod, Kuta Utara, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/b4/72b499463c47ae8ec9a51d9138e3b9c924252f5d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6934417533016" Longitude="115.16910388913" StarRating="3" HotelCode="349790|kubu_cempaka_seminyak_hotel" HotelName="Kubu Cempaka Seminyak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Cempaka  9, Jalan Plawa, 80361 Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/81/e181a60f2c9b91e28933708cf99c160480cd5e7b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="89.89" OriginalAmount="89.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.695047" Longitude="115.167016" StarRating="3" HotelCode="547205|bali_yarravillas" HotelName="Bali Yarra Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 189, Gang Keraton, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/93/ac9355cccb85dc34d189fd12ae19b3f8be4120e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68239" Longitude="115.154324" StarRating="4" HotelCode="189219|sense_hotel_seminyak" HotelName="Sense Seminyak Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Jati 16, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/zz/c0ad7dd2f828da8436fdac14c0e3f1647e253ddf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this boutique hotel is about 2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68991932" Longitude="115.16716134" StarRating="0" HotelCode="741491|sleep_well_seminyak" HotelName="Sleepwell Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 1</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/38/6238a15264abc731be66e2f077902af96ee29745.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6834523431576" Longitude="115.16996497917" StarRating="3" HotelCode="324165|uma_karan" HotelName="Uma Karan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari III 8, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/00/3000be450fb18fcaf4116b8cb6f8f20221d48589.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Services and facilities at the hotel include a bar, a transfer service and room service. Wireless in...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6857246219659" Longitude="115.17608151653" StarRating="4" HotelCode="305363|ramada_encore_bali_seminyak" HotelName="Ramada Encore Bali Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati lll, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/34/cb345f56682688db74305a6572b52bfad31c8fb5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers travellers a total of 286 rooms. Services and facilities at the hotel include a res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="99.12" OriginalAmount="98.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67208316" Longitude="115.1639258" StarRating="4" HotelCode="448885|557523" HotelName="Daun Bali Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 8, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/55/557523/557523a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68140155" Longitude="115.15200287" StarRating="3" HotelCode="489990|green_chaka_paradise_villa_2" HotelName="Bale Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 41, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/1c/531c3473d09a333b77e6a3597d38bbb8ebf22eca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677065" Longitude="115.154163" StarRating="3" HotelCode="66198|putu_bali_villa_spa" HotelName="Putu Bali Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>P.O.Box 1070, Jl. Petitenget 72X, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a5/1da58a9a9c02dc0562ecbd04ee8184f9b8efde54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Petitenget, with the beach just a few minutes away. It is 15 minutes from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6839302009062" Longitude="115.15715450751" StarRating="3" HotelCode="312443|seminyak_square_hotel" HotelName="Seminyak Square Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya 1, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/88/e088bacd24bf84fce53ae245d0a33549c52e3359.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69092315" Longitude="115.16904719" StarRating="3" HotelCode="622013|green_studio_apartment_seminyak" HotelName="Green Studio Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Plawa 10B, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/3e/b93e0d65e226ce162cb5d3a0c1f90f8eb157e8f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6862182763297" Longitude="115.17375596254" StarRating="3" HotelCode="915875|villa_kamar_kamar_rumah_tamu" HotelName="Kamar Kamar Suite" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>89 Jalan Dewi Saraswati III, Seminyak, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/aa/0faacccd6da04be320d16420534ccaf10ca02b0e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the centre of Seminyak, this boutique hotel is ideal for guests who appreciate a stylish ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68528262" Longitude="115.17405201" StarRating="3" HotelCode="481341|zen_premium_kunti_seminyak" HotelName="ZEN Premium Kunti Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati 3 4, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/1f/561f7aaef4214f4919d8384ba1c976cae28ce7f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at ZEN Premium Kunti Seminyak in Seminyak (Sunset Road), you'll be clo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69052374" Longitude="115.16166112" StarRating="4" HotelCode="387593|tijili_seminyak" HotelName="Tijili" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 9, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/41/6f4106c07768e816ff3e3e74f442411112646ae1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67741052" Longitude="115.1568502" StarRating="3" HotelCode="593884|urbanest_inn_villa" HotelName="Urbanest Inn Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 1000x, Villa Taman Lumbung, Villa Nomor 2, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/93/3a93d84fe8badc209694c2a2ae311fdeb4983d55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69672092" Longitude="115.16485305" StarRating="3" HotelCode="784545|lloyds_inn_bali" HotelName="Lloyd's Inn Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Double Six, Kuta, Seminyak 80361, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/81/0f81f3a927a9bc8642a068c4e920b4e1e102252b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.680066" Longitude="115.162728" StarRating="4" HotelCode="173559|ddjabu_hotel_seminyak_" HotelName="D'djabu Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Country House,Family-friendly Hotel,Guesthouse,Hostel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Braban 46, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/38/e8382995f7ee04cc77271c52574dbc94689af22b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is located only 7 minutes’ drive to Kudeta Beach. The famous Warisan Restaurant and oth...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="118.21" OriginalAmount="117.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6896761533119" Longitude="115.16330541278" StarRating="4" HotelCode="933582|387110" HotelName="Harris Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 99, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/38/387110/387110a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67762885" Longitude="115.1635155" StarRating="4" HotelCode="438326|bali_royal_heritage_villas" HotelName="Bali Royal Heritage Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Beraban 18, Banjar Taman Kerobokan Kelod, Kuta Utara, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/16/c716a6fec56a81d93de4a71bc08c1a8540b3642c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="120.53" OriginalAmount="119.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.675241" Longitude="115.152833" StarRating="4" HotelCode="316061|431478" HotelName="Maison At C Boutique Hotel and Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih no.89, Petitenget, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/00/3d00e855706f6e6844c0ccca55993cc962b427f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Amenities include a safe. Wireless internet access is available to travellers in the public areas. A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6824335382634" Longitude="115.15896880994" StarRating="4" HotelCode="98638|mutiara_bali_boutique_resort_villas__spa" HotelName="Mutiara Bali Boutique Resort Villa &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Braban 77, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5c/3f/5c3f83a3a3085c93c9ae4f40778f82c5ba4dc4a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located in Seminyak, about 1 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6740749066837" Longitude="115.14670193195" StarRating="4" HotelCode="43740|grand_balisani_suites" HotelName="Grand Balisani Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batubelig Beach, Seminyak 80361, Kerobokan, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/84/ee841b188c1c61e1c5ee4fe07187a2dfa95fbf35.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located right on the sunset beach at Batubelig village in an unpolluted environment, tropical garden...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6959182322541" Longitude="115.16844302223" StarRating="3" HotelCode="327828|kumpul_kumpul_villa_iii_seminyak" HotelName="Kumpul Kumpul Villa Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Taman Sari 2, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/13/9213e605bd17350b95189bb466f3f07f46974cd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service and a transfer service are available to guests of the hotel. Wireless inte...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6737971203516" Longitude="115.15813644751" StarRating="3" HotelCode="904682|ivory_resort_seminyak_2" HotelName="Rama Residence Petitenget" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 35, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/09/79/09794a1b5cd04b88731bd69c932f277e6e2ffe54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located 30 minutes from Bali's Ngurah Rai International Airport in Bali's famed trendy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6878754" Longitude="115.16831389" StarRating="3" HotelCode="522362|clio_apartment" HotelName="Clio Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Mangga 7, 80361 Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/3c/3d3cef6beae11c82787427153c4041854f2ac3cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677761" Longitude="115.16068221" StarRating="3" HotelCode="821150|the_lumbung_wood_villa" HotelName="The Lumbung Wood Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pangkung Sari 35, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/cd/ffcd96a9e3d6fb7c699e22d810d7ca2e3f1e30be.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.15" OriginalAmount="139.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6764742575681" Longitude="115.1514814957" StarRating="4" HotelCode="297103|377003" HotelName="DevinSky Hotel Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Komplex Villa Kendal 35, 80361 Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/d0/3fd09a10d5a2314485338552665a06359ff21063.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6906757262219" Longitude="115.16113283198" StarRating="3" HotelCode="327825|bali_agung_village" HotelName="Bali Agung Village" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sarinande 3, PO Box 2089, Seminyak, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/80/448094e1bbae09e78d11b569ac68ca7be27f6f29.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the west coast of the island of Bali and is only 20 minutes from the capital...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6820320555025" Longitude="115.17012793538" StarRating="4" HotelCode="327791|dpenjor_seminyak" HotelName="d'PENJOR Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari II 1, Taman Mertanadi, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/56/675623fba51e4f0f1a28cf9f73ef9d57afae2a04.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6922745708765" Longitude="115.16103565693" StarRating="3" HotelCode="7148|puri_cendana_resort_bali" HotelName="Puri Cendana Resort Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk (Dhyana Pura), Seminyak, Kuta</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/08/c9084fd3633fe0643160190638317d03e55301a5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property situated in a calm spot within the lively area of Seminyak, within walking distance of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="148.47" OriginalAmount="147.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69721144868" Longitude="115.17079889774" StarRating="3" HotelCode="187579|seminyak_town_house" HotelName="Seminyak Town House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Ratih 3, Nakula, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/79/ca7997a451cbb781f9722e9ad4d0acaea9bcd957.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="150.49" OriginalAmount="149.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6767550546606" Longitude="115.15412649325" StarRating="3" HotelCode="970078|zen_rooms_seminyak_taman_petitenget" HotelName="The Taman Ayu by ZEN Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Seminyak 80361, Kerobokan, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/ae/08ae2f80ad693d6c0a0f923d2fa33f3c2886d53e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6908666738262" Longitude="115.15819519758" StarRating="4" HotelCode="187710|villa_kresna" HotelName="Villa Kresna Boutique Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Coffee Shop,Concierge,Dry Cleaning,Garden,Internet,Jacuzzi,Kitchen,Laundry,Library,Massage Centre,Parking,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sarinande 19, 80361 Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/1d/f41d50fc3fb84f3f5f6fe6693effe58a897d128f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Villa Kresna Tropical Resort owns comfortable guest rooms with well-appointed standard in-room...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69066928" Longitude="115.16493486" StarRating="3" HotelCode="440284|bali_ginger_suites" HotelName="Bali Ginger Suites &amp; Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi II, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/f0/eff0ee79cad8f1897549be0bbfad5570396ca67f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688884" Longitude="115.17336" StarRating="3" HotelCode="322207|la_belle_villa_2" HotelName="La Belle Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti 2 No. 100, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/5b/ea5ba9f737a473050f390e38a2d672c9672e6336.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6945892375815" Longitude="115.16146481037" StarRating="4" HotelCode="141104|puri_saron_seminyak" HotelName="Puri Saron Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/e2/b2e23b7d047593e9fd25782267aee5c7f28359ee.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated right by the beach. It lies in the Seminyak area of Bali, around 7 km from th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.20" OriginalAmount="169.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6954164689493" Longitude="115.17220973969" StarRating="4" HotelCode="387585|92167" HotelName="Villa Seminyak Estate &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Baik Baik, Seminyak Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/fb/24fb0a24e16b2f7c0147f533e4d4f832e1772c19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated at the heart of Seminyak, and offers easy access to most of the tourist attrac...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69294011" Longitude="115.17276502" StarRating="3" HotelCode="564428|villa_bougainville_" HotelName="Villa Bougainville" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Baik Baik 5, Jalan Sunset Road, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/58/fe582fa93e57c1cd49bb715f45719f60b7685830.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6715654159121" Longitude="115.15143790276" StarRating="4" HotelCode="429762|villa_elok_2" HotelName="Villa Elok" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Babysitting,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dining,Dry Cleaning,Garden,Internet,Kitchen,Laundry,LCD/Projector,Limousine Service,Lounge,Luggage Storage,Massage Centre,Parking,Pets allowed,Shopping Arcade,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 98, Gang Gelatik, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/f2/cbf217828c652968892f90e65643f97a2f4d1e10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Villa Elok in Seminyak Petitenget, you'll be convenient to Batu Bel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="174.73" OriginalAmount="173.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6942710711845" Longitude="115.16712427139" StarRating="4" HotelCode="909089|the_jas_villas" HotelName="The Jas Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Laksmana, Gang Bugis, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/77/6e77f5edc0356f7863f63b11e9184480d303e8e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="4" HotelCode="113493|danoya_villa__private_luxury_residences" HotelName="Danoya Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 559, Seminyak, Badung</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/84/f7/84f743c0704a35f2b3f452d188b929b493f85656.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the Batu Belig area, the hotel is only 40 minutes from Ngurah Rai International Airport, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684055" Longitude="115.160985" StarRating="4" HotelCode="221551|ize_seminyak" HotelName="IZE Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya (Laksmana–Oberoi) 68, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1e/08/1e08656437995e0270599b5b8cf6a644d16a8b3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="180.79" OriginalAmount="179.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6961465375772" Longitude="115.17027088137" StarRating="4" HotelCode="915878|jas_boutique_villa" HotelName="Jas Boutique Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Lounge,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Taman Sari, Seminyak, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0a/e20a2a06147dbdc1445bececa2902b13f618030a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6964793619057" Longitude="115.16854077648" StarRating="2" HotelCode="378656|juada_garden_legian" HotelName="Juada Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Legian 501, Kuta, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/98/a198f5202bea9e73dedc14b6f6d7830e1eb35f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6784160840327" Longitude="115.15366524575" StarRating="4" HotelCode="397918|petitenget_501_" HotelName="Petitenget 501" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Petitenget St 501, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/50/1750f123bec56c604e5289cbc4631b05a5c2ecbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.89" OriginalAmount="189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6728980718091" Longitude="115.15323883022" StarRating="4" HotelCode="384697|the_awan_villas" HotelName="The Awan Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 168, Kerobo, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/5a/085aff0bae34790ec4516637f00fb91a8965bc7d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.03" OriginalAmount="191.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.693806" Longitude="115.161778" StarRating="4" HotelCode="23703|75362" HotelName="Pelangi Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Dhyana Pura, Seminyak Beach, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/7f/7ffc22af60e74604/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located beside the peaceful white sandy beach of Seminyak on the northern side of Kuta, just a short...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6926869601631" Longitude="115.16328358417" StarRating="4" HotelCode="429713|artemis_villa_and_hotel" HotelName="Artemis Villa &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="24 Hour Security,Babysitting,Bar,Currency Exchange,Designated Smoking Area,Garden,Golf,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Puri Kubu 63 F, Jalan Camplung Tanduk, Seminyak 80361, Kuta-Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/9f/199f460a3d3949f92765718dd3c36f22ea06df4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Select from the accommodation styles to suite your taste, hotel rooms serviced apartments cottages a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="195.94" OriginalAmount="194.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6835885602437" Longitude="115.16355562698" StarRating="4" HotelCode="386489|jas_green_villas_and_spa" HotelName="Jas Green Villas and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Gang Bugis-Laksamana, Seminyak 80361, Oberoi</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/87/898708e7428f7d96e42408c30af1634fb4cb0ebf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6763939151796" Longitude="115.16078342698" StarRating="5" HotelCode="324169|o_villas_seminyak_" HotelName="O Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Sari, Gang Kubu Lebak, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/10/54/10548f0e1e393196f9ceb1d2e818fadf47fe74ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="207.05" OriginalAmount="205.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684198" Longitude="115.161629" StarRating="4" HotelCode="904700|amadea_resort_villas_seminyak_bali" HotelName="Amadea Resort &amp; Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya 55, Kuta Utara, Seminyak, Badung, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/7d/1b7d47227c27a5c1c0ca19911362590ec05fdc3e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the fashionable 'Eat Street' with its many boutiques and famous restaurants, the resort i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68893851" Longitude="115.16026284" StarRating="3" HotelCode="428286|umah_watu_villas" HotelName="Umah Watu Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Internet,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi 27C, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/82/2e/822ecda491764e098df83bffae40d302e52c6d70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Umah Watu Villas puts everything the city has to offer just outside...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="213.64" OriginalAmount="211.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67928826" Longitude="115.15311096" StarRating="5" HotelCode="328319|431259" HotelName="Montigo Resorts Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/43/431259/431259a_hb_a_011.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.12" OriginalAmount="212.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6906389843196" Longitude="115.17513122992" StarRating="4" HotelCode="307806|asa_bali_luxury_villas__spa" HotelName="ASA Bali Luxury Villas And Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yudhistira, Kuta, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/df/8ddf472f2dd54108872ae0215aff4834b9e41644.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="214.12" OriginalAmount="212.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.697410966311" Longitude="115.16202043199" StarRating="4" HotelCode="327805|new_pondok_sara_villas" HotelName="New Pondok Sara Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Double Six Street, Gang Raja, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/66/0266b3d802258e201cfba58c881608967d301686.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="220.18" OriginalAmount="218.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696033" Longitude="115.168419" StarRating="4" HotelCode="67623|sun_island_boutique_villas_and_spa" HotelName="Sun Island Boutique Villas &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Beach Hotel,Spa Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Seminyak 188, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/cd/e6cd31ec86416c169021e9cc4a3f84d9be72ec78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located in the Seminyak area, about 10 minutes' walk from the beach. Ngurah Rai I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="223.23" OriginalAmount="221.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68325549" Longitude="115.17238705" StarRating="4" HotelCode="936622|128714" HotelName="The Bali Dream Villa Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari 108X, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/e5/b1e56564bbff910fe634600d00c06864f604ca3d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696874" Longitude="115.168049" StarRating="4" HotelCode="114221|the_haven_bali_seminyak" HotelName="The Haven Suites &amp; Villas &amp; Hotel Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 500, Seminyak 80361, Kuta, Badung Regency, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/11/cf11a538c21ad78b85b5676260eed3efcfd769f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is situated in the dynamic hub of Seminyak. Boutique shopping, a cosmopolitan array...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="228.26" OriginalAmount="226.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.674775" Longitude="115.153149" StarRating="4" HotelCode="260557|vasanti_seminyak_resort" HotelName="Four Points by Sheraton Bali, Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Golf Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Gang Cendrawasih 99 DS, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/63/a163f8a740a3906944c51285390936c5f44eed24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Seminyak, this golf hotel is ideal for golf lovers.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.29" OriginalAmount="226.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6863943357701" Longitude="115.17332136924" StarRating="4" HotelCode="904653|128715" HotelName="The Bali Dream Suite Villa Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati III 108X, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/70/d270a374f35f062a4b616233b3210016001511a2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located within just a 20-minute drive from Ngurah Rai International Airport and 10 min...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="228.60" OriginalAmount="226.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690246" Longitude="115.164764" StarRating="3" HotelCode="397212|557519" HotelName="Lotus Tirta Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi II 99 TM, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/26/26dc79d6e63a4e5f/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="241.39" OriginalAmount="239.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684865" Longitude="115.161589" StarRating="4" HotelCode="113514|heliconia_villa" HotelName="Heliconia Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 56, Seminyak  80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/dd/78ddbdb49d6bd7c4b41d3417a09903d19d07379d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuta. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="243.61" OriginalAmount="241.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688716" Longitude="115.16899" StarRating="5" HotelCode="114222|112640" HotelName="Kanishka Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Diet Meals,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti 8Y, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/22/1522279d6aadedc479eda4352ed863cece7d0fc2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Superbly located in the heart of Bali's vibrant Seminyak Area, the town centre is approximately a 5-...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6715945" Longitude="115.15691871" StarRating="0" HotelCode="830920|dwina_villa_seminyak" HotelName="D’wina Villa Batu Belig" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig 777</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/21/87215fb93bebf43dcc26bc8c1b83e5b49dd31993.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="248.17" OriginalAmount="245.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6761683939372" Longitude="115.16511221594" StarRating="4" HotelCode="304349|384741" HotelName="Crown Bali Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Kerobokan 55, Banjar Taman, Seminyak 80361, Kuta Utara (Kuta North), Kerobokan Kelod, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4f/8b/4f8b22a97f5e39f8a309fc4c9151215a08997c14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="250.48" OriginalAmount="248.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.680265" Longitude="115.160493" StarRating="4" HotelCode="141834|aston_bhavana_villas" HotelName="Bhavana - Private Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Pangkung Sari, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/74/73/7473a432479fe9d1eeb6cd8cc716207df48fdc97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This finca is located only minutes away from Seminyak Beach, offering spectacular sunsets which can ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6887422915137" Longitude="115.1733434957" StarRating="4" HotelCode="933555|samaja_villas_seminyak_2" HotelName="Samaja Villas Kunti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti II 18, Seminyak 80361, Kuta, Kabupaten Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/17/61177906c6cda70b9c51f8ac8c45814aea8f4924.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="270.68" OriginalAmount="268.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67823004" Longitude="115.15356549" StarRating="4" HotelCode="384656|yubi_boutique_villas" HotelName="The Yubi Boutique Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 123, Seminyak, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/2a/4a2aa2c6ff22f19d3a7a744e95e737930ffb7dda.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.69" OriginalAmount="269.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6822456396908" Longitude="115.15910343497" StarRating="4" HotelCode="327799|bracha_villas" HotelName="Bracha Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Braban 55, Banjar Taman, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/61/de616134ba5d68d154dc904e646d5469ccaaa64b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68423313" Longitude="115.16305514" StarRating="3" HotelCode="433052|villa_west" HotelName="Villa West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya Gang Inti Kulit 117 A, Oberoi, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/3e/9b3e656109b2cf423984e969a2b8031176d44292.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6973934218531" Longitude="115.17098873611" StarRating="5" HotelCode="935340|ts_suites_bali" HotelName="TS Suites Leisure Seminyak Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Nakula no.18, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/40/b3403f340ad783909690873db06b026b821add4e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this hotel is about 1.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6950398775828" Longitude="115.17255668317" StarRating="4" HotelCode="319422|arman_villas_seminyak" HotelName="Arman Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula 89, Gang Baik Baik, Seminyak 80361, Kuta</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/05/e205d5830c3a5b3fe07153bb19307502495915d2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="288.86" OriginalAmount="286.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6842472269021" Longitude="115.15963353181" StarRating="4" HotelCode="173562|the_club_villas" HotelName="The Club Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Oberoi, Seminyak, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/74/3574327e5442c501dbd721defb58e5954d8d97a8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located down a paved landscaped lane, the resort is just off one of the most vibrant streets in Semi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.87" OriginalAmount="287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683933" Longitude="115.158282" StarRating="4" HotelCode="177879|u_paasha_seminyak_bali" HotelName="U Paasha Seminyak Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Business Hotel,Club Resort,Family-friendly Hotel,Hotel de Charme" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Heated Pool,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 77, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5d/21/5d21a6c131cfec8df1c5a33f3fface7a6aaa4612.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is located in the centre of Seminyak, with restaurants, nightlife and the beach all ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="289.87" OriginalAmount="287.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6948372612796" Longitude="115.16937715955" StarRating="4" HotelCode="113559|downtown_villas" HotelName="Downtown Boutique Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Dalem 9D, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/1e/921efd96d52e069fca4004062befc0a045e45af5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="292.90" OriginalAmount="290.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677" Longitude="115.155" StarRating="3" HotelCode="551525|astana_seminyak_villa" HotelName="Astana Seminyak Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget Gang Sunyi 1, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/0e/140e44457aae3d52899c3af81b36e02ac7878c72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This bungalow complex welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.686505" Longitude="115.16946" StarRating="4" HotelCode="207949|seminyak_icon" HotelName="Seminyak Icon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Designated Smoking Area,Fax,Garden,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bali Deli (Dewi Madri), Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/1f/c61f5aa943f12bd4737a8cb9698d124aa611cf47.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The property is situated in the heart of Seminyak, the most sought-after destination for fashion bou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="297.95" OriginalAmount="295.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68347444" Longitude="115.15575886" StarRating="4" HotelCode="866950|origin_seminyak" HotelName="Origin Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya 20, Gang Pandu, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/c3/43c3851b4bd70f9041b097f8ff5320b5fc2c5d30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6970853349526" Longitude="115.17182115088" StarRating="4" HotelCode="429723|daluman_villa" HotelName="Daluman Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,24 Hour Security,Air Conditioning,Airport Transfer (on Demand),Babysitting,Garden,Housekeeping,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wake-up Call Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Baik-Baik 5, Nakula, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/87/7c87b1f1deee0f795709099990b0f7fbc80fbab8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Daluman Villa is a stylish complex featuring 21 private villas in the vibrant tourism area of Seminy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="304.01" OriginalAmount="301.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6879158" Longitude="115.16873275" StarRating="0" HotelCode="522813|villa_bulan" HotelName="Villa Bulan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Free CXL until 15/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Basangkasa, Gang Ratu, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/e6/d7e6b901ddb4e2c5191a41bf22d5026ae1d67efe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="313.10" OriginalAmount="310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696244361334" Longitude="115.16603395343" StarRating="3" HotelCode="113552|villa_coco" HotelName="Villa Coco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Arjuna, Gang Villa Coco, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/56/94/569448e3e447d4bf81e55ed5a8ea69f23fc71c1f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The club resort is located right in the heart of Seminyak, one of Bali's trendiest nightlife and res...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69522" Longitude="115.163996" StarRating="4" HotelCode="316456|samaja_beachside_villas" HotelName="Samaja Villas Beachside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Massage Centre,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, (ex Dhyanapura), Gang Kubu Pesisi 18, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5a/e15afad498c5721f7d3dd40de18603c399539b30.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="324.21" OriginalAmount="321.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67439" Longitude="115.156457" StarRating="4" HotelCode="130443|the_sanyas_suite" HotelName="The Sanyas Suite" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Spa Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 9, Peti Tenget, Seminyak, Kuta, Bali, PO. Box 3171, Denpasar 80031</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/00/4e/004edb335763377fc429638ea064e6fb245c25e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This villa resort is located just 5 minutes’ drive from central Seminyak and approximately 10 km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="330.67" OriginalAmount="327.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6809149786304" Longitude="115.16734057845" StarRating="4" HotelCode="67178|83483" HotelName="Bali Rich Luxury Villas &amp; Spa Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Club Resort,Finca" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mertanadi 29, Br. Mertanadi, Seminyak 80361, Kuta</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/2e/ec2e20c1e7b95d55ae859b578c0449c1b4d433e5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the rural outskirts of Ubud overlooking the Wos River. Guests will find the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="331.28" OriginalAmount="328.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6957465655718" Longitude="115.16773179173" StarRating="5" HotelCode="102122|sienna_villas" HotelName="Sienna Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Garden,Internet,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang. Keraton No.5, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/46/724689e71ca4dfdbec0bc105bc0f37d4ed4ea4cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is situated in the heart of Seminyak. It lies just a short stroll from some of the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="333.30" OriginalAmount="330.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683672862685" Longitude="115.15350103398" StarRating="3" HotelCode="377566|villa_one_seminyak_" HotelName="Villa One Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Gang Pandu, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/e7/72e792bc605d82334ee47ef0d3e035fbd56f3b77.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A transfer service is among the facilities. Wireless internet access is available to guests in the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="343.40" OriginalAmount="340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.691397" Longitude="115.160646" StarRating="3" HotelCode="292509|gracia_bali_villas" HotelName="Gracia Bali Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sarinande No 3, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/db/c4dbcd928ea2355dfb95930a664d0d6024bb6dc6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="349.46" OriginalAmount="346.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67187307" Longitude="115.14984627" StarRating="3" HotelCode="565631|villa_briana_2" HotelName="Villa Briana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig, Gang Daksina 15, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/2e/9d2e4c981060eb74fb639384056135267c30490d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="350.47" OriginalAmount="347.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69429807" Longitude="115.17197651" StarRating="3" HotelCode="587411|villa_baik_baik" HotelName="Sudha Villa Bali Baik-Baik" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Gang Baik-baik 88x, Jalan Nakula, Seminyak 80361, Kuta - Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/b9/bab94fe4f6e39467a22db0dec550732e9955a625.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="353.50" OriginalAmount="350.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6928142008244" Longitude="115.17224338876" StarRating="4" HotelCode="429729|de_bharata_villas_seminyak" HotelName="De' Bharata Villas Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),ATM/Cash Machine,Bar,Bicycle Rental,Designated Smoking Area,Garden,Laundry,Massage Centre,Parking,Restaurant,Room Service,Shopping Arcade,Spa,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sunset Road 11, Gang Baik, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/b2/e0b298a7af4f93c0adf58628151a4b928d192bea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to double six area or kuta beach and Nakula Street of Seminyak also really close by to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="354.51" OriginalAmount="351.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69606556" Longitude="115.16958802" StarRating="5" HotelCode="459132|delmango_villa_estate" HotelName="Taman Mesari Luxury Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 8, Gang Taman Sar, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/b8/1db8f430b8a26f7dbd47837aff77e2529aa04d38.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation offers a baggage storage service, a restaurant, a transfer service, room service a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="357.54" OriginalAmount="354.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67402838" Longitude="115.15679353" StarRating="4" HotelCode="628934|sol_bella_villa" HotelName="Sol Bella Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 1</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/d1/34d1ee20af93cb8adb0da4ac9f7d937ff05ff88d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="360.38" OriginalAmount="356.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6792665675494" Longitude="115.15350401401" StarRating="4" HotelCode="94799|176771" HotelName="Bali Island Villa &amp; Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Petitenget 469, Seminyak, Kuta, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bb/b5/bbb532a9d2574718de075c8f66321bc8e751ed0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located within the vibrant pulsating centre of Seminyak. It is conveniently placed arou...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6872426719135" Longitude="115.17456597713" StarRating="4" HotelCode="324183|the_bali_bil_villa_" HotelName="The Bali Bill Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi,Kitchen,Lounge,Massage Centre,Room Service,Spa,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati III No.8, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/18/8c18adcda23c7a1ce0d21da3eb5e4848d3891c1f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="364.61" OriginalAmount="361.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690063" Longitude="115.174335" StarRating="5" HotelCode="162107|the_wolas_villa__spa" HotelName="The Wolas Villa and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yudistira 18, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/e8/28e82f3965023c875683de7f77baf11e7098380a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="367.64" OriginalAmount="364.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68709225" Longitude="115.15574125" StarRating="3" HotelCode="629161|yoga_villa_2" HotelName="Yoga Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi 7, Oberoi, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/1d/791dab844731da5a90e45a29b693d8f2737428f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="368.65" OriginalAmount="365.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68486538" Longitude="115.16302716" StarRating="3" HotelCode="434957|villa_laella" HotelName="Villa Layla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya Gang Inti Kulit 117 C, Oberoi, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/70/e870491a3a91be6f138d007e5be6cf9af6ca2099.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="391.88" OriginalAmount="388.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68588306" Longitude="115.16568834" StarRating="4" HotelCode="778363|villa_elleo_" HotelName="Villa Elleo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 15/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi Satu Gang Bunut 1, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/88/4288a3bb1551f5818e5fa86d2353a9745b94ee48.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="398.95" OriginalAmount="395.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67482971" Longitude="115.15383336" StarRating="4" HotelCode="753870|villa_batik_seminyak" HotelName="The Villa Batik" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih, Kerobokan Kelod, Kuta Utara, Kabupaten Badung, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/a5/b3a5ed0e45670c70b38b93ef9bf6109ca524b844.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="399.96" OriginalAmount="396.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.691776" Longitude="115.162205" StarRating="5" HotelCode="300236|courtyard_by_marriott_bali_seminyak" HotelName="Courtyard Bali Seminyak Resort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk 103 SP, Dhyana Pura, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/db/57/db5794c11e3de5fe7e9c8d33ba7008a1bc621b8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="406.21" OriginalAmount="402.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.681907" Longitude="115.158174" StarRating="4" HotelCode="376247|447195" HotelName="Royal Samaja Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Cendana 7A, Oberoi, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/447195/447195a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in the heart of Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="408.63" OriginalAmount="404.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6832109028089" Longitude="115.1709430746" StarRating="4" HotelCode="440203|558862" HotelName="Aleva Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati 8, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/34/34f025a2e0d1834b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located right in the heart of Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="409.05" OriginalAmount="405.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683103" Longitude="115.159976" StarRating="4" HotelCode="88847|disini_villa" HotelName="Disini Luxury Spa Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mertasari 28, Seminyak, 80361 Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/2f/3e2f2f5244f4a6713da4805b7df501f06ec1ebac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located on Bali. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6765345551753" Longitude="115.15619878328" StarRating="3" HotelCode="377711|villa_turtle" HotelName="Villa Turtle" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Gang Kura Kura, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/d6/9dd6b11af21e1fa4e8f561b25461c32a3ad09cfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="420.16" OriginalAmount="416.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67655651" Longitude="115.16282767" StarRating="4" HotelCode="407045|villa_balissima_" HotelName="Villa Balissima" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Babysitting,Dining,Garden,Internet,Kitchen,LCD/Projector,Luggage Storage,Parking,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Raya Kerobokan, Gang Taman, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/66/d5665431c3f5b967615a6cf908e0e24da1b086aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Stop at Villa Balissima to discover the wonders of Bali. Offering a variety of facilities and servic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="425.21" OriginalAmount="421.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.682373" Longitude="115.153026" StarRating="4" HotelCode="166191|aria_exclusive_villas__spa_" HotelName="Aria Exclusive Villas and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Peti Tenget, Seminyak, Kuta, Bali, Denpasar 80031</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/7f/de7f40731fb9c8778f39137e8330c649f5ab7401.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.26" OriginalAmount="426.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6837316566375" Longitude="115.1665019989" StarRating="3" HotelCode="169531|villa_eight_bali" HotelName="Villa 8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Drupadi 25, Basangkasa Village, Seminyak, Kuta 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/ee/9bee930ede970d59b11ab95d99abcbd98cb6a332.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The accommodation comprises a total of 10 rooms. Travellers are welcomed in the lobby, where they wi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.26" OriginalAmount="426.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677334" Longitude="115.156945" StarRating="5" HotelCode="186844|maca_villas__spa" HotelName="Maca Villas and Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Lebak Sari No 7, Petitenget, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/a9/38a9ab80f6b981487ed8dc5b8aa4ba4c6cd58fa9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this hotel is about 1.2 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="436.32" OriginalAmount="432.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6801248811742" Longitude="115.15264628145" StarRating="5" HotelCode="311322|huu_villas" HotelName="Hu'u Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Bar,Internet,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/94/c9948fc6e49062ff3e93cd13419e3d0ded95d011.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.35" OriginalAmount="435.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.684134" Longitude="115.164404" StarRating="4" HotelCode="113511|uma_sapna" HotelName="Villa Uma Sapna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 20xx, Basangkasa, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/62/f1627dc95a749ae76699f2c9a25ce6f7734fe335.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort hotel is situated in a residential environment in the heart of Bali's upscale Seminyak v...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="447.43" OriginalAmount="443.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.682009" Longitude="115.155139" StarRating="4" HotelCode="906050|pradha_villas_seminyak" HotelName="Pradha Villas Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Jati I No 5, 80361 Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/20/f920b9461f51677d0c9ef8effa635422f7eb0582.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67474733" Longitude="115.15487833" StarRating="3" HotelCode="779286|anjali_villas" HotelName="Anjali Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/18/6618bc8a7dbc5553e48a1a53da1ccea1985fd8ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="451.47" OriginalAmount="447.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68784925" Longitude="115.16395276" StarRating="3" HotelCode="839203|villa_cj" HotelName="Villa Ace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi Gg Mertasari 4, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/aa/30aa667ee886f54d88c0f4adf02855b8b8d4ee4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="455.51" OriginalAmount="451.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67685378" Longitude="115.15160584" StarRating="4" HotelCode="564329|the_hotman_paris_2_villa_seminyak_bali" HotelName="Villa The Hotman Paris II Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 33, Gang Kendal, Kerobokan Kelod, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/aa/b5aae278d85fed9174eb66f353c5017b34a45aca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="456.52" OriginalAmount="452.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68270409" Longitude="115.15339059" StarRating="3" HotelCode="341470|the_colony_hotel_2" HotelName="The Colony Hotel Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana No. 22, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/de/d4/ded4ca3c4a390d2bdf4e2afe86df0d5e62158513.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="458.54" OriginalAmount="454.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6894366103047" Longitude="115.17108559657" StarRating="4" HotelCode="59766|the_amala_2" HotelName="The Ahimsa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/58/1b580a3051a538eb4721cfe33e3adab9510aede7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is situated in the heart of vibrant, cosmopolitan Seminyak, about 5 minutes' drive from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="458.54" OriginalAmount="454.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.674512" Longitude="115.156782" StarRating="5" HotelCode="915877|l_hotel_seminyak" HotelName="L Hotel Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget 8L, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/08/130802eb2caf6ff3d2c1c92f359127db6a69dd61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="462.58" OriginalAmount="458.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.692122" Longitude="115.159499" StarRating="5" HotelCode="30256|the_royal_beach_seminyak_bali_mgallery_collection" HotelName="The Royal Beach Seminyak Bali - MGallery by Sofitel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Finca,Hotel de Charme" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, Seminyak Beach, PO Box 3384, 80033 Seminyak, Denpasar</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/20/2220c2c2b4058518ae7681d4ae6647781539e427.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just a few steps from Seminyak Beach, the hotel is located in the heart of the Seminyak area, home t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="465.61" OriginalAmount="461.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="755541|villa_puri_pani" HotelName="Villa Puri Pani" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Jati, Gang Sri Darma, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/a0/58a01b6b885a744fd02d64811902bdd05a12e5ef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.65" OriginalAmount="465.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.683643" Longitude="115.159842" StarRating="4" HotelCode="113558|maya_sayang_private_pool_villas_spa" HotelName="Maya Sayang Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Mertasari No. 1, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/8d/8b8df19036bc460109711fbd023a7c77e1f5e1ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the area of Seminyak, within walking distance of many wonderful shops and ex...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.81" OriginalAmount="481.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6935122" Longitude="115.164162" StarRating="5" HotelCode="351540|villa_seriska_seminyak_bali" HotelName="Villa Seriska Satu Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti I, Gang Mangga 8, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/3e/773e0112d35a40913e033fbb1b732acf4432df61.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="491.87" OriginalAmount="487.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6747834626415" Longitude="115.15461505504" StarRating="4" HotelCode="321538|sandi_agung_villa" HotelName="Sandi Agung Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/9e/c19ea09efe2382fb6cd202e35a1df78ac6f2bafd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Kuta.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="491.87" OriginalAmount="487.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="756777|villa_merah" HotelName="Villa Merah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 8, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/99/f099b1da16eb5d4e74dbdb18d4faa6d87541825e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.88" OriginalAmount="488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.686343337915" Longitude="115.17389953136" StarRating="4" HotelCode="166125|bali_swiss_villa" HotelName="Bali Swiss Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex,Club Resort,Spa Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dewi Saraswati III 88, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/66/2066f8723688a30414656e10c15889c471985d51.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Seminyak area, the hotel is within easy walking distance of Kuta Beach and Waterbom P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="493.89" OriginalAmount="489.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688055" Longitude="115.158133" StarRating="5" HotelCode="59765|the_elysian_boutique_villa_hotel" HotelName="The Elysian Boutique Villa Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>18 Saridewi, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/69/5769a214e4532a52ff610e784b195da03a54055e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Seminyak area, this family-friendly hotel is just 5 minutes from Bali's famous beach....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="495.91" OriginalAmount="491.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.687515" Longitude="115.1703" StarRating="5" HotelCode="292514|nyuh_bali_villas" HotelName="Nyuh Bali Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bali Deli No. 99, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/32/5f32fc66116962af69871b5d6ce82c9bc95f3675.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.95" OriginalAmount="495.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.693462" Longitude="115.170852" StarRating="4" HotelCode="67187|villa_kubu_3" HotelName="Villa Kubu" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak  33F, Gang Plawa, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/45/21/4521b9805bbab52418e7dcc046516de127a2d50b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located only a few minutes walk from downtown Seminyak, while it is 15 minutes from Ngu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="499.95" OriginalAmount="495.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68266347" Longitude="115.15997021" StarRating="0" HotelCode="755436|villa_tsuchi" HotelName="Villa Tsuchi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Mertasari, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/db/80db78d063e458934af3755a6319822aa5904d72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="507.02" OriginalAmount="502.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68853062" Longitude="115.16225723" StarRating="4" HotelCode="407108|gajah_bali_villas" HotelName="Gajah Villas Bali by Nagisa Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Drupadi, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/b9/b9b957f61ef17e28f8db0ce67356f8985e9383f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel features various services and facilities, including a baggage storage service, a transfer ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="512.07" OriginalAmount="507.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69379297" Longitude="115.17177902" StarRating="3" HotelCode="790064|the_murdha_villa" HotelName="The Murdha Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Nakula Gang Baik Baik 90, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/3f/e73fcff5f2a6f96eb5f0edc7b63cc317884acee6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.14" OriginalAmount="514.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6717684866502" Longitude="115.15722733862" StarRating="4" HotelCode="304348|berry_amour_romantic_villas" HotelName="Berry Amour Romantic Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/cc/2dcc7517952883b49bb2856165e4ee2415b8eac6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests on Bali.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="519.14" OriginalAmount="514.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68617621" Longitude="115.16220867" StarRating="3" HotelCode="485520|kamil_villas" HotelName="Kamil Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Internet,Jacuzzi,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi, Gang Kahyangan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/04/32042864833d69cb87900717047360ccd3e432aa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.17" OriginalAmount="517.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67535091" Longitude="115.17231218" StarRating="3" HotelCode="615287|sana_vie_villa" HotelName="Sana Vie Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Tangkuban Perahu 888, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/db/55dbd50fcde07d6141bbfa0db99e09765d8d3e63.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is set in Seminyak. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="528.23" OriginalAmount="523.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.685247" Longitude="115.164739" StarRating="4" HotelCode="130441|four_on_drupadi" HotelName="Four On Drupadi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi No.4, Seminyak, PO Box 1155, Tuban, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/54/63/546368ebda55484ae7b8fa22e70664123cf527f8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This club resort is located in the heart of Seminyak, within walking distance of some of the most co...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="538.33" OriginalAmount="533.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68613" Longitude="115.157041" StarRating="5" HotelCode="410415|c151_luxury_smart_villas_resort_2" HotelName="C151 SMART VILLAS At Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 151, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/7e/957ec89f27a562342336f4e73f3d19458664d19b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This villa resort is located in Seminyak, and is easily accessible from all parts of the city. It en...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.36" OriginalAmount="536.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6862476393467" Longitude="115.16031024768" StarRating="5" HotelCode="933722|hevea_villas" HotelName="Hevea Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana, Gang Nyuh Gading 14, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/9a/529a8d6637e27decbde4e95073bd81d95c9e34a6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.43" OriginalAmount="543.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.692487" Longitude="115.158948" StarRating="5" HotelCode="402039|anantara_seminyak_bali" HotelName="Anantara Seminyak Bali Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Abimanyu, Dhyana Pura, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/36/8b369d20ca9a80c2d6e4b8cf0c782deefb267c7c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a 20-minute walk from the resort to the town of Kuta. Denpasar International Airport is just 2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="550.45" OriginalAmount="545.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6784899826228" Longitude="115.15438853506" StarRating="4" HotelCode="88848|tonys_villas" HotelName="Tonys Villas &amp; Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/ee/0dee2c918321fe4a61db886148ccfea79708836e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is located on Bali, approximately 600 m from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="550.56" OriginalAmount="545.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.689256" Longitude="115.171499" StarRating="4" HotelCode="160361|124152" HotelName="The Amala" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Free CXL until 12/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti 108, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/12/124152/124152a_hb_a_010.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is a cute and intimate retreat located in the heart of Seminyak. It is Bali's most exc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="556.51" OriginalAmount="551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.673058" Longitude="115.14784" StarRating="4" HotelCode="292507|eden_the_residence_at_the_sea_2" HotelName="EDEN the Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batu Belig, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/c4/d5c41109671d616a1033359fb7d6e9a52b019bc0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="557.52" OriginalAmount="552.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69180961" Longitude="115.16626581" StarRating="3" HotelCode="778627|villa_makasih" HotelName="Villa Makasih" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Dhyana Pura 7i, Gang Bima, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/ba/2eba57721d287e4f7a116130471333d45e74f883.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.53" OriginalAmount="553.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6812450276177" Longitude="115.15448195674" StarRating="4" HotelCode="393098|cicada_luxury_townhouses" HotelName="Cicada Luxury Townhouses" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Telaga Waja, Petitenget, Seminyak 80511</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/ab/5eabc87b2d0986880ca4a584e29e4afa850da576.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="558.53" OriginalAmount="553.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68100846" Longitude="115.15611919" StarRating="3" HotelCode="585674|vishuddha_ajna_villa" HotelName="Villa Vishuddha Ajna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Cendana, Gang Werkudara, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/d7/51d7f4a8ae9cca8e50919ac99c099adcbd40de04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.678185" Longitude="115.157463" StarRating="4" HotelCode="93166|villa_air_bali_boutique_resort" HotelName="Villa Air" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Sari, Br. Taman, Petitenget, Kuta 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/25/b62555b9ac993a863edea0b69c79a475bcf1c065.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a quiet area in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="583.78" OriginalAmount="578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68618778" Longitude="115.16330796" StarRating="3" HotelCode="434019|villa_laksmana_hideaway_2" HotelName="Villa Laksmana Hideaway 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/c7/d5c7cd346dbeb4a8865fabf8ef141813398e428c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="587.82" OriginalAmount="582.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6870936957717" Longitude="115.16300439835" StarRating="4" HotelCode="69473|space_at_bali_villas" HotelName="Space at Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 8, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4e/8f/4e8fed30246f1ee5ed40eb6cfef9233eb474cfaf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="607.01" OriginalAmount="601.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67695547" Longitude="115.1546446" StarRating="4" HotelCode="819046|kanvaz_village_resort_seminyak" HotelName="Kanvaz Village Resort Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 188, Kerobokan Kelod, Seminyak 80361, Kuta Utara, Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/d7/a9d775674ffc7680bbd753e1eb34331b33b96bfd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Centrally located in Seminyak, this resort is about 7.5 km from the beach.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="613.07" OriginalAmount="607.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67774396" Longitude="115.15399851" StarRating="3" HotelCode="406995|villa_can_barca" HotelName="Villa Can Barca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Villa" CnxPolicy="Free CXL until 16/09/2026" HotelFacility="Air Conditioning,Babysitting,Dining,Garden,Housekeeping,Internet,Kitchen,LCD/Projector,Parking,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Biu Bali 3, Jalan Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/2b/e92b58b4f4fc29ce979450d6c98c3ae11a2ba054.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in a prime location of Bali, Villa Can Barca puts everything the city has to offer just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="614.08" OriginalAmount="608.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6854341280901" Longitude="115.15685475073" StarRating="4" HotelCode="324188|rc_villas" HotelName="RC Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Internet,Lounge,Massage Centre,Room Service,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 88, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/d4/f1d47807ca0489b99d62291a4b8c08292b72e0f5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="621.15" OriginalAmount="615.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.688875" Longitude="115.169178" StarRating="4" HotelCode="69585|the_villas_bali_hotel__spa" HotelName="Impiana Private Villas Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Bungalow Complex" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kunti 118X, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b0/e9b0d1ff762df9e4835d828bc22f16cae8e7b1f8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is nestled in the heart of Seminyak, one of the cosmopolitan tourist areas on the northe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="624.18" OriginalAmount="618.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6747052" Longitude="115.1540605" StarRating="4" HotelCode="113543|maya_loka_villas" HotelName="Mayaloka Villas Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort,Finca,Village" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Kitchen,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih 88, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/5e/855ed76b182355156e102228bec98270c83c32f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the Petitenget section of Seminyak, the resort villas are a few minutes' walk away from P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="632.26" OriginalAmount="626.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.672993" Longitude="115.148901" StarRating="4" HotelCode="187554|bali_aroma_exclusive_villas" HotelName="Bali Aroma Exclusive Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jl.Batu Belig Gg. Pelangi No 8, Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/f1/d7f17f30ef40e3317f8bf564eb03f2f348d2899f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="647.41" OriginalAmount="641.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6824903333333" Longitude="115.162972" StarRating="5" HotelCode="915872|amana_villas_seminyak" HotelName="Equilibria Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Wirasaba 5, Off Jalan Kayu Aya, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/63/2c63ef63c01bbd9ca967a8802bc5c1be12ce0910.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="656.50" OriginalAmount="650.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677747" Longitude="115.153874" StarRating="4" HotelCode="187194|white_lotus_villa" HotelName="White Lotus Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Swimming Pool">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget 7A, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/d3/add3aeb96bf55709d629168373a58f37d6feca2a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This oasis of tranquillity lies hidden away from the hustle and bustle, yet just a few minutes’ ride...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="659.53" OriginalAmount="653.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.690484" Longitude="115.158951" StarRating="4" HotelCode="141837|villa_bali_asri" HotelName="Villa Bali Asri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Finca" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jl. Saridewi, Seminyak-Oberoi, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/55/205540d095255943bf490fe92b682cfed4591d84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The beach hotel is located about 2 minutes' walk from Petitenget beach, 15 minutes' drive from the f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="662.56" OriginalAmount="656.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6909100500508" Longitude="115.16661332475" StarRating="4" HotelCode="385235|my_villas_in_bali" HotelName="My Villas In Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk 24, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/c5/71c57f36a32a0ac5494ad950093a17d070cdfcc8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.57" OriginalAmount="657.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67900977" Longitude="115.15464042" StarRating="3" HotelCode="858547|paisa_seminyak_living" HotelName="Paisa Seminyak Living" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 14/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Gang Sunyi 9, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/3c/e43c85ef17612287c4805d25253837384a62f3ba.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel can be found in Seminyak. Guests will enjoy a peaceful and calm stay on the p...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="676.58" OriginalAmount="669.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.672751" Longitude="115.159614" StarRating="4" HotelCode="99537|83860" HotelName="The Kayana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Finca" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget, Kerobokan Kelod, Kuta Utara, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/b3/57b3a9fa3ae665c2e3285da11df62d254a931dd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ideally positioned in Seminyak, the property is just a short walk from the beach, as well as some of...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="704.37" OriginalAmount="697.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69530958" Longitude="115.16223839" StarRating="4" HotelCode="446448|501803" HotelName="Hotel Indigo Bali Seminyak Beach" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Internet,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk 10, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/ef/95ef0ea572242906bf9554374bf24145ced1ec45.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="726.19" OriginalAmount="719.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6810447004712" Longitude="115.154841675" StarRating="5" HotelCode="933476|koenokoeni_villa_4" HotelName="KoenoKoeni Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Telaga Waja, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/ae/46aeb3e3b25c6171131e25dcac1d3057632e4af3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak. The nearest airport is Bali Denpasar - Ngurah Rai (DPS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="772.65" OriginalAmount="765.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6768192380313" Longitude="115.15509729346" StarRating="4" HotelCode="404513|ivilla_" HotelName="iVilla" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Petitenget, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/71/c071d6cf6d0f8673e4d9ed7fde405624d19a1c45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel comprises a total of 8 rooms. Services and facilities at the hotel include a transfer serv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="780.73" OriginalAmount="773.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6847564454182" Longitude="115.15689231455" StarRating="5" HotelCode="16701|the_seminyak_beach_resort__spa" HotelName="Seminyak Beach Resort &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Seminyak Beach, P.O. Box 1085 TBB, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/2f/992f5d34dbb47fe0375b178a9de065ba303a82cd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The stylish beachfront resort is located in Seminyak, which has long been considered Bali's most vib...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.84" OriginalAmount="784.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68971028" Longitude="115.16093149" StarRating="4" HotelCode="773160|villa_sawah" HotelName="Villa Sawah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/ce/98ce02ed7e4340a81a96bc001ab671dee2741dbe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.84" OriginalAmount="784.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69354869" Longitude="115.1633294" StarRating="3" HotelCode="778744|villa_paloma_7" HotelName="Villa Paloma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Mangga, Kuta, Kabupaten, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/7a/427af4ac028fdf4e50004c4fafacfc1ed633df03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.84" OriginalAmount="784.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68971837" Longitude="115.16116812" StarRating="3" HotelCode="603032|villa_bima_5" HotelName="Villa Bima" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bd/57/bd577faccd9e064999189849c1a31f7b4ada761e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="794.87" OriginalAmount="787.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6765483" Longitude="115.15741049" StarRating="3" HotelCode="626376|villa_levi_2" HotelName="Levi Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/08/2026" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Sari 10, Kuta Utara, Petitenget, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/be/aabe3d6020fe0c7ad756ca19a30fd8802bc35886.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="798.91" OriginalAmount="791.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68956144" Longitude="115.16111759" StarRating="3" HotelCode="594791|villa_tira" HotelName="Villa Tira" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi 9, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/5c/475c7df39f3f97ec386e7aa9ac79ccf65eb5bc04.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="818.10" OriginalAmount="810.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68483752" Longitude="115.16666717" StarRating="2" HotelCode="542729|puri_puri_kecil" HotelName="Puri Puri Kecil" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak 25, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/f1/6df1094ed5bafc1b0c2d1ba12d37dada6b183285.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Wireless internet access is available to guests in the public areas. Those arriving in their own veh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="821.13" OriginalAmount="813.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="837332|entrada_villa_by_nagisa_bali" HotelName="Villa Entrada Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Yudistira Gang Lange 1</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/18/691864dcd3df22a5dabe0ff32dc6558e6deb3b83.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="851.43" OriginalAmount="843.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6747404402543" Longitude="115.15359789133" StarRating="4" HotelCode="176738|the_one_boutique_villa" HotelName="The One Boutique Villa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>JL. Cendrawasih No.99, Petitenget, Seminyak, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/07/2b076739554975d7fec8888ccea4a9d1685b1223.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This property is located in the trendy area of Seminyak. Only minutes away, guests will find one of ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="852.44" OriginalAmount="844.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.687669" Longitude="115.159394" StarRating="4" HotelCode="175701|chandra_luxury_villas_bali_part_of_8_hotels" HotelName="Chandra Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Laundry,Massage Centre,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Temuku, Gang Sandat, Seminyak, Kuta, Bali 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/f7/f3f7dc92fc6c419ee8e78cb40e2ac982063de30c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This villa is located in the Seminyak area, north of Kuta. This is an upscale and popular area of Ba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="863.91" OriginalAmount="855.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.696105298085" Longitude="115.16161210969" StarRating="5" HotelCode="266968|365598" HotelName="Double Six Luxury Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>66 Double Six, Beach, Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/86/2c863b3192548e770d6c5ce2dab0a8a80112e137.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="867.59" OriginalAmount="859.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68563009" Longitude="115.15698453" StarRating="3" HotelCode="754978|oberoi_luxury_villas" HotelName="Oberoi Luxury Villas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya 150, Villas 1-8, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/6a/3e6a4d8339cff0cd3aefd98d705f6f3de77d8738.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="911.02" OriginalAmount="902.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67171981" Longitude="115.1516607" StarRating="3" HotelCode="775219|villa_nahema" HotelName="Villa Nahema" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Gelatik, Seminyak  80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/6a/9b6a3d26471602f176ccf1861cefecb0e6868288.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="937.28" OriginalAmount="928.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.69100789" Longitude="115.16427447" StarRating="4" HotelCode="619134|villa_wiana" HotelName="Villa Wiana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Camplung Tanduk, Gang 100, Pondok Mekar Sari 5, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/7e/4a7ec4bf8e40c792cbda10f47d1d2818d8d75021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="956.47" OriginalAmount="947.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="843111|villa_matahari_3" HotelName="Villa Matahari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Gang Kubu Anyar</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/35/0e3554322bb997356d3abfecb9394ea22beea82a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="964.55" OriginalAmount="955.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6890080295087" Longitude="115.15670657158" StarRating="5" HotelCode="18384|the_oberoi_bali" HotelName="The Oberoi, Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Seminyak Beach, Denpasar 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c3/98/c398fc2cc4e761f7920e88886de43a4ffd793f9f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The resort is located on Seminyak Beach on the south-west coast of Bali. Guests may easily reach the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="974.73" OriginalAmount="965.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6726106" Longitude="115.1541475" StarRating="5" HotelCode="908973|184070" HotelName="The Akasha Luxury Villas and Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Bar,Fax,Internet,Lounge,Massage Centre,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Batubelig 999 AB, Kerobokan, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/8a/208a45dc8b83b755c61ca72dc83cfd5cd5ca89df.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel warmly welcomes guests in Canggu. For guests who appreciate a stylish ambience, ...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="976.67" OriginalAmount="967.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.680701" Longitude="115.160306" StarRating="5" HotelCode="207948|one_eleven" HotelName="One Eleven / 111 Resort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Garden,Internet,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Shopping Arcade,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>3 Pangkung Sari, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/3d/ce3dc4d25b89a6a0cf8e371e36eef346d46aa149.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is the resort's hip luxury abode in the middle of Bali's bustling Seminyak, only 5 minutes' wal...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="988.79" OriginalAmount="979.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68628983" Longitude="115.16143682" StarRating="0" HotelCode="835065|simba_villa_and_spa_seminyak" HotelName="Delight Art Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Luggage Storage,Massage Centre,Parking,Pets allowed,Room Service,Smoking Rooms,Spa,Swimming Pool,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Gang  Putu, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/9b/1b9bb8abc207e45ae5bcd349cf397d3a6e7a4011.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Simba Villa and Spa Seminyak is perfectly located for both business and leisure guests in Bali. Offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1017.07" OriginalAmount="1007.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6791710392909" Longitude="115.15884171265" StarRating="5" HotelCode="324185|the_layar__designer_villas__spa" HotelName="The Layar - Designer Villas &amp; Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pangkung Sari 10X, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/8e/968ecca14cd71e98e105df2db9b6631133ffc926.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1030.20" OriginalAmount="1020.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="5" HotelCode="59232|the_samaya_seminyak_bali" HotelName="The Samaya Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Club Resort" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Currency Exchange,Fax,Garden,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana, Seminyak Beach 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/4a/504a50c413924d41e49355159364ac29e0452cef.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the Seminyak area and lies amidst lush tropical gardens. It is situated on...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1127.16" OriginalAmount="1116.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.687515" Longitude="115.163634" StarRating="5" HotelCode="74002|serene_villas" HotelName="Serene Villas Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>22 Jalan Drupadi, Gang Serene, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/18/851840ae2ec3af0362ba9145891978c95136fa0a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1138.33" OriginalAmount="1127.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.677144" Longitude="115.150606" StarRating="5" HotelCode="161348|142150" HotelName="W Bali - Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Petitenget, Kerobokan, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/58/d358d39fcc80fc70778e35fd4bdbcfd3a9e45e93.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This resort is a new-found wonderland along the shores of Seminyak – where the pulse of trends, chic...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1156.45" OriginalAmount="1145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6890699" Longitude="115.15845059" StarRating="4" HotelCode="626359|alysha_villa_seminyak_bali" HotelName="Alysha Villa Seminyak Beachside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi 28 B, Seminyak 80361, Badung</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/e4/24e4916e1d3ce3fcd6c98e41c39b9faf77c02372.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1173.62" OriginalAmount="1162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67598325" Longitude="115.16131787" StarRating="4" HotelCode="837575|villa_kajou_2" HotelName="Kajou Seminyak Bali" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Lebak Sari, Gang Kubu Lebak, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3c/23/3c23bf796dfbd61f48dee4f1f1840e29e2faabb1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1210.94" OriginalAmount="1198.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.691742" Longitude="115.167621" StarRating="4" HotelCode="292504|183903" HotelName="Blue Karma Oasis Seminyak" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Massage Centre,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Raya Seminyak, Gang Bima No.2, Seminyak, Kuta – Badung, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/de/3dde2a185590d0824114875d6736a0dd4110e51b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1254.42" OriginalAmount="1242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68235949" Longitude="115.16840407" StarRating="3" HotelCode="560987|taman_amertha_villas" HotelName="Taman Amertha Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Bidadari No. 7, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/8c/d3/8cd3da9f15877dab92b408bfd553ac033e6dcd6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1270.58" OriginalAmount="1258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6859217581071" Longitude="115.15887379646" StarRating="4" HotelCode="164252|villa_chocolat_seminyak" HotelName="Villa Chocolat" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Temuku 16, Oberoi, Seminyak 80361, Kuta, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/e1/88e1ec3226bf378c2d38cfdc95da2dce72f5e7f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Seminyak in the chic district of Oberoi, this villa offers refined architect...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1330.17" OriginalAmount="1317.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="4" HotelCode="616537|maya_villaprivate_pool" HotelName="Maya Villa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Champlung Tanduk</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/b8/34b84c4d8209219131de9895e9a513cdbc2ddcbd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1410.97" OriginalAmount="1397.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6944275" Longitude="115.16617857" StarRating="4" HotelCode="435342|villa_martine" HotelName="Villa Martine" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Gang Keraton, Jalan Raya Seminyak, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/9b/919bc56bd92b6020c2a86c61fd7d1855e26651bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1700.84" OriginalAmount="1684.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.685714" Longitude="115.158999" StarRating="4" HotelCode="164255|nyaman_villas" HotelName="Nyaman Villas Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Gang Kahyangan 15, Jalan Kayu Aya, Oberoi, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/2c/2f2ce72d3f432b5b6478c78902d01e917ff80ea5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The villas are located near to the beach. Boutiques and restaurants are within walking distance. Sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1704.88" OriginalAmount="1688.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6769221133294" Longitude="115.14786842873" StarRating="4" HotelCode="404605|dchandrasti_bali_villas_batu_belig" HotelName="D'Chandrasti Beach Villas Batu Belig" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Internet,Kitchen,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pantai Batu Belig 14, 80361 Seminyak</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/61/086150c8c7dd5b8f12fad57cf6f12497bc4be4fb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1803.86" OriginalAmount="1786.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68726611" Longitude="115.16440423" StarRating="5" HotelCode="529307|villa_suar_2" HotelName="Villa Suar" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Drupadi, Gg. Piter, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/ef/ccef4677298ca1710a37f82036f342ccfc7967db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1883.24" OriginalAmount="1864.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6845956412709" Longitude="115.15346060017" StarRating="5" HotelCode="18353|71807" HotelName="The Legian Bali" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Beach Hotel,Club Resort,Spa Hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Golf,Internet,Jacuzzi,Kitchen,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Seminyak Beach 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/07/071807/071807a_hb_a_006.JPG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This beach resort is situated on the southern coast of Bali. The property lies in the peaceful distr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1886.68" OriginalAmount="1868.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67908287" Longitude="115.15639665" StarRating="5" HotelCode="620493|villa_koyama" HotelName="Villa Koyama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Gang Pura Telaga Waja 18A, Jalan Petitenget, Seminyak, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/9f/6c9f8e56b894239f981059339356470570ba8174.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Seminyak.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2342.19" OriginalAmount="2319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="0" HotelCode="868712|villa_massilia_by_exotiq_villa_holidays" HotelName="Villa Massilia By Exotiq Villa Holidays" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Sari Dewi Temuku Gang IV 88</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/3f/5b3f8d4a00caadfba480a4ab4c7b268a85a916c7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2512.88" OriginalAmount="2488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.67432273" Longitude="115.15455466" StarRating="4" HotelCode="756455|the_mawar_estate" HotelName="The Mawar Estate" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Cendrawasih, Gang 9x, Seminyak 80361</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/94/27945737c76257cdfe3f546f2b4f23c3ab87b011.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2787.60" OriginalAmount="2760.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68541" Longitude="115.161" StarRating="3" HotelCode="775238|villa_william_seminyak" HotelName="Villa Wilsana Seminyak" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Pura Telaga Waja, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/e9/c7e9f193ba622a4e0fe1d5839950ded930b834de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3222.91" OriginalAmount="3191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.68410984" Longitude="115.16325301" StarRating="0" HotelCode="840313|villa_lulito" HotelName="Villa Lulito" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Laksmana 12B</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/85/ef8590956b3f4898650570348c885816af86b3f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3339.06" OriginalAmount="3306.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.6830508930732" Longitude="115.1532978192" StarRating="5" HotelCode="909000|villa_des_indes" HotelName="Des Indes Villas" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Villa" CnxPolicy="Non Refundable" HotelFacility="24 Hour Room Service,Air Conditioning,Babysitting,Bar,Bicycle Rental,Concierge,Designated Smoking Area,Dry Cleaning,Garden,Internet,Laundry,Massage Centre,Parking,Room Service,Smoking Rooms,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Jalan Kayu Aya, Gang Astina Pura, Seminyak 80361, Bali</AddressLine>
          </AddressLines>
          <CityName>Seminyak</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b9/35b99690b6cf7fdb176719631c0a781c037bb9ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Nestled in the heart of Bali is most stylish neighbourhood, Seminyak, is a century old antique Javan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Garden,Internet,Laundry,Restaurant,Room Service,Telephone Service,Massage Centre,Conference Hall,Lounge,Sauna,Jacuzzi,Swimming Pool,Bicycle Rental,Currency Exchange,Diet Meals,Kitchen,Wheelchair Access,Designated Smoking Area,Spa,Nightclub,Heated Pool,Golf,Shopping Arcade,Central Heating,24 Hour Security,Babysitting,Coffee Shop,Concierge,Dry Cleaning,Library,Parking,Dining,LCD/Projector,Luggage Storage,24 Hour Power Supply,Airport Transfer (on Demand),Housekeeping,Wake-up Call Service,ATM/Cash Machine,Limousine Service,Pets allowed,24 Hour Room Service,24 Hour Front Desk,Smoking Rooms,Valet Parking</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY</Meals>
    <PropertyType>CLUB RESORT,FINCA,HOTEL,BUNGALOW COMPLEX,BEACH HOTEL,FAMILY-FRIENDLY HOTEL,SPA HOTEL,BUSINESS HOTEL,HOTEL DE CHARME,VILLAGE,VILLA,COUNTRY HOUSE,GUESTHOUSE,HOSTEL,GOLF HOTEL,RESORT,APARTMENT</PropertyType>
  </Filter>
</HotelSearchRS>||True