<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
c9c1f5fc-b73f-4495-a212-455dd74b6cd8|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="c9c1f5fc-b73f-4495-a212-455dd74b6cd8">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="46509" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-03-22T00:00:00" End="2026-03-25T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GrecosTours Pc" Password="Grecos2026!" RequestedCurrency="USD" ClientNationality="GR" 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
c9c1f5fc-b73f-4495-a212-455dd74b6cd8|MikiSearch|supplier interation failed||Miki|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
c9c1f5fc-b73f-4495-a212-455dd74b6cd8|TravcoSearch|successfull supplier interation||Travco|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
c9c1f5fc-b73f-4495-a212-455dd74b6cd8|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
c9c1f5fc-b73f-4495-a212-455dd74b6cd8|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
c9c1f5fc-b73f-4495-a212-455dd74b6cd8|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
c9c1f5fc-b73f-4495-a212-455dd74b6cd8|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
c9c1f5fc-b73f-4495-a212-455dd74b6cd8|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-02-10T08:49:24.2981785+00:00" Version="0" EchoToken="Search" TransactionIdentifier="c9c1f5fc-b73f-4495-a212-455dd74b6cd8" Currency="USD">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50560118" Longitude="19.06331178" StarRating="2" HotelCode="555921|avenue_hostel_" 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="63" TotalAmount="322.19" OriginalAmount="319.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49693718979" Longitude="19.066270887852" StarRating="2" HotelCode="337296|hostel_marco_polo" HotelName="Marco Polo Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nyár utca 6, 1072 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/52/eb52686396536fb1bde83165f95503a7756df9f2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This simple youth hostel is located in the centre of Budapest close to a range of restaurants, bars ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="323.94" OriginalAmount="320.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49743775" Longitude="19.07093719" StarRating="3" HotelCode="434538|70026288" HotelName="Omega Guesthouse Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Rákóczi útca 48-50, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/0c/c90c45a26a3f9a510c5640167012c0800da3b358.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="385.82" OriginalAmount="382" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50213257407" Longitude="19.061879906746" StarRating="2" HotelCode="297300|58801" HotelName="Broadway City Panzió" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nagymezo utca 4, 1065 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/12/a0123cc200e8efa62d954289cb09be81a1fac3af.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="388.85" OriginalAmount="385.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50699971755" Longitude="19.063093777974" StarRating="3" HotelCode="147168|easyhotel_budapest_oktogon" HotelName="easyHotel Budapest Oktogon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eotvos utca 25/a, 1067 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/d6/51d69effef2dd74f910e75d5b99418d67cdcb441.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="12" TotalAmount="410.96" OriginalAmount="406.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.506199583759" Longitude="19.090332126761" StarRating="2" HotelCode="36308|3613065" HotelName="Dominik Panzio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Guesthouse" 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="16" TotalAmount="419.92" OriginalAmount="415.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5136558" Longitude="19.0307024" StarRating="3" HotelCode="15624|608235" HotelName="Papillon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rózsahegy utca 3/B, 1024 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/27/271880/271880a_hb_a_050.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="12" TotalAmount="424.20" OriginalAmount="420.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51004427" Longitude="19.08159951" StarRating="2" HotelCode="518487|7363956" HotelName="Baroque Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels">
        <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="63" TotalAmount="426.22" OriginalAmount="422.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="427.23" OriginalAmount="423.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.57806" Longitude="19.046784" StarRating="3" HotelCode="191237|bedbreakfast_hotel_budapest" HotelName="Bed-Breakfast Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Jacuzzi,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rozália utca 76-78, 1031 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/ac/acac77d246e98bfd07aedc21e6af5c5051c39dd4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming bed and breakfast hotel is situated in the green belt district of Budapest, about 10 k...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="430.26" OriginalAmount="426.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="Free CXL until 17/03/2026" 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="63" TotalAmount="430.26" OriginalAmount="426.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="431.27" OriginalAmount="427.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5018776" Longitude="19.0829219" StarRating="4" HotelCode="161625|royal_park_boutique_hotel" HotelName="Royal Park Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nefelejcs u. 6, 1078 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/78/b2/78b26a08152ad1854c6523bf202d22510e5d0060.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel opens its doors opposite the Eastern Railway Station, the central railway station in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="454.50" OriginalAmount="450.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.513689" Longitude="19.137268" StarRating="3" HotelCode="36312|hotel_amadeus_5" HotelName="Amadeus" Meals="ROOM ONLY" 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="27" TotalAmount="457.53" OriginalAmount="453" 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="8" TotalAmount="474.89" OriginalAmount="470.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.489123848145" Longitude="19.082042090749" StarRating="4" HotelCode="67258|214730" HotelName="Triple M Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Baross utca 108, 1082 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/49/72491ef0f548a9535f8e3c856447fcf052d24b65.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="475.03" OriginalAmount="470.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995" Longitude="19.0603" StarRating="0" HotelCode="969076|679435" HotelName="Vagabond Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/02/2026">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/a3/94a3abad25c11827ef8472c5dbca61ee2c19afd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="487.83" OriginalAmount="483.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.511325" Longitude="19.076404" StarRating="3" HotelCode="10819|benczur_hotel" HotelName="Benczur" 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,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="63" TotalAmount="494.90" OriginalAmount="490.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498183" Longitude="19.069127" StarRating="4" HotelCode="75180|soho_boutique_hotel" HotelName="Soho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City 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,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="27" TotalAmount="496.92" OriginalAmount="492" 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="27" TotalAmount="496.92" OriginalAmount="492" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.515967111609" Longitude="19.074802724363" StarRating="3" HotelCode="14109|14289" HotelName="ibis Budapest Heroes Square Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" 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="63" TotalAmount="503.99" OriginalAmount="499.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="Free CXL until 12/03/2026" 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="16" TotalAmount="509.63" OriginalAmount="504.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504696370547" Longitude="19.081369042396" StarRating="3" HotelCode="337287|329925" HotelName="Star City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>István Street 14, 1078 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/ee/f4ee5ececa5acba414a6a071edd756c35ae58d52.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated close to Keleti Railway Station in the 7th district of Budapest. The M 2 metro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="516.11" OriginalAmount="511" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.479796736897" Longitude="19.025487391402" StarRating="3" HotelCode="54530|2232" HotelName="Classic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Zólyomi u. 6, 1118 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/33/d5/33d5b7ae33d751e755d0ebfe7e2a7d5fcb154a58.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very nice, small and familial hotel is located in a quiet residential area in the Buda hills, o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.17" OriginalAmount="517.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.582208828975" Longitude="19.049670696258" StarRating="2.5" 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="16" TotalAmount="527.57" OriginalAmount="522.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50054" Longitude="19.08138" StarRating="3" HotelCode="337275|475295" HotelName="Baross City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/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="63" TotalAmount="528.23" OriginalAmount="523.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="16" TotalAmount="530.85" OriginalAmount="525.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498116905622" Longitude="19.067998230458" StarRating="2" HotelCode="402437|475135" HotelName="Agape Aparthotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 16/03/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="63" TotalAmount="532.27" OriginalAmount="527.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="63" TotalAmount="540.35" OriginalAmount="535.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="12" TotalAmount="544.25" OriginalAmount="538.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502206744359" Longitude="19.068647325039" StarRating="3" HotelCode="19167|2008810" HotelName="City Hotel Unio" Meals="ROOM ONLY,AMERICAN BUFFET BREAKFAST AT HOTEL,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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="63" TotalAmount="548.43" OriginalAmount="543.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="63" TotalAmount="554.49" OriginalAmount="549.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="8" TotalAmount="554.80" OriginalAmount="549.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51374233" Longitude="19.0397819" StarRating="2.5" HotelCode="571782|635045" HotelName="Grand Jules - Boat Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="botel" CnxPolicy="Free CXL until 15/03/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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="557.93" OriginalAmount="552.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493725908896" Longitude="19.081041812897" StarRating="3" HotelCode="371351|50496" HotelName="Atlantic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="558.16" OriginalAmount="552.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487594" Longitude="19.071138" StarRating="2" HotelCode="191294|274510" HotelName="Corvin Point Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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="63" TotalAmount="561.56" OriginalAmount="556.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="Non Refundable" 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="12" TotalAmount="563.00" OriginalAmount="557.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488599" Longitude="19.031397" StarRating="3" HotelCode="36313|1547733" HotelName="Charles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" 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="8" TotalAmount="563.91" OriginalAmount="558.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492106" Longitude="19.069065" StarRating="3" HotelCode="119276|113162" HotelName="Central 21" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 03/03/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="563.91" OriginalAmount="558.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.46123778" Longitude="19.14994574" StarRating="2" HotelCode="145942|357525" HotelName="Chesscom" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bartók Béla u. 5, 1191 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f5/def50512ddec3cf1943999f39bdde013f6c29381.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="565.60" OriginalAmount="560" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48168548187" Longitude="19.072799384594" StarRating="4" HotelCode="35002|4184" HotelName="Leonardo Hotel Budapest" 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,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Tompa Street 30-34, 1094 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/7e/8d7ee05c77f0a4014ae330d6bf6f54640f01e3a3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel lies in the 9th district, around 2 km (2 underground stations) from the city centre ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="565.60" OriginalAmount="560.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.518475964537" Longitude="19.049026966095" StarRating="3" HotelCode="318240|boathotel_fortuna" HotelName="Fortuna Boat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Szent István Park, alsó rakpart, 1137  Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/2e/e32e085ae497d7917b2e24b6f9511e4d55b0b81a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="565.72" OriginalAmount="560.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.539973308479" Longitude="18.937355875969" StarRating="3" HotelCode="371655|275439" HotelName="Petneházy Club Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="566.61" OriginalAmount="561.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="Non Refundable" 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="63" TotalAmount="571.66" OriginalAmount="566.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.511425169383" Longitude="19.053131804893" StarRating="3" HotelCode="47489|city_ring_hotel" HotelName="City Hotel Ring" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/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="571.66" OriginalAmount="566.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.509757" Longitude="18.979721" StarRating="3" HotelCode="65310|bobbio_hotel" HotelName="Bobbio Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Béla király út 47, H-1121 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/cd/9ecd3c6b6d97f01ed90bb2e590b39473deac5606.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located off the beaten track in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="575.07" OriginalAmount="569.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48241137" Longitude="19.07893096" StarRating="4" HotelCode="573056|61548668" HotelName="Verdi Grand Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="">
        <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="8" TotalAmount="580.49" OriginalAmount="574.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51214067" Longitude="19.05039986" StarRating="1" HotelCode="422643|375908" HotelName="Full Moon Design Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/03/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="582.77" OriginalAmount="577.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.443632070661" Longitude="19.042460918426" StarRating="3" HotelCode="99982|hotel_luna_2" HotelName="Luna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="27" TotalAmount="584.79" OriginalAmount="579" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49707619" Longitude="19.06991129" StarRating="3" HotelCode="145830|220280" HotelName="Centrooms House" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" 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="63" TotalAmount="585.80" OriginalAmount="580.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51065" Longitude="19.053128" StarRating="4" HotelCode="117927|marmara_hotel_budapest" HotelName="Marmara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,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="12" TotalAmount="591.64" OriginalAmount="585.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499351686373" Longitude="19.082286357879" StarRating="4" HotelCode="52604|1037806" HotelName="Novum Hotel Golden Park Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" 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="595.90" OriginalAmount="590.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="Free CXL until 11/03/2026" 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="27" TotalAmount="598.93" OriginalAmount="593" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4988586" Longitude="19.02724131" StarRating="3" HotelCode="780095|399216" HotelName="ibis Budapest Castle Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Babysitting,Currency Exchange,Pets allowed,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/67/e8/67e82a45f3ea830c1b0bbb49a5cbb529edc5c050.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Ibis Budapest Castle Hill awaits you with recently renovated modern guest rooms and common areas. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="602.97" OriginalAmount="597" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.483174001382" Longitude="19.070363876465" StarRating="4" HotelCode="782704|2433" 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="603.98" OriginalAmount="598.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.512157294069" Longitude="19.074328243732" StarRating="4" HotelCode="26441|mamaison_hotel_andrassy_budapest" HotelName="Mamaison Hotel Andrassy Budapest" 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,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="16" TotalAmount="606.13" OriginalAmount="600.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50303041" Longitude="19.06991643" StarRating="0" HotelCode="570120|3909885" HotelName="a&amp;o Budapest City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Hostels" CnxPolicy="Free CXL until 18/03/2026" 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="27" TotalAmount="607.01" OriginalAmount="601" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.485932188439" Longitude="19.074648192265" StarRating="4" HotelCode="305722|58556" HotelName="Corvin Center Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Futo Utca 34-36, 1082 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/8f/f28f43444478c2f0e8c1ddf94010b13adc595afb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="610.11" OriginalAmount="604.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.513174" Longitude="19.050166" StarRating="3.5" HotelCode="311585|2494665" HotelName="Tatra 4 Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Business Centre,Concierge,Designated Smoking Area,Dining,Dry Cleaning,Internet,Kitchen,Laundry,LCD/Projector,Massage Centre,Parking,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Tátra utca 4, 1136 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c9/f8c95e9a0f36b394ebdb42469afa86c318940dc9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The 3.5-star Tatra 4 Studios Apartments offers comfort and convenience whether you're on business or...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="611.05" OriginalAmount="605.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="27" TotalAmount="622.16" OriginalAmount="616" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.484667298891" Longitude="19.075714945793" StarRating="4" HotelCode="186972|56989" HotelName="Fraser Residence Budapest" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" 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="27" TotalAmount="622.16" OriginalAmount="616" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.479176936674" Longitude="19.068615469427" StarRating="3" HotelCode="14791|542" HotelName="Ibis Styles Budapest City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Soroksári Utca 12, 1095 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/2c/2b2c6a354f59a34922d611f3d5c0e292980ccd71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is the only establishment located on the Pest side of the River Danube in the centre of B...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="630.24" OriginalAmount="624.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.423197" Longitude="19.233385" StarRating="3" HotelCode="101784|hotel_ferihegy" HotelName="Ferihegy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 13/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ülloi út, 809/b, 1185 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/02/3202d87affcfc1cf66d29efe66d85c92cea0e3ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a quiet and friendly area in a suburb of Budapest. It is close to Budapest F...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="632.38" OriginalAmount="626.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.509777" Longitude="19.066026" StarRating="3" HotelCode="285131|199261" HotelName="Six Inn Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="634.28" OriginalAmount="628.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="8" TotalAmount="637.17" OriginalAmount="630.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50964417" Longitude="19.05675733" StarRating="3" HotelCode="964727|664712" HotelName="T62 Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/2026">
        <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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="638.88" OriginalAmount="632.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.491909" Longitude="19.109407" StarRating="0" HotelCode="161707|233936" HotelName="ACHAT Premium Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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="8" TotalAmount="643.72" OriginalAmount="637.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500487130114" Longitude="19.110859930515" StarRating="4" HotelCode="905537|155950" 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 16/03/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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="650.00" OriginalAmount="643.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488611375553" Longitude="19.055697619915" StarRating="4" HotelCode="169404|3499593" HotelName="Bohem Art" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" 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="12" TotalAmount="660.27" OriginalAmount="653.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488678906955" Longitude="19.062334965226" StarRating="3" HotelCode="13776|1026111" HotelName="ibis Budapest Centrum" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Raday utca 6, 1092 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/ba/66baedb4e20fa1ee55c476049d32e524a0f164bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of the financial, cultural and commercial district of Budapest. I...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="663.57" OriginalAmount="657.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 16/03/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="34" TotalAmount="663.99" OriginalAmount="657.42" 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="665.59" OriginalAmount="659.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497845084048" Longitude="19.072552621365" StarRating="3" HotelCode="14781|mercure_budapest_metropol_hotel" HotelName="Ibis Styles Budapest Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Rakoczi utca 58, 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3a/64/3a64701f5ea30eeeab93b697d4115923050ee7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This historical hotel is wonderfully located in the shopping district of Budapest. Many public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="667.61" OriginalAmount="661.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="Non Refundable" 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="63" TotalAmount="668.62" OriginalAmount="662.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497809" Longitude="19.072225" StarRating="5" HotelCode="907163|boscolo_residence" HotelName="New York Residence Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 16/03/2026" 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="8" TotalAmount="677.54" OriginalAmount="670.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.434048" Longitude="19.091534" StarRating="4" HotelCode="267944|759645" HotelName="Duna Garden" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 16/03/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="679.45" OriginalAmount="672.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50000672" Longitude="19.05967682" StarRating="3" HotelCode="883694|188073" HotelName="Comfort Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="apartment" CnxPolicy="Free CXL until 12/03/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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="682.76" OriginalAmount="676.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49014496" Longitude="19.05696003" StarRating="3" HotelCode="850845|anoli_apartments_" HotelName="Amber Gardenview Studios" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Currency Exchange,Elevator">
        <Address>
          <AddressLines>
            <AddressLine>Veres Pálné Street 26, 1053 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/77/1f7763cf5d285054d641b956bf79ac454c24f2ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Set in Budapest , this property offers an ideal place of rest and relaxation. The property consists ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="682.76" OriginalAmount="676.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="63" TotalAmount="683.77" OriginalAmount="677.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="12" TotalAmount="684.84" OriginalAmount="678.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499463307738" Longitude="19.07877266407" StarRating="4" HotelCode="13612|1237102" HotelName="Hotel Hungaria City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" 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="685.79" OriginalAmount="679.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="8" TotalAmount="686.94" OriginalAmount="680.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498140463426" Longitude="19.067603945732" StarRating="3" HotelCode="901402|139324" HotelName="Nova Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment Hotel" CnxPolicy="Free CXL until 14/03/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="705.99" OriginalAmount="699.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="27" TotalAmount="718.11" OriginalAmount="711" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498861156442" Longitude="19.027084820126" StarRating="4" HotelCode="14744|1734" HotelName="Mercure Budapest Castle Hill" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" 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="63" TotalAmount="718.11" OriginalAmount="711.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5052732" Longitude="19.0613917" StarRating="3" HotelCode="900842|medosz_hotel_" HotelName="Medosz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" 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="16" TotalAmount="721.24" OriginalAmount="714.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494284455745" Longitude="19.078611731529" StarRating="3" HotelCode="37288|236016" HotelName="Atlas City Hotel" 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,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="63" TotalAmount="722.15" OriginalAmount="715.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="16" TotalAmount="723.85" OriginalAmount="716.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493927072777" Longitude="19.067754149437" StarRating="3" HotelCode="66538|2179835" HotelName="The Three Corners Hotel Anna" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/03/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="63" TotalAmount="724.17" OriginalAmount="717.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497303248845" Longitude="19.06948953867" StarRating="3" HotelCode="33478|ibis_budapest_city" HotelName="ibis Budapest City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" 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="12" TotalAmount="724.38" OriginalAmount="717.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497469967964" Longitude="19.072136878967" StarRating="4" HotelCode="15225|1261538" HotelName="Novotel Budapest Centrum" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST INCLUDED" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Family-friendly 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,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="12" TotalAmount="726.53" OriginalAmount="719.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.513271" Longitude="19.077976" StarRating="4" HotelCode="187143|1618250" HotelName="Mirage Medic Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Hotel de Charme,Business Hotel" 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="16" TotalAmount="727.04" OriginalAmount="719.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49863423" Longitude="19.06455888" StarRating="4" HotelCode="762535|3909765" 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="63" TotalAmount="727.20" OriginalAmount="720.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="8" TotalAmount="730.66" OriginalAmount="723.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502808324241" Longitude="19.068129658699" StarRating="4" HotelCode="25188|133127" HotelName="City Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Free CXL until 15/03/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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="738.31" OriginalAmount="731" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49964291" Longitude="19.05941142" StarRating="3.5" HotelCode="557105|218924" HotelName="Budapest Center Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Király Utca 19, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/09/2f09ae81eb06289462835f301ee1e3c4ee970c65.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the accommodation can reach various storeys quickly and easily by lift. Services and facil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="740.24" OriginalAmount="732.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.41435" Longitude="19.244114" StarRating="4" HotelCode="81844|109324" HotelName="Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Free CXL until 12/03/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="743.36" OriginalAmount="736.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="63" TotalAmount="744.37" OriginalAmount="737.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="746.39" OriginalAmount="739.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48982" Longitude="19.01721" StarRating="3" HotelCode="89564|jagello_hotel" HotelName="Jagello Business Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/03/2026" 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="16" TotalAmount="751.38" OriginalAmount="743.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.566506" Longitude="19.079891" StarRating="3" HotelCode="35069|1479148" HotelName="Vitta Hotel Superior" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 17/03/2026" 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="63" TotalAmount="751.44" OriginalAmount="744.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="8" TotalAmount="755.05" OriginalAmount="747.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500254" Longitude="19.055696" StarRating="3" HotelCode="311484|691806" HotelName="Andrássy Thai Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/03/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>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="755.48" OriginalAmount="748" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497542454373" Longitude="19.057221114635" StarRating="4" HotelCode="69375|448579" HotelName="Regency Suites" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="757.50" OriginalAmount="750.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="8" TotalAmount="760.98" OriginalAmount="753.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49427321783" Longitude="19.054919779301" StarRating="3" HotelCode="47488|17424" HotelName="City Hotel Pilvax" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 15/03/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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="761.54" OriginalAmount="754.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="12" TotalAmount="761.86" OriginalAmount="754.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.496665" Longitude="19.070983" StarRating="4" HotelCode="14784|1090883" HotelName="Hotel Nemzeti Budapest - MGallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" 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="27" TotalAmount="766.59" OriginalAmount="759" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.47164538" Longitude="19.02447097" StarRating="4" HotelCode="622540|255781" HotelName="Hotel Anna Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Kelenföldi Street 1-13, 1115 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/3d/523d0c826785debb37938a6ca381e87ac70956e7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a safe, a restaurant, a café, a bar and a transfer service are available ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="788.81" OriginalAmount="781" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4966018" Longitude="19.0578468" StarRating="3" HotelCode="263760|57660" HotelName="K9 Residence Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="63" TotalAmount="802.95" OriginalAmount="795.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="Non Refundable" 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="27" TotalAmount="804.97" OriginalAmount="797" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.495996660023" Longitude="19.072464108467" StarRating="4" HotelCode="68677|14575" HotelName="Atrium Fashion Hotel" 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,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="27" TotalAmount="804.97" OriginalAmount="797" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.508220421179" Longitude="19.066539108753" StarRating="4" HotelCode="67056|28433" HotelName="Mamaison Residence Izabella Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="63" TotalAmount="806.99" OriginalAmount="799.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.507933" Longitude="19.058175" StarRating="3.5" 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="8" TotalAmount="808.38" OriginalAmount="800.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497802" Longitude="19.058206" StarRating="3" HotelCode="297306|237584" HotelName="Roombach Hotel Budapest Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/03/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="825.17" OriginalAmount="817.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="Non Refundable">
        <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="825.17" OriginalAmount="817.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49835943" Longitude="19.05512333" StarRating="2" HotelCode="585435|captain_budapest_hostel_" HotelName="Hostel One Basilica Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bajcsy-zsilinszky utca 3, Floor 2, 1065 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/df/4cdf3df3342aaf25f05f6ddac8c3a99fe6ce3b9e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="825.17" OriginalAmount="817.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.479287216872" Longitude="19.074459671974" StarRating="4" HotelCode="130347|actor_hotel_budapest" HotelName="Actor Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" 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="63" TotalAmount="827.19" OriginalAmount="819.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.483364016522" Longitude="19.070465020421" StarRating="3" HotelCode="511778|sissi_hotel_" 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="16" TotalAmount="832.38" OriginalAmount="824.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.51275" Longitude="19.052131" StarRating="4" HotelCode="26503|11724" HotelName="NH Budapest City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 15/03/2026" 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="27" TotalAmount="833.25" OriginalAmount="825" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5222492" Longitude="18.9706993" StarRating="3" HotelCode="267930|364880" 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="27" TotalAmount="835.27" OriginalAmount="827" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499438" Longitude="19.039322" StarRating="4" HotelCode="11474|3263" HotelName="Carlton Hotel Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,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="845.37" OriginalAmount="837.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5043906" Longitude="19.05687511" StarRating="4" HotelCode="901562|opera_garden_hotel__apartments" HotelName="Opera Garden" Meals="ROOM ONLY" 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="16" TotalAmount="848.11" OriginalAmount="839.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4673" Longitude="19.018304" StarRating="3" HotelCode="35296|2306865" HotelName="ibis Styles Budapest Citywest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 18/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Budaorsi Utca 88, 1118 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/33/fb3318947a89a9aed71ecf027d52fb0ebe938cca.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated approximately 10 minutes outside Budapest's old town. There are restaurants an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="849.41" OriginalAmount="841.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.495559" Longitude="19.059483" StarRating="3" HotelCode="908863|budapest_city_central" HotelName="Budapest City Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Károly Körút 3/A, 1075 Budapest, Door-Bell code: 102</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/29/8829c0e516d8a8be45cb412d4430054b9a03a7bd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="853.19" OriginalAmount="844.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4995" Longitude="19.0603" StarRating="4" HotelCode="956483|759676" HotelName="Noble Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 12/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Városház Utca 1, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/73/8a/738abd85c10e27d7d7998c6765d0e758db0b57c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="857.49" OriginalAmount="849.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501424077678" Longitude="19.056571075692" StarRating="3" HotelCode="324139|12_revay_hotel" HotelName="12 Revay Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Révay Utca 12, 1065 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/23/a6238a9f962d1f96bcbb8bbc87cd9e0e5abfa44e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests of the hotel can reach various storeys quickly and easily by lift. Services and facilities at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="868.05" OriginalAmount="859.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.492375734982" Longitude="19.044290184975" StarRating="3" HotelCode="15444|201533" HotelName="Hotel Orion Varkert" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/03/2026" 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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="869.61" OriginalAmount="861" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493242" Longitude="19.052103" StarRating="4" HotelCode="80354|39718" HotelName="Marriott Executive Apartments Millennium Court" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment 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,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="27" TotalAmount="872.64" OriginalAmount="864" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497343196369" Longitude="19.057898339703" StarRating="4" HotelCode="320111|197559" HotelName="Eurostars Danube Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Asbóth utca 9, 1075 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/41/414362/414362a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="883.75" OriginalAmount="875" 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" 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="16" TotalAmount="885.73" OriginalAmount="876.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.510816652613" Longitude="19.037176966667" StarRating="4" HotelCode="114072|239196" HotelName="Regnum Residence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Massage Centre,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ganz Utca 8, 1027 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/7b/147b5c6b18ec5b79a3b84d68136a3a4c713f2671.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in central Budapest and offers guests excellent access to the main public tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="885.77" OriginalAmount="877.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.491478620368" Longitude="19.053001999855" StarRating="3" HotelCode="14636|city_matyas_hotel" HotelName="City Matyas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 13/03/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="12" TotalAmount="892.64" OriginalAmount="883.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.508833125701" Longitude="19.03874005575" StarRating="4" HotelCode="59770|1173816" HotelName="Novotel Budapest Danube" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" 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>Bem Rakpart 33-34, 1072 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/41/f94146189f3eba4d9164a6dad6e16d1e48bfffde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the Buda side of the city, between Margaret Bridge and the Chain Bridge over...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="893.85" OriginalAmount="885.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.519556" Longitude="19.057011" StarRating="4" HotelCode="65303|adina_apartment_hotel_budapest" HotelName="Adina Apartment Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Kitchen,Laundry,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hegedus Gyula utca 52, 1133 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2c/b7/2cb7a0bcac90639380f81dab380f135eb1286649.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="63" TotalAmount="901.93" OriginalAmount="893.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="63" TotalAmount="917.08" OriginalAmount="908.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="Non Refundable" 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="8" TotalAmount="918.16" OriginalAmount="909.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50102475" Longitude="19.07318888" StarRating="3" HotelCode="861418|650206" HotelName="Nova City Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <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>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="923.42" OriginalAmount="914.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.487755884076" Longitude="19.073746204376" StarRating="3" HotelCode="168456|2880314" HotelName="Bo18 Hotel Superior" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" 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="8" TotalAmount="930.80" OriginalAmount="921.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49839058" Longitude="19.05660824" StarRating="4" HotelCode="142637|210894" HotelName="7Seasons Apartments Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/03/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="931.22" OriginalAmount="922.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498498" Longitude="19.07735" StarRating="4" HotelCode="899453|the_three_corners_hotel_bristol" HotelName="The Three Corners Hotel Bristol" 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,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="16" TotalAmount="942.72" OriginalAmount="933.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494063" Longitude="19.052555" StarRating="3" HotelCode="410458|477555" 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="16" TotalAmount="947.65" OriginalAmount="938.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49043938" Longitude="19.05913677" StarRating="3.5" HotelCode="448696|2055855" HotelName="Hotel Rum" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Kiraly Pal utca 4, 1053 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/zz/0ead13281a73f1d6596327eae31a86608378fcc2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="948.92" OriginalAmount="939.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50758197" Longitude="19.07192432" StarRating="4" HotelCode="963771|667856" HotelName="Smart Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/03/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>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="959.24" OriginalAmount="949.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49000876916" Longitude="19.061300754547" StarRating="4" HotelCode="14775|1089967" HotelName="Mercure Budapest Korona" Meals="ROOM ONLY,BREAKFAST INCLUDED" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kecskemeti Utca 14, 1053 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/12/6112e07a9b279e059ce8816f064c8a3681d386a6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern luxury hotel is situated in the Pest part of the city, opposite the National Museum. It ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="962.74" OriginalAmount="953.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50172357" Longitude="19.03872952" StarRating="3" HotelCode="857469|67591011" HotelName="Monastery Boutique Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" 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="16" TotalAmount="964.25" OriginalAmount="954.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.489764092031" Longitude="19.059643149376" StarRating="3" HotelCode="10940|48354" HotelName="The Three Corners Hotel Art" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 17/03/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="8" TotalAmount="965.69" OriginalAmount="956.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488564251385" Longitude="19.023739099503" StarRating="4" HotelCode="24655|6759" HotelName="Novotel Budapest City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 17/03/2026" 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,Spa,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Alkotas utca 63-67, 1123 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d0/48/d048359f83cfd29cad20b2120350a00c9bbd6620.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an attractive location, on the Buda side of the city in an attractive gard...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="973.44" OriginalAmount="963.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.503812" Longitude="19.052861" StarRating="4" HotelCode="153190|127657" HotelName="Hotel President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="980.71" OriginalAmount="971.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488624" Longitude="19.056741" StarRating="3" HotelCode="408844|cosmo_city_hotel" HotelName="Cosmo City" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Vaci Utca, 77, 1056 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/32/f132377f71b7347d60d5010dd3088892cd60c201.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located on the famous Váci Street, in a neighbourhood of fancy restaurants and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="981.72" OriginalAmount="972.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 13/03/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="63" TotalAmount="991.82" OriginalAmount="982.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.587381175981" Longitude="19.067823886871" StarRating="4" HotelCode="56058|holiday_beach_budapest_wellness_conference_hotel" HotelName="Holiday Beach Budapest Wellness &amp; Conference Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/03/2026" 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="27" TotalAmount="992.83" OriginalAmount="983" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50626536" Longitude="19.05602118" StarRating="3.5" 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="16" TotalAmount="995.67" OriginalAmount="985.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493462" Longitude="19.121746" StarRating="4" HotelCode="142145|392135" 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="16" TotalAmount="1006.68" OriginalAmount="996.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49533978" Longitude="19.05956081" StarRating="3" HotelCode="589183|3910375" HotelName="Karoly Corner Residences" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/03/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="27" TotalAmount="1010.00" OriginalAmount="1000" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488321027347" Longitude="19.072103502529" StarRating="3" HotelCode="318611|53852" HotelName="Prince Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Jacuzzi,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Kisfaludy Utca 18-20, 1082 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/7a/e17a405a6c8dc0a3cb409016fe1836a87bba3810.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located right in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1012.02" OriginalAmount="1002" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.500898465517" Longitude="19.061788916588" StarRating="4" HotelCode="36307|20426" 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="16" TotalAmount="1024.02" OriginalAmount="1013.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.484927490061" Longitude="19.067341566595" StarRating="4" HotelCode="556802|2155795" HotelName="The Three Corners Lifestyle Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 17/03/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="12" TotalAmount="1028.13" OriginalAmount="1017.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493342" Longitude="19.052361" StarRating="4" HotelCode="166544|4485771" HotelName="La Prima Fashion Hotel Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" 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="63" TotalAmount="1032.22" OriginalAmount="1022.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="8" TotalAmount="1038.66" OriginalAmount="1028.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.493693287654" Longitude="19.063245356083" StarRating="4" HotelCode="14783|86846" 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 17/03/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>
        <Offer>Early Booking discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1054.44" OriginalAmount="1044.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="1058.48" OriginalAmount="1048.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5775856" Longitude="19.092553" StarRating="3" HotelCode="150212|karin" HotelName="Karin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Laundry,Massage Centre,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>1047 Budapest, Fóti Way 75</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/59/6459d4711796a6953214e191393ade0f0fc74b0a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a safe, a currency exchange service, a 24-hour security service, a transfer service...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1067.57" OriginalAmount="1057.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5032289" Longitude="19.03610726" StarRating="4" HotelCode="441292|milford_suites_budapest" HotelName="Milford Suites Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/03/2026" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Toldy Ferenc utca 12., 1015 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/30/e430ebc777a92481b06b872b1438320e7afca2b5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1069.59" OriginalAmount="1059.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="63" TotalAmount="1078.68" OriginalAmount="1068.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502252044289" Longitude="19.057867527008" StarRating="4" HotelCode="259028|kk_hotel_opera" HotelName="K+K Hotel Opera" Meals="ROOM ONLY" 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="27" TotalAmount="1086.76" OriginalAmount="1076" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49954559" Longitude="19.05876536" StarRating="3" HotelCode="738703|301775" HotelName="Stories Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="27" TotalAmount="1092.82" OriginalAmount="1082" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.508180561775" Longitude="19.059452712536" StarRating="4.5" HotelCode="16409|3267" HotelName="Radisson Blu Béke Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="63" TotalAmount="1093.83" OriginalAmount="1083.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49658" Longitude="19.048723" StarRating="4" HotelCode="186354|zenit_budapest_palace_hotel" HotelName="Zenit Budapest Palace" 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,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Apaczai Csere János 7, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/ca/e4ca8cecbd5b84c16338f6628f43eae30ed6b1ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in central Budapest along the River Danube, which is 150 m away. Moreover, it l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1113.02" OriginalAmount="1102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.553277" Longitude="19.078471" StarRating="4" HotelCode="191328|32438" HotelName="Park Inn by Radisson Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="1113.02" OriginalAmount="1102.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="27" TotalAmount="1120.09" OriginalAmount="1109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5109003" Longitude="19.06167859" StarRating="5" HotelCode="773195|364877" HotelName="Mystery Hotel Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST" 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="63" TotalAmount="1120.09" OriginalAmount="1109.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 15/03/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="63" TotalAmount="1126.15" OriginalAmount="1115.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="Free CXL until 14/03/2026">
        <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="27" TotalAmount="1131.20" OriginalAmount="1120" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.494173542787" Longitude="19.052422642708" StarRating="4.5" HotelCode="18177|3265" HotelName="Mercure Budapest City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,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="63" TotalAmount="1139.28" OriginalAmount="1128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.488058" Longitude="19.058047279762" StarRating="4" HotelCode="59070|boutique_hotel_zara" HotelName="Boutique Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 17/03/2026" 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="63" TotalAmount="1150.39" OriginalAmount="1139.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="27" TotalAmount="1160.49" OriginalAmount="1149" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49894565" Longitude="19.05760651" StarRating="0" HotelCode="957820|395920" HotelName="Barceló Budapest" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" 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="63" TotalAmount="1165.54" OriginalAmount="1154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49991733" Longitude="19.06598762" StarRating="0" HotelCode="555998|acacia_hostel" HotelName="Acacia Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>Akácfa Utca 43, 1072 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/b2/f6b22dbacb07bc64c472489dd1e07af58af81d39.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1179.49" OriginalAmount="1167.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5035511" Longitude="19.03030929" StarRating="3.5" HotelCode="552748|2179865" HotelName="Maison Bistro &amp; Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/03/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="63" TotalAmount="1183.72" OriginalAmount="1172.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="Non Refundable" 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="63" TotalAmount="1186.75" OriginalAmount="1175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.496952" Longitude="19.067054" StarRating="4" HotelCode="160856|continental_hotel_zara" HotelName="Continental Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel,City Hotel,Conference Hotel" CnxPolicy="Non Refundable" 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="8" TotalAmount="1215.52" OriginalAmount="1203.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.56622046" Longitude="18.9614593" StarRating="4" HotelCode="585448|755426" HotelName="Klebelsberg Kastély" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Templom utca 12, Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/ea/92ea75382be9cc2e7b68d6383f04ffa9c4c52482.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1223.20" OriginalAmount="1211.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50331325" Longitude="19.03230909" StarRating="4" HotelCode="552758|2494635" HotelName="Pest-Buda Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/03/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="27" TotalAmount="1224.12" OriginalAmount="1212" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50164694" Longitude="19.0530245" StarRating="0" HotelCode="865596|518057" 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="12" TotalAmount="1244.00" OriginalAmount="1231.68" 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="63" TotalAmount="1262.50" OriginalAmount="1250.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="8" TotalAmount="1277.33" OriginalAmount="1264.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.504570214633" Longitude="19.029256379048" StarRating="4" HotelCode="334379|640174" HotelName="Baltazar Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/03/2026" 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>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1300.06" OriginalAmount="1287.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50139858704" Longitude="19.059085249901" StarRating="3" HotelCode="87732|309835" HotelName="Casati Budapest" 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,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>VI. Paulay Ede u. 31, H-1061 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/bb/0fbbccc0508e33dcf8d6a0e544590be18d1f793a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Budapest. Most of Budapest’s main sights are within walking di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1303.91" OriginalAmount="1291" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50230751" Longitude="19.05662278" StarRating="0" HotelCode="953870|412066" HotelName="Hilton Garden Inn Budapest City Centre" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Lazar Utca 11-13, 1065 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/48/b0/48b03de58b02e22e696940a9e171bc5ab852e397.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1334.96" OriginalAmount="1321.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.48967351" Longitude="19.06051941" StarRating="4" HotelCode="943620|2558935" HotelName="Hotel Memories Old Town" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/03/2026">
        <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="27" TotalAmount="1335.22" OriginalAmount="1322" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49646751" Longitude="19.0602368" StarRating="4" HotelCode="781340|364870" HotelName="Hotel Memories Budapest" Meals="BED &amp; BREAKFAST,ROOM ONLY" 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="63" TotalAmount="1349.36" OriginalAmount="1336.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="63" TotalAmount="1349.36" OriginalAmount="1336.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498513762594" Longitude="19.061542153358" StarRating="5" HotelCode="68833|queens_court_hotel_residence" HotelName="Queen's Court Hotel &amp; Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dob utca 63., 1074 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/16/1b16b2b8ca47721f620ef9f6b7c7f8f47f1ac8f4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1357.44" OriginalAmount="1344.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="8" TotalAmount="1387.71" OriginalAmount="1373.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50092063" Longitude="19.05673882" StarRating="4" HotelCode="355129|437959" HotelName="Hotel Moments Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 15/03/2026" 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>
        <Offer>Long Stay discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1399.73" OriginalAmount="1385.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.4889115" Longitude="19.0346487" StarRating="3" HotelCode="435244|2018055" HotelName="Gold Hotel Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/02/2026" 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="27" TotalAmount="1439.25" OriginalAmount="1425" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499266055161" Longitude="19.058607882249" StarRating="3" HotelCode="148320|56587" HotelName="Gozsdu Court" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" 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="1449.35" OriginalAmount="1435" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.43072962" Longitude="19.2623488" StarRating="3" HotelCode="630279|255870" HotelName="Ibis Styles Budapest Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Hrsz. 07312, Liszt Ferenc, International Airport Terminal2, 1185 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/a4/d6a489d4041d7d0abb1911401a1c3ff700e9cf26.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1488.74" OriginalAmount="1474.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.501612405657" Longitude="19.039521217346" StarRating="4" HotelCode="82616|victoria_3" HotelName="Boutique Hotel Victoria Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Bem rkp. 11, 1011 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/d0/83d0838a528c03d1029814bd0f2830877696d254.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of the historical centre of Budapest, on the Buda side, dire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1506.71" OriginalAmount="1491.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502647" Longitude="19.033478" StarRating="5" HotelCode="13349|6755" HotelName="Hilton Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/03/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Hess Andras Ter 1-3, 1014 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/4c/d14c520f8e04c2b84cf3f1ec5fca28fb5408853f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the picturesque quarter of the city, recently declared a World Herit...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1518.03" OriginalAmount="1503.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="63" TotalAmount="1522.07" OriginalAmount="1507.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.60095" Longitude="19.111913" StarRating="4" HotelCode="900484|ramada_resort_aquaworld_budapest" HotelName="Aquaworld Resort Budapest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Spa Hotel,Conference Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 16/03/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="63" TotalAmount="1548.33" OriginalAmount="1533.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="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 11/03/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="12" TotalAmount="1573.15" OriginalAmount="1557.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50201819" Longitude="19.05830261" StarRating="4" HotelCode="611308|30582503" HotelName="Callas House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" 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="16" TotalAmount="1589.88" OriginalAmount="1574.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.50556492" Longitude="19.06440113" StarRating="2" HotelCode="555992|3905775" HotelName="Adagio Hostel 1.0 Oktogon" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Free CXL until 16/03/2026">
        <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="8" TotalAmount="1602.58" OriginalAmount="1586.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502645246039" Longitude="19.066772460938" StarRating="5" HotelCode="49118|6769" HotelName="Corinthia Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 16/02/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,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="8" TotalAmount="1648.10" OriginalAmount="1631.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.512925429956" Longitude="19.058082103729" StarRating="5" HotelCode="51549|6768" HotelName="Hilton Budapest City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 18/03/2026" 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="63" TotalAmount="1698.82" OriginalAmount="1682.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="27" TotalAmount="1823.05" OriginalAmount="1805" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.502635" Longitude="19.050451" StarRating="5" HotelCode="172369|29676" HotelName="Iberostar Grand Budapest" Meals="ROOM ONLY" 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="16" TotalAmount="1855.65" OriginalAmount="1837.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49266524" Longitude="19.05964562" StarRating="3" HotelCode="781311|3909785" HotelName="Hotel Collect" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 15/03/2026">
        <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="63" TotalAmount="2119.99" OriginalAmount="2099.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497437349048" Longitude="19.053393602371" StarRating="5" HotelCode="14004|le_meridien_budapest" HotelName="The Ritz-Carlton Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Free CXL until 17/03/2026" 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="12" TotalAmount="2275.83" OriginalAmount="2253.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497303248845" Longitude="19.052425324917" StarRating="5" HotelCode="259306|1336310" HotelName="Kempinski Hotel Corvinus Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" 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="12" TotalAmount="2394.85" OriginalAmount="2371.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.498521011095" Longitude="19.070476591587" StarRating="5" HotelCode="58918|1295950" HotelName="New York Palace Budapest" Meals="AMERICAN BUFFET BREAKFAST AT HOTEL,ROOM ONLY,BED &amp; BREAKFAST" BedType="AMERICAN BUFFET BREAKFAST AT HOTEL" PropertyType="City Hotel,Historic Hotel" 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="63" TotalAmount="2694.68" OriginalAmount="2668.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="27" TotalAmount="2710.84" OriginalAmount="2684" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.497140153542" Longitude="19.048104286194" StarRating="5" HotelCode="14583|2439" HotelName="Budapest Marriott Hotel" 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,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Apaczai Csere Janos 4, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/51/1151b8694b357ae8f9185cfcc34367c71d542fad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly on the Danube and enjoys a stunning panoramic view. The renown...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="3234.02" OriginalAmount="3202.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.49334612" Longitude="19.05516711" StarRating="5" HotelCode="830796|16098676" HotelName="Párisi Udvar Hotel Budapest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Petofi Sándor Utca 2-4, 1052 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/f8/bef86610f123d9fd216bb69eb2ee758a2ca21dcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Budapest.</HotelDescription>
        <Offer>Discount:USD8.03</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3278.44" OriginalAmount="3245.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499783903507" Longitude="19.053299772576" StarRating="5" HotelCode="336437|1891115" HotelName="Aria Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 11/03/2026" 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="12" TotalAmount="3704.86" OriginalAmount="3668.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.5054185" Longitude="19.0601415" StarRating="4" HotelCode="267935|2836232" HotelName="Bliss Hotel &amp; Wellness" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="resort" HotelFacility="Conference Hall,Fax,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ó Street 43-49, 1066 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/ef/a7ef54d14b9dabce5b3c688caedd4aa9e835f678.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Budapest. The nearest airport is Budapest - Ferihegyi repülötér (BUD).</HotelDescription>
        <Offer>Discount:USD9.19</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="5783.24" OriginalAmount="5725.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="47.499727872601" Longitude="19.04781460762" StarRating="5" HotelCode="27482|134364" HotelName="Four Seasons Gresham Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/03/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Széchenyi István tér 5-6, 1051 Budapest</AddressLine>
          </AddressLines>
          <CityName>Budapest</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/16/20/16201936bbfbf6df607cbfaef1f22f19e3bde7f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Budapest.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>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,Spa,Currency Exchange,Kitchen,Lounge,Garden,24 Hour Security,Airport Transfer (on Demand),Parking,Pets allowed,Babysitting,Meeting Room,Golf,Heated Pool,Dining,24 Hour Power Supply,Wake-up Call Service,Library,Housekeeping,Business Centre,Concierge,Dry Cleaning,LCD/Projector,Elevator</BasicAmenities>
    <HotelRating>4,5,3,2,4.5,3.5,1,2.5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,AIRPORT HOTEL,SPA HOTEL,CONFERENCE HOTEL,FAMILY-FRIENDLY HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,APARTMENT,APARTMENT HOTEL,HOTEL,ECO HOTEL,RESORT,BOTEL,APARTHOTEL,HOSTELS,CLUB RESORT,HOSTEL,BOUTIQUE HOTEL,GUESTHOUSE</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
ed5fc8c1-559b-47c3-aaa9-58132d1581db|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="ed5fc8c1-559b-47c3-aaa9-58132d1581db">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="44889" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-03-12T00:00:00" End="2026-03-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="GrecosTours Pc" Password="Grecos2026!" RequestedCurrency="USD" ClientNationality="GR" 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
ed5fc8c1-559b-47c3-aaa9-58132d1581db|TravcoSearch|successfull supplier interation||Travco|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
ed5fc8c1-559b-47c3-aaa9-58132d1581db|MikiSearch|supplier interation failed||Miki|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
ed5fc8c1-559b-47c3-aaa9-58132d1581db|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
ed5fc8c1-559b-47c3-aaa9-58132d1581db|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
ed5fc8c1-559b-47c3-aaa9-58132d1581db|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-02-10T08:51:36.3708632+00:00" Version="0" EchoToken="Search" TransactionIdentifier="ed5fc8c1-559b-47c3-aaa9-58132d1581db" Currency="USD">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.6257" Longitude="22.9428" StarRating="0" HotelCode="669256|stay_hybrid_hostel" HotelName="Stay Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>?onos Dragoumi 61</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/ca/0ecabc70d2ee2d8feb04e71feb01f5b4eca5c5be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.644291715612" Longitude="22.944166045701" StarRating="2" HotelCode="360613|studios_arabas__hostel" HotelName="Studios Arabas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Sachtouri 28, Ano Poli, 54632 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/43/984316c393f84ac7e73f8386e7d348f5453f4fcb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Thessaloniki.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.64716103" Longitude="22.92701073" StarRating="2" HotelCode="396623|thess_hostel" HotelName="Thess Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Kitchen,Laundry,Library,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/1f/661feb8a7ed21cc1d4ff768b8d04e0b3700e0661.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Thess Hostel in Thessaloniki, you'll be convenient ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.87" OriginalAmount="170.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.492433636352" Longitude="22.969740629196" StarRating="3" HotelCode="164877|139225" HotelName="Four Seasons" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 21/02/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>National road Thessaloniki - Trilofos, Trilofos 57500, Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/72/0872056d1a885c3e303d9d7e88139e75a3670913.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Thessaloniki's eastern suburbs and 3.5 km from Thessaloniki International Airport, the ho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="237.05" OriginalAmount="234.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.63874363" Longitude="22.93827004" StarRating="1" HotelCode="323594|4204155" HotelName="Hotel Kastoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Leontos Sofou 17,, Thessaloniki 54626</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/6a/e66ace6ac37a76aec445b3caeea555c94df5122e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Thessaloniki.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="248.27" OriginalAmount="245.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.639353" Longitude="22.9379" StarRating="3" HotelCode="388387|77834" HotelName="Aegeon" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>19 Egnatia Street, 54630 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/df/f8df67455db3bdd766dea5d159cbad6fbff25730.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Thessaloniki. The nearest airport is Thessaloniki (SKG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="261.59" OriginalAmount="259.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.635503110811" Longitude="22.94184833765" StarRating="2" HotelCode="909495|amalia_3" HotelName="Amalia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 01/03/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>33 Ermou Street, Thessloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9e/e39e9543742927960e2d2adea49fd75b37325918.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 2 star hotel is located in the city centre of Thessaloniki.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="268.62" OriginalAmount="265.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.64446384" Longitude="22.93737929" StarRating="3" HotelCode="745028|4233625" HotelName="Urban Donkey" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arkadioupoleos 11, 54632 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/4d/294db913f0c1d885c58c84b35c221315d72e6433.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="292.83" OriginalAmount="289.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.488395" Longitude="23.032106" StarRating="2" HotelCode="113684|1007845" HotelName="Heaven Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>11th Street Tagarades, P.O. Box 337, 57001 Thessaloniki, Macedonia</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/b5/81b55ef77b7dbd6d64d7cd8f413d663035107a47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Thessaloniki. The nearest airport is Thessaloniki (SKG).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.93" OriginalAmount="293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.6257" Longitude="22.9428" StarRating="0" HotelCode="821651|athlos_hotel" HotelName="Athlos Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Athlitiko Kentro Mikras Terma Neas Krinis</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/b5/41b51102e03fd6158d9d54447b66b62dd5fa1d3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="316.38" OriginalAmount="313.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.495183" Longitude="22.963179" StarRating="3" HotelCode="113689|2047945" HotelName="Ambassador Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Miaouli, 575 00 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/48/0d48789eaea02bedf57d1e1d903bd0d3123047a0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Thessaloniki.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.40" OriginalAmount="340.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.6465258087" Longitude="22.986209478504" StarRating="4" HotelCode="366150|67334" HotelName="Philippion Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Seich-Sou Forest, Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/70/13703f926c161d2553e25603aa3023afcb2f32d4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of the thickly-wooded Seich-Sou Park and offers spectacular views...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="356.48" OriginalAmount="352.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.707144" Longitude="22.797623" StarRating="3" HotelCode="152361|1622898" HotelName="Hotel Perinthos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>12th km Old National Road of Thessaloniki - Edessa, P.O. Box 1446, Ionia, 57008 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/97/9a97330e5eda4119af8b75e24264e55e01771e46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is just 15 km away from the historical and commercial centre of Thessaloniki town. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="357.07" OriginalAmount="353.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.6427" Longitude="22.938903" StarRating="3" HotelCode="59372|67434" HotelName="Telioni" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16 Agiou Dimitriou Street, 54630 Thessaloniki, Chalkidiki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/f3/a9f3f34b75f374e9615507978c333f8a03c3c718.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located just 12 km from “Macedonia” airport. The centre of Thessaloniki is a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="386.83" OriginalAmount="383.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.63460336" Longitude="22.93743374" StarRating="3" HotelCode="424274|colors_central_ladadika" HotelName="Colors Central" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Airport Transfer (on Demand),Central Heating,Designated Smoking Area,Fax,Housekeeping,Internet,Laundry,Library,Pets allowed,Printer">
        <Address>
          <AddressLines>
            <AddressLine>1 Oplopoiou &amp; Katouni, Ladadika, 54625 Thessaloniki, Greece</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/bb/aebbf6407bcae25be1bedf7fd81211dc8995afc0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;COLORS Central became the link between the city and its guests, giving life to the concept of afford...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="439.35" OriginalAmount="435.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.57529533" Longitude="22.94846492" StarRating="2" HotelCode="333447|oceanis_4" HotelName="Oceanis" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/67/7e672eb6dcef9ed5f4937243992f63ec429dd7d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="441.37" OriginalAmount="437.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.639604223812" Longitude="22.939485668717" StarRating="5" HotelCode="629149|antigon_urban_chic_hotel" HotelName="Antigon Urban Chic Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Laundry,Nightclub,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Adigonidon 15, 54630 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/e7/38e79bdaa965b18d4d2570d49219bfab8da2c4e7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Thessaloniki.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="444.69" OriginalAmount="440.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.63790501" Longitude="22.9415203" StarRating="3" HotelCode="550025|4224155" HotelName="The Caravan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Rempelou 1, At thecorner of Rebelou Street 1 and Vamvaka Street, 546 31 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/67/6867970ec06917a0c025539da8186fed0b8975c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Thessaloniki.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="446.75" OriginalAmount="442.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.645479" Longitude="22.92532" StarRating="3" HotelCode="409580|304405" HotelName="Rotonda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>97 Monastiriou, Thessaloniki 54627</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/3c/5b3c6b7607f96ea3e8c27bdbdeb90571ac10dcb3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Thessaloniki, very close to the central railway station and th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="455.50" OriginalAmount="450.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.642207521263" Longitude="22.931186556816" StarRating="2" HotelCode="113679|1553368" HotelName="Rex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Monastiriou 39, Thessaloniki 54627</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/eb/a5eb16357796cd098e0bf87aa2248138a74226ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Thessaloniki.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="504.86" OriginalAmount="499.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.549184" Longitude="22.990042" StarRating="5" HotelCode="32076|67074" HotelName="Nikopolis" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 16/02/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>16-18 Asklipiou, St. Pilaia, Thermi 57001, Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/b3/b7b38ff88fa2ea0aaeaf8b18596468f2121ffa8a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on the outskirts of Thessaloniki.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="522.11" OriginalAmount="516.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.637895" Longitude="22.940059" StarRating="4" HotelCode="59374|67104" HotelName="Minerva Premier" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>44, Egnatias &amp; 12, Syngrou, Thessaloniki 54623</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/6f/1b6f79a9617fefab13c4e2b11854294ebcd57ee6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies around 1 km from the centre of Thessaloniki, approximately 12 km from “Macedonia” ai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="532.40" OriginalAmount="527.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.589016437545" Longitude="23.029974868717" StarRating="4" HotelCode="113682|137642" HotelName="Hotel Panorama" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 05/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Analipseos 26, 55236 Thessaloniki, Panorama</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/3c/ea3c21aa4585d6226283194e8d11bf0e82ac2985.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is built on the lush green hill of Panorama, in the most elegant suburb of Thessaloniki, a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="549.36" OriginalAmount="543.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.642306" Longitude="22.939981" StarRating="4" HotelCode="63716|67504" HotelName="The Tobacco Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>25 Agiou Dimitriou, 54632 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/f8/14f802830ec1af3cfdbfd9728e3f87f8a900c2e9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at 25 Agiou Dimitriou Street. It is very close to the Macedonia-Thrace Ministry...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="569.65" OriginalAmount="564.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.636378345286" Longitude="22.93585896492" StarRating="3" HotelCode="366231|1642818" HotelName="Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Tsimiski &amp; 9 Salaminos Street, 54626 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ba/4cba3299ad8111e68973cdb52e6ade76417f4728.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a prime location in the city centre with easy access to the business district, sto...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="584.79" OriginalAmount="579.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.6257" Longitude="22.9428" StarRating="0" HotelCode="975514|grand_port_suites_thessaloniki" HotelName="Grand Port Suites Thessaloniki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Promitheos 41, 546 29 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/e5/d4e5a3fc0a9d935998c35bf38bc6e7431a550c20.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="592.87" OriginalAmount="587.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.642056913485" Longitude="22.932723462582" StarRating="4" HotelCode="11443|capsis_hotel_thessaloniki" HotelName="Capsis Hotel Thessaloniki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Monastiriou Street 16, 546 29 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b9/92b92920491a9f4ba06c96d3ec9ef385760d3167.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre of Thessaloniki, around 200 m from the famous harbour area. The m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="599.52" OriginalAmount="593.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.590023" Longitude="23.032635" StarRating="3" HotelCode="113681|304285" HotelName="Pefka" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>92 Analipseos Str., 55236 Panorama, Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/a2/59a26dbf26e5e1f2826fa80708d6effeb236c286.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the central part of Panorama and provides easy access to all commercial, cu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="623.17" OriginalAmount="617.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.638193911377" Longitude="22.940373122692" StarRating="4" HotelCode="58462|kinissi_palace_hotel" HotelName="Kinissi Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Massage Centre,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Egnatia Street 41 &amp; Sygrou Street 17, 54630 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/04/8604efec1ccbe9f3feeedb6f9c3eeceff830470d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the city's business district and commercial market. Aristotelou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="650.34" OriginalAmount="643.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.63445212" Longitude="22.94347339" StarRating="4" HotelCode="745102|2508185" HotelName="The Modernist" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 15/02/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Ermou Street 32, 546 23 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/38/7f38ea76e6446ea0162f65ea5dc8008bfdb9a6b1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Modernist is a new boutique hotel in downtown Thessaloniki, a few strides from Aristotelous squa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="661.55" OriginalAmount="655.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.642625" Longitude="22.93514" StarRating="4" HotelCode="888224|anatolia" HotelName="Anatolia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Lagada 13, 546 29 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/24/3f/243fa739567db11c12df31a39e457c5877935a72.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the city centre and enjoys direct access from the west side of the city, c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="700.94" OriginalAmount="694.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.64160922" Longitude="22.92083902" StarRating="3" HotelCode="744367|limani" HotelName="Limani Comfort Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 01/03/2026">
        <Address>
          <AddressLines>
            <AddressLine>32 Andreou Georgiou, 54627 Thessaloníki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/18/6f18aa1bb4142b7cea1fdcc313f7da2119c73cdc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="725.16" OriginalAmount="717.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.522639" Longitude="23.000178" StarRating="5" HotelCode="30025|67064" HotelName="Hyatt Regency Thessaloniki" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Airport 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,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>13 kilometres Thessaloniki-Perea, 57001 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/a5/62a52a150bda58e36ce783840f7580601a91b7ac.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This perfect city resort is located in close proximity to Thessaloniki's international airport as we...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="737.98" OriginalAmount="730.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.635253" Longitude="22.935971" StarRating="4" HotelCode="309412|393325" HotelName="Diamond Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Paggaiou 3 &amp; Doxis 8, Ladadika, 546 25 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/22/6722109d0a5355a68298b59666be919d2b22922e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Thessaloniki.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="750.43" OriginalAmount="743.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.628677533026" Longitude="22.945669271164" StarRating="5" HotelCode="66350|daios_luxury_living" HotelName="Daios Luxury Living" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Nikis Avenue 59, 546 22 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/8c/b98cf5969ce5b4e8868705a097ae9f467566dd99.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury living hotel is built in the center of Thessaloniki, on the beach road, just a 2-minute ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="761.54" OriginalAmount="754.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.633185" Longitude="22.941168" StarRating="5" HotelCode="59864|electra_palace_hotel_thessaloniki" HotelName="Electra Palace Thessaloniki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>9 Aristotelous Square, 54624 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/49/18/49189288907fe60692c86af0e08aa767b72f4dbb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Thessaloniki, right on the famous Aristotelous square which i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="796.06" OriginalAmount="788.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.635359" Longitude="22.936159" StarRating="3" HotelCode="63714|76321" HotelName="Plaza Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/03/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Paggaiou 5, Ladadika, Thessaloniki  54625</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/a4/98a4102f6338512bac4905bf61b0f7f931280fd3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This boutique hotel enjoys a fantastic location in the trendy old town area of Ladadika, in the hear...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="876.67" OriginalAmount="867.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.633138" Longitude="22.939376" StarRating="5" HotelCode="26044|2249355" HotelName="Andromeda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aristotelous Square, Komnenon 5 &amp; Kalapothaki, 54624 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b7/9c/b79c9153074d27e65af7b3fd0d9080082e2b8844.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Thessaloniki, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="916.07" OriginalAmount="907.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.635986" Longitude="22.935582" StarRating="5" HotelCode="30248|mediterranean_palace_hotel" HotelName="Mediterranean Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Salaminos &amp; Karatassou, 3, 54626 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/cf/28cf7a00433d49d942b1168d7ca669fede53ddd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the centre of Thessaloniki. It is located near a historical and famous area ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1075.65" OriginalAmount="1065.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.63493601" Longitude="22.93909466" StarRating="4" HotelCode="514703|colors_urban_hotel_thessaloniki" HotelName="Colors Urban Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>13 Tsimiski, 54624 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/ee/0eeea3104fd3b8a9c7fb386b10543dbb398e198d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;COLORS is the best choice when it comes to value for money accommodation in the heart of Thessalonik...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1095.85" OriginalAmount="1085.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.653442" Longitude="22.908264" StarRating="5" HotelCode="59538|grand_hotel_palace_2" HotelName="Grand Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>305-307 Monastiriou, 54627 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/36/2936b4a3ace639963612f4f291d1dc0207a2c29c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated by the western outskirts of Thessalonika, around 25 km from Macedonia airport...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1131.20" OriginalAmount="1120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.6338619" Longitude="22.940157" StarRating="4" HotelCode="20756|city_hotel_thessaloniki" HotelName="City Hotel Thessaloniki" 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,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Komninon Street 11, 546 24 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0b/ac0b9af1716f75b6f267b2dc4de0534683cd0619.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the heart of the city's business and commercial centre, just off Tsimi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1152.41" OriginalAmount="1141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.63369" Longitude="22.93985" StarRating="5" HotelCode="140954|excelsior_hotel_3" HotelName="The Excelsior" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Garden,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>10 Komninon Street, 23 Mitropoleos Avenue, 546 24 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/c8/a7c8c52f5f96e94a5b263de98a38841c214a5515.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated right in the heart of Thessaloniki town centre. Located on the corner of Mitro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1319.06" OriginalAmount="1306.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.618301407564" Longitude="22.952574491501" StarRating="5" HotelCode="13081|makedonia_palace" HotelName="Makedonia Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>2, M. ALexandrou, 54640 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/25/ec254540e42848813f3bda1b4fa4dabb6723d47d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This conference hotel is located in the heart of the city of Thessaloniki, overlooking the sea. It i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="8608.23" OriginalAmount="8523.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.638969" Longitude="22.945021" StarRating="3" HotelCode="75164|hotel_olympia_2" HotelName="Hotel Olympia Thessaloniki" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/03/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>65 Olympou Street, 54631 Thessaloniki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/c0/40c048c254d2c6adf5e79f1f235bb363529d6836.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Thessaloniki.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="17615.41" OriginalAmount="17441.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.634831" Longitude="22.937479" StarRating="5" HotelCode="63512|the_bristol_hotel_4" HotelName="The Bristol 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,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oplopiou Street 2, Katouni Street, Ladadika, 546 25 Thessaloniki, Chalkidiki</AddressLine>
          </AddressLines>
          <CityName>Thessaloniki</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/45/c5/45c5e6827e085aa06540f16e5bcca393ff0e23e6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The historical hotel is located in Thessaloniki.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Laundry,Nightclub,Restaurant,Room Service,Designated Smoking Area,Fax,Swimming Pool,Telephone Service,Central Heating,Garden,Internet,Massage Centre,Sauna,Currency Exchange,Shopping Arcade,Bicycle Rental,Lounge,Wheelchair Access,Jacuzzi,Spa,Diet Meals,Golf,Kitchen,Airport Transfer (on Demand),24 Hour Power Supply,Housekeeping,Library,Pets allowed,Printer,Concierge,Dry Cleaning,Elevator,Luggage Storage,Parking</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL,CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,SPA HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,AIRPORT HOTEL,CLUB RESORT,HISTORIC HOTEL,ECO HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||True