<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
7bfd4135-4f6e-447a-977d-f89c830bbee0|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="7bfd4135-4f6e-447a-977d-f89c830bbee0">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-30T00:00:00" End="2026-06-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="KHALID@FURSANASIA.COM" Password="KHAlid@874" RequestedCurrency="GBP" ClientNationality="SA" 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
7bfd4135-4f6e-447a-977d-f89c830bbee0|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7bfd4135-4f6e-447a-977d-f89c830bbee0|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7bfd4135-4f6e-447a-977d-f89c830bbee0|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7bfd4135-4f6e-447a-977d-f89c830bbee0|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:5aef3269-501c-4ce5-b783-fba83354bdaa
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7bfd4135-4f6e-447a-977d-f89c830bbee0|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
7bfd4135-4f6e-447a-977d-f89c830bbee0|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7bfd4135-4f6e-447a-977d-f89c830bbee0|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
7bfd4135-4f6e-447a-977d-f89c830bbee0|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-05-23T17:21:34.5614829+01:00" Version="0" EchoToken="Search" TransactionIdentifier="7bfd4135-4f6e-447a-977d-f89c830bbee0" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362988" Longitude="4.8754655" StarRating="1" HotelCode="153216|hotel_princess_3" HotelName="Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 80, 1054 HL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c8/9ec8c204741394a1b92677d9699f82c127195433.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a small friendly hotel, situated on just 3 minutes walking distance from the very famous Leids...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3542866" Longitude="4.8817165" StarRating="2" HotelCode="150110|hostel_cosmos_amsterdam" HotelName="Hostel Cosmos Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 69A, 1071 RL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f4/b3/f4b32eaead09e7dfb7cc199119fbb1ceea8d7189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.22" OriginalAmount="174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|the_flying_pig_uptown" HotelName="The Flying Pig Uptown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="180.58" OriginalAmount="175.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3603454" Longitude="4.8783662" StarRating="0" HotelCode="|338171" HotelName="The Flying Pig Uptown" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/1/7/1/338171_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.52" OriginalAmount="192.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3660553" Longitude="4.8819963" StarRating="0" HotelCode="|338213" HotelName="International Budget City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/1/3/338213_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.88" OriginalAmount="196.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3841992" Longitude="4.9039036" StarRating="0" HotelCode="|338241" HotelName="Clinknoord -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Badhuiskade 3, 1031 KV</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/4/1/338241_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.15" OriginalAmount="205.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38424267" Longitude="4.90393048" StarRating="2" HotelCode="388540|clinknoord__hostel" HotelName="Clink Noord Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Badhuiskade 3, 1031 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/b3/7fb3a801f3f21906dcff9d6b46af042ec2d81676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.360758226607" Longitude="4.9188441638237" StarRating="1" HotelCode="429373|generator_amsterdam" HotelName="Generator Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Banquet Hall,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Meeting Room,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mauritskade 57, 1092 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/9e/979e75258a7590e0d0c7e3a68c4ad098fcdf8bd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Generator Amsterdam is located in the up-and-coming eastern side of the city overlooking Oosterpark....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.96" OriginalAmount="212.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38317" Longitude="4.84666" StarRating="0" HotelCode="|231906" HotelName="Dutchies" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sara Burgerhartstraat 21-A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/0/6/231906_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.44" OriginalAmount="220.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.374506" Longitude="4.891081" StarRating="1" HotelCode="|476878" HotelName="Jesse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 160</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/8/7/8/476878_3d4c6ca0037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.69" OriginalAmount="223.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38333999" Longitude="4.84639468" StarRating="0" HotelCode="497987|dutchies_hostel" HotelName="Dutchies Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sara Burgerthartstraat 21A, 1055 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b9/22b97fb4e185200d5cf3d10fe99ebfaca173cd9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.84" OriginalAmount="228.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37434611" Longitude="4.89111972" StarRating="1" HotelCode="511039|mevlana" HotelName="Hotel Mevlana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 160, 1012 SJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/26/d1265a64fca16a98d6753985e29e64771e2ac927.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|st_christophers_inn_at_the_winston" HotelName="St. Christopher's at the Winston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="244.88" OriginalAmount="237.75" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3766758" Longitude="4.8963954" StarRating="0" HotelCode="|338170" HotelName="The Flying Pig Downtown Youth" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwendijk 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/1/7/0/338170_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376837677829" Longitude="4.8963775870579" StarRating="2" HotelCode="385754|the_flying_pig_downtown" HotelName="The Flying Pig Downtown Youth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Bar,Concierge,Designated Smoking Area,Internet,Kitchen,Lounge,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwendijk 100, 1012 MR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/d8/dad8f144a1d7d0c39352268c26a718f4a28e7a6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Flying Pig Downtown Youth Hostel, you'll be cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.71" OriginalAmount="257.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="681830|shelter_city_hostel_amsterdam" HotelName="Shelter City Christian Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barndesteeg 21</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/fc/edfc7d04d9e6ed3821fb0d363b485c80f45a273d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.16" OriginalAmount="272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.369062347202" Longitude="4.8972294580132" StarRating="2" HotelCode="268726|stayokay_amsterdam_stadsdoelen" HotelName="Stayokay Hostel Amsterdam Stadsdoelen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kloveniersburgwal 97, 1011 KB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/6a/7b6a53fb8843b0d76929837e161fa06472379e6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Amsterdam. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.73" OriginalAmount="291.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3690474" Longitude="4.8972727" StarRating="0" HotelCode="|338233" HotelName="Stayokay Amsterdam Stadsdoelen - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kloveniersburgwal 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/3/3/338233_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.94" OriginalAmount="298.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="813510|durty_nellys_hostel" HotelName="Durty Nelly's Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 115/117, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/16/7116ae15963b64f26997f378d1c3e810e52d1a1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.15" OriginalAmount="305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.356588874156" Longitude="4.9276070524457" StarRating="1" HotelCode="320356|amigo_budget_hostel" HotelName="Amigo Budget Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Linneausstraat 199, 1093 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/bf/adbf83b46b6e7712f0e94cd5e7614eccdcc2b0c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Amigo Budget Hostel in Amsterdam (Oost-Watergraafsm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.89" OriginalAmount="311.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.385501902765" Longitude="4.8326808884399" StarRating="3" HotelCode="333982|1791638" HotelName="Amsterdam Teleport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Heathrowstraat 3-5, 1043 CE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/9f/a49f2d074543a5813b503413d430dac9627b3915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="392.86" OriginalAmount="381.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38809" Longitude="4.91409" StarRating="3" HotelCode="|445062" HotelName="Bunk Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hagedoornplein 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/2/445062_073380d1415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="402.69" OriginalAmount="390.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.92563" Longitude="-74.20226" StarRating="2" HotelCode="|540781" HotelName="Super 8 by Wyndham Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5502 Rte 30 South I 90 Exit 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/7/8/1/540781_a68c8a12154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="406.36" OriginalAmount="394.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3723588" Longitude="4.8990118" StarRating="0" HotelCode="|338308" HotelName="Shelter City Christian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barndesteeg 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/0/8/338308_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="428.48" OriginalAmount="416.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|new_west_inn_amsterdam" HotelName="New West Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="459.38" OriginalAmount="446.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348652" Longitude="4.765684" StarRating="4" HotelCode="69636|park_plaza_amsterdam_airport_2" HotelName="Park Plaza Amsterdam Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Melbournestraat 1, 1175 RM  Lijnden, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3c/c43c8efaec0571635059246181e0bd7973782886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located in the west of Amsterdam, only 5 km from Schiphol International Airpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="507.79" OriginalAmount="493.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.355803" Longitude="4.877774" StarRating="4" HotelCode="337229|heemskerk_suites" HotelName="Heemskenk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstraat 25, 1071 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/45/c64541e6c2371f922e95fe820f6ef3d1eca52cf7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a historic Amsterdam style building, this hotel is quietly located yet is still just a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.21" OriginalAmount="507.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35589429" Longitude="4.77278293" StarRating="3" HotelCode="591129|new_century_hotel_15" HotelName="New Century Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fogostraat 10, 1060 LJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/bb/3abb09b222d0aeff8e3ff300e40cb13daf6df238.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="531.86" OriginalAmount="516.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.2788265" Longitude="4.7494875" StarRating="4" HotelCode="|16601" HotelName="Radisson Blu  Amsterdam Airport Schiphol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOEING AVENUE 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/1/16601_108e3270844.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 279 rooms and 8 floors. It has a lobby with a reception, tourist information, a currency exchange service, a cloakroom, a kiosk and lifts. The establishment offers a transfer service to the airport, (free of charge), a car park, room service, a business centre, a cash machine and bicycle hire. The establishment boasts WiFi, 15 banquet halls, a bar and a living room. SITUATION: This establishment, is in a green area, is situated in Schiphol-Rijk the Business Park close to the establishment, clients can find the city centre ,Schiphol Airport in the surrounding area, clients have RAI the exhibition centre. ROOM: You are offered non-smoking rooms, for people with allergies and disabled access rooms. They have WiFi, a safety deposit box, a coffee maker, a kettle, an iron, individual heating and work area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="535.15" OriginalAmount="519.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38118" Longitude="4.820975" StarRating="3" HotelCode="410183|832935" HotelName="Hotel Nieuw Slotania" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 133, 1063 JN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/31/bf31d821bfb30a0d56ddf65b5e5f123589c8bd0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the A10 motorway. The centre of Amsterdam is only 15 minutes away by bus o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="550.16" OriginalAmount="534.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3624992" Longitude="4.7940998" StarRating="3" HotelCode="|22001" HotelName="Westlake Hotels Amsterdam  " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>REIMERWAALSTRAAT 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/0/1/22001_056e4ca0357.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, has 6 floors, 166 rooms, 156 double rooms and 6 suites. The establishment has a lobby with a reception, a lift, a safety deposit box service and a currency exchange service. It also has a hairdresser's, a conference room and an Ã  la carte restaurant with air-conditioning. The establishment offers guests internet, a laundry service (for a fee) and a car park (free of charge). SITUATION: This hotel is in the Osdorp district. Well connected with public transport services. Is situated in the city centre where clients can find shops and leisure areas. 7 minutes away, you can find a tram stop. In the surrounding area you can also find shops, theatres, restaurants, bars and a congress centre. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television and an air-conditioning system. MEALS: Clients have at their disposal a bar and an Ã  la carte restaurant. The establishment offers meal services. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: Pets are permitted. Pets are permitted (for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="553.11" OriginalAmount="537.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.278940208244" Longitude="4.7499668598175" StarRating="4" HotelCode="29266|radisson_blu_hotel_amsterdam_airport_schiphol" HotelName="Radisson Blu Amsterdam Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Boeing Avenue 2, 1119 PB, Schiphol-Rijk</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/ef/d5efe534ff077ace066fdace8814f558f4116dd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly located in the green business park of Schiphol-Rijk. Surrounded by the green...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="556.95" OriginalAmount="540.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|223876" HotelName="XO Hotels Blue Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="564.44" OriginalAmount="548.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|west_side_inn_amsterdam" HotelName="Best Western Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="585.39" OriginalAmount="568.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364457" Longitude="4.90027" StarRating="3" HotelCode="|44113" HotelName="Ozo Hotels Armada Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KEIZERSGRACHT 713-715</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/1/3/44113_68791861700.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a breakfast room. SITUATION: Is situated in an excellent location. ROOM: The simple rooms, have sheets and towels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="591.22" OriginalAmount="574.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359365871644" Longitude="4.8940745741129" StarRating="1" HotelCode="193930|sphinx_hotel_2" HotelName="Sphinx Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 82, 1017 XR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/7b/187b21e843ec16d2d00fa73262b56759b93fcd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="606.85" OriginalAmount="589.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3622407" Longitude="4.8984294" StarRating="2" HotelCode="|47514" HotelName="Itc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINSENGRACHT 1051</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/1/4/47514_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in the 18th Century, renovated in 2008 and has 33 rooms, The establishment offers internet and bicycle hire. SITUATION: This hotel is in a quiet area of the city, close to the establishment, clients can find shops, bars, is 20 minutes away from Anne Frank the House of 15 kilometres away from the establishment, guests will find Dam the Square of 5 minutes away, there is public transport, is 15 kilometres away from Amsterdam-Schiphol Airport. ROOM: The comfortable rooms, have a bathroom, a television and heating. MEALS: The establishment serves a continental breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="608.73" OriginalAmount="591.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364066" Longitude="4.89842" StarRating="2" HotelCode="888366|armada" HotelName="Armada Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 713-715, 1017 Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/7e/c47e050d44b1b02afdfa241c08b64a1cd8393036.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of Amsterdam’s most beautiful canals, which is lined with centuries-old ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="609.76" OriginalAmount="592.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.392798910412" Longitude="4.8687832711639" StarRating="3" HotelCode="18782|westcord_art_hotel_amsterdam" HotelName="WestCord Art Hotel Amsterdam 3-stars" 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,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spaarndammerdijk 302, 1013 ZX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/05/96058f20e0c4b561d19141667dafca1903119a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 10 minutes from the city centre. A bus stop to the city centre and the central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="620.11" OriginalAmount="602.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35575" Longitude="4.87772" StarRating="0" HotelCode="|223833" HotelName="De Bedstee Boutique Capsules" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstraat 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/8/3/3/223833_3f8a28c0939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="623.22" OriginalAmount="605.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3575428" Longitude="4.9305748" StarRating="3" HotelCode="|338312" HotelName="Q-factory" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Atlantisplein</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/1/2/338312_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="629.69" OriginalAmount="611.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.358182" Longitude="4.889771" StarRating="2" HotelCode="400757|428235" HotelName="Aston City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 68, 1072 AD Amsterdam, Oud-Zuid</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/9e/379e262d14aa3c86b0c4e405fc67e0f53a7eea2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location in the heart of Amsterdam, overlooking one of character...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="633.39" OriginalAmount="614.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|223906" HotelName="XO Hotels Blue Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="636.17" OriginalAmount="617.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3492258" Longitude="4.9084649" StarRating="2" HotelCode="|39449" HotelName="Flipper  Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BORSSENBURGSTRAAT 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/4/9/39449_d36309c1119.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inAmsterdam the centre of This hotel 5 minutes away from the establishment, clients can find the Congress Centre close toAlbert Cuyp the Market of the metro station, 10 minutes away from the establishment, guests will find the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="636.54" OriginalAmount="618.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|amadi_panorama_hotel" HotelName="Amadi Panorama Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="639.63" OriginalAmount="621.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3649572" Longitude="4.880067" StarRating="2" HotelCode="154214|hotel_titus" HotelName="Titus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 74, 1017 PM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/3c/593c1061eaa2a8f00e9c6371750884ca7e49e46a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="640.66" OriginalAmount="622.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357525" Longitude="4.843613" StarRating="3" HotelCode="29271|bastion_hotel_amsterdamcentrumzuidwest" HotelName="Bastion Hotel Amsterdam/Zuidwest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 60, 1058 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c5/56c5f84de1325f92b5c8855c448883cec223fc00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located between Rembrandt Park and Vondelpark, 2 km away from the mus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="650.01" OriginalAmount="631.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362245458387" Longitude="4.8984680324793" StarRating="2" HotelCode="193876|830405" HotelName="ITC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 1051, 1017 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/a4/aca42a3f6d413ea817bd1b568850865c20e705bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="651.99" OriginalAmount="633.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35750367" Longitude="4.93049137" StarRating="4" HotelCode="590607|qfactory_hotel" HotelName="Q-Factory Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Atlantisplein 1, 1093 NE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/30/6a300599a649bbf1980d3a5605287b2f2a8a14f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="652.15" OriginalAmount="633.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|53984" HotelName="Dutch Design Hotel Artemis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="655.84" OriginalAmount="636.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38592" Longitude="4.83339" StarRating="3" HotelCode="|191946" HotelName="Amsterdam Teleport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Heathrowstraat 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/4/6/191946_0d758691641.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="658.55" OriginalAmount="639.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.311194" Longitude="4.985915" StarRating="3" HotelCode="337436|480775" HotelName="Campanile Amsterdam - Zuidoost" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Losdrechtdreef 3, 1108 AX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/5a/cf5a81f200dc2af881fced4bb601eb96cb7de434.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb hotel is located near to the A9 motorway as well as the Gaasperpark. It is some 12 minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="659.05" OriginalAmount="639.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3111" Longitude="4.9854999" StarRating="3" HotelCode="|22000" HotelName="Campanile Amsterdam Zuidoost" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LOOSDRECHTDREEF 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/0/0/22000_289f8830728.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, urban hotel, was opened in 1987, has 73 standard rooms and 4 floors. It has a reception, a safety deposit box service, a currency exchange service and a lift. Our guests can find a bar, a television room, a conference room and an oudooor car park. The establishment offers internet, a laundry service and an Ã  la carte restaurant. SITUATION: This smart hotel and it is close to the motorway. Near the establishment, you will find Gaasperpark it is situated 12 minutes away from Arena Boulevard, 500 metres from a lake. 1 kilometre away, you can find shops. It is 3 kilometres away from a golf course. It's 20 kilometres from Schiphol Airport. ROOM: The inviting rooms, have a bathroom, a direct line telephone, satellite or cable TV, internet with tiled floors and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="659.52" OriginalAmount="640.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3752289" Longitude="4.8957601" StarRating="1" HotelCode="|22026" HotelName="Manofa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAMRAK 46-48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/6/22026_1b615d11743.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and it is on a main street 2 buildings, 6 floors and 43 rooms. It has a reception and a safety deposit box service. SITUATION: the Damrak It is next to near the establishment, guests will find the Royal Palace ,Rembrandt and Leidse the squares of close to the establishment, guests have the shopping area ,Van Gogh the Museum of it is situated close to Anne Frank the House of it is 15 kilometres away from the beach, 10 kilometres away, you can find a ski resort situated 7 kilometres away from a golf course, 100 metres away, there is a public transport stop, is situated 11 kilometres away from the airport. ROOM: The comfortable rooms with a hairdryer, They have a direct line telephone, satellite or cable TV and internet. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard, JCB and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="667.90" OriginalAmount="648.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3559767" Longitude="4.7733463" StarRating="3" HotelCode="|338300" HotelName="Fogo Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fogostraat 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/0/0/338300_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="668.07" OriginalAmount="648.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348917" Longitude="4.908607" StarRating="2" HotelCode="71422|830395" HotelName="Flipper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Borssenburgstraat 5, 1078 VA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/be/2fbeea23ce1b9a9b3bf0856f42d831460ace02f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the southern part of the centre of Amsterdam, just a 5-minute trip on public transport f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="670.53" OriginalAmount="651.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|fletcher_hotel_amsterdam" HotelName="Fletcher Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="672.36" OriginalAmount="652.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3922054" Longitude="4.8496742" StarRating="3" HotelCode="|55804" HotelName="Ibis Amsterdam City West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRANSFORMATORWEG 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/0/4/55804_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is situated 1 kilometre away from Amsterdam Sloterdijk the Station of 350 metres away from and Isolatorweg the metro station a 3-minute walk away from the metro stop, is 15 kilometres away from Schiphol Airport. ROOM: All the rooms have WiFi (free of charge), an air-conditioning system, a television, international channels and a bathroom with a shower. RESTAURANT: Guests can enjoy a bar, an Ã  la carte restaurant and a terrace. It serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="674.65" OriginalAmount="655.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365186" Longitude="4.8806286666667" StarRating="2" HotelCode="146671|hotel_amsterdam_inn_city_centre" HotelName="Hotel Amsterdam Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 111, 1017 ND Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/1d/2a1dde52ba3aebba4e05b6c385cfccc1282a03db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This enchanting hotel features a privileged situation just 200 metres from Amsterdam's lively Leidse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="679.80" OriginalAmount="660.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362056459457" Longitude="4.8995587755128" StarRating="1" HotelCode="154080|townhouse_hotel_3" HotelName="The Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 816, 1017 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/03/010382a732c954114b0021ea458c1c5f46a17164.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="685.01" OriginalAmount="665.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|911365" HotelName="XO Hotels Park West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="686.31" OriginalAmount="666.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35895" Longitude="4.98851" StarRating="4" HotelCode="|183840" HotelName="Amadi Panorama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ijburglaan 539</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/4/0/183840_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="707.81" OriginalAmount="687.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361513245972" Longitude="4.8773110753262" StarRating="2" HotelCode="153311|306245" HotelName="Quentin England" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 30, 1054 EZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/42/1d4200777b85780c1ffb5f654adc3ca992fc6964.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376889" Longitude="4.897691" StarRating="1" HotelCode="193842|hotel_neutraal" HotelName="Neutraal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 8, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/c7/c4c7f214cb2ae9f9f9b5f27d861d1e8de1eedf47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Amsterdam. The hotel comprises a total of 34 snug guests rooms. This is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="712.06" OriginalAmount="691.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3593626" Longitude="4.8040295" StarRating="3" HotelCode="|372878" HotelName="Citiez Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osdorpplein 372 A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/8/7/8/372878_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="716.88" OriginalAmount="696.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359308320439" Longitude="4.8043221662947" StarRating="3" HotelCode="497023|citiez_hotel_amsterdam" HotelName="Citiez Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osdorpplein 372A, 1068 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/eb/38eb48af68260bcbd4db979745116ba90fd0f739.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="717.91" OriginalAmount="697.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.381062908444" Longitude="4.8918658393809" StarRating="1" HotelCode="153310|quentin_arrive" HotelName="Quentin Arrive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerstraat 65, 1013 EL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/5f/ba5f3843958d32aeb3a4332bdc553149f7c93e11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="717.97" OriginalAmount="697.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.392313810778" Longitude="4.8500056922592" StarRating="3" HotelCode="38826|182406" HotelName="Hotel ibis Amsterdam City West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Transformatorweg 36, 1014 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b3/26b3cd52c5b345e386d20967e587a13baab34ec1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the harbour, between the heart of Amsterdam and the main business dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="719.82" OriginalAmount="698.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3653301" Longitude="4.8855173" StarRating="2" HotelCode="|66445" HotelName="Acostar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KERSTRAAT 45-49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/4/4/5/66445_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1928, renovated in 2009, has 30 rooms, a lobby with a reception and a restaurant. SITUATION: This hotel is in the city centre, is located close to the square Leidseplein and 5 minutes away from the Square of Rembrandtplein. 100 metres away from the establishment, you can find restaurants, bars, public transport services and shops. It is just 18 kilometres away from Shiphol Airport. ROOM: The rooms have a bathroom with a shower, a hairdryer, comfortable beds, a flat-screen television, WiFi (free of charge), a direct line telephone, a safe, an individual air-conditioning system and individual heating. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="725.73" OriginalAmount="704.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3088395" Longitude="4.8099936" StarRating="4" HotelCode="|16603" HotelName="Steigenberger Airport Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STATIONSPLEIN 951 ZW</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/3/16603_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 442 rooms, 7 floors and air-conditioning. In the establishment entrance, guests will find a lobby, a reception, a safety deposit box service and a lift. The establishment boasts 2 restaurants, 2 bars, conference facilities and internet. The establishment offers room service, a laundry service (for a fee) and a car park (for a fee). SITUATION: This airport hotel is situated close to the forest, 15 minutes away from the city centre, in the surrounding area, there is public transport services, 5 kilometres away from the establishment, guests will find shops, has good links to the motorway, the train and the airport. this hotel is situated 5 kilometres away from Schiphol Airport. ROOM: The elegant and peaceful rooms, have a double bed, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a satellite or cable television, internet, a safety deposit box, a mini-bar, an air-conditioning system, individual heating and blinds. FACILITIES: The establishment has a spa, a covered swimming pool, a massage service and a gym. MEALS: Regarding the food and beverage offering, the establishment offers bars and restaurants. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="725.78" OriginalAmount="704.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.382" Longitude="4.821" StarRating="3" HotelCode="|57441" HotelName="XO Hotels Infinity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sloterlmeerlaan 133</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/4/1/57441_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="730.15" OriginalAmount="708.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3709984" Longitude="4.8920002" StarRating="3" HotelCode="|50490" HotelName="Ozo Hotels Cordial Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 62-64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/9/0/50490_c0ccbb01524.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 50 rooms a lobby, a reception, a lift, a safety deposit box service (for a fee), a baggage room, a bar and a breakfast room with buffet breakfast, It also has heating. SITUATION: This urban hotel is in Amsterdam the city centre of it is located between Dam and Muntplein the squares of in the surrounding area, there is restaurants, bars, pubs and shops. 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a shower or bath, a WC, a hairdryer, a direct line telephone and cable television. MEALS: Guests can book bed and breakfast. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="731.30" OriginalAmount="710.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3656443" Longitude="4.8852139" StarRating="2" HotelCode="148144|quentin_hotel_golden_bear" HotelName="Quentin Golden Bear Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 37, 1017 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/32/8532b9c677a5ed922bb5eeb40f474a96f4507bc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="736.91" OriginalAmount="715.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3333802" Longitude="4.7717009" StarRating="4" HotelCode="|16620" HotelName=" Ramada by Wyndham Amsterdam Airport Schiphol " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sloterweg, Vb Badhoevedorp,299</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/2/0/16620_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Novotel Amsterdam Airport is rated four stars. It is business, has WiFi, air-conditioning, 11 meeting rooms, a bar, a pub, a restaurant, a swimming pool, a sauna and a hamman. The establishment offers guests a transfer service (free of charge). SITUATION: This establishment is in a quiet area, is situated 5 kilometres away from Airport Amsterdam-Schiphol, close to the centre of Amsterdam. Near the establishment, you will find a sports centre. OBSERVATIONS: check-in is from 15:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="742.81" OriginalAmount="721.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376036" Longitude="4.896674" StarRating="2" HotelCode="|486898" HotelName="Orange Tulip Amsterdam - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 31-32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/8/9/8/486898_b9c4af12125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="751.24" OriginalAmount="729.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362872" Longitude="4.876461" StarRating="3" HotelCode="186137|1061658" HotelName="Hotel Espresso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 57, 1054 HC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/b0/e1b010283f767042298106b7aa88102a49107b09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="764.26" OriginalAmount="742.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376066" Longitude="4.8966350000001" StarRating="2" HotelCode="116415|amsterdam_orange_tulip_hotel" HotelName="Orange Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/bf/20bf372e6a0a29fa18a59127ef624501efe6a5a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of the main streets of central Amsterdam, the Damrak. The location is id...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="764.26" OriginalAmount="742.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.353869" Longitude="4.857512" StarRating="3" HotelCode="142000|hotel_central_park" HotelName="Central Park Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Waldeck Pyrmontlaan 9, 1075 SP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/84/3e/843e7dd356b11ba7ffc5db677c8b4a20d9f042e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="768.00" OriginalAmount="745.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.353874" Longitude="4.857462" StarRating="3" HotelCode="|72560" HotelName="Dutch Design Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waldeck Pyrmontlaan 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/6/0/72560_f7a45010939.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Vondelpark it is situated next to it is in the southern area, the business district and the cultural area. near the establishment, guests will find Van Gogh and Rijksmuseum the museums it is located near Leidse the area. ROOM: The establishment has 42Â comfortable, modern rooms with coffee pot, a kettle and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="769.41" OriginalAmount="747.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.388233506793" Longitude="4.8376402258873" StarRating="3" HotelCode="176245|holiday_inn_express_amsterdam__sloterdijk_station" HotelName="Holiday Inn Express Amsterdam - Sloterdijk Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Zaventemweg 3, 1043EH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/01/c601d8a401a49659899af27ade9a328eeb96a2db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located on top of one of the main train stations of Amsterdam, Sloterdijk, offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="771.47" OriginalAmount="749.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|rho_hotel_2" HotelName="Rho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/90/72902923237b916c0f094a684b1e402f5afe0c73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the histo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="772.66" OriginalAmount="750.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370708002176" Longitude="4.8923002527652" StarRating="3" HotelCode="71421|480805" HotelName="Cordial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 62 - 64, 1012 KW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/7f/127f4f78d14b345e5e7b7e1241950e2ec67da870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated right in the heart of Amsterdam, between the Dam and Mun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="782.80" OriginalAmount="760.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37606271" Longitude="4.89668846" StarRating="2" HotelCode="934444|budget_dam_hotel" HotelName="Damhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/6a/d16a15f93d98813dbd9e07e1a1ba947d36d1de2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only a 2-minute walk from Amsterdam central station and the bus station, and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="783.83" OriginalAmount="761.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.358887362245" Longitude="4.8937118383025" StarRating="2" HotelCode="76648|hotel_asterisk_3_star_superior" HotelName="Asterisk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Den Texstraat 16, 1017 ZA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/ed/0cedf69cb75250a14b980a7d89faa92995b01829.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="790.01" OriginalAmount="767.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3646511" Longitude="4.879617" StarRating="1" HotelCode="150368|hotel_kooyk" HotelName="Kooyk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 82, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/0e/480ed408c3696182725cdcee9a6f581f09ddc453.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is located in a typical eighteenth-century canal in the center of Amsterdam, a few minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="798.64" OriginalAmount="775.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3572107" Longitude="4.8554498" StarRating="3" HotelCode="|338286" HotelName="Conscious The Tire Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/8/6/338286_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="800.54" OriginalAmount="777.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="801.64" OriginalAmount="778.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|100052" HotelName="WestCord Fashion Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="809.04" OriginalAmount="785.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364274841549" Longitude="4.879916900629" StarRating="3" HotelCode="153312|306135" HotelName="Quentin Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 89, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/1c/5f1cdae17eda68740bed4d034535526cbf9028e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="814.14" OriginalAmount="790.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="815.37" OriginalAmount="791.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.30521" Longitude="4.94757" StarRating="4" HotelCode="|183889" HotelName="Ozo Hotels Arena Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karspeldreef 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/8/9/183889_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="819.06" OriginalAmount="795.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3926172" Longitude="4.8685406" StarRating="3" HotelCode="|23755" HotelName="WestCord Art Hotel Amsterdam 3*" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SPAARNDAMMERDIJK 302</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/5/5/23755_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001, has 7 floors, 130 rooms, 6 single rooms and 124 double rooms. It has a lobby a lift, a reception, a safety deposit box service, a cafÃ©, a bar, a games room, an Ã  la carte restaurant with air-conditioning and a conference room. The establishment also offers internet, room service, a laundry service, a medical care service, an indoor car park and a car park (for a fee). SITUATION: This hotel is situated 10 minutes away from the city centre, in front of the establishment, clients have a bus stop. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet. They have a mini-bar, fitted carpets, an air-conditioning system, a sofa and a safe (available for a fee). FACILITIES: The hotel has a swimming pool. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="823.61" OriginalAmount="799.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.384807" Longitude="4.919336" StarRating="3" HotelCode="|444944" HotelName="Holiday Inn Express Amsterdam - North Riverside, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Motorkade 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/4/444944_c8e1e741408.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="824.00" OriginalAmount="800.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3622316" Longitude="4.86415375" StarRating="2" HotelCode="590491|hotel_heye_130" HotelName="Hotel Heye 130" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jan Pieter Heijestraat 130, 1054 MJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fa/fdfa40f340f73ac3fced3eed0e90c6f0be6a765a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="824.05" OriginalAmount="800.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.358735" Longitude="4.89865" StarRating="0" HotelCode="|331059" HotelName="ClinkCoco" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Westeinde 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/0/5/9/331059_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="830.88" OriginalAmount="806.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3576542" Longitude="4.8433998" StarRating="3" HotelCode="|22003" HotelName="Bastion Amsterdam Zuidwest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/0/3/22003_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors and 90 standard rooms. The establishment has a lobby with a lift, a reception, a bar and an Ã  la carte restaurant. The establishment offers guests a laundry service. SITUATION: This urban hotel is situated between Rembrandtpark and VondelPark 2 kilometres away from the establishment, guests will find the museums. In the surrounding area, clients have shops. It is 5 minutes away from Schiphol Airport. ROOM: The rooms have a bathroom with a shower, a direct line telephone, satellite or cable TV, a radio, a mini-bar and internet (free of charge). OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="831.21" OriginalAmount="807.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|conscious_hotel_the_tire_station" HotelName="Conscious Hotel The Tire Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="838.10" OriginalAmount="813.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364116" Longitude="4.880118" StarRating="3" HotelCode="|76156" HotelName="Quentin Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEIDSEKADE 89</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/1/5/6/76156_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Amsterdam. It is situated near Leidseplein, cafÃ©s, clubs, bars, shops and restaurants. In front of the hotel there is a casino. It is near the markets. ROOM: The rooms have modern facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="839.29" OriginalAmount="814.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3739112" Longitude="4.8855361" StarRating="2" HotelCode="|34663" HotelName="Nadia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAADHUISSTRAAT 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/6/3/34663_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1890, renovated in 2001, has 45 rooms and 4 junior suites. It has a lobby, a reception, a safety deposit box service, a bar and internet. There is no lift. SITUATION: This hotel is in a central location, near the establishment, you will find Dam the square the Royal Palace, museums and shopping areas. it is close to Westerkerk District 200 metres away from the establishment, you can find restaurants, bars and shopping areas. 500 metres away, guests have the city centre, is situated 1 kilometre away from the railway station, is situated 12 kilometres away from Amsterdam Airport. ROOM: The modern rooms, have a bathroom, a television and a safety deposit box. Some rooms have a balcony with canal views. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="845.52" OriginalAmount="820.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3759994" Longitude="4.8967702" StarRating="2" HotelCode="|65767" HotelName="Dam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAMRAK 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/7/6/7/65767_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car park, The establishment offers a laundry service. ROOM: The establishment has 35 rooms with a bathroom with a shower, cable television, a terrace and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="846.22" OriginalAmount="821.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3573954" Longitude="4.844971" StarRating="4" HotelCode="|64207" HotelName="Westcord Fashion  Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HENDRIKJE STOFFELSTRAAT 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/2/0/7/64207_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a bar, a restaurant, has a terrace and a bar. It has 260 rooms, air-conditioning, a lobby with a reception and 15 conference rooms. For an additional charge cost offers WiFi and room service. SITUATION: This trendy hotel is in front of World Fashion Centre it has excellent transport links to La Plaza Leidseplein. It is 10 minutes away from Schiphol Airport and the RAI Convention Centre. ROOM: The rooms have a bathroom with a shower, a bath, a direct line telephone, a television, internet, a safe, a mini-bar, a coffee maker, a kettle and an air-conditioning system. FACILITIES: This establishment has a spa, 2 saunas, a Turkish bath, a swimming pool and a gym (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="847.69" OriginalAmount="823.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35873086" Longitude="4.89870801" StarRating="2" HotelCode="430942|cocomama" HotelName="Boutique Hostel Cocomama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Westeinde 18, 1017 ZP Amsterdam, The Netherlands</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/a8/a3a80615da224518fef1b5fa04eef39135455920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Cocomama in Amsterdam (Canal Ring), you'll be convenient to Heineke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="855.93" OriginalAmount="831.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3047669" Longitude="4.9476867999999" StarRating="4" HotelCode="310523|ozo_hotel" HotelName="Ozo Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karspeldreef 2, Zuid-Oost, 1101 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f1/6ef1f644d7653d682d9c54a6e9b34a42c4ecd4e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="858.81" OriginalAmount="833.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38263" Longitude="4.85793" StarRating="3" HotelCode="|444954" HotelName="G Experience" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Willem de Zwijgerlaan 350</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/5/4/444954_87104b30939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="871.38" OriginalAmount="846.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.386452" Longitude="4.923327" StarRating="3" HotelCode="623354|i_hotel_13" HotelName="i Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Meeuwenlaan 120, 1021 JN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f0/f8f04ad3309096b62935568adaec3e4ab82bb2f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="882.71" OriginalAmount="857.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.392715" Longitude="4.86885" StarRating="4" HotelCode="207323|westcord_art_hotel_amsterdam_4_stars_2" HotelName="WestCord Art Hotel Amsterdam 4****" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spaarndammerdijk 302, 1013 ZX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/b2/3fb2bdbc4f35b82d2651b405c4d26dc2cf377c37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 60 rooms. Services and facilities at the hotel include a baggage stora...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="884.77" OriginalAmount="859.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366674" Longitude="4.911786" StarRating="2" HotelCode="56456|hotel_plantage_2" HotelName="Plantage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Kerklaan 25-A, 1018 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/eb/8eebe2322c1384b570b163f901d9d7f37671e2e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small yet comfortable hotel lies opposite Amsterdam's city zoo, ARTIS, in a pleasant green dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="887.86" OriginalAmount="862.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357844" Longitude="4.856532" StarRating="3" HotelCode="165668|conscious_vondelpark" HotelName="Conscious Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 519, 1054 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/59/305962f5744a19ed41a2cb22b5f81f13bb1066b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located conveniently in the city centre of Amsterdam. Behind the hotel starts the famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="889.26" OriginalAmount="863.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3417758" Longitude="4.8250507" StarRating="4" HotelCode="|22069" HotelName="Artemis Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>John M. KEYNESPLEIN 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/9/22069_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2005, has 8 floors and 256 rooms. The establishment boasts a lobby, a cafÃ©, a lift, a reception with safety deposit boxes and a currency exchange service. It also has a bar, a pub, a television room, a conference room and internet. For an additional charge cost offers a car park. The establishment also offers room service and a laundry service. SITUATION: This hotel is close to the Amsterdam shopping centre. 300 metres away, there is a public transport stop. It is just 1 kilometre away from shops and 8 kilometres away from bars, pubs and nightclubs. ROOM: The stylish rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, fitted carpets, a central heating system and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="897.13" OriginalAmount="871.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|brooklyn_hotel_2" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="897.76" OriginalAmount="871.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36221" Longitude="4.86417" StarRating="0" HotelCode="|238885" HotelName="Heye 130" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Pieter Heijestraat 130</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/8/8/5/238885_9a352201442.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="909.49" OriginalAmount="883.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.390146801362" Longitude="4.8425118764399" StarRating="3" HotelCode="505805|park_inn_by_radisson_amsterdam_city_west" HotelName="Park Inn by Radisson Amsterdam City West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>La Guardiaweg 59, 1043 DE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/57/c9570367edf1e05c90becec0c4a261627e62799a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="925.22" OriginalAmount="898.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.313242" Longitude="4.9447741" StarRating="2" HotelCode="|372883" HotelName="Easyhotel Amsterdam Arena Boulevard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Johan Cruijff Boulevard 129 (Arena Boulevard)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/8/8/3/372883_1_2855.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="944.51" OriginalAmount="917.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.374128" Longitude="4.9050130000001" StarRating="3" HotelCode="296732|hotel_mansion" HotelName="Hotel Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 123, 1011 AM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/3b/873b730be804cb1d493014fea2a69068b87f4506.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="944.74" OriginalAmount="917.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36338356" Longitude="4.87815281" StarRating="3" HotelCode="649208|2283595" HotelName="Hotel van de Vijsel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 13-17, 1054 HA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/08/27088d6feefbb4f88cdecbab08fe9d6fdf5bbf46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="946.24" OriginalAmount="918.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3864444" Longitude="4.923331" StarRating="3" HotelCode="|372886" HotelName="I" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Meeuwenlaan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/8/8/6/372886_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="946.78" OriginalAmount="919.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365864" Longitude="4.912884" StarRating="3" HotelCode="13844|229736" HotelName="The Lancaster Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 48, 1018 DH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10788705</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located opposite Amsterdam’s Artis Zoo in a green area of the old city centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="954.12" OriginalAmount="926.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38591" Longitude="4.83456" StarRating="0" HotelCode="|221621" HotelName="Urban Lodge " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/6/2/1/221621_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="961.64" OriginalAmount="933.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.93283" Longitude="-74.19929" StarRating="0" HotelCode="|545517" HotelName="Amsterdam Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>49 Florida Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/5/1/7/545517_db132971035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="963.05" OriginalAmount="935.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3760433" Longitude="4.89638567" StarRating="0" HotelCode="974552|hotel_van_gelder" HotelName="Hotel Van Gelder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 34, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c5/f8c58d95ea0271bf48ec5ab6deef4be73f7e229f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="972.32" OriginalAmount="944.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|tulip_inn_amsterdam_centre" HotelName="XO Hotels City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="973.57" OriginalAmount="945.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361235" Longitude="4.876917" StarRating="3" HotelCode="|504908" HotelName="Vondel Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Roemer Visscherstraat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/9/0/8/504908_ca2a17c1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="988.80" OriginalAmount="960.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375372" Longitude="4.895727" StarRating="3" HotelCode="336453|hotel_the_exchange" HotelName="The Exchange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Golf,Internet,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 50, 1012 LL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/c2/7fc2c6da4670ecbc43dc9f3b1cd86f610216d212.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Amsterdam near to the Dam. The Kalverstraat with its abundance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="993.13" OriginalAmount="964.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.402505" Longitude="4.931056" StarRating="4" HotelCode="|444318" HotelName="Tribe Amsterdam City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Termini 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/1/8/444318_7928e671509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="994.98" OriginalAmount="966.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37255124" Longitude="4.91027099" StarRating="2" HotelCode="969904|hotelschip_sarah" HotelName="Hotelschip Sarah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oosterdok 51, Steiger 4, 1011 VZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/67/05674d6654f97e4fe818719225cdf09478c27c7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="999.10" OriginalAmount="970" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359127" Longitude="4.92629" StarRating="4" HotelCode="166962|23170" HotelName="The Manor Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Linneausstraat 89, 1093 EK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/145159/145159a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the eastern part of the city centre known for all its museums a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1004.25" OriginalAmount="975.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36006846106" Longitude="4.8819680779143" StarRating="2" HotelCode="168159|the_poet_hotel_amsterdam" HotelName="Max Brown Hotel Museum Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luijkenstraat 40-46, 1071CR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/e2/0de22346cdc6ff583baabcfd427e68b959ee19b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a delightful, peaceful residential area close to Amsterdam's buzzing city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1006.23" OriginalAmount="976.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3921249" Longitude="4.9112275" StarRating="4" HotelCode="|55808" HotelName="Nh Amsterdam Noord" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DISTELKADE 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/0/8/55808_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1008.15" OriginalAmount="978.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3597984" Longitude="4.8815999" StarRating="3" HotelCode="|22076" HotelName="Max Brown  Museum Square" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luijkenstraat 40-46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/6/22076_dcb04311216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1008.27" OriginalAmount="978.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3696394" Longitude="4.8800434" StarRating="3" HotelCode="|331048" HotelName="Melrose" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Elandsgracht</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/0/4/8/331048_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1008.37" OriginalAmount="979.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35901047" Longitude="4.89787533" StarRating="3" HotelCode="466447|golden_mansion_apartment_amsterdam" HotelName="Golden Mansion City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Huidekoperstraat 21-23, 1017 ZL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b4/66b4fdbec19a7b867741c8cea877f0c5c3e2f6c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Golden Mansion Apartment Amsterdam places you in the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1008.37" OriginalAmount="979.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365730732327" Longitude="4.8972797055226" StarRating="4" HotelCode="303787|royal_amsterdam_hotel_2" HotelName="Royal Amsterdam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 44, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/6e/b86ee06d64bd080e56200654e13ac78d944fe78e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 23 rooms. Most of the storeys can be reached by l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1008.43" OriginalAmount="979.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3633794" Longitude="4.8782131" StarRating="4" HotelCode="|331072" HotelName="Van De Vijsel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 13-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/0/7/2/331072_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1009.40" OriginalAmount="980" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.337327" Longitude="4.817107" StarRating="4" HotelCode="29267|27569" HotelName="Mercure Hotel Amsterdam West" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oude Haagseweg 20, 1066 BW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/41/99410301a33269c50c1eec2462e6bb75e6e3cc99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies approximately 5 km from Schiphol International Airport. Guests may make use o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1013.52" OriginalAmount="984.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361297799065" Longitude="4.8767800127193" StarRating="2" HotelCode="902561|hotel_sipermann" HotelName="Sipermann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 35, 1054 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/0e/960e2cb1d317d3adb92a6b1546fc70da72845ddf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1022.78" OriginalAmount="992.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37891" Longitude="4.83838" StarRating="3" HotelCode="|445162" HotelName="New Kit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bos en Lommerweg 390</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/6/2/445162_24c35821156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1026.91" OriginalAmount="997.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36680781" Longitude="4.91142408" StarRating="3" HotelCode="635847|quentin_zoo_hotel" HotelName="Quentin Zoo hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 33, 1018 DB Amsterdam, Kesklinn</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/74/f3744b123140789d760fe44e4ba3c60ae6357786.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1031.03" OriginalAmount="1001.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361105059758" Longitude="4.9001028668449" StarRating="3" HotelCode="344351|house_of_freddy_" HotelName="House of Freddy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Beauty Salon,Bicycle Rental,Internet,Luggage Storage,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Fredriksplein 15, 1017 XK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/aa/5faabdbaaf61c09e4a79ba8b0644c16e91a29916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;House of Freddy Hotel is perfectly located for both business and leisure guests in Amsterdam. The pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1034.26" OriginalAmount="1004.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36899" Longitude="4.94642" StarRating="4" HotelCode="|445061" HotelName="The Niu Fender" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cruquiusweg 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/1/445061_afba2fd1415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1042.79" OriginalAmount="1012.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37605" Longitude="4.89634" StarRating="0" HotelCode="|561887" HotelName="van Gelder" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/1/8/8/7/561887_f3389e01815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1048.54" OriginalAmount="1018.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36965073" Longitude="4.88005577" StarRating="3" HotelCode="711127|melrose_hotel_3" HotelName="Melrose Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elandsgracht 92, 1016 TZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/a2/d2a29ea1a2f5583ab47429947734308770eb599e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1052.66" OriginalAmount="1022.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365261" Longitude="4.896069" StarRating="2" HotelCode="52653|imperial_15" HotelName="Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Thorbeckeplein 9, 1017 CS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/1c/6b1cfa958b2e75dac78da204409f34ef7cdc1c66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Amsterdam, directly beside the oldest canal in the city. Vario...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1058.84" OriginalAmount="1028.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373280637528" Longitude="4.9065236208668" StarRating="3" HotelCode="89081|hotel_library_amsterdam_2" HotelName="Hotel Library Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 145, 1011 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/dd/94dd74233786dc9855e11cb21a2b7fa1877a3d73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along a tree-lined boulevard, close to the Central Station and enjoy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1059.73" OriginalAmount="1028.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366888" Longitude="4.898726" StarRating="4" HotelCode="11016|229526" HotelName="Eden Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 144, 1017 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/1f/1f8f673dc4f494e8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Amsterdam, directly next to the Amstel and roughly 10 miles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1063.95" OriginalAmount="1032.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|2485335" HotelName="Hotel New Kit" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1063.99" OriginalAmount="1033.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3549500625" Longitude="4.8770424" StarRating="3" HotelCode="78507|concert_inn" HotelName="The Concert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Lairessestraat 11, 1071 NR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/39/2139fd5f039a96a7dccbc70b749103ac94f21819.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1076.88" OriginalAmount="1045.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|1029698" HotelName="XO Hotels Couture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1078.47" OriginalAmount="1047.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.396561" Longitude="4.906843" StarRating="4" HotelCode="|448419" HotelName="Bob W Noord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Papaverweg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/1/9/448419_5af02a71302.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1080.47" OriginalAmount="1049" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364956102641" Longitude="4.8782951536007" StarRating="3" HotelCode="146532|513928" HotelName="D'Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tweede Helmersstraat 4, 1054 CH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/64/196483fb504da084a54876f314ce8b965e230ebe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Amsterdam, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1087.99" OriginalAmount="1056.30" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36402" Longitude="4.87863" StarRating="3" HotelCode="|22079" HotelName="The Ed Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nassaukade 387-390</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/9/22079_1_4902.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 4 floors and 70 rooms. SITUATION: This hotel is in the city centre, is located near tourist points of interest, museums ,Vondelpark and Leidseplein close to the establishment, clients can find. FACILITIES: Near the establishment, guests can find the park. MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast. PAYMENT METHODS: Customers can pay by credit cards, American Express, Visa, Mastercard, Diners Club and JCB. OBSERVATIONS:.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1096.95" OriginalAmount="1065.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361233" Longitude="4.916339" StarRating="4" HotelCode="10295|hotel_arena" HotelName="Arena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>S-Gravesandestraat 55, 1092 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/b1/08b15f97e97effa891c00ed3e0bc200f84c9ba5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the edge of the historical centre, next door to the Oosterpark, and offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1100.04" OriginalAmount="1068.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3647606" Longitude="4.9042788" StarRating="2" HotelCode="148799|hotel_hermitage_amsterdam" HotelName="Hermitage Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Keizersgracht 16, 1018 DR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/b0/cab05c3faa299f27ab04f4aeb247bb900bc9a4c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1100.51" OriginalAmount="1068.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362654" Longitude="4.835317" StarRating="3" HotelCode="|445187" HotelName="Met Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marius Bauerstraat 401</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/8/7/445187_836529e0947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1102.31" OriginalAmount="1070.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3621126" Longitude="4.8783638" StarRating="4" HotelCode="|23467" HotelName="Leonardo Hotel Amsterdam City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TESSELSCHADESTRAAT 23</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/4/6/7/23467_3b5081e1211.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors, 78 double rooms and 4 single rooms. The establishment boasts a lobby with an elevator, a reception with safety deposit boxes, a currency exchange service, a bar and a restaurant. The establishment offers guests internet, a laundry service and a medical care service. in the surrounding area of the establishment, customers can find a car park. SITUATION: This attractive hotel is in the city centre, near the establishment, guests will find Van Gogh and Rijk the museums of Leidseplein in the surrounding area, clients have 150 metres away, there is a public transport stop, 300 metres away, guests can find shops, restaurants, bars, pubs and nightclubs.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1108.20" OriginalAmount="1075.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370018" Longitude="4.9079399" StarRating="3" HotelCode="|38498" HotelName="Ibis Amsterdam Centre Stopera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VALKENBURGERSTRAAT 68</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/4/9/8/38498_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 207Â modern, comfortable rooms, Our guests can find a restaurant with a bar, a garden, a reception and a lift. SITUATION: It is inAmsterdam the city centre of nearby, you will find Waterloo and Rembrandt the squares it is situated 12 kilometres away from Schiphol Airport. ROOM: The comfortable rooms, have a direct line telephone, a television, an iron, a central air-conditioning system and a bathroom with a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1114.46" OriginalAmount="1082.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.340116578117" Longitude="4.8736996141946" StarRating="3" HotelCode="116378|qbic_hotel_amsterdam_wtc" HotelName="Qbic Hotel Amsterdam WTC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mathijs Vermeulenpad 1, 1077 XX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/89/0a89f8835840bc06c2abe5e1fb97c508e0b9758e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1115.49" OriginalAmount="1083.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37036969" Longitude="4.9084203" StarRating="2" HotelCode="612977|holiday_inn_express_amsterdam_city_hall" HotelName="Holiday Inn Express Amsterdam-City Hall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 14, 1011 LZ  Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/db/3bdb10504c789235c9e11673ed95a34ae91995ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1122.70" OriginalAmount="1090.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3315849" Longitude="4.853305" StarRating="3" HotelCode="155347|spa_sport_hotel_zuiver" HotelName="Zuiver / Amstelpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koenenkade 8, 1081 KH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/67/94674355a663cca2e416c6b469a616e00598ec79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 800 m from the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1123.37" OriginalAmount="1090.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.355006" Longitude="4.92854" StarRating="0" HotelCode="|505807" HotelName="Bob W Oosterpark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Middenweg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/8/0/7/505807_6991c761041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1129.68" OriginalAmount="1096.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3668164" Longitude="4.8988797" StarRating="4" HotelCode="|22080" HotelName="Leonardo Eden Amsterdam City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AMSTEL 144</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/8/0/22080_1c3bb041124.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Amsterdam, next to El rio Amstel, close to Rembrandt Square, El Museo Rembrandt, El mercado flotante de flores, Stopera and El Museo de Espuma de la fotografÃ­a. There are many places you can visit in the surrounding area, including Kalverstraat and Leidsestraat and the Royal Palace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.94" OriginalAmount="1098.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365075009324" Longitude="4.8736257606747" StarRating="4" HotelCode="930977|grand_hotel_downtown" HotelName="Grand Hotel Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 10A, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/64/2664c8ed757ff9c01fae228f466c1a9f53277528.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1135.95" OriginalAmount="1102.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354544" Longitude="5.005468" StarRating="0" HotelCode="975299|2561865" HotelName="Hotel Breeze Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bert Haanstrakade 1074, 1087 HJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/77/be77e61fb6a7da8871c699d770c3db018ace0c4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1145.36" OriginalAmount="1112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|leonardo_royal_hotel_amsterdam" HotelName="Leonardo Royal Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1147.70" OriginalAmount="1114.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="0" HotelCode="677840|2482125" HotelName="Hotel Levell" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1149.17" OriginalAmount="1115.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36587" Longitude="4.89716" StarRating="4" HotelCode="|183899" HotelName="Royal Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/9/9/183899_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1152.57" OriginalAmount="1119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33814927" Longitude="4.92064926" StarRating="4" HotelCode="497627|crowne_plaza_amsterdam_amstel" HotelName="QO Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Amstelvlietstraat 4, 1096 GG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/88/3288a7f3609606ceb8c5a982c2f3f421e2331d7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1154.63" OriginalAmount="1121.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370086054175" Longitude="4.9076270612616" StarRating="3" HotelCode="337091|ibis_amsterdam_centre_stopera" HotelName="Hotel Ibis Amsterdam Centre Stopera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 68, 1011 LZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e1/51e1a4b6488ae0cd9f86434922961813a4df88fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Amsterdam within walking distance of the squares of Rembrandt ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1174.20" OriginalAmount="1140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.30982220274" Longitude="4.9464214231747" StarRating="4" HotelCode="320492|courtyard_amsterdam_arena_atlas" HotelName="Courtyard Amsterdam Arena Atlas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoogoorddreef 1, 1101 BA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/d1/20d1702f3b21e6b8915d3f6f8a65c615b93f807b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1174.20" OriginalAmount="1140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="974475|cityview_hotel" HotelName="Cityview Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Binnen Wieringerstraat, Amsterdam City Centre, 1013 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/be/2dbec37d98145c65e1a93d8bcc7e8764ceab5d55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1185.19" OriginalAmount="1150.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3929898" Longitude="4.8692698" StarRating="4" HotelCode="|69263" HotelName="WestCord Art Hotel Amsterdam 4*" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Spaarndammerdijk 302</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/2/6/3/69263_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1199.95" OriginalAmount="1165.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37950125046" Longitude="4.8971813294721" StarRating="3" HotelCode="33664|ibis_amsterdam_centre" HotelName="Hotel ibis Amsterdam Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stationsplein 49, 1012 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/45/d645c47b5c0f523880aecf9f42e2762a917baed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Amsterdam. Its setting is especially ideal for business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1203.04" OriginalAmount="1168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.39399019" Longitude="4.88209812" StarRating="0" HotelCode="972964|hotel_boat_co" HotelName="Hotel Boat&amp;Co" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Revaleiland 500, 1014 ZG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/b1/8bb10d56f62a785183e12b8d743f507517feac83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1208.33" OriginalAmount="1173.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376528" Longitude="4.893646" StarRating="3" HotelCode="18783|461555" HotelName="WestCord City Centre Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 50, 1012 SC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/87/8f87525315c3a2531676a84f7aa0bdd72886976e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy city hotel is located in the heart of Amsterdam, within walking distance of the Central Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1222.63" OriginalAmount="1187.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370284" Longitude="4.908478" StarRating="3" HotelCode="|445066" HotelName="Holiday Inn Express Amsterdam - City Hall, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 14-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/6/445066_212ba660845.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1239.24" OriginalAmount="1203.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3592694" Longitude="4.8977596" StarRating="3" HotelCode="|64637" HotelName="V Frederiksplein" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WETERINGSCHANS, 136</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/6/3/7/64637_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The V Frederiksplein is rated three stars, traditional, yet modern, has a lobby, WiFi (free of charge) and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1248.34" OriginalAmount="1211.98" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3733" Longitude="4.9066" StarRating="3" HotelCode="|191962" HotelName="Library Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 144-145</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/6/2/191962_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1255.86" OriginalAmount="1219.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37603145916" Longitude="4.8992586135864" StarRating="3" HotelCode="67212|482145" HotelName="Luxer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 11, 1012 HT Amsterdam, Nordholland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/4d/284dc3dcd53f6f015340b5a7208adfb83a13e78f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of Amsterdam's old historical centre. The central station, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1262.78" OriginalAmount="1226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|hampton_by_hilton_amsterdam_centre_east" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1273.52" OriginalAmount="1236.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.338347" Longitude="4.92086" StarRating="4" HotelCode="|338284" HotelName="Ruby Emma Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelvlietstraat 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/8/4/338284_7f075100247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1283.86" OriginalAmount="1246.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3683618" Longitude="4.9237398" StarRating="4" HotelCode="|338237" HotelName="Yays Amsterdam Maritime By Numa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oostenburgergracht 73</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/3/7/338237_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1284.41" OriginalAmount="1247.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35132" Longitude="4.874097" StarRating="5" HotelCode="318243|bilderberg_garden_hotel" HotelName="Bilderberg Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dijsselhofplantsoen 7, 1077 BJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bf/56bf892ca841cf8d3216b75baf21f50262cc9bcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies in the south of Amsterdam within walking distance of the city's most exclusiv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1287.57" OriginalAmount="1250.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354488" Longitude="5.005768" StarRating="0" HotelCode="|445060" HotelName="Four Elements Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1074 Bert Haanstrakade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/0/445060_4535a8a1413.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1289.56" OriginalAmount="1252.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|hotel_v_frederiksplein" HotelName="Hotel V Frederiksplein" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1293.68" OriginalAmount="1256" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354644335736" Longitude="4.9127091899834" StarRating="3" HotelCode="397917|62765" HotelName="The Student Hotel Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wibautstraat 129, 1091 GL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/aa/91aaaf314eb6de638b66a7c291a33e8029e7a116.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1295.74" OriginalAmount="1258.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365146558714" Longitude="4.8733229935169" StarRating="3" HotelCode="193898|mosaic_city_centre" HotelName="Hotel Mosaic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 16a, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/11/7711e9a44a7a9d10fe3bfdef1458b968da8058ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1303.85" OriginalAmount="1265.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36675" Longitude="4.91143" StarRating="3" HotelCode="|445190" HotelName="Quentin Zoo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/9/0/445190_fa4ed1d1022.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1307.07" OriginalAmount="1269.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|hotel_washington_2" HotelName="Washington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1307.07" OriginalAmount="1269.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.378419" Longitude="4.89642" StarRating="3" HotelCode="95615|atrain" HotelName="A-train" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 23, 1012 TM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/zz/57ad8b99a7eb1bae94360bba8adf1be61c691a26.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1308.02" OriginalAmount="1269.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362633" Longitude="4.878067" StarRating="4" HotelCode="|22078" HotelName="Catalonia Vondel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VONDELSTRAAT 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/8/22078_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 86 rooms a reception, a safety deposit box service, lifts, a bar, a cafÃ©, a breakfast room and a conference room. The establishment offers WiFi, room service and a laundry service. SITUATION: This cosy hotel is in a residential area, in the surrounding area, clients have the city centre, Where you can find shops, leisure areas, entertainment and tourist points of interest. ROOM: It has cosy rooms with a bathroom, a sitting area, a direct line telephone, a satellite or cable television, a radio and a mini-bar. They also have an ironing set, a courtesy tea and coffee service, a safety deposit box, internet and central heating. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1311.03" OriginalAmount="1272.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376605" Longitude="4.844573" StarRating="0" HotelCode="|444517" HotelName="Cityden Bolo District" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bos en Lommerplantsoen 45a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/1/7/444517_427bf001258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1318.84" OriginalAmount="1280.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36830127" Longitude="4.92356095" StarRating="4" HotelCode="428729|1740938" HotelName="YAYS Oostenburgergracht - Concierged Boutique Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Oostenburgergracht 73, 1018 NC Amsterdam-Oost, Niederlande</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e1/7be1d9ae301e98571ec86acdddfaf358edc953da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at YAYS Concierged Boutique Apartments Oostenburgergra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1319.72" OriginalAmount="1281.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3664085" Longitude="4.8970358" StarRating="4" HotelCode="|16573" HotelName="NH Amsterdam Caransa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>REMBRANDTPLEIN 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/7/3/16573_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has 66 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service and lifts. Near the establishment, you can find a public car park and (for a fee). SITUATION: This welcoming hotel is in a central area. It is in the Rembrandtplein area. 100 metres away, guests will find a public transport stop. In the surrounding area of the establishment, clients can find shops, monuments and leisure areas. ROOM: The elegant and comfortable rooms have a hairdryer, a direct line telephone, satellite and cable TV, a bathroom with a shower and a mini-bar. Guests are offered a courtesy tea and coffee service, a trouser press, a sofa and a safe (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1324.58" OriginalAmount="1286.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376627" Longitude="4.89467" StarRating="3" HotelCode="26717|hotel_avenue" HotelName="Avenue Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 33, 1012 RD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/bb/cbbbf6a12ab35a659965196fd20b0f1b3a67f67f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical heart of the city on the Nieuwezijds Voorburgwal. This is one...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1331.79" OriginalAmount="1293.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366284" Longitude="4.898445" StarRating="4" HotelCode="366274|hampshire_hotel__rembrandt_square_amsterdam" HotelName="Rembrandt Square Hotel Amsterdam" 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,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstelstraat 17, 1017 DA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/4c/6f4ca58b3c7e46c83e2d0df403c9aeff54dccc0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the historical city centre just around the corner from the wor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1335.24" OriginalAmount="1296.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.346660577724" Longitude="4.8311547220901" StarRating="4" HotelCode="299591|1521298" HotelName="Corendon City Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aletta Jacobslaan 7, 1066 BP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/1d/f81dff3ada41880df4cd7c0f2f9c92085e393786.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1340.81" OriginalAmount="1301.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3513738" Longitude="4.8739911" StarRating="5" HotelCode="|16619" HotelName="Bilderberg Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DIJSSELHOFPLANTSOEN 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/9/16619_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 4 floors and 124 rooms. It has a lift, a bar, an Ã  la carte restaurant and a reception. The establishment offers a car park (for a fee). SITUATION: This hotel is in south Amsterdam. Near the establishment, guests will find shopping areas, museums and the Congress Centre. 5 minutes away from the establishment guests have the exhibition centre RAI. 200 metres away, there is a public transport stop. 15 minutes away from the establishment you have the city centre. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a television, a radio, a mini-bar and a safety deposit box (available for a fee). OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1341.06" OriginalAmount="1302.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36483819536" Longitude="4.8805391678549" StarRating="2" HotelCode="147859|hotel_freeland" HotelName="Freeland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marnixstraat 386, 1017 PL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f7/85f74264b904f6a4437eb6f21bcd1ef35144ab88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1342.99" OriginalAmount="1303.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375665" Longitude="4.901614" StarRating="4" HotelCode="|444010" HotelName="Mai Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Geldersekade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/1/0/444010_0696f081126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1349.93" OriginalAmount="1310.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.906708" StarRating="4" HotelCode="|202305" HotelName="Zoku Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>WEESPERSTRAAT 105</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/3/0/5/202305_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1359.60" OriginalAmount="1320.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.345384988263" Longitude="4.9259640264587" StarRating="4" HotelCode="464532|hotel_v_fizeaustraat" HotelName="Hotel V Fizeaustraat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fizeau straat 2, 1097 SC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/zz/eeadaee17bacb4d35c3797178be6e9cdcc12c2a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1364.52" OriginalAmount="1324.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33324" Longitude="4.91689" StarRating="4" HotelCode="|444516" HotelName="Leonardo Royal Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, Oost</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/1/6/444516_bc5ed6b0828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1375.05" OriginalAmount="1335.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.363108" Longitude="4.879466" StarRating="4" HotelCode="25125|nh_amsterdam_centre" HotelName="NH Amsterdam Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 7, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/40/3940fe63060e9f6a77103b9de0254e454eb1ef7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel enjoys a central location near to the Leidesplein, directly near to the Singelgr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1378.14" OriginalAmount="1338.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3594695" Longitude="4.8959556" StarRating="3" HotelCode="930980|the_amsterdam_canal_hotel" HotelName="The Amsterdam Canal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 253, 1017 XJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/f2/fbf278d756da45621895afac1de141f10449d61c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1401.01" OriginalAmount="1360.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.393705" Longitude="4.882171" StarRating="0" HotelCode="|444321" HotelName="The July - Boat and Co" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>500 Revaleiland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/2/1/444321_043b3a10832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1422.06" OriginalAmount="1380.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3698584" Longitude="4.90738452" StarRating="4" HotelCode="591631|2431715" HotelName="Monet Garden Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 76, 1011LZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/1b/dc1bc43c1080ca76b01aa805770c3e30af13b5a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1425.10" OriginalAmount="1383.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3659659" Longitude="4.909852" StarRating="0" HotelCode="|338147" HotelName="Plantage Hortus Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Different locations in the Plantage district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/1/4/7/338147_1_8981.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1430.67" OriginalAmount="1389.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|sheraton_amsterdam_airport_hotel__conference_center" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1441.23" OriginalAmount="1399.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3563995" Longitude="4.8782001" StarRating="2" HotelCode="|22025" HotelName="Trianon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J. W. BROUWERSSTRAAT 3-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/5/22025_cf61ae21415.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 4 floors, 52 rooms, 15 single rooms and 36 double rooms. It has a reception, a safety deposit box service, lifts, a restaurant and internet. The establishment offers room service, a laundry service and a medical care service. SITUATION: This hotel is in a quiet area. Is situated in the Van Baerltraat shopping area. It is well-connected with the city centre where you can find shops, leisure areas and tourist points of interest. ROOM: Guests are offered standard rooms, economical rooms with bunk beds and shared rooms. The rooms have a bathroom, a direct line telephone, a satellite or cable television, a radio, fitted carpets, a central heating system and a sitting room. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1446.12" OriginalAmount="1404.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365784" Longitude="4.897434" StarRating="2" HotelCode="146048|city_hotel_27" HotelName="City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Utrechtsestraat 2, 1017 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/f4/41f40e6d1d3191efd5d1527e75a791192b0cfadd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1459.51" OriginalAmount="1417.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.383861590867" Longitude="4.9022975533035" StarRating="4" HotelCode="495429|sir_adam" HotelName="Sir Adam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Overhoeksplein 7, A’DAM Toren, 1031 KS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/01/90012716f07c7c67c83209d804548ad798a5f7db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1463.60" OriginalAmount="1420.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3739299" Longitude="4.8907887" StarRating="4" HotelCode="|16608" HotelName="Die Port Van Cleve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>N.Z.VOORBURGWAL 176-180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/8/16608_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is non-smoking, has a bar, 122 classic rooms, WiFi (free of charge) and 5 meeting rooms. SITUATION: This establishment, is in Amsterdam the centre of Close to points of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1470.84" OriginalAmount="1428.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|amsterdam_identity_apartments_2" HotelName="Amsterdam ID Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1481.56" OriginalAmount="1438.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3545004" Longitude="4.8875268" StarRating="4" HotelCode="255579|922715" HotelName="Sir Albert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albert Cuypstraat 2, De Pijp District (Latin Quarter), 1072 CT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e2/83e29e7a3fa4b464bc524d5155393edecff33e84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Amsterdam, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1499.89" OriginalAmount="1456.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3073861" Longitude="4.7555639" StarRating="4" HotelCode="|16577" HotelName="Hilton Amsterdam Airport Schiphol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SCHIPHOL BOULEVARD 701</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/7/7/16577_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 8 floors, 275 rooms and 8 suites. It has a bar, an Ã  la carte restaurant and a reception. SITUATION: This establishment is in Schiphol Airport. 15 minutes away, you can find Amsterdam city centre. It is situated near a leisure area, a beach and a hiking route. Near the establishment, customers can find a commercial centre and a casino. 500 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee). FACILITIES: There are many facilities and services available at the establishment, including a sauna and a gym. It is situated close to a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1504.93" OriginalAmount="1461.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3866061" Longitude="4.8752965" StarRating="3" HotelCode="|372887" HotelName="Conscious Westerpark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/8/8/7/372887_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1508.14" OriginalAmount="1464.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361544769493" Longitude="4.8830907572413" StarRating="4" HotelCode="15715|20154" HotelName="Park Centraal Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 25, 1071 ZD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/00/a70030c9d8be3898b2413767d26f16e462501327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1529.10" OriginalAmount="1484.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3545939" Longitude="4.9126321" StarRating="4" HotelCode="|338245" HotelName="The Social Hub Amsterdam City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Wibautstraat 129</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/4/5/338245_6bf286c0227.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1545.71" OriginalAmount="1500.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495" HotelName="Park Plaza Vondelpark, Amsterdam" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1552.64" OriginalAmount="1507.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3617147" Longitude="4.8826914" StarRating="4" HotelCode="|16586" HotelName="Park Centraal " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STADHOUDERSKADE 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/8/6/16586_11c45d41133.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1895, renovated in 2006, has 187 rooms, 6 suites and 7 floors. In the entrance, you can find a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. Some of the facilities that the establishment offers to guests include a hairdresser's, a bar, a restaurant with air-conditioning, conference rooms and internet. The establishment also offers a laundry service and an indoor car park. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a double bed, a sitting room, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a coffee maker, a kettle, an iron, an ironing board, a safe (available for a fee) and central heating. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1556.33" OriginalAmount="1511.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.384729" Longitude="4.894064" StarRating="4" HotelCode="260447|room_mate_aitana_hotel" HotelName="Room Mate Aitana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJDok 6, 1013 MM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/45/e0458bb8441f43d839782787b6186f306e1128bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1559.67" OriginalAmount="1514.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3779289" Longitude="4.8965919" StarRating="3" HotelCode="|36558" HotelName="Ibis Styles Amsterdam Central Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MARTELAARSGRACHT 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/5/5/8/36558_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Bellevue is rated three stars. Is ideal for business and holiday stays. SITUATION: This establishment is in the city centre, close to the railway station. ROOM: The rooms have modern furniture.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1565.60" OriginalAmount="1520.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|hotel_okura_amsterdam" HotelName="Okura Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1576.93" OriginalAmount="1531.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36612204" Longitude="4.90996132" StarRating="0" HotelCode="560503|plantage_garden_apartments" HotelName="Plantage Garden Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Housekeeping,Internet,Kitchen,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Muidergracht 31-35, 1018 TL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/b9/efb993e2bd95ef5ac237facb586fbcfb99302b66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Plantage Garden Apartments in Amsterdam (Plantage -...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1580.40" OriginalAmount="1534.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.356398" Longitude="4.8783989999999" StarRating="2" HotelCode="38371|47854" HotelName="Trianon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstr 3-7, 1071 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/62/a1626ddc79b85e73249c4f1a205ca256d6ab77d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This captivating hotel is on a peaceful side street off the van Baerlestraat shopping street. From t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1583.11" OriginalAmount="1537.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35899975" Longitude="4.90289875" StarRating="3" HotelCode="143430|amstel_corner" HotelName="Amstel Corner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatikade 16, 1017 WV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/cb/12cb94d604f729dc79204047f1f2cb5e20087141.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1584.79" OriginalAmount="1538.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3628428" Longitude="4.8794965" StarRating="4" HotelCode="|16618" HotelName="NH Amsterdam Leidseplein" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STADHOUDERSKADE 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/8/16618_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1928, has 242 rooms and 7 floors. It also has a reception, a hairdresser's and a restaurant. nearby, you can find a public car park. SITUATION: This luxurious hotel is in a central location, Close to, In front of, 100 metres away, there is a public transport stop, In the surrounding area, you can find shopping areas, and. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, a fridge, an air-conditioning system and a safe. FACILITIES: There is a range of facilities and services available at the establishment, including a sauna, a solarium, a gym, a beauty centre and a massage service. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1589.29" OriginalAmount="1543.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354470021495" Longitude="4.8797466234686" StarRating="3" HotelCode="284248|nova_apartments" HotelName="Nova Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Nicolaas Maesstraat 72, 1071 RC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0d/38/0d388f1b0bee20f0df605fb2bb612e05a88f4304.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1606.80" OriginalAmount="1560.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364975666667" Longitude="4.8804166666667" StarRating="2" HotelCode="155067|hotel_weber_2" HotelName="Weber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marnixstraat 397, 1017 PJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/a2/6ea2612c6aa853d376179e223219a83d7554dc77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1620.19" OriginalAmount="1573.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35508858" Longitude="4.87749742" StarRating="3" HotelCode="200949|conscious_hotel_museum_square" HotelName="Conscious Museum Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Lairessestraat 7, 1071 NR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/38/2838f1df603ab9fbfef4765289e6783d0a69e2c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel lies right at the heart of Amsterdam, only metres from the famous concert building of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1624.31" OriginalAmount="1577.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.341829908249" Longitude="4.8759850633134" StarRating="4" HotelCode="146012|citizenm_hotel_amsterdam_city" HotelName="citizenM Amsterdam South Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinses Irenestraat 30, 1077 WX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/ab/39ab83073ff3549e0e0309cc0b91d670de578f1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1626.05" OriginalAmount="1578.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3679631" Longitude="4.8926537" StarRating="2" HotelCode="|337658" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/6/5/8/337658_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1634.32" OriginalAmount="1586.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36571447236" Longitude="4.8967024683952" StarRating="4" HotelCode="17621|20134" HotelName="NH Amsterdam Schiller" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 26, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/9e/b19ef8771e4cbfa2a00d78855f904f2ca2cb97cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the very heart of Amsterdam. That means that guests can embark on a roundtr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1636.85" OriginalAmount="1589.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3686" Longitude="4.948039" StarRating="4" HotelCode="|444011" HotelName="Numa Amsterdam Docklands" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Cruquiusweg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/1/1/444011_3b3619c1223.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1648.00" OriginalAmount="1600.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361287254963" Longitude="4.8935642838478" StarRating="4" HotelCode="14737|mercure_hotel_amsterdam_arthur_frommer" HotelName="Mercure Amsterdam Centre Canal District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Noorderstraat 46, 1017 TV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/63/df639b729992cc61511921eb330d825f9f28371d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is set in a quiet street in the centre of Amsterdam, lying very close to the main at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1651.09" OriginalAmount="1603.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38852428" Longitude="4.88860918" StarRating="3" HotelCode="602469|yays_concierged_boutique_apartments_zoutkeetsgracht_2" HotelName="Yays Zoutkeetsgracht Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Zoutkeetsgracht 114-118, 1013 LC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/1a/741a3a59b578fec007e38a2ce0bfac451d73c342.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YAYS Concierged Boutique Apartments - Zoutkeetsgra is a popular choice amongst travelers in Amsterda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1654.40" OriginalAmount="1606.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3608306" Longitude="4.8930595" StarRating="4" HotelCode="|39690" HotelName="Citadines Canal Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NOORDERSTRAAT 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/0/39690_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008 and has 90 luxurious rooms a reception, a lift and a bar. The establishment offers WiFi and a car park (for a fee), (on request). SITUATION: This urban hotel is on a peaceful street in the city centre, near the establishment, you will find tourist points of interest, in the surrounding area, clients have shops, restaurants and museums. near the establishment, you will find RAI the exhibition centre it is close to Zuidoost the business area of 500 metres away, there is a public transport stop. ROOM: The rooms 90 comfortable rooms, have a bathroom with a hairdryer, a satellite television, a radio, a safety deposit box, internet, a mini-bar and an air-conditioning system. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1656.24" OriginalAmount="1608.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|conscious_hotel_westerpark" HotelName="Conscious Hotel Westerpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1659.33" OriginalAmount="1611.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.379447" Longitude="4.880503" StarRating="3" HotelCode="296731|linden_hotel" HotelName="Linden Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Elevator,Internet,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Lindengracht 251, 1015 KH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/17/5817b55cd5ca5146efc4cb105577d241e38cb4b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Linden Hotel is in the heart of Amsterdam, walking distance from N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1672.72" OriginalAmount="1624.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376174" Longitude="4.894492" StarRating="4" HotelCode="258441|inntel_hotels_amsterdam_centre" HotelName="Inntel Hotel Amsterdam Centre" 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Kolk 19, 1012 PV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/26/b0264d1fd39ca7a2b75b835cf4caf9cc7ab5fb3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly in the city centre in the Dam pedestrian area. It is just a few minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1681.99" OriginalAmount="1633.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|park_plaza_victoria_amsterdam" HotelName="Park Plaza Victoria Amsterdam" 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,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de40051abb446abf1165a82fdd66c1cdbe83d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1687.14" OriginalAmount="1638.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367880893678" Longitude="4.8943802400559" StarRating="3" HotelCode="341230|hotel_residence_le_coin" HotelName="Hotel Residence Le Coin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 5, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/72/67727bb6e0cafa65950439624bafb7c1bb972817.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1691.26" OriginalAmount="1642.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377231" Longitude="4.895498" StarRating="4" HotelCode="24557|kimpton_de_witt_amsterdam" HotelName="Kimpton De Witt Amsterdam" 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,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 5, 1012 RC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d0/6cd0f7142de5fe7e8ce2231464231a0183305ff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well known luxury hotel behind a protected art-nouveau façade is located directly on Leidseplei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1703.30" OriginalAmount="1653.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3772926" Longitude="4.895597" StarRating="4" HotelCode="|16615" HotelName="Kimpton De Witt Amsterdam, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWEZIJDS VOORBURGWAL 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/5/16615_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1700. It has 6 floors, 270 rooms, 87 double rooms, 62 single rooms and 4 suites. Some of the establishment facilities on offer are a bar, a restaurant and a jetty. SITUATION: This luxurious hotel is in Leidseplein, near the establishment, you will find museums, churches, theatres, shops, a public transport stop and the nightlife. ROOM: The luxurious, elegant rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box. FACILITIES: The establishment boasts a covered swimming pool, a sauna, a solarium and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1707.82" OriginalAmount="1658.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3634158" Longitude="4.8811699" StarRating="4" HotelCode="|16610" HotelName="Clayton Hotel Amsterdam American" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/0/16610_bccbc440940.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors and 175 rooms. It has facilities for people with reduced mobility, a lobby, a bar, a reception and 3 lifts. The establishment offers guests room service, a concierge, a car park, a laundry service and a babysitting service. Guests can find a brew-bar and a terrace (seasonal). SITUATION: it is in a central area, Leidseplein it is in in the surrounding area, clients can find shops, boutiques, monuments, restaurants, cultural places and nightclubs. ROOM: The bright, modern rooms, have a bathroom with a shower, a hairdryer, an air-conditioning system, a mini-bar, a radio, a TV and a direct line telephone. FACILITIES: The establishment boasts a gym, a sauna and a solarium. OBSERVATIONS:.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1717.01" OriginalAmount="1667.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3709107" Longitude="4.8936852" StarRating="4" HotelCode="930978|hotel_v_nesplein" HotelName="Hotel V Nesplein City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 49, 1012 KD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4d/eb4dada28d88bbcd586a5958cff39c976c3766e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1718.34" OriginalAmount="1668.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3736109" Longitude="4.8936785" StarRating="4" HotelCode="|22074" HotelName="Amsterdam De Roode Leeuw" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>DAMRAK 93-94</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/4/22074_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1911, is situated on a main street. It has 5 floors and 79 rooms. It has a reception, a safety deposit box service, lifts and a conference room. The establishment offers internet (for a fee), room service, a laundry service and a medical care service. SITUATION: This hotel is in the heart of Amsterdam. Next to the property, you can find Dam Square. In front of the establishment, guests have de Bijenkorf Shopping Centre. In the surrounding area of the establishment, guests can find the Royal Palace and the museums. Close to the establishment, guests have the Kalverstraat shopping area. 700 metres away, guests can find Centraal Railway Station. 500 metres away, there is a tram stop. It is situated 20 kilometres away from Schiphol Airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone (available for a fee), satellite or cable TV, a radio, a sitting room, a double bed, a safety deposit box and internet (available for a fee). OBSERVATIONS: Bachelor parties are not allowed in the hotel. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1742.65" OriginalAmount="1691.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156" HotelName="American Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1744.82" OriginalAmount="1694.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361117278711" Longitude="4.9006848427564" StarRating="2" HotelCode="116282|hotel_de_munck_2" HotelName="De Munck" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Achtergracht 3, 1017 WL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/10/261074bf35d44f9849dbaf45e7b76912498c40b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1747.91" OriginalAmount="1697.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372305" Longitude="4.897554" StarRating="2" HotelCode="337195|heart_of_amsterdam__hostel_2" HotelName="Heart of Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Achterburgwal 118-120, 1012 DT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/42/2342148732a7571f209d53feac3973d6446f9e14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the in the famous red light district "De Wallen" close to the city centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1757.18" OriginalAmount="1706.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|nh_city_centre_amsterdam" HotelName="NH City Centre Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1760.27" OriginalAmount="1709.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|movenpick_hotel_amsterdam_city_centre" HotelName="Mövenpick Amsterdam City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1767.58" OriginalAmount="1716.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3619995" Longitude="4.9239998" StarRating="3" HotelCode="|28739" HotelName="V Oosterpark by Conscious" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LINNAEUSSTRAAT 2C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/7/3/9/28739_36471ac1434.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 83 rooms. The establishment boasts a reception, a bar, a restaurant, internet, daily newspapers (free of charge) and an ironing set. The establishment offers guests a laundry service, a shoe-shining service, bus service, a medical care service, a car park and a car hire service. It also has a business centre. SITUATION: This establishment is close to Oosterpark it is located close to the commercial district. Near the establishment, you will find Waterloo Square and the zoo. In front of the hotel there is a public transport stop. Nearby, you will find the historic centre, the train station, the airport and the convention centre. ROOM: All the rooms have a bathroom with a hairdryer, complimentary bathroom items, a direct line telephone, cable television with pay channels, WiFi, a safety deposit box, a kettle and a coffee maker. Guests are offered pillow menu, cots and an alarm clock. The establishment has non-smoking rooms. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1769.54" OriginalAmount="1718.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3765711" Longitude="4.9071006" StarRating="4" HotelCode="904494|doubletree_by_hilton_hotel_amsterdam_centraal_station" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>4 Oosterdoksstraat, 1011 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/08/8708ec7edbad7cc4ca973fbac9453b98387ecc74.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located on the riverfront and next to the central train station, the hotel is within easy reach of a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1771.60" OriginalAmount="1720.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36207397" Longitude="4.87561528" StarRating="0" HotelCode="825403|vondelpark_apartment_suites" HotelName="Vondelpark Apartment Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 118, Oud-West, 1054 BZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/20/a9209fae1a2bbfa1c6cd20c262bd41bac6fbc5f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1772.28" OriginalAmount="1720.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365757055353" Longitude="4.8932102322578" StarRating="4" HotelCode="24556|461125" HotelName="The Albus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vijzelstraat 49, 1017 HE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/39/28397d298db7aa07a47bc7c623d0d338b069571d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design boutique hotel is well located within the famous Canal Belt and a short walk from Dam sq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1777.40" OriginalAmount="1725.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.39834" Longitude="4.90655" StarRating="4" HotelCode="|235966" HotelName="Amsterdam North by YAYS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ridderspoorweg 173</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/9/6/6/235966_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1780.87" OriginalAmount="1729.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|grand_hotel_amrath_amsterdam" HotelName="Grand Hotel Amrâth Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108, 1011 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bc92ae67a1f6d73838a8a427f67d207af676e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1780.88" OriginalAmount="1729.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361798" Longitude="4.911744" StarRating="5" HotelCode="|338303" HotelName="Hyatt Regency Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatistraat 104</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/0/3/338303_8b67f1a1455.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1782.16" OriginalAmount="1730.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3754997" Longitude="4.8929" StarRating="4" HotelCode="|16592" HotelName="Ink  Amsterdam - Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWE ZIJDS VOORBURGWAL 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/2/16592_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has rooms with features that offer you the maximum level of comfort and a restaurant. SITUATION: This welcoming hotel is between the railway station and the Royal Palace, Close to, Where guests can enjoy the shops, 300 metres away, there is a public transport stop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1791.17" OriginalAmount="1739.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37775" Longitude="4.897062" StarRating="5" HotelCode="213842|artotel_amsterdam" HotelName="art'otel amsterdam, by park plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 33, 1012 TM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/e0/28e016662ff8bd697c1508f39180b51291e1b94b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1802.07" OriginalAmount="1749.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377849" Longitude="4.897327" StarRating="4" HotelCode="|126212" HotelName="Art'Otel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINS HENDRIKKADE 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/2/1/2/126212_e66ea620942.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This deluxe hotel, has 107 rooms, a meal service, a bar, a library, a living room and a showroom. Guests can also find a swimming pool, an events room and exhibition rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1817.95" OriginalAmount="1765.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|leonardo_boutique_museum_hotel_amsterdam_city_center" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1835.46" OriginalAmount="1782.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|radisson_blu_hotel_amsterdam" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1838.55" OriginalAmount="1785.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|nh_barbizon_palace" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1839.51" OriginalAmount="1785.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3665406" Longitude="4.8934582" StarRating="4" HotelCode="|16602" HotelName="Albus Amsterdam City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIJZELSTRAAT 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/2/16602_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 8 floors and 74 rooms. It has a lobby, a reception, a lift and a safety deposit box service. Regarding the food and beverage offering, the establishment has a bar and a restaurant. The establishment offers guests internet. The establishment also offers room service and a laundry service (for a fee). SITUATION: This hotel is in the heart of Amsterdam. Is situated in the Rembrandt district. It is 4.5 kilometres away from the exhibition centre RAI. It is surrounded by tourist points of interest and shopping areas. Close to the establishment, clients can find Bloemenmarkt 200 metres away, there is a public transport stop. It is just 15 kilometres away from Schiphol Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone and satellite or cable TV. OTHERS: The establishment serves American buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1841.64" OriginalAmount="1788.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375471" Longitude="4.892807" StarRating="4" HotelCode="17703|the_convent_hotel_amsterdam__mgallery_collection" HotelName="INK Hotel Amsterdam - MGallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 67, 1012 RE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/20/14200bd411d5e525e79f976ce84ec39834b2817e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is housed in a wonderfully located 17th century building that lies between the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1862.24" OriginalAmount="1808.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|pestana_amsterdam_riverside_lvx_preferred_hotels_resorts" HotelName="Pestana Amsterdam Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1865.09" OriginalAmount="1810.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3359582" Longitude="4.8750638" StarRating="4" HotelCode="|74715" HotelName="Crowne Plaza Amsterdam South, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/7/1/5/74715_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Some of the establishment facilities on offer are a modern gym, a cosy bar, a business centre, a lounge club, One-O-One the large restaurant windows. SITUATION: This hotel is located near RAI the Convention Centre This hotel is in the southern area, has good links to the airport, the city centre. ROOM: The modern rooms and have internet. OTHERS: Regarding the food and beverage offering, clients can enjoy American breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1866.36" OriginalAmount="1812.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36697607" Longitude="4.93295619" StarRating="3" HotelCode="623280|short_stay_group_eastern_docklands_apartments" HotelName="Short Stay Group Eastern Docklands Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Zeeburgerpad 28-29, 1019AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/48/274828ec1e572065f12144d5883304f2d6b23114.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1900.35" OriginalAmount="1845.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|crowne_plaza_amsterdam_south" HotelName="Crowne Plaza Amsterdam South" 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,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1902.35" OriginalAmount="1846.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3697879" Longitude="4.9072623" StarRating="4" HotelCode="|338500" HotelName="Monet Garden Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/0/0/338500_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1914.32" OriginalAmount="1858.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362194" Longitude="4.919684" StarRating="5" HotelCode="|445063" HotelName="Pillows Grand Boutique Hotel Maurits At The Park - Small Luxury Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>61 Mauritskade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/3/445063_09acf191433.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1928.64" OriginalAmount="1872.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3671" Longitude="4.87027" StarRating="0" HotelCode="|520013" HotelName="De Hallen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bilderdijkkade 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/0/0/1/3/520013_799ca131213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1931.30" OriginalAmount="1875.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37623" Longitude="4.89462" StarRating="4" HotelCode="|16597" HotelName="Inntel Hotels Amsterdam Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Kolk, 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/7/16597_ca0ac851414.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the city centre, is close to Dam the Square of the shopping area, near the establishment, you will find Anne Frank the House of It is situated close toRoze Buurt the district of nearby, you will find bars. ROOM: The establishment has 239 rooms and with air-conditioned. The rooms are modern.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1939.57" OriginalAmount="1883.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|CBP943800" HotelName="XO Hotels Van Gogh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1975.93" OriginalAmount="1918.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3043625" Longitude="4.9509889" StarRating="3" HotelCode="|338316" HotelName="Levell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>353 Hullenbergweg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/1/6/338316_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2003.35" OriginalAmount="1945.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36938900262" Longitude="4.8871547661846" StarRating="4" HotelCode="76501|ambassade_hotel" HotelName="Ambassade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 341, 1016 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b8/92b82936f5857cf6c2cf0bafd933141e9fbe678b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2004.31" OriginalAmount="1945.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3885502" Longitude="4.888612" StarRating="0" HotelCode="|338247" HotelName="YAYS Amsterdam Salthouse Canal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zoutkeetsgracht 116</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/4/7/338247_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2027.04" OriginalAmount="1968.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.368238724571" Longitude="4.8957100846558" StarRating="4" HotelCode="24558|nh_doelen" HotelName="NH Collection Amsterdam Doelen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 26, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/15/cd15de1e4b71e5406e2fa3a65e81e9b826eb67ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly beside the Amstel River. It is located in the centre of Amste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2045.58" OriginalAmount="1986.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366357" Longitude="4.893003" StarRating="4" HotelCode="258926|nh_carlton_amsterdam" HotelName="NH Collection Amsterdam Flower Market" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vijzelstraat 4, 1017 HK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/fb/e1fbc933b6f8f3f48ca7c1e4ed8e6e177a5c63f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a deluxe hotel ideally located in the centre of Amsterdam. Nearby is the famous Floating Flo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2053.75" OriginalAmount="1993.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3758932" Longitude="4.8862283" StarRating="4" HotelCode="|50508" HotelName="The Toren Amsterdam by The Pavilions" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht, 164</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/0/8/50508_49c19410405.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style hotel, renovated in 2005, has a bar and a business centre. SITUATION: It is inAmsterdam the city centre of near the establishment, guests will find Anne Frank the House of Dam it is 5 minutes away from it is in Keizersgracht the street. ROOM: The establishment has 40 rooms with TV, a direct line telephone, an air-conditioning system and internet. The rooms a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2080.60" OriginalAmount="2020.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373549052028" Longitude="4.8933175206184" StarRating="4" HotelCode="20234|swissotel_amsterdam" HotelName="Swissôtel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 96, 1012 LP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/8f/a88fd65741df093563b3619107a0be3a3e8a1757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Amsterdam, next to the Royal Palace, the hotel overlooks Dam Square which of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2086.88" OriginalAmount="2026.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3669919" Longitude="4.9329615" StarRating="3" HotelCode="|331051" HotelName="Yays Amsterdam East By Numa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeeburgerpad 28-29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/0/5/1/331051_8ecdce91454.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2091.25" OriginalAmount="2030.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3540516" Longitude="4.8767544" StarRating="4" HotelCode="|60026" HotelName="De Ware Jacob Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JACOB OBRECHTSTRAAT 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/0/2/6/60026_1_2235.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Sander is rated three stars and it is in a great location. It has a cosy bar. SITUATION: It is near the museums of Rijksmuseum and Van Gogh. Nearby, you will find the Square of Dam and the central station. ROOM: The establishment has 20 comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2113.48" OriginalAmount="2051.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3374325" Longitude="4.8678816" StarRating="0" HotelCode="|445065" HotelName="Premier Suites Plus Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Parnassusweg 376</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/5/445065_21a63a20753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2126.95" OriginalAmount="2065.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37586757" Longitude="4.88601871" StarRating="4" HotelCode="336266|the_toren" HotelName="The Toren" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 164, 1015 CZ Amsterdam, Noord-Holland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/42/5a4295d31ece301aa0b7c97f70712563eedf3bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2127.48" OriginalAmount="2065.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3708075" Longitude="4.8949837" StarRating="5" HotelCode="|16575" HotelName="Sofitel Legend The Grand Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OUDEZIJDS VOORBURGWAL 197</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/7/5/16575_dbdb08d0703.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned modern hotel facilities, a lobby, a reception, a safety deposit box service, a lift and a restaurant. SITUATION: This establishment, is in Amsterdam the historic centre of Close to the business area and, 50 metres away from the establishment, you can find a bus station, public transport services. ROOM: All the rooms have a bathroom, a bath, a shower, a WC, a hairdryer, a bathrobe, an air-conditioning system, a satellite TV, a mini-bar, a safe and internet. OTHERS: Regarding the food and beverage offering, you can enjoy an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2149.13" OriginalAmount="2086.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3612" Longitude="4.8845" StarRating="4" HotelCode="|22077" HotelName="Leonardo Boutique Museumhotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.C. HOOFSTRAAT 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/22077_01db1421545.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel has 188 rooms and 5 floors. It has a lobby with elevators, a reception, a safety deposit box service and a bar. The establishment offers guests a laundry service. SITUATION: This hotel is situated between PC Hooftstraat and Stadhouderskade is situated in the heart of Amsterdam, close to the Van Gogh and Rijksmuseum museums and Leidseplein Square. Opposite the establishment, you can find jetties, bicycles and boats. ROOM: Each room has a bathroom with a shower, a WC, a hairdryer, a direct line telephone, a television and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2150.64" OriginalAmount="2088.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3774518" Longitude="4.9886162" StarRating="3" HotelCode="146702|de_oude_taveerne" HotelName="Amsterdam Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Durgerdammerdijk 73, 1026 CB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/b9/c1b90ab147bef964fdb4aae2d0a4258574cb9fd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 16 rooms. Services and facilities at the hotel includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2152.72" OriginalAmount="2090.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.379345484429" Longitude="4.922046661377" StarRating="4" HotelCode="653947|2384605" HotelName="Hotel Jakarta Amsterdam" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,ATM/Cash Machine,Banquet Hall,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Javakade 766, 1019 SH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/6f/ff6f04f7a752c01b7c36ea36f99bcedf8a8dbc71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;"Hotel Jakarta Amsterdam is a unique sustainable hotel in Amsterdam at the IJ river, at the former l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2177.42" OriginalAmount="2114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38407035" Longitude="4.88840731" StarRating="4" HotelCode="486682|yays_bickersgracht" HotelName="YAYS Concierged Boutique Apartments Bickersgracht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bickersgracht 1, 1013 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b5/96b5d3b8679643903487f3462286d75a3d029cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2181.54" OriginalAmount="2118.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354070372492" Longitude="4.8767194538027" StarRating="3" HotelCode="95613|de_ware_jacob_boutique_hotel" HotelName="Sander" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jacob Obrechtstraat 69, 1071 KJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d8/d5d805d7751daf90007036f440b12137fd7b488b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a very convenient location and lies within walking distance of many of Amsterdam's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2189.02" OriginalAmount="2125.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.368131" Longitude="4.8958793" StarRating="5" HotelCode="|16582" HotelName="Tivoli Doelen Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWE DOELENSTRAAT 24-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/8/2/16582_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 6 floors, 86 rooms and 1 suite. It has a lobby, lifts and a bar. nearby, you can find an indoor car park. SITUATION: This establishment, is in front of Amstel the river it is in Amsterdam the city centre of this hotel Rembrandtplein and de Dam it is between in the surrounding area, clients can find theatres, museums ,Bloemenmarkt 2 minutes away from the establishment guests have it is located in front of a public transport stop. ROOM: The rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite and cable TV, a sitting area, a mini-bar, a courtesy tea and coffee service and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2335.21" OriginalAmount="2267.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.308842" Longitude="4.760301" StarRating="4" HotelCode="|16598" HotelName="Sheraton Amsterdam Airport and Conference Center" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SCHIPHOL BOULEVARD 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/8/16598_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned soundproofed hotel, has 406 rooms, 24 suites and 11 floors. It has a restaurant, a bar and a cafÃ©. SITUATION: This luxurious hotel is in Amsterdam-Schiphol Airport 20 minutes away, guests can find the city centre. ROOM: The rooms have a bathroom with a shower, a hairdryer, an air-conditioning system and a direct line telephone. They also have a mini-bar and a safety deposit box (available for a fee), All rooms are non-smoking rooms. FACILITIES: The establishment boasts body care and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2352.77" OriginalAmount="2284.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33889" Longitude="4.89033" StarRating="4" HotelCode="|444737" HotelName="Nhow Amsterdam RAI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Europaboulevard 2b</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/3/7/444737_578333b0919.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2374.95" OriginalAmount="2305.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37922" Longitude="4.922285" StarRating="4" HotelCode="|222725" HotelName="Jakarta Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Javakade 766, 1019 SH Amsterdam, NL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/2/5/222725_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2377.24" OriginalAmount="2308.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.371806" Longitude="4.8873630000001" StarRating="3" HotelCode="16607|rembrandt_classic_hotel" HotelName="The Hoxton Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 255, 1016 BJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/52/b052b10bab3f18d7336c197731f7ba4e595626ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Amsterdam, surrounded by shops, bars, pubs, discos and re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2390.63" OriginalAmount="2321.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|andaz_amsterdam_prinsengracht__a_hyatt_hotel" HotelName="Andaz Amsterdam Prinsengracht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2409.87" OriginalAmount="2339.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367916" Longitude="4.882842" StarRating="5" HotelCode="|128147" HotelName="Andaz Amsterdam Prinsengracht - A Concept By Hyatt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/4/7/128147_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Andaz Amsterdam Prinsengracht is rated five stars, has 122 rooms, a social room, a lounge bar, a restaurant, a spa with a sauna and a gym has features that offer you the maximum level of comfort. SITUATION: It is in Prinsengracht, ROOM: The rooms have a sitting room with flat-screen TV, a mini-bar, a coffee maker, a kettle, a bathroom with a shower, a WC, a bathrobe and bathroom items (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2497.36" OriginalAmount="2424.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.368042" Longitude="4.8949823" StarRating="5" HotelCode="|16611" HotelName="De l'Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWE DOELENSTRAAT 2-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/1/16611_2f8081d0927.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, has 5 floors and 100 rooms. It has 32 single rooms, 57 double rooms and 6 suites. Some of the facilities that the establishment offers to guests include a lobby, a hairdresser's and indoor parking (for a fee). With regards to the food and beverage offering, the establishment has a bar and a restaurant. SITUATION: This luxurious hotel is in the historic centre of Amsterdam. It is situated in front of the Amstel River. 1 kilometre away, there is a public transport stop. ROOM: The luxurious rooms have a bathroom with a shower, a hairdryer, a bathrobe, slippers, a direct line telephone, a satellite or cable television, a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment has a covered pool, a solarium, a sauna, a jacuzzi and a gym. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2627.67" OriginalAmount="2551.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3432309" Longitude="4.857531" StarRating="4" HotelCode="|338292" HotelName="The July - Twenty Eight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>260 Stadionplein</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/9/2/338292_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2636.80" OriginalAmount="2560.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|hotel_twenty_eight" HotelName="Twenty Eight" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2692.67" OriginalAmount="2614.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38404" Longitude="4.88859" StarRating="4" HotelCode="|183919" HotelName="Yays Amsterdam Prince Island By Numa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bickersgracht 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/1/9/183919_1d7099b0821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2780.91" OriginalAmount="2699.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3625175" Longitude="4.8805007" StarRating="5" HotelCode="|25048" HotelName="Marriott Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>STADHOUDERSKADE 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/4/8/25048_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 12 meeting rooms, a business centre, a car park, a valet service and a gym. SITUATION: Leidseplein It is close to. ROOM: The establishment has large rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2782.03" OriginalAmount="2701.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365395400794" Longitude="4.893133195162" StarRating="4" HotelCode="11572|banks_mansion" HotelName="Banks Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 519 -525, 1017 BV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3bc7b27cae657ac25b80e50531d59563d7c74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2853.10" OriginalAmount="2770.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359726934805" Longitude="4.9246979324383" StarRating="5" HotelCode="305902|breitner_house" HotelName="Breitner House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oosterpark 87-88, 1092 AW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/5c/895cba64553285f1d6a620cad0ba1d59aafa474f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2980.02" OriginalAmount="2893.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3727996" Longitude="4.8943597" StarRating="5" HotelCode="|16606" HotelName="Anantara Grand Hotel Krasnapolsky Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAM 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/6/16606_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Amsterdam the centre of la plaza Dam is situated in In front of, In the surrounding area you can also find shops, entertainment areas and the historic centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3009.12" OriginalAmount="2921.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37274" Longitude="4.88961" StarRating="5" HotelCode="|191987" HotelName="W Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/8/7/191987_a9ed6730721.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3020.45" OriginalAmount="2932.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372835" Longitude="4.883326" StarRating="5" HotelCode="|16612" HotelName="Pulitzer Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 323</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/2/16612_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1700, has 5 floors, 230 rooms and 10 suites. It has a cafÃ©, a bar, an Ã  la carte restaurant and a reception. Our guests can find a car park (for a fee). SITUATION: it is located near the Royal Palace, is in Amsterdam the historic centre of 500 metres away, there is a public transport stop. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite and cable television, a central air-conditioning system, a safety deposit box (available for a fee) and a mini-bar. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3054.98" OriginalAmount="2966" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5809" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3128.15" OriginalAmount="3037.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3718" Longitude="4.88727" StarRating="4" HotelCode="|183906" HotelName="The Hoxton, Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 255</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/0/6/183906_9a6dcb91410.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3323.81" OriginalAmount="3227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="980697|hotel_the_craftsmen" HotelName="Hotel The Craftsmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Singel 83, 1012 VE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f8/77f8eee5a884ed2b58a5557dccd4a7f14c4bd616.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3711.74" OriginalAmount="3603.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|749535" HotelName="Conservatorium" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4708.13" OriginalAmount="4571.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364630806722" Longitude="4.8967426714726" StarRating="5" HotelCode="930981|waldorf_astoria_amsterdam" HotelName="Waldorf Astoria Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 542-556, 1017 CG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/bf/46bf37aac62a413da63780e4c0fb4a69cf4c83d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5542.43" OriginalAmount="5381" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|28582" HotelName="InterContinental Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6150.79" OriginalAmount="5971.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3725" Longitude="4.89332" StarRating="5" HotelCode="|221497" HotelName="Twentyseven" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dam 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/9/7/221497_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6303.60" OriginalAmount="6120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37246248" Longitude="4.89327047" StarRating="5" HotelCode="615095|hotel_twentyseven" HotelName="Hotel TwentySeven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 27, 1012 JS Amsterdam, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/9a/e69a2a7445e6836ca714d25eac2e80d06ed8853d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6657.97" OriginalAmount="6464.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3600105" Longitude="4.9052017" StarRating="5" HotelCode="|64206" HotelName="Intercontinental Amstel Amsterdam, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PROFESSOR TULPPLEIN 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/2/0/6/64206_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1867 and has attentive service, With regards to the food and beverage offering, the establishment has La Rive the restaurant This air-conditioned establishment has 79 rooms, a lobby, a lift, conference facilities, internet and room service. SITUATION: This luxurious hotel is situated close to Amstel the river Rembrandtplein near the establishment, guests will find it is located close to CarrÃ© the theatre it is situated 30 kilometres away from Schiphol Airport. ROOM: The rooms have a marble bathroom, a bath, a separate WC, a shower, a hairdryer, a direct line telephone, a satellite or cable television, a Hi-Fi, internet, a safety deposit box and a mini-bar. FACILITIES: The establishment boasts a covered pool, a jacuzzi, a sauna and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17752.55" OriginalAmount="17235.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375923" Longitude="4.901765" StarRating="0" HotelCode="|499458" HotelName="The Sixteen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Geldersekade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/9/4/5/8/499458_8e804e00706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service,Central Heating,Room Service,Conference Hall,Garden,Jacuzzi,Lounge,Massage Centre,Sauna,Swimming Pool,Designated Smoking Area,Spa,Shopping Arcade,Bicycle Rental,Nightclub,Kitchen,Currency Exchange,Golf,Wheelchair Access,Diet Meals,24 Hour Power Supply,Banquet Hall,Meeting Room,ATM/Cash Machine,Housekeeping,Parking,Business Centre,Elevator,LCD/Projector,Luggage Storage,24 Hour Front Desk,Dry Cleaning,24 Hour Room Service,Concierge,Library,Beauty Salon,Pets allowed,Vending Machine</BasicAmenities>
    <HotelRating>3,4,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HOTEL DE CHARME,HOTEL,CONFERENCE HOTEL,HISTORIC HOTEL,ECO HOTEL,HOSTEL,SPA HOTEL,APARTMENT HOTEL,HOSTELS,APARTMENT</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
7bfd4135-4f6e-447a-977d-f89c830bbee0|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
bbde1612-ddd5-4318-ad52-f57133393512|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="bbde1612-ddd5-4318-ad52-f57133393512">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="1" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="63219" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-05-30T00:00:00" End="2026-06-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="KHALID@FURSANASIA.COM" Password="KHAlid@874" RequestedCurrency="GBP" ClientNationality="SA" 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
bbde1612-ddd5-4318-ad52-f57133393512|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
bbde1612-ddd5-4318-ad52-f57133393512|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
bbde1612-ddd5-4318-ad52-f57133393512|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
bbde1612-ddd5-4318-ad52-f57133393512|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
bbde1612-ddd5-4318-ad52-f57133393512|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:365d85cc-ae59-4e32-accb-9725fae767a3
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
bbde1612-ddd5-4318-ad52-f57133393512|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
bbde1612-ddd5-4318-ad52-f57133393512|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
bbde1612-ddd5-4318-ad52-f57133393512|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
bbde1612-ddd5-4318-ad52-f57133393512|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-05-23T17:30:22.3170903+01:00" Version="0" EchoToken="Search" TransactionIdentifier="bbde1612-ddd5-4318-ad52-f57133393512" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="149.35" OriginalAmount="145.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362988" Longitude="4.8754655" StarRating="1" HotelCode="153216|hotel_princess_3" HotelName="Princess" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 80, 1054 HL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9e/c8/9ec8c204741394a1b92677d9699f82c127195433.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a small friendly hotel, situated on just 3 minutes walking distance from the very famous Leids...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.41" OriginalAmount="147" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1381774-32738077/3585367180593999375/4172" HotelName="VIA AMSTERDAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19570000/19567200/19567101/1f86c839_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="155.53" OriginalAmount="151" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1219277-26561762/3585367180593999375/4564" HotelName="PRINCESS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1850000/1849200/1849170/3f79ad96_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.10" OriginalAmount="170.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3542866" Longitude="4.8817165" StarRating="2" HotelCode="150110|hostel_cosmos_amsterdam" HotelName="Hostel Cosmos Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 69A, 1071 RL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f4/b3/f4b32eaead09e7dfb7cc199119fbb1ceea8d7189.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.22" OriginalAmount="174.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.360345472057" Longitude="4.8783812082713" StarRating="2" HotelCode="385722|the_flying_pig_uptown" HotelName="The Flying Pig Uptown Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bar,Designated Smoking Area,Elevator,Internet,Kitchen,Library,Lounge,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Vossiusstraat 46, 1071 AJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4c/4d4c83ad5b5b0e5bbbc83446392b88079d93a70f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;The Flying Pig Uptown Hostel is in the heart of Amsterdam, walking...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="197.76" OriginalAmount="192" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1328041-26637799/3585367180593999375/4688" HotelName="THE FLYING PIG UPTOWN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7860000/7858100/7858098/940544d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="198.52" OriginalAmount="192.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3660553" Longitude="4.8819963" StarRating="0" HotelCode="|338213" HotelName="International Budget City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/1/3/338213_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="202.88" OriginalAmount="196.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3841992" Longitude="4.9039036" StarRating="0" HotelCode="|338241" HotelName="Clinknoord -" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Badhuiskade 3, 1031 KV</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/4/1/338241_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.15" OriginalAmount="205.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38424267" Longitude="4.90393048" StarRating="2" HotelCode="388540|clinknoord__hostel" HotelName="Clink Noord Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Badhuiskade 3, 1031 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/b3/7fb3a801f3f21906dcff9d6b46af042ec2d81676.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.21" OriginalAmount="207.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.360758226607" Longitude="4.9188441638237" StarRating="1" HotelCode="429373|generator_amsterdam" HotelName="Generator Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hostel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,Banquet Hall,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Diet Meals,Meeting Room,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Mauritskade 57, 1092 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/9e/979e75258a7590e0d0c7e3a68c4ad098fcdf8bd1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Generator Amsterdam is located in the up-and-coming eastern side of the city overlooking Oosterpark....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.96" OriginalAmount="212.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38317" Longitude="4.84666" StarRating="0" HotelCode="|231906" HotelName="Dutchies" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sara Burgerhartstraat 21-A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/1/9/0/6/231906_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.42" OriginalAmount="214" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|505376-25666865/3585367180593999375/4098" HotelName="CLINK AMSTERDAM NOORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10240000/10237300/10237269/1f078157_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.44" OriginalAmount="220.82" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.374506" Longitude="4.891081" StarRating="1" HotelCode="|476878" HotelName="Jesse" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 160</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/6/8/7/8/476878_3d4c6ca0037.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.69" OriginalAmount="223.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38333999" Longitude="4.84639468" StarRating="0" HotelCode="497987|dutchies_hostel" HotelName="Dutchies Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sara Burgerthartstraat 21A, 1055 KV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/b9/22b97fb4e185200d5cf3d10fe99ebfaca173cd9a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="234.84" OriginalAmount="228.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37434611" Longitude="4.89111972" StarRating="1" HotelCode="511039|mevlana" HotelName="Hotel Mevlana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 160, 1012 SJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/26/d1265a64fca16a98d6753985e29e64771e2ac927.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="235.87" OriginalAmount="229.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373968254581" Longitude="4.8961633443832" StarRating="2" HotelCode="909545|st_christophers_inn_at_the_winston" HotelName="St. Christopher's at the Winston" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 129, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/99/b599c72cbfd70a9fb2698bcf2c160438718659ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is set in Amsterdam. The 69 welcoming bedrooms offer a perfect place to relax...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.20" OriginalAmount="240.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376837677829" Longitude="4.8963775870579" StarRating="2" HotelCode="385754|the_flying_pig_downtown" HotelName="The Flying Pig Downtown Youth Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Bar,Concierge,Designated Smoking Area,Internet,Kitchen,Lounge,Luggage Storage,Parking,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwendijk 100, 1012 MR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/d8/dad8f144a1d7d0c39352268c26a718f4a28e7a6f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at The Flying Pig Downtown Youth Hostel, you'll be cen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="253.38" OriginalAmount="246.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="813510|durty_nellys_inn" HotelName="Durty Nelly's Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 115/117, 1012 JA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/16/7116ae15963b64f26997f378d1c3e810e52d1a1a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.71" OriginalAmount="257.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="681830|shelter_city_hostel_amsterdam" HotelName="Shelter City Christian Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barndesteeg 21</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/fc/edfc7d04d9e6ed3821fb0d363b485c80f45a273d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.16" OriginalAmount="272.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.369062347202" Longitude="4.8972294580132" StarRating="2" HotelCode="268726|stayokay_amsterdam_stadsdoelen" HotelName="Stayokay Hostel Amsterdam Stadsdoelen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kloveniersburgwal 97, 1011 KB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/6a/7b6a53fb8843b0d76929837e161fa06472379e6b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Amsterdam. </HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="282.86" OriginalAmount="274.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3766758" Longitude="4.8963954" StarRating="0" HotelCode="|338170" HotelName="The Flying Pig Downtown Youth" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwendijk 100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/1/7/0/338170_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="299.73" OriginalAmount="291.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3690474" Longitude="4.8972727" StarRating="0" HotelCode="|338233" HotelName="Stayokay Amsterdam Stadsdoelen - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Kloveniersburgwal 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/3/3/338233_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.00" OriginalAmount="300" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1226578-28455113/3585367180593999375/361" HotelName="AMIGO HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994100/7994026/85fa47f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="314.15" OriginalAmount="305" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|14720-28444298/3585367180593999375/1068" HotelName="THE FLYING PIG DOWNTOWN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7860000/7858300/7858212/ba53fe21_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="314.15" OriginalAmount="305.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.356588874156" Longitude="4.9276070524457" StarRating="1" HotelCode="320356|amigo_budget_hostel" HotelName="Amigo Budget Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Internet,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Linneausstraat 199, 1093 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/zz/bf/adbf83b46b6e7712f0e94cd5e7614eccdcc2b0c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Amigo Budget Hostel in Amsterdam (Oost-Watergraafsm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="320.89" OriginalAmount="311.54" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.385501902765" Longitude="4.8326808884399" StarRating="3" HotelCode="333982|1791638" HotelName="Amsterdam Teleport Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Heathrowstraat 3-5, 1043 CE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/9f/a49f2d074543a5813b503413d430dac9627b3915.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="392.86" OriginalAmount="381.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38809" Longitude="4.91409" StarRating="3" HotelCode="|445062" HotelName="Bunk Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hagedoornplein 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/2/445062_073380d1415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="402.69" OriginalAmount="390.96" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.92563" Longitude="-74.20226" StarRating="2" HotelCode="|540781" HotelName="Super 8 by Wyndham Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>5502 Rte 30 South I 90 Exit 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/0/7/8/1/540781_a68c8a12154.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="406.36" OriginalAmount="394.52" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3723588" Longitude="4.8990118" StarRating="0" HotelCode="|338308" HotelName="Shelter City Christian" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Barndesteeg 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/0/8/338308_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="428.48" OriginalAmount="416.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36245" Longitude="4.794706" StarRating="3" HotelCode="20235|new_west_inn_amsterdam" HotelName="New West Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Reimerswaalstraat 5, 1069 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/de/f8/def81e3aa1d6aea7451c53995edd65cf763bc021.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the Osdorp district of the city and offers excellent connections to the tra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="430.66" OriginalAmount="418.12" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3624992" Longitude="4.7940998" StarRating="3" HotelCode="|22001" HotelName="Westlake Hotels Amsterdam  " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>REIMERWAALSTRAAT 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/0/1/22001_056e4ca0357.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was opened in 2001, has 6 floors, 166 rooms, 156 double rooms and 6 suites. The establishment has a lobby with a reception, a lift, a safety deposit box service and a currency exchange service. It also has a hairdresser's, a conference room and an Ã  la carte restaurant with air-conditioning. The establishment offers guests internet, a laundry service (for a fee) and a car park (free of charge). SITUATION: This hotel is in the Osdorp district. Well connected with public transport services. Is situated in the city centre where clients can find shops and leisure areas. 7 minutes away, you can find a tram stop. In the surrounding area you can also find shops, theatres, restaurants, bars and a congress centre. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a satellite or cable television and an air-conditioning system. MEALS: Clients have at their disposal a bar and an Ã  la carte restaurant. The establishment offers meal services. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa. OBSERVATIONS: Pets are permitted. Pets are permitted (for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="459.38" OriginalAmount="446.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348652" Longitude="4.765684" StarRating="4" HotelCode="69636|park_plaza_amsterdam_airport_2" HotelName="Park Plaza Amsterdam Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Melbournestraat 1, 1175 RM  Lijnden, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/3c/c43c8efaec0571635059246181e0bd7973782886.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This airport hotel is located in the west of Amsterdam, only 5 km from Schiphol International Airpor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="507.79" OriginalAmount="493.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.355803" Longitude="4.877774" StarRating="4" HotelCode="337229|heemskerk_suites" HotelName="Heemskenk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstraat 25, 1071 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c6/45/c64541e6c2371f922e95fe820f6ef3d1eca52cf7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Housed in a historic Amsterdam style building, this hotel is quietly located yet is still just a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="522.21" OriginalAmount="507.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35589429" Longitude="4.77278293" StarRating="3" HotelCode="591129|new_century_hotel_15" HotelName="New Century Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fogostraat 10, 1060 LJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/3a/bb/3abb09b222d0aeff8e3ff300e40cb13daf6df238.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="531.86" OriginalAmount="516.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.2788265" Longitude="4.7494875" StarRating="4" HotelCode="|16601" HotelName="Radisson Blu  Amsterdam Airport Schiphol" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BOEING AVENUE 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/1/16601_108e3270844.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 279 rooms and 8 floors. It has a lobby with a reception, tourist information, a currency exchange service, a cloakroom, a kiosk and lifts. The establishment offers a transfer service to the airport, (free of charge), a car park, room service, a business centre, a cash machine and bicycle hire. The establishment boasts WiFi, 15 banquet halls, a bar and a living room. SITUATION: This establishment, is in a green area, is situated in Schiphol-Rijk the Business Park close to the establishment, clients can find the city centre ,Schiphol Airport in the surrounding area, clients have RAI the exhibition centre. ROOM: You are offered non-smoking rooms, for people with allergies and disabled access rooms. They have WiFi, a safety deposit box, a coffee maker, a kettle, an iron, individual heating and work area.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="535.15" OriginalAmount="519.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38118" Longitude="4.820975" StarRating="3" HotelCode="410183|832935" HotelName="Hotel Nieuw Slotania" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 133, 1063 JN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/31/bf31d821bfb30a0d56ddf65b5e5f123589c8bd0c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the A10 motorway. The centre of Amsterdam is only 15 minutes away by bus o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="542.81" OriginalAmount="527" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1459992-32715757/3585367180593999375/5060" HotelName="HOTEL FOGO AMSTERDAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101160000/101159100/101159041/121984cd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="548.99" OriginalAmount="533.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348792673836" Longitude="4.8427069187164" StarRating="3" HotelCode="34772|west_side_inn_amsterdam" HotelName="Best Western Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Voorburgstraat 250, 1059 VD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/42/e94265ecc9983b0854c6be13a3938841f1346ea8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous, refined hotel is situated in the western part of Amsterdam's city centre, directly be...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="553.11" OriginalAmount="537.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.278940208244" Longitude="4.7499668598175" StarRating="4" HotelCode="29266|radisson_blu_hotel_amsterdam_airport_schiphol" HotelName="Radisson Blu Amsterdam Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Boeing Avenue 2, 1119 PB, Schiphol-Rijk</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/ef/d5efe534ff077ace066fdace8814f558f4116dd5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is perfectly located in the green business park of Schiphol-Rijk. Surrounded by the green...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="556.95" OriginalAmount="540.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.378550819858" Longitude="4.8206619714649" StarRating="4" HotelCode="81841|223876" HotelName="XO Hotels Blue Square" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Slotermeerlaan 80, 1064 HD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/8c/ae8c691e4c69dbb7fc75da2bb39dddb15e8072be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to a shopping centre and a local market which is open every day for busi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="585.39" OriginalAmount="568.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364457" Longitude="4.90027" StarRating="3" HotelCode="|44113" HotelName="Ozo Hotels Armada Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KEIZERSGRACHT 713-715</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/1/1/3/44113_68791861700.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has a breakfast room. SITUATION: Is situated in an excellent location. ROOM: The simple rooms, have sheets and towels.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="591.22" OriginalAmount="574.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.358182" Longitude="4.889771" StarRating="2" HotelCode="400757|symphony_budget_hotel_paganini" HotelName="Aston City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 68, 1072 AD Amsterdam, Oud-Zuid</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/9e/379e262d14aa3c86b0c4e405fc67e0f53a7eea2f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys a convenient location in the heart of Amsterdam, overlooking one of character...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="591.22" OriginalAmount="574.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359365871644" Longitude="4.8940745741129" StarRating="1" HotelCode="193930|sphinx_hotel_2" HotelName="Sphinx Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 82, 1017 XR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/7b/187b21e843ec16d2d00fa73262b56759b93fcd06.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="606.85" OriginalAmount="589.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3622407" Longitude="4.8984294" StarRating="2" HotelCode="|47514" HotelName="Itc" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINSENGRACHT 1051</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/5/1/4/47514_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This building was built in the 18th Century, renovated in 2008 and has 33 rooms, The establishment offers internet and bicycle hire. SITUATION: This hotel is in a quiet area of the city, close to the establishment, clients can find shops, bars, is 20 minutes away from Anne Frank the House of 15 kilometres away from the establishment, guests will find Dam the Square of 5 minutes away, there is public transport, is 15 kilometres away from Amsterdam-Schiphol Airport. ROOM: The comfortable rooms, have a bathroom, a television and heating. MEALS: The establishment serves a continental breakfast. PAYMENT METHODS: The establishment accepts American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="608.73" OriginalAmount="591.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364066" Longitude="4.89842" StarRating="2" HotelCode="888366|armada" HotelName="Armada Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Nightclub,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 713-715, 1017 Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/7e/c47e050d44b1b02afdfa241c08b64a1cd8393036.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of Amsterdam’s most beautiful canals, which is lined with centuries-old ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="609.76" OriginalAmount="592.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.392798910412" Longitude="4.8687832711639" StarRating="3" HotelCode="18782|westcord_art_hotel_amsterdam" HotelName="WestCord Art Hotel Amsterdam 3-stars" 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,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spaarndammerdijk 302, 1013 ZX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/05/96058f20e0c4b561d19141667dafca1903119a66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated 10 minutes from the city centre. A bus stop to the city centre and the central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="620.11" OriginalAmount="602.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35575" Longitude="4.87772" StarRating="0" HotelCode="|223833" HotelName="De Bedstee Boutique Capsules" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstraat 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/3/8/3/3/223833_3f8a28c0939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="623.22" OriginalAmount="605.07" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3575428" Longitude="4.9305748" StarRating="3" HotelCode="|338312" HotelName="Q-factory" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1 Atlantisplein</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/1/2/338312_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="631.39" OriginalAmount="613" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|97007-25264242/3585367180593999375/3938" HotelName="ARMADA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2785400/2785398/c530b35e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="633.39" OriginalAmount="614.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.379293548586" Longitude="4.8456695401975" StarRating="4" HotelCode="87983|223906" HotelName="XO Hotels Blue Tower" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leeuwendalersweg 21, 1055 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/75/f875059412012fcb29355951252d62b38d06ec85.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This new hotel is situated at the edge of Amsterdam city centre. The historical centre of Amsterdam,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="636.17" OriginalAmount="617.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3492258" Longitude="4.9084649" StarRating="2" HotelCode="|39449" HotelName="Flipper  Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>BORSSENBURGSTRAAT 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/4/4/9/39449_d36309c1119.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated inAmsterdam the centre of This hotel 5 minutes away from the establishment, clients can find the Congress Centre close toAlbert Cuyp the Market of the metro station, 10 minutes away from the establishment, guests will find the city centre.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="636.54" OriginalAmount="618.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359299522552" Longitude="4.9881581314811" StarRating="4" HotelCode="317864|amadi_panorama_hotel" HotelName="Amadi Panorama Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJburglaan 539, 1087 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/82/6582a9803115fd62acfa3649974d0eeac0019230.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="639.63" OriginalAmount="621.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3649572" Longitude="4.880067" StarRating="2" HotelCode="154214|hotel_titus" HotelName="Titus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 74, 1017 PM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/59/3c/593c1061eaa2a8f00e9c6371750884ca7e49e46a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="640.66" OriginalAmount="622.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357525" Longitude="4.843613" StarRating="3" HotelCode="29271|bastion_hotel_amsterdamcentrumzuidwest" HotelName="Bastion Hotel Amsterdam/Zuidwest" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 60, 1058 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/c5/56c5f84de1325f92b5c8855c448883cec223fc00.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable city hotel is located between Rembrandt Park and Vondelpark, 2 km away from the mus...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="642.72" OriginalAmount="624.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35750367" Longitude="4.93049137" StarRating="4" HotelCode="590607|qfactory_hotel" HotelName="Q-Factory Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Atlantisplein 1, 1093 NE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/30/6a300599a649bbf1980d3a5605287b2f2a8a14f1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="645.81" OriginalAmount="627" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1384146-26688111/3585367180593999375/4313" HotelName="THIS HOSTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/54000000/53810000/53808400/53808360/745bf05b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="650.01" OriginalAmount="631.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362245458387" Longitude="4.8984680324793" StarRating="2" HotelCode="193876|830405" HotelName="ITC Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 1051, 1017 JE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/a4/aca42a3f6d413ea817bd1b568850865c20e705bc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="652.15" OriginalAmount="633.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.341815665073" Longitude="4.8251974582672" StarRating="4" HotelCode="337172|53984" HotelName="Dutch Design Hotel Artemis" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>John M. Keynesplein 2, 1066 EP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/c1/86c1c48cf53b9d30a067cc74479cc6da73de5f1b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the business centre of Amsterdam and offers excellent li...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="655.84" OriginalAmount="636.74" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38592" Longitude="4.83339" StarRating="3" HotelCode="|191946" HotelName="Amsterdam Teleport" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Heathrowstraat 3-5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/4/6/191946_0d758691641.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="658.55" OriginalAmount="639.37" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.311194" Longitude="4.985915" StarRating="3" HotelCode="337436|480775" HotelName="Campanile Amsterdam - Zuidoost" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Losdrechtdreef 3, 1108 AX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/5a/cf5a81f200dc2af881fced4bb601eb96cb7de434.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This superb hotel is located near to the A9 motorway as well as the Gaasperpark. It is some 12 minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="659.05" OriginalAmount="639.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3111" Longitude="4.9854999" StarRating="3" HotelCode="|22000" HotelName="Campanile Amsterdam Zuidoost" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LOOSDRECHTDREEF 3</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/0/0/22000_289f8830728.jpg</HotelPictures>
        <HotelDescription>HOTEL: This comfortable, urban hotel, was opened in 1987, has 73 standard rooms and 4 floors. It has a reception, a safety deposit box service, a currency exchange service and a lift. Our guests can find a bar, a television room, a conference room and an oudooor car park. The establishment offers internet, a laundry service and an Ã  la carte restaurant. SITUATION: This smart hotel and it is close to the motorway. Near the establishment, you will find Gaasperpark it is situated 12 minutes away from Arena Boulevard, 500 metres from a lake. 1 kilometre away, you can find shops. It is 3 kilometres away from a golf course. It's 20 kilometres from Schiphol Airport. ROOM: The inviting rooms, have a bathroom, a direct line telephone, satellite or cable TV, internet with tiled floors and central heating.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="659.52" OriginalAmount="640.31" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3752289" Longitude="4.8957601" StarRating="1" HotelCode="|22026" HotelName="Manofa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAMRAK 46-48</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/6/22026_1b615d11743.jpg</HotelPictures>
        <HotelDescription>HOTEL: this hotel and it is on a main street 2 buildings, 6 floors and 43 rooms. It has a reception and a safety deposit box service. SITUATION: the Damrak It is next to near the establishment, guests will find the Royal Palace ,Rembrandt and Leidse the squares of close to the establishment, guests have the shopping area ,Van Gogh the Museum of it is situated close to Anne Frank the House of it is 15 kilometres away from the beach, 10 kilometres away, you can find a ski resort situated 7 kilometres away from a golf course, 100 metres away, there is a public transport stop, is situated 11 kilometres away from the airport. ROOM: The comfortable rooms with a hairdryer, They have a direct line telephone, satellite or cable TV and internet. PAYMENT METHODS: The establishment accepts American Express, Visa, Eurocard, Mastercard, JCB and Diners Club.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="667.90" OriginalAmount="648.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3559767" Longitude="4.7733463" StarRating="3" HotelCode="|338300" HotelName="Fogo Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fogostraat 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/0/0/338300_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="668.07" OriginalAmount="648.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348917" Longitude="4.908607" StarRating="2" HotelCode="71422|830395" HotelName="Flipper" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Borssenburgstraat 5, 1078 VA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/be/2fbeea23ce1b9a9b3bf0856f42d831460ace02f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in the southern part of the centre of Amsterdam, just a 5-minute trip on public transport f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="670.53" OriginalAmount="651.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.293983" Longitude="4.94596" StarRating="4" HotelCode="213778|fletcher_hotel_amsterdam" HotelName="Fletcher Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schepenbergweg 50, 1105 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/1c/3d1cb1b8080c9f4624f8effdcc9bb646f3249464.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="672.36" OriginalAmount="652.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3922054" Longitude="4.8496742" StarRating="3" HotelCode="|55804" HotelName="Ibis Amsterdam City West" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>TRANSFORMATORWEG 36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/0/4/55804_5.jpg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, is situated 1 kilometre away from Amsterdam Sloterdijk the Station of 350 metres away from and Isolatorweg the metro station a 3-minute walk away from the metro stop, is 15 kilometres away from Schiphol Airport. ROOM: All the rooms have WiFi (free of charge), an air-conditioning system, a television, international channels and a bathroom with a shower. RESTAURANT: Guests can enjoy a bar, an Ã  la carte restaurant and a terrace. It serves a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="674.65" OriginalAmount="655.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365186" Longitude="4.8806286666667" StarRating="2" HotelCode="146671|hotel_amsterdam_inn_city_centre" HotelName="Hotel Amsterdam Inn" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Leidsegracht 111, 1017 ND Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/1d/2a1dde52ba3aebba4e05b6c385cfccc1282a03db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This enchanting hotel features a privileged situation just 200 metres from Amsterdam's lively Leidse...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="679.80" OriginalAmount="660.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362056459457" Longitude="4.8995587755128" StarRating="1" HotelCode="154080|townhouse_hotel_3" HotelName="The Townhouse" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 816, 1017 JL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/03/010382a732c954114b0021ea458c1c5f46a17164.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="684.95" OriginalAmount="665" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1036247-26242706/3585367180593999375/4983" HotelName="FLIPPER HOTEL AMSTERDAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3500000/3491600/3491591/9e0b7eaf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="685.01" OriginalAmount="665.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.385593" Longitude="4.847073" StarRating="4" HotelCode="209260|911365" HotelName="XO Hotels Park West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Molenwerf 1, 1014 AG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/86/6e865308e20bff1c37048d28dd741c0bcbb32acf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam. Public transport stops are just outside the door.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="686.31" OriginalAmount="666.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35895" Longitude="4.98851" StarRating="4" HotelCode="|183840" HotelName="Amadi Panorama" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ijburglaan 539</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/4/0/183840_14.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="694.22" OriginalAmount="674" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|206382-25404421/3585367180593999375/4897" HotelName="FLETCHER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5410000/5401300/5401238/7eb493c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="696.28" OriginalAmount="676" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|615877-25779310/3585367180593999375/4985" HotelName="HOTEL TITUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6050000/6041200/6041160/4823b113_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="707.81" OriginalAmount="687.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361513245972" Longitude="4.8773110753262" StarRating="2" HotelCode="153311|306245" HotelName="Quentin England" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 30, 1054 EZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/42/1d4200777b85780c1ffb5f654adc3ca992fc6964.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="708.64" OriginalAmount="688.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376889" Longitude="4.897691" StarRating="1" HotelCode="193842|hotel_neutraal" HotelName="Neutraal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 8, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/c7/c4c7f214cb2ae9f9f9b5f27d861d1e8de1eedf47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is in Amsterdam. The hotel comprises a total of 34 snug guests rooms. This is...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="712.06" OriginalAmount="691.32" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3593626" Longitude="4.8040295" StarRating="3" HotelCode="|372878" HotelName="Citiez Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osdorpplein 372 A</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/8/7/8/372878_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="716.88" OriginalAmount="696.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359308320439" Longitude="4.8043221662947" StarRating="3" HotelCode="497023|citiez_hotel_amsterdam" HotelName="Citiez Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Osdorpplein 372A, 1068 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/eb/38eb48af68260bcbd4db979745116ba90fd0f739.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="717.91" OriginalAmount="697.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.381062908444" Longitude="4.8918658393809" StarRating="1" HotelCode="153310|quentin_arrive" HotelName="Quentin Arrive" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerstraat 65, 1013 EL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/5f/ba5f3843958d32aeb3a4332bdc553149f7c93e11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="717.97" OriginalAmount="697.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.392313810778" Longitude="4.8500056922592" StarRating="3" HotelCode="38826|182406" HotelName="Hotel ibis Amsterdam City West" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Transformatorweg 36, 1014 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/b3/26b3cd52c5b345e386d20967e587a13baab34ec1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located close to the harbour, between the heart of Amsterdam and the main business dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="719.82" OriginalAmount="698.85" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3653301" Longitude="4.8855173" StarRating="2" HotelCode="|66445" HotelName="Acostar" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KERSTRAAT 45-49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/6/4/4/5/66445_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1928, renovated in 2009, has 30 rooms, a lobby with a reception and a restaurant. SITUATION: This hotel is in the city centre, is located close to the square Leidseplein and 5 minutes away from the Square of Rembrandtplein. 100 metres away from the establishment, you can find restaurants, bars, public transport services and shops. It is just 18 kilometres away from Shiphol Airport. ROOM: The rooms have a bathroom with a shower, a hairdryer, comfortable beds, a flat-screen television, WiFi (free of charge), a direct line telephone, a safe, an individual air-conditioning system and individual heating. PAYMENT METHODS: The establishment accepts American Express, Diners Club, JCB, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="719.97" OriginalAmount="699" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|247574-25464287/3585367180593999375/4149" HotelName="AMSTERDAM INN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6560000/6550300/6550219/dce3804f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="725.73" OriginalAmount="704.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3088395" Longitude="4.8099936" StarRating="4" HotelCode="|16603" HotelName="Steigenberger Airport Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STATIONSPLEIN 951 ZW</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/3/16603_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 442 rooms, 7 floors and air-conditioning. In the establishment entrance, guests will find a lobby, a reception, a safety deposit box service and a lift. The establishment boasts 2 restaurants, 2 bars, conference facilities and internet. The establishment offers room service, a laundry service (for a fee) and a car park (for a fee). SITUATION: This airport hotel is situated close to the forest, 15 minutes away from the city centre, in the surrounding area, there is public transport services, 5 kilometres away from the establishment, guests will find shops, has good links to the motorway, the train and the airport. this hotel is situated 5 kilometres away from Schiphol Airport. ROOM: The elegant and peaceful rooms, have a double bed, a bathroom with a shower, a bath, a hairdryer, a direct line telephone, a satellite or cable television, internet, a safety deposit box, a mini-bar, an air-conditioning system, individual heating and blinds. FACILITIES: The establishment has a spa, a covered swimming pool, a massage service and a gym. MEALS: Regarding the food and beverage offering, the establishment offers bars and restaurants. PAYMENT METHODS: Customers can pay by American Express, Diners Club, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="725.78" OriginalAmount="704.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.382" Longitude="4.821" StarRating="3" HotelCode="|57441" HotelName="XO Hotels Infinity" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sloterlmeerlaan 133</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/7/4/4/1/57441_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="730.15" OriginalAmount="708.88" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3709984" Longitude="4.8920002" StarRating="3" HotelCode="|50490" HotelName="Ozo Hotels Cordial Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 62-64</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/9/0/50490_c0ccbb01524.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 50 rooms a lobby, a reception, a lift, a safety deposit box service (for a fee), a baggage room, a bar and a breakfast room with buffet breakfast, It also has heating. SITUATION: This urban hotel is in Amsterdam the city centre of it is located between Dam and Muntplein the squares of in the surrounding area, there is restaurants, bars, pubs and shops. 100 metres away, there is a public transport stop. ROOM: The rooms have a bathroom with a shower or bath, a WC, a hairdryer, a direct line telephone and cable television. MEALS: Guests can book bed and breakfast. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="731.30" OriginalAmount="710.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3656443" Longitude="4.8852139" StarRating="2" HotelCode="148144|quentin_hotel_golden_bear" HotelName="Quentin Golden Bear Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Kerkstraat 37, 1017 GB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/32/8532b9c677a5ed922bb5eeb40f474a96f4507bc5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="736.91" OriginalAmount="715.45" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3333802" Longitude="4.7717009" StarRating="4" HotelCode="|16620" HotelName=" Ramada by Wyndham Amsterdam Airport Schiphol " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sloterweg, Vb Badhoevedorp,299</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/2/0/16620_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Novotel Amsterdam Airport is rated four stars. It is business, has WiFi, air-conditioning, 11 meeting rooms, a bar, a pub, a restaurant, a swimming pool, a sauna and a hamman. The establishment offers guests a transfer service (free of charge). SITUATION: This establishment is in a quiet area, is situated 5 kilometres away from Airport Amsterdam-Schiphol, close to the centre of Amsterdam. Near the establishment, you will find a sports centre. OBSERVATIONS: check-in is from 15:00 and check-out is at 12:00.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="742.81" OriginalAmount="721.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376036" Longitude="4.896674" StarRating="2" HotelCode="|486898" HotelName="Orange Tulip Amsterdam - Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 31-32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/8/6/8/9/8/486898_b9c4af12125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="747.78" OriginalAmount="726" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|111967-25284200/3585367180593999375/3795" HotelName="WESTCORD ART AMSTERDAM 3 STAR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/690000/687200/687158/b677d53c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="748.81" OriginalAmount="727" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="39.484916" Longitude="2.521523" StarRating="2" HotelCode="0|57053-25229906/3585367180593999375/3923" HotelName="ASTON CITY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>4 PUIG MAYOR,, SANTA PONSA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1210000/1205400/1205337/566ac6a1_b.jpg</HotelPictures>
        <HotelDescription>This stylish property features a convenient location near the beach in Santa Ponsa. Guests will find countless shops, bars and restaurants in the surrounding area. Palma de Mallorca is about a 15-minute drive and the airport is 25 kilometres from the property. The rooms are elegantly decorated and feature a welcoming atmosphere in which to enjoy a moment of relaxation and forget daily routine. The restaurant offers a range of tasty and excellent international and Spanish dishes, and visitors can savour a delicious coffee, tea or soft drink during the day at the onsite café-bar. This luxurious hotel offers guests an excellent service based on attention to detail. Ideal for holidaymakers wishing to enjoy a relaxing home-away-from-home.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="751.24" OriginalAmount="729.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362872" Longitude="4.876461" StarRating="3" HotelCode="186137|1061658" HotelName="Hotel Espresso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 57, 1054 HC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/b0/e1b010283f767042298106b7aa88102a49107b09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="752.93" OriginalAmount="731" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|615900-25779350/3585367180593999375/4567" HotelName="QUENTIN HOTEL GOLDEN BEAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8790000/8788900/8788866/12dc9dab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="753.96" OriginalAmount="732.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376066" Longitude="4.8966350000001" StarRating="2" HotelCode="116415|amsterdam_orange_tulip_hotel" HotelName="Orange Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/bf/20bf372e6a0a29fa18a59127ef624501efe6a5a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on one of the main streets of central Amsterdam, the Damrak. The location is id...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="753.96" OriginalAmount="732.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37606271" Longitude="4.89668846" StarRating="2" HotelCode="934444|budget_dam_hotel" HotelName="Damhotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Internet,Nightclub,Restaurant,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 32, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/6a/d16a15f93d98813dbd9e07e1a1ba947d36d1de2c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is only a 2-minute walk from Amsterdam central station and the bus station, and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="764.26" OriginalAmount="742.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.353869" Longitude="4.857512" StarRating="3" HotelCode="142000|hotel_central_park" HotelName="Central Park Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Waldeck Pyrmontlaan 9, 1075 SP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/84/3e/843e7dd356b11ba7ffc5db677c8b4a20d9f042e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="768.00" OriginalAmount="745.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.353874" Longitude="4.857462" StarRating="3" HotelCode="|72560" HotelName="Dutch Design Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Waldeck Pyrmontlaan 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/6/0/72560_f7a45010939.jpeg</HotelPictures>
        <HotelDescription>SITUATION: This establishment, Vondelpark it is situated next to it is in the southern area, the business district and the cultural area. near the establishment, guests will find Van Gogh and Rijksmuseum the museums it is located near Leidse the area. ROOM: The establishment has 42Â comfortable, modern rooms with coffee pot, a kettle and WiFi (free of charge).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="769.41" OriginalAmount="747.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.388233506793" Longitude="4.8376402258873" StarRating="3" HotelCode="176245|holiday_inn_express_amsterdam__sloterdijk_station" HotelName="Holiday Inn Express Amsterdam - Sloterdijk Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Zaventemweg 3, 1043EH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/01/c601d8a401a49659899af27ade9a328eeb96a2db.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is ideally located on top of one of the main train stations of Amsterdam, Sloterdijk, offe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="771.47" OriginalAmount="749.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372127663755" Longitude="4.8939210176468" StarRating="3" HotelCode="16717|rho_hotel_2" HotelName="Rho" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 05-23, 1012  KC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/72/90/72902923237b916c0f094a684b1e402f5afe0c73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of the Old Town on a quiet side street, a few steps from the histo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="772.66" OriginalAmount="750.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370708002176" Longitude="4.8923002527652" StarRating="3" HotelCode="71421|480805" HotelName="Cordial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 62 - 64, 1012 KW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/7f/127f4f78d14b345e5e7b7e1241950e2ec67da870.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This family-friendly city hotel is situated right in the heart of Amsterdam, between the Dam and Mun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="783.83" OriginalAmount="761.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.358887362245" Longitude="4.8937118383025" StarRating="2" HotelCode="76648|hotel_asterisk_3_star_superior" HotelName="Asterisk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Den Texstraat 16, 1017 ZA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/ed/0cedf69cb75250a14b980a7d89faa92995b01829.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="790.01" OriginalAmount="767.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3646511" Longitude="4.879617" StarRating="1" HotelCode="150368|hotel_kooyk" HotelName="Kooyk" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 82, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/0e/480ed408c3696182725cdcee9a6f581f09ddc453.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Hotel is located in a typical eighteenth-century canal in the center of Amsterdam, a few minutes...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="798.25" OriginalAmount="775" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|138375-25308992/3585367180593999375/4408" HotelName="DE ORANJE TULP" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2300000/2292900/2292896/0c8282d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="798.64" OriginalAmount="775.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3572107" Longitude="4.8554498" StarRating="3" HotelCode="|338286" HotelName="Conscious The Tire Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/8/6/338286_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="800.54" OriginalAmount="777.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367908839051" Longitude="4.8439871607131" StarRating="4" HotelCode="185782|861065" HotelName="Leonardo Hotel Amsterdam Rembrandtpark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Restaurant,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Staalmeesterslaan 410, 1057 PH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/81/81d9fcc05a903553/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers, this urban hotel is located about 3.5 km from the centre of Amsterd...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="801.64" OriginalAmount="778.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357531" Longitude="4.844213" StarRating="4" HotelCode="899394|100052" HotelName="WestCord Fashion Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 1, 1058 GC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/fb/abfbd43d58e118ef8c967db0c375c4c69ee8f387.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design hotel is located opposite the World Fashion Centre, inside the A10 ring road. The hotel ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="809.04" OriginalAmount="785.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364274841549" Longitude="4.879916900629" StarRating="3" HotelCode="153312|306135" HotelName="Quentin Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 89, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/1c/5f1cdae17eda68740bed4d034535526cbf9028e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="814.14" OriginalAmount="790.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.385659392449" Longitude="4.8344540601204" StarRating="3" HotelCode="376492|1844588" HotelName="Urban Lodge Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10, 1043 EW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5b/13/5b1391a381be9b9ea3e9cdc90a84965d13fcd5df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lodge is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="817.82" OriginalAmount="794" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|168693-25341318/3585367180593999375/4694" HotelName="LEONARDO REMBRANDTPARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4350000/4342200/4342180/9d6f9d11_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="819.06" OriginalAmount="795.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3926172" Longitude="4.8685406" StarRating="3" HotelCode="|23755" HotelName="WestCord Art Hotel Amsterdam 3*" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SPAARNDAMMERDIJK 302</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/7/5/5/23755_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 2001, has 7 floors, 130 rooms, 6 single rooms and 124 double rooms. It has a lobby a lift, a reception, a safety deposit box service, a cafÃ©, a bar, a games room, an Ã  la carte restaurant with air-conditioning and a conference room. The establishment also offers internet, room service, a laundry service, a medical care service, an indoor car park and a car park (for a fee). SITUATION: This hotel is situated 10 minutes away from the city centre, in front of the establishment, clients have a bus stop. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, a satellite or cable television, a radio and internet. They have a mini-bar, fitted carpets, an air-conditioning system, a sofa and a safe (available for a fee). FACILITIES: The hotel has a swimming pool. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="823.61" OriginalAmount="799.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.384807" Longitude="4.919336" StarRating="3" HotelCode="|444944" HotelName="Holiday Inn Express Amsterdam - North Riverside, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Motorkade 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/4/4/444944_c8e1e741408.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="824.00" OriginalAmount="800.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3622316" Longitude="4.86415375" StarRating="2" HotelCode="590491|hotel_heye_130" HotelName="Hotel Heye 130" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bicycle Rental,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Jan Pieter Heijestraat 130, 1054 MJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/fa/fdfa40f340f73ac3fced3eed0e90c6f0be6a765a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="824.05" OriginalAmount="800.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.358735" Longitude="4.89865" StarRating="0" HotelCode="|331059" HotelName="ClinkCoco" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Westeinde 18</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/0/5/9/331059_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="826.06" OriginalAmount="802" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|318188-32592710/3585367180593999375/893" HotelName="DUTCH DESIGN ARTEMIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1180000/1175900/1175835/27c9bba9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="830.88" OriginalAmount="806.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3576542" Longitude="4.8433998" StarRating="3" HotelCode="|22003" HotelName="Bastion Amsterdam Zuidwest" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hendrikje Stoffelstraat 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/0/3/22003_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 5 floors and 90 standard rooms. The establishment has a lobby with a lift, a reception, a bar and an Ã  la carte restaurant. The establishment offers guests a laundry service. SITUATION: This urban hotel is situated between Rembrandtpark and VondelPark 2 kilometres away from the establishment, guests will find the museums. In the surrounding area, clients have shops. It is 5 minutes away from Schiphol Airport. ROOM: The rooms have a bathroom with a shower, a direct line telephone, satellite or cable TV, a radio, a mini-bar and internet (free of charge). OTHERS: The establishment offers a buffet breakfast and Ã  la carte lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="831.21" OriginalAmount="807.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35728372" Longitude="4.85546399" StarRating="0" HotelCode="581987|conscious_hotel_the_tire_station" HotelName="Conscious Hotel The Tire Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelveenseweg 1-7, 1054 MB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9c/1b/9c1bd32298c599bc084722b44cda3e20ba417655.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="838.10" OriginalAmount="813.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364116" Longitude="4.880118" StarRating="3" HotelCode="|76156" HotelName="Quentin Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LEIDSEKADE 89</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/6/1/5/6/76156_6.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Amsterdam. It is situated near Leidseplein, cafÃ©s, clubs, bars, shops and restaurants. In front of the hotel there is a casino. It is near the markets. ROOM: The rooms have modern facilities.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="839.29" OriginalAmount="814.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3739112" Longitude="4.8855361" StarRating="2" HotelCode="|34663" HotelName="Nadia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>RAADHUISSTRAAT 51</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/4/6/6/3/34663_13.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1890, renovated in 2001, has 45 rooms and 4 junior suites. It has a lobby, a reception, a safety deposit box service, a bar and internet. There is no lift. SITUATION: This hotel is in a central location, near the establishment, you will find Dam the square the Royal Palace, museums and shopping areas. it is close to Westerkerk District 200 metres away from the establishment, you can find restaurants, bars and shopping areas. 500 metres away, guests have the city centre, is situated 1 kilometre away from the railway station, is situated 12 kilometres away from Amsterdam Airport. ROOM: The modern rooms, have a bathroom, a television and a safety deposit box. Some rooms have a balcony with canal views. PAYMENT METHODS: Customers can pay using American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, clients have a continental breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="841.51" OriginalAmount="817" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|646526-25824439/3585367180593999375/3673" HotelName="YOTEL AMSTERDAM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38820000/38810300/38810269/28511bf7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="842.54" OriginalAmount="818" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|615898-25779346/3585367180593999375/4559" HotelName="QUENTIN ENGLAND HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521300/521205/0390abfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="843.57" OriginalAmount="819" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|241422-25457385/3585367180593999375/4734" HotelName="QUENTIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2528600/2528525/838d8d1a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="845.52" OriginalAmount="820.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3759994" Longitude="4.8967702" StarRating="2" HotelCode="|65767" HotelName="Dam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAMRAK 32</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/5/7/6/7/65767_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a car park, The establishment offers a laundry service. ROOM: The establishment has 35 rooms with a bathroom with a shower, cable television, a terrace and WiFi.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="846.22" OriginalAmount="821.57" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3573954" Longitude="4.844971" StarRating="4" HotelCode="|64207" HotelName="Westcord Fashion  Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>HENDRIKJE STOFFELSTRAAT 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/2/0/7/64207_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a bar, a restaurant, has a terrace and a bar. It has 260 rooms, air-conditioning, a lobby with a reception and 15 conference rooms. For an additional charge cost offers WiFi and room service. SITUATION: This trendy hotel is in front of World Fashion Centre it has excellent transport links to La Plaza Leidseplein. It is 10 minutes away from Schiphol Airport and the RAI Convention Centre. ROOM: The rooms have a bathroom with a shower, a bath, a direct line telephone, a television, internet, a safe, a mini-bar, a coffee maker, a kettle and an air-conditioning system. FACILITIES: This establishment has a spa, 2 saunas, a Turkish bath, a swimming pool and a gym (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="847.69" OriginalAmount="823.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35873086" Longitude="4.89870801" StarRating="2" HotelCode="430942|cocomama" HotelName="Boutique Hostel Cocomama" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Westeinde 18, 1017 ZP Amsterdam, The Netherlands</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/a8/a3a80615da224518fef1b5fa04eef39135455920.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Property Location With a stay at Cocomama in Amsterdam (Canal Ring), you'll be convenient to Heineke...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="855.93" OriginalAmount="831.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3047669" Longitude="4.9476867999999" StarRating="4" HotelCode="310523|ozo_hotel" HotelName="Ozo Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Karspeldreef 2, Zuid-Oost, 1101 CJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f1/6ef1f644d7653d682d9c54a6e9b34a42c4ecd4e2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="858.81" OriginalAmount="833.80" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38263" Longitude="4.85793" StarRating="3" HotelCode="|444954" HotelName="G Experience" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Willem de Zwijgerlaan 350</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/9/5/4/444954_87104b30939.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="871.38" OriginalAmount="846.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.386452" Longitude="4.923327" StarRating="3" HotelCode="623354|i_hotel_13" HotelName="i Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Meeuwenlaan 120, 1021 JN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/f0/f8f04ad3309096b62935568adaec3e4ab82bb2f4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="872.41" OriginalAmount="847.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366674" Longitude="4.911786" StarRating="2" HotelCode="56456|hotel_plantage_2" HotelName="Plantage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Kerklaan 25-A, 1018 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/eb/8eebe2322c1384b570b163f901d9d7f37671e2e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This small yet comfortable hotel lies opposite Amsterdam's city zoo, ARTIS, in a pleasant green dist...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="882.71" OriginalAmount="857.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.392715" Longitude="4.86885" StarRating="4" HotelCode="207323|westcord_art_hotel_amsterdam_4_stars_2" HotelName="WestCord Art Hotel Amsterdam 4****" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spaarndammerdijk 302, 1013 ZX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3f/b2/3fb2bdbc4f35b82d2651b405c4d26dc2cf377c37.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guest accommodation comprises 60 rooms. Services and facilities at the hotel include a baggage stora...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="887.86" OriginalAmount="862.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.357844" Longitude="4.856532" StarRating="3" HotelCode="165668|conscious_vondelpark" HotelName="Conscious Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 519, 1054 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/59/305962f5744a19ed41a2cb22b5f81f13bb1066b3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located conveniently in the city centre of Amsterdam. Behind the hotel starts the famou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="888.89" OriginalAmount="863" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|866145-26077107/3585367180593999375/4905" HotelName="HOLIDAY INN EXPRESS AMSTERDAM - NORTH RIVERSIDE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48570000/48566400/48566342/21b8a615_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="889.26" OriginalAmount="863.36" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3417758" Longitude="4.8250507" StarRating="4" HotelCode="|22069" HotelName="Artemis Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>John M. KEYNESPLEIN 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/6/9/22069_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel was built in 2005, has 8 floors and 256 rooms. The establishment boasts a lobby, a cafÃ©, a lift, a reception with safety deposit boxes and a currency exchange service. It also has a bar, a pub, a television room, a conference room and internet. For an additional charge cost offers a car park. The establishment also offers room service and a laundry service. SITUATION: This hotel is close to the Amsterdam shopping centre. 300 metres away, there is a public transport stop. It is just 1 kilometre away from shops and 8 kilometres away from bars, pubs and nightclubs. ROOM: The stylish rooms have a bathroom, a hairdryer, a direct line telephone, satellite or cable TV, a radio, internet, a mini-bar, fitted carpets, a central heating system and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="897.13" OriginalAmount="871.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.400812" Longitude="4.893883" StarRating="4" HotelCode="293284|brooklyn_hotel_2" HotelName="DoubleTree by Hilton Hotel Amsterdam - NDSM Wharf" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>NDSM - Plein 28, 1033 WB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/5c/a95cac132d9561fbc63cecab621c80697e866d2d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="897.76" OriginalAmount="871.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36221" Longitude="4.86417" StarRating="0" HotelCode="|238885" HotelName="Heye 130" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Pieter Heijestraat 130</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/8/8/8/5/238885_9a352201442.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="906.40" OriginalAmount="880" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1403718-26690511/3585367180593999375/4329" HotelName="BOB W AMSTERDAM NOORD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/94990000/94987100/94987082/ed6ae794_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="909.49" OriginalAmount="883.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.390146801362" Longitude="4.8425118764399" StarRating="3" HotelCode="505805|park_inn_by_radisson_amsterdam_city_west" HotelName="Park Inn by Radisson Amsterdam City West" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Jacuzzi,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>La Guardiaweg 59, 1043 DE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/57/c9570367edf1e05c90becec0c4a261627e62799a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="925.22" OriginalAmount="898.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.313242" Longitude="4.9447741" StarRating="2" HotelCode="|372883" HotelName="Easyhotel Amsterdam Arena Boulevard" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Johan Cruijff Boulevard 129 (Arena Boulevard)</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/8/8/3/372883_1_2855.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="930.09" OriginalAmount="903" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|633970-25809098/3585367180593999375/4951" HotelName="HOLIDAY INN - THE NIU, FENDER AMSTERDAM, AN IHG HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/40000000/39570000/39565600/39565524/725bf26e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="930.09" OriginalAmount="903.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3760433" Longitude="4.89638567" StarRating="0" HotelCode="974552|hotel_van_gelder" HotelName="Hotel Van Gelder" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 34, 1012 LK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/c5/f8c58d95ea0271bf48ec5ab6deef4be73f7e229f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="941.42" OriginalAmount="914.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361297799065" Longitude="4.8767800127193" StarRating="2" HotelCode="902561|hotel_sipermann" HotelName="Sipermann" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Roemer Visscherstraat 35, 1054 EV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/0e/960e2cb1d317d3adb92a6b1546fc70da72845ddf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="944.51" OriginalAmount="917.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.374128" Longitude="4.9050130000001" StarRating="3" HotelCode="296732|hotel_mansion" HotelName="Hotel Mansion" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 123, 1011 AM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/3b/873b730be804cb1d493014fea2a69068b87f4506.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="944.74" OriginalAmount="917.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36338356" Longitude="4.87815281" StarRating="3" HotelCode="649208|2283595" HotelName="Hotel van de Vijsel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 13-17, 1054 HA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/08/27088d6feefbb4f88cdecbab08fe9d6fdf5bbf46.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="946.24" OriginalAmount="918.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3864444" Longitude="4.923331" StarRating="3" HotelCode="|372886" HotelName="I" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>120 Meeuwenlaan</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/8/8/6/372886_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="946.78" OriginalAmount="919.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365864" Longitude="4.912884" StarRating="3" HotelCode="13844|229736" HotelName="The Lancaster Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 48, 1018 DH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://hotelimages.sunhotels.net/HotelInfo/hotelImage.aspx?id=10788705</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is located opposite Amsterdam’s Artis Zoo in a green area of the old city centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="951.72" OriginalAmount="924" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|103651-25280073/3585367180593999375/3482" HotelName="WESTCORD FASHION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2543900/2543850/d830de68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="954.12" OriginalAmount="926.33" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38591" Longitude="4.83456" StarRating="0" HotelCode="|221621" HotelName="Urban Lodge " Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Arlandaweg 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/6/2/1/221621_7.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="961.64" OriginalAmount="933.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="42.93283" Longitude="-74.19929" StarRating="0" HotelCode="|545517" HotelName="Amsterdam Castle" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>49 Florida Avenue</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/4/5/5/1/7/545517_db132971035.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="972.32" OriginalAmount="944" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|173042-25354989/3585367180593999375/4892" HotelName="ESPRESSO CITY CENTRE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5140000/5133600/5133600/bf3f1b09_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="972.32" OriginalAmount="944.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375011331165" Longitude="4.8969814181328" StarRating="3" HotelCode="18211|tulip_inn_amsterdam_centre" HotelName="XO Hotels City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Beursstraat 11-19, 1012 JT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/9b/289b1c2dfac50e749de08d281a736e2b1c7c1c06.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is in close proximity to all major sights such as the Central Station, Dam Square and the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="973.57" OriginalAmount="945.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361235" Longitude="4.876917" StarRating="3" HotelCode="|504908" HotelName="Vondel Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>35 Roemer Visscherstraat</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/4/9/0/8/504908_ca2a17c1030.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="985.71" OriginalAmount="957" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1279359-26623157/3585367180593999375/4496" HotelName="MERCURE AMSTERDAM NORTH STATION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71740000/71734900/71734829/9bdbc9b8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="988.80" OriginalAmount="960.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375372" Longitude="4.895727" StarRating="3" HotelCode="336453|hotel_the_exchange" HotelName="The Exchange" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Designated Smoking Area,Fax,Golf,Internet,Nightclub,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 50, 1012 LL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/c2/7fc2c6da4670ecbc43dc9f3b1cd86f610216d212.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Amsterdam near to the Dam. The Kalverstraat with its abundance...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="993.13" OriginalAmount="964.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.402505" Longitude="4.931056" StarRating="4" HotelCode="|444318" HotelName="Tribe Amsterdam City" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Termini 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/1/8/444318_7928e671509.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="994.98" OriginalAmount="966.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37255124" Longitude="4.91027099" StarRating="2" HotelCode="969904|hotelschip_sarah" HotelName="Hotelschip Sarah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oosterdok 51, Steiger 4, 1011 VZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/67/05674d6654f97e4fe818719225cdf09478c27c7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="999.10" OriginalAmount="970" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359127" Longitude="4.92629" StarRating="4" HotelCode="166962|23170" HotelName="The Manor Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Linneausstraat 89, 1093 EK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/14/145159/145159a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is conveniently located in the eastern part of the city centre known for all its museums a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1004.25" OriginalAmount="975.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36006846106" Longitude="4.8819680779143" StarRating="2" HotelCode="168159|the_poet_hotel_amsterdam" HotelName="Max Brown Hotel Museum Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hostel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Currency Exchange,Fax,Internet,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luijkenstraat 40-46, 1071CR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/e2/0de22346cdc6ff583baabcfd427e68b959ee19b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a delightful, peaceful residential area close to Amsterdam's buzzing city c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1006.23" OriginalAmount="976.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3921249" Longitude="4.9112275" StarRating="4" HotelCode="|55808" HotelName="Nh Amsterdam Noord" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DISTELKADE 21</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/0/8/55808_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1008.27" OriginalAmount="978.90" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3696394" Longitude="4.8800434" StarRating="3" HotelCode="|331048" HotelName="Melrose" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>92 Elandsgracht</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/0/4/8/331048_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1008.37" OriginalAmount="979.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35901047" Longitude="4.89787533" StarRating="3" HotelCode="466447|golden_mansion_apartment_amsterdam" HotelName="Golden Mansion City Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Apartment" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Bicycle Rental,Designated Smoking Area,Dry Cleaning,Elevator,Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Huidekoperstraat 21-23, 1017 ZL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/b4/66b4fdbec19a7b867741c8cea877f0c5c3e2f6c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Golden Mansion Apartment Amsterdam places you in the hea...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1008.37" OriginalAmount="979.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365730732327" Longitude="4.8972797055226" StarRating="4" HotelCode="303787|royal_amsterdam_hotel_2" HotelName="Royal Amsterdam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 44, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b8/6e/b86ee06d64bd080e56200654e13ac78d944fe78e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can enjoy a pleasant stay in one of the 23 rooms. Most of the storeys can be reached by l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1008.43" OriginalAmount="979.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3633794" Longitude="4.8782131" StarRating="4" HotelCode="|331072" HotelName="Van De Vijsel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Overtoom 13-17</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/0/7/2/331072_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1009.40" OriginalAmount="980" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.337327" Longitude="4.817107" StarRating="4" HotelCode="29267|27569" HotelName="Mercure Hotel Amsterdam West" 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,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oude Haagseweg 20, 1066 BW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/99/41/99410301a33269c50c1eec2462e6bb75e6e3cc99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies approximately 5 km from Schiphol International Airport. Guests may make use o...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1022.78" OriginalAmount="992.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37891" Longitude="4.83838" StarRating="3" HotelCode="|445162" HotelName="New Kit" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bos en Lommerweg 390</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/6/2/445162_24c35821156.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1022.79" OriginalAmount="993" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|318194-25516026/3585367180593999375/4392" HotelName="OZO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10100000/10094400/10094365/7b3686a3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1026.91" OriginalAmount="997" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1246224-26600739/3585367180593999375/5036" HotelName="INNTEL HOTELS AMSTERDAM LANDMARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59930000/59925000/59924915/fe940ec2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1026.91" OriginalAmount="997.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36680781" Longitude="4.91142408" StarRating="3" HotelCode="635847|quentin_zoo_hotel" HotelName="Quentin Zoo hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Middenlaan 33, 1018 DB Amsterdam, Kesklinn</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/74/f3744b123140789d760fe44e4ba3c60ae6357786.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1031.03" OriginalAmount="1001.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361105059758" Longitude="4.9001028668449" StarRating="3" HotelCode="344351|house_of_freddy_" HotelName="House of Freddy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Beauty Salon,Bicycle Rental,Internet,Luggage Storage,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Fredriksplein 15, 1017 XK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/aa/5faabdbaaf61c09e4a79ba8b0644c16e91a29916.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;House of Freddy Hotel is perfectly located for both business and leisure guests in Amsterdam. The pr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1034.26" OriginalAmount="1004.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36899" Longitude="4.94642" StarRating="4" HotelCode="|445061" HotelName="The Niu Fender" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Cruquiusweg 61</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/1/445061_afba2fd1415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1038.87" OriginalAmount="1008.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.30521" Longitude="4.94757" StarRating="4" HotelCode="|183889" HotelName="Ozo Hotels Arena Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Karspeldreef 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/8/9/183889_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1039.27" OriginalAmount="1009" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|138374-25308990/3585367180593999375/4943" HotelName="DUTCH DESIGN HOTEL VONDELPARK" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1790000/1782800/1782701/205a0695_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1042.79" OriginalAmount="1012.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37605" Longitude="4.89634" StarRating="0" HotelCode="|561887" HotelName="van Gelder" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 34</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/1/8/8/7/561887_f3389e01815.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1044.42" OriginalAmount="1014.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37887577" Longitude="4.83802553" StarRating="3" HotelCode="847565|hotel_new_kit" HotelName="Hotel New Kit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bos En Lommerweg 390, 1061 DJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/9e/089e764d41c6a9672f92af9f8cb2a643debfbf99.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1047.51" OriginalAmount="1017" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|10330-25200686/3585367180593999375/4934" HotelName="MAX BROWN MUSEUM SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1530000/1525000/1524945/37199821_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1048.54" OriginalAmount="1018.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36965073" Longitude="4.88005577" StarRating="3" HotelCode="711127|melrose_hotel_3" HotelName="Melrose Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Elandsgracht 92, 1016 TZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d2/a2/d2a29ea1a2f5583ab47429947734308770eb599e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1052.66" OriginalAmount="1022.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365261" Longitude="4.896069" StarRating="2" HotelCode="52653|imperial_15" HotelName="Imperial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Thorbeckeplein 9, 1017 CS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/1c/6b1cfa958b2e75dac78da204409f34ef7cdc1c66.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the heart of Amsterdam, directly beside the oldest canal in the city. Vario...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1055.75" OriginalAmount="1025" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|273-25189048/3585367180593999375/4173" HotelName="WESTCORD ART AMSTERDAM 4 STAR" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/974300/974294/78e06a46_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1058.84" OriginalAmount="1028.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373280637528" Longitude="4.9065236208668" StarRating="3" HotelCode="89081|hotel_library_amsterdam_2" HotelName="Hotel Library Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Internet,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 145, 1011 AT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/dd/94dd74233786dc9855e11cb21a2b7fa1877a3d73.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located along a tree-lined boulevard, close to the Central Station and enjoy...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1059.73" OriginalAmount="1028.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366888" Longitude="4.898726" StarRating="4" HotelCode="11016|229526" HotelName="Eden Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstel 144, 1017 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/1f/1f8f673dc4f494e8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies at the heart of Amsterdam, directly next to the Amstel and roughly 10 miles...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1063.99" OriginalAmount="1033.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3549500625" Longitude="4.8770424" StarRating="3" HotelCode="78507|concert_inn" HotelName="The Concert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Lairessestraat 11, 1071 NR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/39/2139fd5f039a96a7dccbc70b749103ac94f21819.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1068.11" OriginalAmount="1037" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|524819-25683051/3585367180593999375/4551" HotelName="QUENTIN ZOO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22840000/22833400/22833316/4f56a833_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1076.88" OriginalAmount="1045.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.351217967483" Longitude="4.8412875867042" StarRating="4" HotelCode="299589|1029698" HotelName="XO Hotels Couture" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Delflandlaan 15, 1062 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/1a/351ae3563f68338fd3536d6946e7c15b44d85abe.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam. A number of public transport stops are just outside ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1078.47" OriginalAmount="1047.06" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.396561" Longitude="4.906843" StarRating="4" HotelCode="|448419" HotelName="Bob W Noord" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>38 Papaverweg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/8/4/1/9/448419_5af02a71302.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1080.47" OriginalAmount="1049" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364956102641" Longitude="4.8782951536007" StarRating="3" HotelCode="146532|513928" HotelName="D'Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tweede Helmersstraat 4, 1054 CH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/64/196483fb504da084a54876f314ce8b965e230ebe.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Amsterdam, this hotel is ideal for those in need of an adults-only holiday.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1082.53" OriginalAmount="1051" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="35.5292184" Longitude="-108.7642055" StarRating="3" HotelCode="0|255154-25476978/3585367180593999375/3972" HotelName="AMSTERDAM MANSION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1460 W. Maloney Avenue, Gallup, NM, 87301, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6350000/6348000/6347905/30a93194_b.jpg</HotelPictures>
        <HotelDescription>The Hampton Inn and Suites Gallup, NM offers three distinct suite options to meet your lodging needs. The three suite styles are: one king size bed with an upholstered chair and ottoman, a king size bed with sofa sleeper, and two queen beds with an upholstered chair and ottoman. All of our suites have a wet bar, refrigerator, and microwave. Additionally, the studio suite has a more spacious work area with complimentary high-speed Internet access and an ergonomic desk chair. For added convenience a guest laundry is located on premises, as well as a Suite Shop Convenience Store which is fully stocked with various sundries and an assortment of foods and beverages to enjoy. In addition to these amenities, your suite will be equipped with a coffee maker, iron, and ironing board, and a complimentary in-room movie channel. Enjoy complimentary local calls and no surcharge for using a calling card. Guests also enjoy the following complimentary items: On the House hot breakfast, Hampton On the Run(TM) breakfast bags and USA Today copies Monday-Friday.   As always, your stay is backed by the 100% Hampton Guarantee. If you're not 100% satisfied, we don't expect you to pay. That's our promise and your guarantee. That's 100% Hampton.&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 12:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1091.80" OriginalAmount="1060" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|646506-28522618/3585367180593999375/111" HotelName="HOTEL D'AMSTERDAM LEIDSESQUARE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/646506/202212191692913.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1094.56" OriginalAmount="1062.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370018" Longitude="4.9079399" StarRating="3" HotelCode="|38498" HotelName="Ibis Amsterdam Centre Stopera" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VALKENBURGERSTRAAT 68</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/8/4/9/8/38498_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: It has 207Â modern, comfortable rooms, Our guests can find a restaurant with a bar, a garden, a reception and a lift. SITUATION: It is inAmsterdam the city centre of nearby, you will find Waterloo and Rembrandt the squares it is situated 12 kilometres away from Schiphol Airport. ROOM: The comfortable rooms, have a direct line telephone, a television, an iron, a central air-conditioning system and a bathroom with a hairdryer.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1096.95" OriginalAmount="1065.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361233" Longitude="4.916339" StarRating="4" HotelCode="10295|hotel_arena" HotelName="Arena" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Historic Hotel,Conference Hotel,Hotel de Charme,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>S-Gravesandestraat 55, 1092 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/b1/08b15f97e97effa891c00ed3e0bc200f84c9ba5e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the edge of the historical centre, next door to the Oosterpark, and offers ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1100.04" OriginalAmount="1068.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3647606" Longitude="4.9042788" StarRating="2" HotelCode="148799|hotel_hermitage_amsterdam" HotelName="Hermitage Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Keizersgracht 16, 1018 DR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/b0/cab05c3faa299f27ab04f4aeb247bb900bc9a4c0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1100.51" OriginalAmount="1068.46" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362654" Longitude="4.835317" StarRating="3" HotelCode="|445187" HotelName="Met Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Marius Bauerstraat 401</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/1/8/7/445187_836529e0947.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1106.22" OriginalAmount="1074" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="20.3581" Longitude="105.881" StarRating="3" HotelCode="0|351227-25542118/3585367180593999375/4918" HotelName="LIBRARY AMSTERDAM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>VAN LONG RESERVE, GIA VAN COMMUNE,, GIA VIEN, VIETNAM</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1530000/1529900/1529834/3006c8e2_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Located in Gia Vien, Emeralda Ninh Binh Resort &amp;amp; Spa is a business-friendly hotel in the suburbs.    Hotel Features.   Dining options at Emeralda Ninh Binh Resort &amp;amp; Spa include 2 restaurants. A poolside bar and a bar/lounge are open for drinks. The hotel serves buffet breakfasts each morning in the restaurant (surcharges apply). Recreational amenities include an outdoor pool, an indoor pool, a health club, a sauna, and a steam room. Spa amenities include spa services, facials, and body treatments. This 4-star property has a business center. Complimentary wireless and wired high-speed Internet access is available in public areas. This Gia Vien property has event space consisting of a conference center, banquet facilities, and conference/meeting rooms. For a surcharge, shuttle services include a roundtrip airport shuttle (available on request) and a train station pick-up service.  Guest parking is complimentary. Additional property amenities include a coffee shop/café, a concierge desk, and tour/ticket assistance. This is a smoke-free property.    Guestrooms.     172 air-conditioned guestrooms at Emeralda Ninh Binh Resort &amp;amp; Spa feature private pools and minibars. Lanais offer mountain, pool, or garden views. All rooms include separate sitting areas and desks. Bathrooms feature bathtubs or showers with jetted bathtubs, handheld showerheads, and rainfall showerheads. They also offer makeup/shaving mirrors, designer toiletries, and bathrobes. Wired high-speed Internet access is complimentary. In addition to safes, guestrooms offer phones. High-definition televisions have satellite channels. Also included are complimentary bottled water and ceiling fans. Guests may request a turndown service, irons/ironing boards, and extra towels/bedding. Housekeeping is available daily. Guestrooms are all non-smoking.      Room Info:       Notifications and Fees:      Under Vietnamese law, a guest who is not a Vietnamese citizen cannot share a room with a Vietnamese citizen without proof of marriage to each other. Otherwise, a second room must be booked.   This property offers transfers from the airport and train station (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation.    Reservations are required for massage services and spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation.   All guests staying in hotel guestrooms must be registered with the hotel.            Unless otherwise indicated, the charges below are not included in the overall room price. If not included in the overall room price, they will be charged by the property at check-in or check-out. Charges can vary, for example, based on length of stay or the room you book. This property told us they will charge you for the following:   Christmas Eve (24 December) Gala Dinner per adult: USD 65  Christmas Eve (24 December) Gala Dinner per child: USD 32.50 (from 6 to 11 years old)   New Year's Eve (31 December) Gala Dinner per adult: USD 65  New Year's Eve (31 December) Gala Dinner per child: USD 32.50 (from 6 to 11 years old)  Gala Dinner on 2 September per adult: USD 55  Gala Dinner on 2 September per child: USD 27.50 (from 6 to 11 years old)   We have included all charges provided to us by the property. However, charges can vary, for example, based on length of stay or the room you book.  Additional fees and deposits may be charged by the property at time of service, check-in, or check-out.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 2 PM  Check-out time is noon  Pets not allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1112.40" OriginalAmount="1080" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|15801-25201350/3585367180593999375/4541" HotelName="THE CONCERT HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/861000/860966/1ece498e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1113.18" OriginalAmount="1080.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.338347" Longitude="4.92086" StarRating="4" HotelCode="|338284" HotelName="Ruby Emma Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Amstelvlietstraat 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/8/4/338284_7f075100247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1114.46" OriginalAmount="1082.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.340116578117" Longitude="4.8736996141946" StarRating="3" HotelCode="116378|qbic_hotel_amsterdam_wtc" HotelName="Qbic Hotel Amsterdam WTC" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Mathijs Vermeulenpad 1, 1077 XX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/89/0a89f8835840bc06c2abe5e1fb97c508e0b9758e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1115.49" OriginalAmount="1083.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37036969" Longitude="4.9084203" StarRating="2" HotelCode="612977|holiday_inn_express_amsterdam_city_hall" HotelName="Holiday Inn Express Amsterdam-City Hall" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 14, 1011 LZ  Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/db/3bdb10504c789235c9e11673ed95a34ae91995ad.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1121.67" OriginalAmount="1089" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364181" Longitude="4.8784020000001" StarRating="3" HotelCode="19379|21279" HotelName="The ED Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nassaukade 387-390, 1054 AE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/01/018194/018194a_hb_a_003.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the city centre. Guests can easily reach the many bars, restaurants and cafe...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1122.70" OriginalAmount="1090.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3315849" Longitude="4.853305" StarRating="3" HotelCode="155347|spa_sport_hotel_zuiver" HotelName="Zuiver / Amstelpark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Koenenkade 8, 1081 KH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/67/94674355a663cca2e416c6b469a616e00598ec79.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 800 m from the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1122.70" OriginalAmount="1090.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370086054175" Longitude="4.9076270612616" StarRating="3" HotelCode="337091|ibis_amsterdam_centre_stopera" HotelName="Hotel Ibis Amsterdam Centre Stopera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 68, 1011 LZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/e1/51e1a4b6488ae0cd9f86434922961813a4df88fa.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the heart of Amsterdam within walking distance of the squares of Rembrandt ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1123.37" OriginalAmount="1090.65" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.355006" Longitude="4.92854" StarRating="0" HotelCode="|505807" HotelName="Bob W Oosterpark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2 Middenweg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/8/0/7/505807_6991c761041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1129.68" OriginalAmount="1096.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3668164" Longitude="4.8988797" StarRating="4" HotelCode="|22080" HotelName="Leonardo Eden Amsterdam City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AMSTEL 144</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/8/0/22080_1c3bb041124.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in the heart of Amsterdam, next to El rio Amstel, close to Rembrandt Square, El Museo Rembrandt, El mercado flotante de flores, Stopera and El Museo de Espuma de la fotografÃ­a. There are many places you can visit in the surrounding area, including Kalverstraat and Leidsestraat and the Royal Palace.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.94" OriginalAmount="1098.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365075009324" Longitude="4.8736257606747" StarRating="4" HotelCode="930977|grand_hotel_downtown" HotelName="Grand Hotel Downtown" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 10A, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/64/2664c8ed757ff9c01fae228f466c1a9f53277528.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1130.98" OriginalAmount="1098.04" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3597984" Longitude="4.8815999" StarRating="3" HotelCode="|22076" HotelName="Max Brown  Museum Square" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Luijkenstraat 40-46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/6/22076_dcb04311216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1135.95" OriginalAmount="1102.86" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354544" Longitude="5.005468" StarRating="0" HotelCode="975299|2561865" HotelName="Hotel Breeze Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bert Haanstrakade 1074, 1087 HJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/be/77/be77e61fb6a7da8871c699d770c3db018ace0c4f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1145.36" OriginalAmount="1112.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33261308" Longitude="4.91762544" StarRating="4" HotelCode="820919|leonardo_royal_hotel_amsterdam" HotelName="Leonardo Royal Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Sauna,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, 1096 BK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5e/c5/5ec5d65d26f259c3c3fed9f2ee89fd02718e5f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1146.55" OriginalAmount="1113.16" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.393705" Longitude="4.882171" StarRating="0" HotelCode="|444321" HotelName="The July - Boat and Co" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>500 Revaleiland</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/3/2/1/444321_043b3a10832.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1147.42" OriginalAmount="1114" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|247-25187123/3585367180593999375/3731" HotelName="THE LANCASTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/41100/41006/14cbf67d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1147.70" OriginalAmount="1114.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.304613281626" Longitude="4.950649561925" StarRating="0" HotelCode="677840|2482125" HotelName="Hotel Levell" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Hullenbergweg 353, 1101 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/0a/ac0a612cf4778d0693dc405e5d2f218fa8424607.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1149.17" OriginalAmount="1115.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36587" Longitude="4.89716" StarRating="4" HotelCode="|183899" HotelName="Royal Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 44</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/8/9/9/183899_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1149.69" OriginalAmount="1116.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354488" Longitude="5.005768" StarRating="0" HotelCode="|445060" HotelName="Four Elements Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>1074 Bert Haanstrakade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/0/445060_4535a8a1413.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1152.57" OriginalAmount="1119.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33814927" Longitude="4.92064926" StarRating="4" HotelCode="497627|crowne_plaza_amsterdam_amstel" HotelName="QO Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Internet,Restaurant,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Amstelvlietstraat 4, 1096 GG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/88/3288a7f3609606ceb8c5a982c2f3f421e2331d7f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1154.63" OriginalAmount="1121" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="28.3043114" Longitude="-81.4449455" StarRating="3" HotelCode="0|533159-25690296/3585367180593999375/4795" HotelName="HOLIDAY INN EXPRESS AMSTERDAM - CITY HALL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>4104 W. IRLO BRONSON HWY, KISSIMMEE, 34741, FL, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21530000/21528300/21528245/5a164eb6_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Hotel. Total rooms and suites: 174. Floors: 3. Property description- The Days Inn Kissimmee is located at the intersection of US 192 and Hoagland Blvd, 7 miles from the Disney parks,12 miles from Sea World and Universal Studios, and one block away from Medieval Times  The Days Inn Kissimmee is within a short drive to the Kissimmee Downtown Arena, five miles from Osceola Heritage Park and the Silver Spurs Arena, 2miles to Osceola Softball Complex.  The Days Inn Kissimmee offers complimentary continental breakfast, outdoor seasonally heated pool and complimentary USA Today Newspaper. The Surrounding Area has a Wide variety of Shopping choices and Many Different Restaurants Within Walking Distance. Our Spacious room includes two queens or one king size bed, All guestrooms include hair dryers, in-room safes, and cable TV with two movie channels and In-Room Safe.Property was built in 1989. Property was renovated in 2002. Hotel Currency: USD. &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1169.77" OriginalAmount="1135.70" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362107406324" Longitude="4.8783124703484" StarRating="3" HotelCode="200950|47864" HotelName="Leonardo Hotel Amsterdam City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tesselschadestraat 23, 1054 ET Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/7683/a_7683_B2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive city hotel is located in the city centre and near to the Van Gogh Museum, the Rijksm...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1173.17" OriginalAmount="1139" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|894684-28506466/3585367180593999375/147" HotelName="G HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/68000000/67680000/67673000/67672906/a325e437_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1174.20" OriginalAmount="1140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.30982220274" Longitude="4.9464214231747" StarRating="4" HotelCode="320492|courtyard_amsterdam_arena_atlas" HotelName="Courtyard Amsterdam Arena Atlas" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Hoogoorddreef 1, 1101 BA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/d1/20d1702f3b21e6b8915d3f6f8a65c615b93f807b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1174.20" OriginalAmount="1140.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="974475|cityview_hotel" HotelName="Cityview Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7 Binnen Wieringerstraat, Amsterdam City Centre, 1013 EA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/be/2dbec37d98145c65e1a93d8bcc7e8764ceab5d55.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1175.23" OriginalAmount="1141" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28500-25212781/3585367180593999375/4269" HotelName="NH NOORD" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21500/21414/dcc39f26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1185.19" OriginalAmount="1150.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3929898" Longitude="4.8692698" StarRating="4" HotelCode="|69263" HotelName="WestCord Art Hotel Amsterdam 4*" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Spaarndammerdijk 302</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/9/2/6/3/69263_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1194.80" OriginalAmount="1160" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|276-25187132/3585367180593999375/4877" HotelName="LEONARDO HOTEL AMSTERDAM LEIDSE SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/41000/40998/adc5b74a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1199.95" OriginalAmount="1165" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|460139-25631691/3585367180593999375/4475" HotelName="RUBY EMMA HOTEL &amp;amp; BAR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15930000/15927700/15927643/5185936d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1202.01" OriginalAmount="1167" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|268-25187129/3585367180593999375/4843" HotelName="LEONARDO BOUTIQUE HOTEL AMSTERDAM VONDELPARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/8800/8799/fd58249d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1203.04" OriginalAmount="1168.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.39399019" Longitude="4.88209812" StarRating="0" HotelCode="972964|hotel_boat_co" HotelName="Hotel Boat&amp;Co" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Revaleiland 500, 1014 ZG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/b1/8bb10d56f62a785183e12b8d743f507517feac83.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1204.07" OriginalAmount="1169.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37603145916" Longitude="4.8992586135864" StarRating="3" HotelCode="67212|luxer" HotelName="Luxer" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Warmoesstraat 11, 1012 HT Amsterdam, Nordholland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/4d/284dc3dcd53f6f015340b5a7208adfb83a13e78f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located right in the centre of Amsterdam's old historical centre. The central station, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1208.33" OriginalAmount="1173.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376528" Longitude="4.893646" StarRating="3" HotelCode="18783|461555" HotelName="WestCord City Centre Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 50, 1012 SC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8f/87/8f87525315c3a2531676a84f7aa0bdd72886976e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This cosy city hotel is located in the heart of Amsterdam, within walking distance of the Central Tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1222.63" OriginalAmount="1187.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370284" Longitude="4.908478" StarRating="3" HotelCode="|445066" HotelName="Holiday Inn Express Amsterdam - City Hall, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 14-16</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/6/445066_212ba660845.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1236.00" OriginalAmount="1200.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37950125046" Longitude="4.8971813294721" StarRating="3" HotelCode="33664|ibis_amsterdam_centre" HotelName="Hotel ibis Amsterdam Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stationsplein 49, 1012 AB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/45/d645c47b5c0f523880aecf9f42e2762a917baed5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This urban hotel is located in the heart of Amsterdam. Its setting is especially ideal for business ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1239.24" OriginalAmount="1203.15" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3592694" Longitude="4.8977596" StarRating="3" HotelCode="|64637" HotelName="V Frederiksplein" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>WETERINGSCHANS, 136</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/6/3/7/64637_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The V Frederiksplein is rated three stars, traditional, yet modern, has a lobby, WiFi (free of charge) and a bar.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1244.24" OriginalAmount="1208" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|615871-25779300/3585367180593999375/5070" HotelName="HOTEL BOAT AND CO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36350000/36350000/36349963/75a740a0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1258.44" OriginalAmount="1221.79" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33324" Longitude="4.91689" StarRating="4" HotelCode="|444516" HotelName="Leonardo Royal Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Paul van Vlissingenstraat 24, Oost</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/1/6/444516_bc5ed6b0828.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1260.72" OriginalAmount="1224" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|881808-26105541/3585367180593999375/5012" HotelName="LEONARDO EDEN HOTEL AMSTERDAM CITY CENTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/54000000/53170000/53164200/53164152/933a8103_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1262.78" OriginalAmount="1226.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37131906" Longitude="4.93467879" StarRating="3" HotelCode="430547|hampton_by_hilton_amsterdam_centre_east" HotelName="Hampton by Hilton Amsterdam Centre East" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Fax,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Panamalaan 188-196, 1019 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/f4/8af4149f763a36c75e366dccfc9bc084864f93e1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Perfect for business travellers as well as families, this hotel is located approximately 3.5 km from...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1279.26" OriginalAmount="1242" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|207471-25405315/3585367180593999375/4446" HotelName="QBIC AMSTERDAM WTC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1700000/1696200/1696113/dbb3c325_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1283.86" OriginalAmount="1246.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3683618" Longitude="4.9237398" StarRating="4" HotelCode="|338237" HotelName="Yays Amsterdam Maritime By Numa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oostenburgergracht 73</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/3/7/338237_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1284.41" OriginalAmount="1247.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35132" Longitude="4.874097" StarRating="5" HotelCode="318243|bilderberg_garden_hotel" HotelName="Bilderberg Garden Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dijsselhofplantsoen 7, 1077 BJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/bf/56bf892ca841cf8d3216b75baf21f50262cc9bcc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies in the south of Amsterdam within walking distance of the city's most exclusiv...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1289.56" OriginalAmount="1252.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359292275042" Longitude="4.897736187055" StarRating="3" HotelCode="116327|hotel_v_frederiksplein" HotelName="Hotel V Frederiksplein" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Garden,Internet,Laundry,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 136, 1017 XV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/48/13/48132be6b4f46a562648211e53f569aa73ca3dce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located opposite the tram stop Frederiksplein. Restaurants, bars and shopping opportuni...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1293.68" OriginalAmount="1256" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354644335736" Longitude="4.9127091899834" StarRating="3" HotelCode="397917|62765" HotelName="The Student Hotel Amsterdam City" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Wibautstraat 129, 1091 GL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/aa/91aaaf314eb6de638b66a7c291a33e8029e7a116.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1295.74" OriginalAmount="1258.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365146558714" Longitude="4.8733229935169" StarRating="3" HotelCode="193898|mosaic_city_centre" HotelName="Hotel Mosaic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 16a, 1054 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/11/7711e9a44a7a9d10fe3bfdef1458b968da8058ba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1307.07" OriginalAmount="1269.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.378419" Longitude="4.89642" StarRating="3" HotelCode="95615|atrain" HotelName="A-train" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 23, 1012 TM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/57/zz/57ad8b99a7eb1bae94360bba8adf1be61c691a26.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1307.07" OriginalAmount="1269.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3548484" Longitude="4.8835874" StarRating="2" HotelCode="155048|hotel_washington_2" HotelName="Washington" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Frans van Mierisstraat 10, 1071 RS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0d/6b/0d6ba016cc43f9ebca75061e4a2c1f6771d977d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1308.02" OriginalAmount="1269.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362633" Longitude="4.878067" StarRating="4" HotelCode="|22078" HotelName="Catalonia Vondel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VONDELSTRAAT 26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/8/22078_5.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 86 rooms a reception, a safety deposit box service, lifts, a bar, a cafÃ©, a breakfast room and a conference room. The establishment offers WiFi, room service and a laundry service. SITUATION: This cosy hotel is in a residential area, in the surrounding area, clients have the city centre, Where you can find shops, leisure areas, entertainment and tourist points of interest. ROOM: It has cosy rooms with a bathroom, a sitting area, a direct line telephone, a satellite or cable television, a radio and a mini-bar. They also have an ironing set, a courtesy tea and coffee service, a safety deposit box, internet and central heating. OTHERS: Regarding the food and beverage offering, clients can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1311.03" OriginalAmount="1272.84" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376605" Longitude="4.844573" StarRating="0" HotelCode="|444517" HotelName="Cityden Bolo District" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bos en Lommerplantsoen 45a</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/5/1/7/444517_427bf001258.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1313.25" OriginalAmount="1275" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.975518" Longitude="-120.078469" StarRating="4" HotelCode="0|279278-25499529/3585367180593999375/2952" HotelName="GRAND HOTEL DOWNTOWN AMSTERDAM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1855 West Cleveland Ave, Madera, CA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5410000/5401300/5401244/3567723d_b.jpg</HotelPictures>
        <HotelDescription>AAA Approved, SuperStart breakfast, wireless high speed internet, outdoor seasonal pool, micr-fridges, hairdryers, coff makers. Fresno Yosemite Airport 30 miles, Madera Airport 2 miles. County Fairground (across street), Madera Speedway (across street).
 Yosemite National Park 45 miles. Many restaurants nearby. &lt;br /&gt;Check In: 14:00 PM&lt;br /&gt;Check Out: 11:00&lt;br /&gt;Pets Allowed &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1318.84" OriginalAmount="1280.43" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36830127" Longitude="4.92356095" StarRating="4" HotelCode="428729|1740938" HotelName="YAYS Oostenburgergracht - Concierged Boutique Apartments" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen,Laundry,LCD/Projector,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Oostenburgergracht 73, 1018 NC Amsterdam-Oost, Niederlande</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7b/e1/7be1d9ae301e98571ec86acdddfaf358edc953da.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at YAYS Concierged Boutique Apartments Oostenburgergra...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1319.72" OriginalAmount="1281.28" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3664085" Longitude="4.8970358" StarRating="4" HotelCode="|16573" HotelName="NH Amsterdam Caransa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>REMBRANDTPLEIN 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/7/3/16573_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This charming hotel, has 66 rooms and 6 floors. In the entrance, you can find a lobby with a reception, a safety deposit box service and lifts. Near the establishment, you can find a public car park and (for a fee). SITUATION: This welcoming hotel is in a central area. It is in the Rembrandtplein area. 100 metres away, guests will find a public transport stop. In the surrounding area of the establishment, clients can find shops, monuments and leisure areas. ROOM: The elegant and comfortable rooms have a hairdryer, a direct line telephone, satellite and cable TV, a bathroom with a shower and a mini-bar. Guests are offered a courtesy tea and coffee service, a trouser press, a sofa and a safe (available for a fee). MEALS: Regarding the food and beverage offering, the establishment offers a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1324.58" OriginalAmount="1286.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376627" Longitude="4.89467" StarRating="3" HotelCode="26717|hotel_avenue" HotelName="Avenue Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Family-friendly Hotel" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 33, 1012 RD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cb/bb/cbbbf6a12ab35a659965196fd20b0f1b3a67f67f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the historical heart of the city on the Nieuwezijds Voorburgwal. This is one...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1326.64" OriginalAmount="1288" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|415175-32661636/3585367180593999375/1105" HotelName="V FIZEAUSTRAAT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15030000/15022000/15021981/04135c5c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1331.79" OriginalAmount="1293.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366284" Longitude="4.898445" StarRating="4" HotelCode="366274|hampshire_hotel__rembrandt_square_amsterdam" HotelName="Rembrandt Square Hotel Amsterdam" 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,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amstelstraat 17, 1017 DA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/4c/6f4ca58b3c7e46c83e2d0df403c9aeff54dccc0d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is ideally located in the historical city centre just around the corner from the wor...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1335.24" OriginalAmount="1296.35" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.346660577724" Longitude="4.8311547220901" StarRating="4" HotelCode="299591|1521298" HotelName="Corendon City Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Aletta Jacobslaan 7, 1066 BP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/1d/f81dff3ada41880df4cd7c0f2f9c92085e393786.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1335.91" OriginalAmount="1297" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|401849-28587335/3585367180593999375/608" HotelName="YAYS AMSTERDAM MARITIME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10010000/10001500/10001437/85c10092_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1340.81" OriginalAmount="1301.76" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3513738" Longitude="4.8739911" StarRating="5" HotelCode="|16619" HotelName="Bilderberg Garden" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DIJSSELHOFPLANTSOEN 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/9/16619_11.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 4 floors and 124 rooms. It has a lift, a bar, an Ã  la carte restaurant and a reception. The establishment offers a car park (for a fee). SITUATION: This hotel is in south Amsterdam. Near the establishment, guests will find shopping areas, museums and the Congress Centre. 5 minutes away from the establishment guests have the exhibition centre RAI. 200 metres away, there is a public transport stop. 15 minutes away from the establishment you have the city centre. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a television, a radio, a mini-bar and a safety deposit box (available for a fee). OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1341.06" OriginalAmount="1302.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36483819536" Longitude="4.8805391678549" StarRating="2" HotelCode="147859|hotel_freeland" HotelName="Freeland" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marnixstraat 386, 1017 PL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f7/85f74264b904f6a4437eb6f21bcd1ef35144ab88.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1342.99" OriginalAmount="1303.87" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375665" Longitude="4.901614" StarRating="4" HotelCode="|444010" HotelName="Mai Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>30 Geldersekade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/1/0/444010_0696f081126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1345.18" OriginalAmount="1306" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|9353-25188307/3585367180593999375/3711" HotelName="WESTCORD CITY CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25000/24905/d7e1bf5f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1349.93" OriginalAmount="1310.61" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.906708" StarRating="4" HotelCode="|202305" HotelName="Zoku Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>WEESPERSTRAAT 105</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/2/3/0/5/202305_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1350.33" OriginalAmount="1311" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|233080-32731482/3585367180593999375/4776" HotelName="MOSAIC" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120700000/120696800/120696750/3489e7ac_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1359.60" OriginalAmount="1320.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.345384988263" Longitude="4.9259640264587" StarRating="4" HotelCode="464532|hotel_v_fizeaustraat" HotelName="Hotel V Fizeaustraat" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Fizeau straat 2, 1097 SC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/zz/eeadaee17bacb4d35c3797178be6e9cdcc12c2a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1375.05" OriginalAmount="1335.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.363108" Longitude="4.879466" StarRating="4" HotelCode="25125|nh_amsterdam_centre" HotelName="NH Amsterdam Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 7, 1054 ES Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/40/3940fe63060e9f6a77103b9de0254e454eb1ef7d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous hotel enjoys a central location near to the Leidesplein, directly near to the Singelgr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1382.26" OriginalAmount="1342" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="44.5349429" Longitude="11.3485741" StarRating="4" HotelCode="0|355550-25544042/3585367180593999375/3479" HotelName="THE SOCIAL HUB AMSTERDAM CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>BOLOGNA,BOLOGNA,DELL ARCOVEGGIO 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11510000/11500400/11500383/63ec4274_b.jpg</HotelPictures>
        <HotelDescription>The Hotel HC3 located in Bologna is an elegant 4 star hotel that offers an exceptional high quality of services in a contemporary structure.  The hotel is equipped with modern technology . The 37 rooms of the Hotel HC3 are equipped with air conditioner, refrigerated bar, telephone, Demand TV and safe&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1384.32" OriginalAmount="1344.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3594695" Longitude="4.8959556" StarRating="3" HotelCode="930980|the_amsterdam_canal_hotel" HotelName="The Amsterdam Canal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Weteringschans 253, 1017 XJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/f2/fbf278d756da45621895afac1de141f10449d61c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1384.56" OriginalAmount="1344.23" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3765297" Longitude="4.8938599" StarRating="3" HotelCode="|55815" HotelName="Westcord City Centre  Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWEZIJDSE VOORBURGWAL 50</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/1/5/55815_0ea81b21426.jpg</HotelPictures>
        <HotelDescription>ROOM: This establishment has 106 rooms, The establishment has standard rooms with a hairdryer, a safety deposit box, a coffee maker, a kettle, an alarm clock, a direct line telephone, a radio and a television. It also has Star Rooms with an air-conditioning system, internet (free of charge), a bathroom and a flat-screen television. FACILITIES: The establishment boasts a lobby, a cafÃ©, a room where you can watch TV, a reception, a breakfast room and a launderette.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1399.77" OriginalAmount="1359" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|533153-25690294/3585367180593999375/4261" HotelName="WEBER HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1770000/1768300/1768238/0ef6bad2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1421.40" OriginalAmount="1380" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1461073-32653149/3585367180593999375/3963" HotelName="NYX HOTEL AMSTERDAM REMBRANDT SQUARE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/600/596/aa8e2d66_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1422.06" OriginalAmount="1380.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3698584" Longitude="4.90738452" StarRating="4" HotelCode="591631|2431715" HotelName="Monet Garden Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 76, 1011LZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/1b/dc1bc43c1080ca76b01aa805770c3e30af13b5a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1425.10" OriginalAmount="1383.59" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3659659" Longitude="4.909852" StarRating="0" HotelCode="|338147" HotelName="Plantage Hortus Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Different locations in the Plantage district</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/1/4/7/338147_1_8981.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1430.67" OriginalAmount="1389.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.308949440353" Longitude="4.7597776441803" StarRating="4" HotelCode="29262|sheraton_amsterdam_airport_hotel__conference_center" HotelName="Sheraton Amsterdam Airport Hotel and Conference Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Airport Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Schiphol Boulevard 101, 1118 BG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2d/13/2d13794ebc3d244d6dcb3d3d0c9d2d51e6785437.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;As a conference venue, the hotel is of international importance. The centre of Amsterdam can be reac...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1441.23" OriginalAmount="1399.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3563995" Longitude="4.8782001" StarRating="2" HotelCode="|22025" HotelName="Trianon" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>J. W. BROUWERSSTRAAT 3-7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/2/5/22025_cf61ae21415.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 4 floors, 52 rooms, 15 single rooms and 36 double rooms. It has a reception, a safety deposit box service, lifts, a restaurant and internet. The establishment offers room service, a laundry service and a medical care service. SITUATION: This hotel is in a quiet area. Is situated in the Van Baerltraat shopping area. It is well-connected with the city centre where you can find shops, leisure areas and tourist points of interest. ROOM: Guests are offered standard rooms, economical rooms with bunk beds and shared rooms. The rooms have a bathroom, a direct line telephone, a satellite or cable television, a radio, fitted carpets, a central heating system and a sitting room. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1446.12" OriginalAmount="1404.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365784" Longitude="4.897434" StarRating="2" HotelCode="146048|city_hotel_27" HotelName="City Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Utrechtsestraat 2, 1017 VN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/f4/41f40e6d1d3191efd5d1527e75a791192b0cfadd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1457.45" OriginalAmount="1415" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|30232-25214074/3585367180593999375/4192" HotelName="IBIS AMSTERDAM CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25600/25525/6f49fd6c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1459.51" OriginalAmount="1417.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.383861590867" Longitude="4.9022975533035" StarRating="4" HotelCode="495429|sir_adam" HotelName="Sir Adam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Overhoeksplein 7, A’DAM Toren, 1031 KS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/01/90012716f07c7c67c83209d804548ad798a5f7db.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1463.60" OriginalAmount="1420.97" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3739299" Longitude="4.8907887" StarRating="4" HotelCode="|16608" HotelName="Die Port Van Cleve" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>N.Z.VOORBURGWAL 176-180</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/8/16608_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel is non-smoking, has a bar, 122 classic rooms, WiFi (free of charge) and 5 meeting rooms. SITUATION: This establishment, is in Amsterdam the centre of Close to points of interest.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1470.84" OriginalAmount="1428.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.387521" Longitude="4.834466" StarRating="3" HotelCode="263298|amsterdam_identity_apartments_2" HotelName="Amsterdam ID Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Designated Smoking Area,Restaurant,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Naritaweg 51, 1043 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/19/1c/191ca8b9c5485da9f4803e74e5baaf36b9f0b133.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1481.56" OriginalAmount="1438.41" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3545004" Longitude="4.8875268" StarRating="4" HotelCode="255579|922715" HotelName="Sir Albert" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Albert Cuypstraat 2, De Pijp District (Latin Quarter), 1072 CT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/e2/83e29e7a3fa4b464bc524d5155393edecff33e84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Amsterdam, this urban hotel is ideal for guests who appreciate a stylish ambience.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1497.90" OriginalAmount="1454.27" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3628428" Longitude="4.8794965" StarRating="4" HotelCode="|16618" HotelName="NH Amsterdam Leidseplein" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STADHOUDERSKADE 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/8/16618_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1928, has 242 rooms and 7 floors. It also has a reception, a hairdresser's and a restaurant. nearby, you can find a public car park. SITUATION: This luxurious hotel is in a central location, Close to, In front of, 100 metres away, there is a public transport stop, In the surrounding area, you can find shopping areas, and. ROOM: The comfortable rooms, have a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a mini-bar, a fridge, an air-conditioning system and a safe. FACILITIES: There is a range of facilities and services available at the establishment, including a sauna, a solarium, a gym, a beauty centre and a massage service. OTHERS: The establishment offers a buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1499.89" OriginalAmount="1456.20" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3073861" Longitude="4.7555639" StarRating="4" HotelCode="|16577" HotelName="Hilton Amsterdam Airport Schiphol" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>SCHIPHOL BOULEVARD 701</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/7/7/16577_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 8 floors, 275 rooms and 8 suites. It has a bar, an Ã  la carte restaurant and a reception. SITUATION: This establishment is in Schiphol Airport. 15 minutes away, you can find Amsterdam city centre. It is situated near a leisure area, a beach and a hiking route. Near the establishment, customers can find a commercial centre and a casino. 500 metres away, there is a public transport stop. ROOM: All the rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar and a safety deposit box (available for a fee). FACILITIES: There are many facilities and services available at the establishment, including a sauna and a gym. It is situated close to a golf course.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1504.93" OriginalAmount="1461.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3866061" Longitude="4.8752965" StarRating="3" HotelCode="|372887" HotelName="Conscious Westerpark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/7/2/8/8/7/372887_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1508.14" OriginalAmount="1464.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361544769493" Longitude="4.8830907572413" StarRating="4" HotelCode="15715|20154" HotelName="Park Centraal Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Stadhouderskade 25, 1071 ZD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/00/a70030c9d8be3898b2413767d26f16e462501327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1518.22" OriginalAmount="1474" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|20438-25210311/3585367180593999375/4031" HotelName="A TRAIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2790000/2785500/2785481/57df9cc7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1545.71" OriginalAmount="1500.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354301" Longitude="4.86646" StarRating="4" HotelCode="316802|461495" HotelName="Park Plaza Vondelpark, Amsterdam" 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,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Koningslaan 3, 1075 AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/23/f3235af5546fa8775f752c71088ef170b99f1c71.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in the heart of Amsterdam next to the beautiful Vondelpark. All of the po...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1552.64" OriginalAmount="1507.42" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3617147" Longitude="4.8826914" StarRating="4" HotelCode="|16586" HotelName="Park Centraal " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>STADHOUDERSKADE 25</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/8/6/16586_11c45d41133.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1895, renovated in 2006, has 187 rooms, 6 suites and 7 floors. In the entrance, you can find a lobby, a reception, a safety deposit box service, a currency exchange service and a lift. Some of the facilities that the establishment offers to guests include a hairdresser's, a bar, a restaurant with air-conditioning, conference rooms and internet. The establishment also offers a laundry service and an indoor car park. ROOM: All the rooms have a bathroom with a shower, a hairdryer, a double bed, a sitting room, a direct line telephone, a satellite or cable television, a radio, internet, a mini-bar, a coffee maker, a kettle, an iron, an ironing board, a safe (available for a fee) and central heating. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast and an Ã  la carte or set-menu lunch and dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1556.33" OriginalAmount="1511.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.384729" Longitude="4.894064" StarRating="4" HotelCode="260447|room_mate_aitana_hotel" HotelName="Room Mate Aitana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>IJDok 6, 1013 MM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/45/e0458bb8441f43d839782787b6186f306e1128bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1559.42" OriginalAmount="1514.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.356398" Longitude="4.8783989999999" StarRating="2" HotelCode="38371|trianon_hotel_2" HotelName="Trianon Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jan Willem Brouwersstr 3-7, 1071 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/62/a1626ddc79b85e73249c4f1a205ca256d6ab77d9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This captivating hotel is on a peaceful side street off the van Baerlestraat shopping street. From t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1559.67" OriginalAmount="1514.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3779289" Longitude="4.8965919" StarRating="3" HotelCode="|36558" HotelName="Ibis Styles Amsterdam Central Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>MARTELAARSGRACHT 10</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/6/5/5/8/36558_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Bellevue is rated three stars. Is ideal for business and holiday stays. SITUATION: This establishment is in the city centre, close to the railway station. ROOM: The rooms have modern furniture.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1565.60" OriginalAmount="1520.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.348835" Longitude="4.891855" StarRating="5" HotelCode="15376|hotel_okura_amsterdam" HotelName="Okura Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Ferdinand Bolstraat 333, 1072 LH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc60d2ad3afd5eb3b415e9b5ae614781e7e2ff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxurious hotel is situated directly beside one of the most famous canals in Amsterdam. The RAI...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1576.93" OriginalAmount="1531.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36612204" Longitude="4.90996132" StarRating="0" HotelCode="560503|plantage_garden_apartments" HotelName="Plantage Garden Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Housekeeping,Internet,Kitchen,LCD/Projector">
        <Address>
          <AddressLines>
            <AddressLine>Plantage Muidergracht 31-35, 1018 TL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/b9/efb993e2bd95ef5ac237facb586fbcfb99302b66.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Plantage Garden Apartments in Amsterdam (Plantage -...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1580.02" OriginalAmount="1534.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377859" Longitude="4.9140640000001" StarRating="4" HotelCode="58830|movenpick_hotel_amsterdam_city_centre" HotelName="Mövenpick Amsterdam City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piet Heinkade 11, 1019 BR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e0/8de0b574bdac5979f0b9353e70275c7ec7f6634d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located on the water's edge, and yet within walking distance of the old centre of Amst...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1583.11" OriginalAmount="1537.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35899975" Longitude="4.90289875" StarRating="3" HotelCode="143430|amstel_corner" HotelName="Amstel Corner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatikade 16, 1017 WV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/cb/12cb94d604f729dc79204047f1f2cb5e20087141.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1589.29" OriginalAmount="1543.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354470021495" Longitude="4.8797466234686" StarRating="3" HotelCode="284248|nova_apartments" HotelName="Nova Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Nicolaas Maesstraat 72, 1071 RC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/0d/38/0d388f1b0bee20f0df605fb2bb612e05a88f4304.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1606.80" OriginalAmount="1560.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364975666667" Longitude="4.8804166666667" StarRating="2" HotelCode="155067|hotel_weber_2" HotelName="Weber" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Marnixstraat 397, 1017 PJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/a2/6ea2612c6aa853d376179e223219a83d7554dc77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1620.19" OriginalAmount="1573.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.35508858" Longitude="4.87749742" StarRating="3" HotelCode="200949|conscious_hotel_museum_square" HotelName="Conscious Museum Square" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>De Lairessestraat 7, 1071 NR Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/38/2838f1df603ab9fbfef4765289e6783d0a69e2c7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel lies right at the heart of Amsterdam, only metres from the famous concert building of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1624.31" OriginalAmount="1577.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.341829908249" Longitude="4.8759850633134" StarRating="4" HotelCode="146012|citizenm_hotel_amsterdam_city" HotelName="citizenM Amsterdam South Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinses Irenestraat 30, 1077 WX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/39/ab/39ab83073ff3549e0e0309cc0b91d670de578f1e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1626.05" OriginalAmount="1578.69" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3679631" Longitude="4.8926537" StarRating="2" HotelCode="|337658" HotelName="Des Arts" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Rokin 154 - 156</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/7/6/5/8/337658_4.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1634.32" OriginalAmount="1586.72" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36571447236" Longitude="4.8967024683952" StarRating="4" HotelCode="17621|20134" HotelName="NH Amsterdam Schiller" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rembrandtplein 26, 1017 CV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/9e/b19ef8771e4cbfa2a00d78855f904f2ca2cb97cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the very heart of Amsterdam. That means that guests can embark on a roundtr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1636.85" OriginalAmount="1589.17" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3686" Longitude="4.948039" StarRating="4" HotelCode="|444011" HotelName="Numa Amsterdam Docklands" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>65 Cruquiusweg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/0/1/1/444011_3b3619c1223.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1648.00" OriginalAmount="1600.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361287254963" Longitude="4.8935642838478" StarRating="4" HotelCode="14737|mercure_hotel_amsterdam_arthur_frommer" HotelName="Mercure Amsterdam Centre Canal District" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Noorderstraat 46, 1017 TV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/63/df639b729992cc61511921eb330d825f9f28371d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is set in a quiet street in the centre of Amsterdam, lying very close to the main at...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1651.09" OriginalAmount="1603.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38852428" Longitude="4.88860918" StarRating="3" HotelCode="602469|yays_concierged_boutique_apartments_zoutkeetsgracht_2" HotelName="Yays Zoutkeetsgracht Concierged Boutique Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Concierge,Elevator,Housekeeping,Internet,Kitchen,LCD/Projector,Luggage Storage,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Zoutkeetsgracht 114-118, 1013 LC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/1a/741a3a59b578fec007e38a2ce0bfac451d73c342.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;YAYS Concierged Boutique Apartments - Zoutkeetsgra is a popular choice amongst travelers in Amsterda...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1654.40" OriginalAmount="1606.21" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3608306" Longitude="4.8930595" StarRating="4" HotelCode="|39690" HotelName="Citadines Canal Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NOORDERSTRAAT 46</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/9/6/9/0/39690_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: This renovated hotel in 2008 and has 90 luxurious rooms a reception, a lift and a bar. The establishment offers WiFi and a car park (for a fee), (on request). SITUATION: This urban hotel is on a peaceful street in the city centre, near the establishment, you will find tourist points of interest, in the surrounding area, clients have shops, restaurants and museums. near the establishment, you will find RAI the exhibition centre it is close to Zuidoost the business area of 500 metres away, there is a public transport stop. ROOM: The rooms 90 comfortable rooms, have a bathroom with a hairdryer, a satellite television, a radio, a safety deposit box, internet, a mini-bar and an air-conditioning system. PAYMENT METHODS: The establishment accepts American Express, Mastercard and Visa. OTHERS: Regarding the food and beverage offering, you can enjoy a breakfast service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1656.24" OriginalAmount="1608.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38656901" Longitude="4.87523979" StarRating="0" HotelCode="630800|conscious_hotel_westerpark" HotelName="Conscious Hotel Westerpark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haarlemmerweg 10, 1014 BE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/86/45/864590681e12dbef1da5db1b808ff5e3fc70a01e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1659.33" OriginalAmount="1611.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.379447" Longitude="4.880503" StarRating="3" HotelCode="296731|linden_hotel" HotelName="Linden Hotel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Business Centre,Elevator,Internet,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Lindengracht 251, 1015 KH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/17/5817b55cd5ca5146efc4cb105577d241e38cb4b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Linden Hotel is in the heart of Amsterdam, walking distance from N...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1672.72" OriginalAmount="1624.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.376174" Longitude="4.894492" StarRating="4" HotelCode="258441|inntel_hotels_amsterdam_centre" HotelName="Inntel Hotel Amsterdam Centre" 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,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Kolk 19, 1012 PV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/26/b0264d1fd39ca7a2b75b835cf4caf9cc7ab5fb3c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated directly in the city centre in the Dam pedestrian area. It is just a few minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1681.99" OriginalAmount="1633.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377157993675" Longitude="4.8979738354683" StarRating="4" HotelCode="18933|park_plaza_victoria_amsterdam" HotelName="Park Plaza Victoria Amsterdam" 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,Internet,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 1-5, 1012 LG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e4/9de40051abb446abf1165a82fdd66c1cdbe83d7f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This extremely sophisticated hotel is centrally located opposite the main railway station. Public tr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1687.14" OriginalAmount="1638.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367880893678" Longitude="4.8943802400559" StarRating="3" HotelCode="341230|hotel_residence_le_coin" HotelName="Hotel Residence Le Coin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 5, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/72/67727bb6e0cafa65950439624bafb7c1bb972817.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1691.26" OriginalAmount="1642.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377231" Longitude="4.895498" StarRating="4" HotelCode="24557|kimpton_de_witt_amsterdam" HotelName="Kimpton De Witt Amsterdam" 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,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 5, 1012 RC Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/d0/6cd0f7142de5fe7e8ce2231464231a0183305ff5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This well known luxury hotel behind a protected art-nouveau façade is located directly on Leidseplei...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1707.82" OriginalAmount="1658.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3634158" Longitude="4.8811699" StarRating="4" HotelCode="|16610" HotelName="Clayton Hotel Amsterdam American" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/0/16610_bccbc440940.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 6 floors and 175 rooms. It has facilities for people with reduced mobility, a lobby, a bar, a reception and 3 lifts. The establishment offers guests room service, a concierge, a car park, a laundry service and a babysitting service. Guests can find a brew-bar and a terrace (seasonal). SITUATION: it is in a central area, Leidseplein it is in in the surrounding area, clients can find shops, boutiques, monuments, restaurants, cultural places and nightclubs. ROOM: The bright, modern rooms, have a bathroom with a shower, a hairdryer, an air-conditioning system, a mini-bar, a radio, a TV and a direct line telephone. FACILITIES: The establishment boasts a gym, a sauna and a solarium. OBSERVATIONS:.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1717.01" OriginalAmount="1667.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3709107" Longitude="4.8936852" StarRating="4" HotelCode="930978|hotel_v_nesplein" HotelName="Hotel V Nesplein City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nes 49, 1012 KD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/4d/eb4dada28d88bbcd586a5958cff39c976c3766e0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1718.34" OriginalAmount="1668.29" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3736109" Longitude="4.8936785" StarRating="4" HotelCode="|22074" HotelName="Amsterdam De Roode Leeuw" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>DAMRAK 93-94</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/4/22074_12.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel, was built in 1911, is situated on a main street. It has 5 floors and 79 rooms. It has a reception, a safety deposit box service, lifts and a conference room. The establishment offers internet (for a fee), room service, a laundry service and a medical care service. SITUATION: This hotel is in the heart of Amsterdam. Next to the property, you can find Dam Square. In front of the establishment, guests have de Bijenkorf Shopping Centre. In the surrounding area of the establishment, guests can find the Royal Palace and the museums. Close to the establishment, guests have the Kalverstraat shopping area. 700 metres away, guests can find Centraal Railway Station. 500 metres away, there is a tram stop. It is situated 20 kilometres away from Schiphol Airport. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone (available for a fee), satellite or cable TV, a radio, a sitting room, a double bed, a safety deposit box and internet (available for a fee). OBSERVATIONS: Bachelor parties are not allowed in the hotel. OTHERS: Regarding the food and beverage offering, clients have a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1726.00" OriginalAmount="1675.73" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3768673" Longitude="4.9058704" StarRating="4" HotelCode="|72562" HotelName="DoubleTree by Hilton Amsterdam Centraal Station" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Oosterdoksstraat 4</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/2/5/6/2/72562_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Mint Amsterdam is rated four stars and is ideal for holidays. SITUATION: It is near the central station. It is well-connected, is 20 minutes away from Airport Schiphol. ROOM: The rooms have PC, WiFi (free of charge), conference facilities, a satellite television, a radio, hydromassage shower, a mini-bar, an iron, an ironing board with a hairdryer, luxurious bedding, a bathrobe, a kettle, a coffee maker and large windows.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1733.49" OriginalAmount="1683" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|240592-25456325/3585367180593999375/5067" HotelName="LINDEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6430000/6429600/6429509/108857c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1742.65" OriginalAmount="1691.89" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.363775" Longitude="4.880936" StarRating="4" HotelCode="29315|228156" HotelName="American Hotel Amsterdam" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Leidsekade 97, 1017 PN Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/bf00b3d32a61153a/da/da596e6f6c56b284/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Occupying a building with a listed Art Noveau façade, this well-known hotel is centrally located on ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1744.82" OriginalAmount="1694.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361117278711" Longitude="4.9006848427564" StarRating="2" HotelCode="116282|hotel_de_munck_2" HotelName="De Munck" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Achtergracht 3, 1017 WL Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/10/261074bf35d44f9849dbaf45e7b76912498c40b2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1747.91" OriginalAmount="1697.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372305" Longitude="4.897554" StarRating="2" HotelCode="337195|heart_of_amsterdam__hostel_2" HotelName="Heart of Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Currency Exchange,Fax,Internet,Lounge,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Achterburgwal 118-120, 1012 DT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/42/2342148732a7571f209d53feac3973d6446f9e14.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the in the famous red light district "De Wallen" close to the city centre, ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1754.09" OriginalAmount="1703" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="21.18495" Longitude="94.88538" StarRating="2" HotelCode="0|615803-25779190/3585367180593999375/4980" HotelName="HOTEL HERMITAGE AMSTERDAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Wet Kyi Inn,Bagan Nyaung U ,Bagan,  11861</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3350000/3347900/3347898/5794ffa5_b.jpg</HotelPictures>
        <HotelDescription>Bagan Umbra Hotel is conveniently located in the popular Nyaung-U area. The property features a wide range of facilities to make your stay a pleasant experience. Service-minded staff will welcome and guide you at the Bagan Umbra Hotel. Comfortable guestrooms ensure a good night`s sleep with some rooms featuring facilities such as television LCD/plasma screen, internet access – wireless, internet access – wireless (complimentary), non smoking rooms, air conditioning. To enhance guests` stay, the hotel offers recreational facilities such as outdoor pool, spa, massage, garden. Bagan Umbra Hotel combines warm hospitality with a lovely ambiance to make your stay in Bagan unforgettable. &lt;br /&gt;Guests over 6 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1757.18" OriginalAmount="1706.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.369761" Longitude="4.888699" StarRating="3" HotelCode="316800|nh_city_centre_amsterdam" HotelName="NH City Centre Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 288-292, 1012VX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d9/11/d9115505eff4de45fe277db34c007cb3aae897f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in a central location, close to Damplatz and the main train stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1767.58" OriginalAmount="1716.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3619995" Longitude="4.9239998" StarRating="3" HotelCode="|28739" HotelName="V Oosterpark by Conscious" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>LINNAEUSSTRAAT 2C</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/8/7/3/9/28739_36471ac1434.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 83 rooms. The establishment boasts a reception, a bar, a restaurant, internet, daily newspapers (free of charge) and an ironing set. The establishment offers guests a laundry service, a shoe-shining service, bus service, a medical care service, a car park and a car hire service. It also has a business centre. SITUATION: This establishment is close to Oosterpark it is located close to the commercial district. Near the establishment, you will find Waterloo Square and the zoo. In front of the hotel there is a public transport stop. Nearby, you will find the historic centre, the train station, the airport and the convention centre. ROOM: All the rooms have a bathroom with a hairdryer, complimentary bathroom items, a direct line telephone, cable television with pay channels, WiFi, a safety deposit box, a kettle and a coffee maker. Guests are offered pillow menu, cots and an alarm clock. The establishment has non-smoking rooms. OTHERS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1771.60" OriginalAmount="1720.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36207397" Longitude="4.87561528" StarRating="0" HotelCode="825403|vondelpark_apartment_suites" HotelName="Vondelpark Apartment Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Eerste Constantijn Huygensstraat 118, Oud-West, 1054 BZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/20/a9209fae1a2bbfa1c6cd20c262bd41bac6fbc5f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1772.28" OriginalAmount="1720.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365757055353" Longitude="4.8932102322578" StarRating="4" HotelCode="24556|461125" HotelName="The Albus" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vijzelstraat 49, 1017 HE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/39/28397d298db7aa07a47bc7c623d0d338b069571d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This design boutique hotel is well located within the famous Canal Belt and a short walk from Dam sq...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1777.40" OriginalAmount="1725.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.39834" Longitude="4.90655" StarRating="4" HotelCode="|235966" HotelName="Amsterdam North by YAYS" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ridderspoorweg 173</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/9/6/6/235966_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1780.87" OriginalAmount="1729.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.374698" Longitude="4.903854" StarRating="5" HotelCode="387464|grand_hotel_amrath_amsterdam" HotelName="Grand Hotel Amrâth Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 108, 1011 AK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e8/bc/e8bc92ae67a1f6d73838a8a427f67d207af676e5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel enjoys a perfect location in Prins Hendrikkade in the city centre, only around 500...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1780.88" OriginalAmount="1729.01" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.361798" Longitude="4.911744" StarRating="5" HotelCode="|338303" HotelName="Hyatt Regency Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sarphatistraat 104</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/0/3/338303_8b67f1a1455.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1782.16" OriginalAmount="1730.25" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3754997" Longitude="4.8929" StarRating="4" HotelCode="|16592" HotelName="Ink  Amsterdam - Mgallery" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWE ZIJDS VOORBURGWAL 67</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/2/16592_10.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has rooms with features that offer you the maximum level of comfort and a restaurant. SITUATION: This welcoming hotel is between the railway station and the Royal Palace, Close to, Where guests can enjoy the shops, 300 metres away, there is a public transport stop.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1791.17" OriginalAmount="1739.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37775" Longitude="4.897062" StarRating="5" HotelCode="213842|artotel_amsterdam" HotelName="art'otel amsterdam, by park plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Lounge,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 33, 1012 TM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/e0/28e016662ff8bd697c1508f39180b51291e1b94b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1795.29" OriginalAmount="1743" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|231538-25440436/3585367180593999375/3810" HotelName="V NESPLEIN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5810000/5801200/5801183/w1166h759x0y18-3b797324_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1802.07" OriginalAmount="1749.58" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.377849" Longitude="4.897327" StarRating="4" HotelCode="|126212" HotelName="Art'Otel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PRINS HENDRIKKADE 33</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/6/2/1/2/126212_e66ea620942.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This deluxe hotel, has 107 rooms, a meal service, a bar, a library, a living room and a showroom. Guests can also find a swimming pool, an events room and exhibition rooms.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1815.89" OriginalAmount="1763" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|243-25189036/3585367180593999375/4382" HotelName="INNTEL CENTRE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48800/48725/5782e970_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1817.95" OriginalAmount="1765.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36126637088" Longitude="4.8841032711639" StarRating="3" HotelCode="116174|leonardo_boutique_museum_hotel_amsterdam_city_center" HotelName="Apollo Museumhotel Amsterdam City Centre" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Pieter Cornelisz Hooftstraat 2, 1071 BX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/4d/af4dcb2a7bfe27f04378cef7d284db9c0211d12e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located at the point where the elegant P.C. Hofstraat meets charming Stadhouderskade. T...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1835.46" OriginalAmount="1782.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.370154347291" Longitude="4.8966461420059" StarRating="4" HotelCode="16407|radisson_blu_hotel_amsterdam" HotelName="Radisson Blu Hotel, Amsterdam City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Rusland 17, 1012 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/9b/e39b5f415871894c3bfb4bf08d0300ab0d694327.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This first-class hotel is centrally located, with all of Amsterdam's fantastic tourist attractions w...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1838.55" OriginalAmount="1785.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37651041" Longitude="4.90020874" StarRating="5" HotelCode="10661|nh_barbizon_palace" HotelName="NH Collection Amsterdam Barbizon Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prins Hendrikkade 59-72, 1012 AD Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/aa/1c/aa1c513bbfffbefd7d7be6dc86671f3fbb52396e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Within about 10 minutes guests can reach the Anne Frank House from the hotel. Dam Platz is just arou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1841.64" OriginalAmount="1788.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375471" Longitude="4.892807" StarRating="4" HotelCode="17703|the_convent_hotel_amsterdam__mgallery_collection" HotelName="INK Hotel Amsterdam - MGallery" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Voorburgwal 67, 1012 RE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/20/14200bd411d5e525e79f976ce84ec39834b2817e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This welcoming hotel is housed in a wonderfully located 17th century building that lies between the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1843.70" OriginalAmount="1790" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|615919-25779388/3585367180593999375/4561" HotelName="SHORT STAY GROUP VONDELPARK SERVICED APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4800000/4791800/4791758/bdbe24a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1859.15" OriginalAmount="1805" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|59394-25232976/3585367180593999375/4318" HotelName="GRAND AMRATH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1520000/1519500/1519483/ec94314d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1862.24" OriginalAmount="1808.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.353356632137" Longitude="4.9072498306884" StarRating="5" HotelCode="573623|pestana_amsterdam_riverside_lvx_preferred_hotels_resorts" HotelName="Pestana Amsterdam Riverside" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Massage Centre,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Amsteldijk 67, 1074 HZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/a3/a9a3a6356029c030d0b0dc015b33751d7d98fb5c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1864.30" OriginalAmount="1810" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1036165-26242602/3585367180593999375/4190" HotelName="APARTMENTS DE HALLEN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9120000/9118000/9117949/b65b9843_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1865.09" OriginalAmount="1810.77" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3359582" Longitude="4.8750638" StarRating="4" HotelCode="|74715" HotelName="Crowne Plaza Amsterdam South, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/7/4/7/1/5/74715_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: Some of the establishment facilities on offer are a modern gym, a cosy bar, a business centre, a lounge club, One-O-One the large restaurant windows. SITUATION: This hotel is located near RAI the Convention Centre This hotel is in the southern area, has good links to the airport, the city centre. ROOM: The modern rooms and have internet. OTHERS: Regarding the food and beverage offering, clients can enjoy American breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1866.36" OriginalAmount="1812.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36697607" Longitude="4.93295619" StarRating="3" HotelCode="623280|short_stay_group_eastern_docklands_apartments" HotelName="Short Stay Group Eastern Docklands Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Zeeburgerpad 28-29, 1019AA Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/48/274828ec1e572065f12144d5883304f2d6b23114.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1895.20" OriginalAmount="1840" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|253-25187125/3585367180593999375/4840" HotelName="LEONARDO BOUTIQUE MUSEUMHOTEL AMSTERDAM CITY CENTER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17160000/17151500/17151422/64a8e481_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1900.35" OriginalAmount="1845.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.335701778541" Longitude="4.8742559299553" StarRating="4" HotelCode="169696|crowne_plaza_amsterdam_south" HotelName="Crowne Plaza Amsterdam South" 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,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>George Gershwinlaan 101, Amsterdam 1082 MT</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/23/302366dec9389c37d6f247e9883a5ab46b13d96d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in a major new development area in Amsterdam: the Zuidas close to the RAI Conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1902.35" OriginalAmount="1846.94" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3697879" Longitude="4.9072623" StarRating="4" HotelCode="|338500" HotelName="Monet Garden Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Valkenburgerstraat 76</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/5/0/0/338500_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1914.32" OriginalAmount="1858.56" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.362194" Longitude="4.919684" StarRating="5" HotelCode="|445063" HotelName="Pillows Grand Boutique Hotel Maurits At The Park - Small Luxury Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>61 Mauritskade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/3/445063_09acf191433.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1925.57" OriginalAmount="1869.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3542725" Longitude="4.8666148" StarRating="4" HotelCode="|23515" HotelName="Park Plaza Vondelpark" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>KONINGINNEWEG 34-36</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/3/5/1/5/23515_af4c4040903.jpeg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 5 floors, 143 rooms, 118 double rooms, 11 single rooms and 8 suites. It has a lobby, a reception, a safety deposit box service, a currency exchange service, lifts, a kiosk, a bar, a restaurant and a conference room. The establishment offers internet, room service, a laundry service and a medical care service. SITUATION: This urban hotel is in Amsterdam the heart of it is close to Vondel park close to the establishment, clients can find museums, shops, is located 200 metres away from bars, 50 metres away, there is a public transport stop, is situated 2,5 kilometres away from a nightclub. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite or cable TV, a radio, a fridge, a safety deposit box, internet, central heating, fitted carpets and a sitting room. PAYMENT METHODS: Customers can pay by American Express, Visa, Mastercard and Diners Club.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1928.64" OriginalAmount="1872.47" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3671" Longitude="4.87027" StarRating="0" HotelCode="|520013" HotelName="De Hallen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bilderdijkkade 60</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/2/0/0/1/3/520013_799ca131213.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1931.30" OriginalAmount="1875.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37623" Longitude="4.89462" StarRating="4" HotelCode="|16597" HotelName="Inntel Hotels Amsterdam Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwezijds Kolk, 19</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/7/16597_ca0ac851414.jpg</HotelPictures>
        <HotelDescription>SITUATION: Is situated in the city centre, is close to Dam the Square of the shopping area, near the establishment, you will find Anne Frank the House of It is situated close toRoze Buurt the district of nearby, you will find bars. ROOM: The establishment has 239 rooms and with air-conditioned. The rooms are modern.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1939.48" OriginalAmount="1882.99" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3772926" Longitude="4.895597" StarRating="4" HotelCode="|16615" HotelName="Kimpton De Witt Amsterdam, An Ihg" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWEZIJDS VOORBURGWAL 5</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/5/16615_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1700. It has 6 floors, 270 rooms, 87 double rooms, 62 single rooms and 4 suites. Some of the establishment facilities on offer are a bar, a restaurant and a jetty. SITUATION: This luxurious hotel is in Leidseplein, near the establishment, you will find museums, churches, theatres, shops, a public transport stop and the nightlife. ROOM: The luxurious, elegant rooms have a bathroom with a hairdryer, a direct line telephone, a mini-bar, a fridge and a safety deposit box. FACILITIES: The establishment boasts a covered swimming pool, a sauna, a solarium and a gym.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1939.57" OriginalAmount="1883.08" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359133" Longitude="4.880093" StarRating="3" HotelCode="35193|CBP943800" HotelName="XO Hotels Van Gogh" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Central Heating,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van de Veldestraat 5, 1071 CM Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/0c/370c70742631abafaae5ed8294e1a5f068174a71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel is situated in the heart of the museum district just a few paces from the famous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1972.45" OriginalAmount="1915" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|226-25191358/3585367180593999375/3724" HotelName="ALBUS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/889700/889645/40b447eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1975.93" OriginalAmount="1918.38" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3043625" Longitude="4.9509889" StarRating="3" HotelCode="|338316" HotelName="Levell" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>353 Hullenbergweg</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/3/1/6/338316_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1992.70" OriginalAmount="1934.66" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3665406" Longitude="4.8934582" StarRating="4" HotelCode="|16602" HotelName="Albus Amsterdam City Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>VIJZELSTRAAT 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/2/16602_16.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel has 8 floors and 74 rooms. It has a lobby, a reception, a lift and a safety deposit box service. Regarding the food and beverage offering, the establishment has a bar and a restaurant. The establishment offers guests internet. The establishment also offers room service and a laundry service (for a fee). SITUATION: This hotel is in the heart of Amsterdam. Is situated in the Rembrandt district. It is 4.5 kilometres away from the exhibition centre RAI. It is surrounded by tourist points of interest and shopping areas. Close to the establishment, clients can find Bloemenmarkt 200 metres away, there is a public transport stop. It is just 15 kilometres away from Schiphol Airport. ROOM: The rooms have a bathroom with a hairdryer, a direct line telephone and satellite or cable TV. OTHERS: The establishment serves American buffet breakfast.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2003.35" OriginalAmount="1945.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.36938900262" Longitude="4.8871547661846" StarRating="4" HotelCode="76501|ambassade_hotel" HotelName="Ambassade" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 341, 1016 AZ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/92/b8/92b82936f5857cf6c2cf0bafd933141e9fbe678b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2004.31" OriginalAmount="1945.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3885502" Longitude="4.888612" StarRating="0" HotelCode="|338247" HotelName="YAYS Amsterdam Salthouse Canal" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zoutkeetsgracht 116</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/4/7/338247_16.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2027.04" OriginalAmount="1968.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.368238724571" Longitude="4.8957100846558" StarRating="4" HotelCode="24558|nh_doelen" HotelName="NH Collection Amsterdam Doelen" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Nieuwe Doelenstraat 26, 1012 CP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/15/cd15de1e4b71e5406e2fa3a65e81e9b826eb67ab.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly beside the Amstel River. It is located in the centre of Amste...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2045.58" OriginalAmount="1986.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.366357" Longitude="4.893003" StarRating="4" HotelCode="258926|nh_carlton_amsterdam" HotelName="NH Collection Amsterdam Flower Market" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Vijzelstraat 4, 1017 HK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/fb/e1fbc933b6f8f3f48ca7c1e4ed8e6e177a5c63f3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This is a deluxe hotel ideally located in the centre of Amsterdam. Nearby is the famous Floating Flo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2053.75" OriginalAmount="1993.93" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3758932" Longitude="4.8862283" StarRating="4" HotelCode="|50508" HotelName="The Toren Amsterdam by The Pavilions" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht, 164</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/0/5/0/8/50508_49c19410405.jpg</HotelPictures>
        <HotelDescription>HOTEL: This classic style hotel, renovated in 2005, has a bar and a business centre. SITUATION: It is inAmsterdam the city centre of near the establishment, guests will find Anne Frank the House of Dam it is 5 minutes away from it is in Keizersgracht the street. ROOM: The establishment has 40 rooms with TV, a direct line telephone, an air-conditioning system and internet. The rooms a bathroom.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2080.60" OriginalAmount="2020.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.373549052028" Longitude="4.8933175206184" StarRating="4" HotelCode="20234|swissotel_amsterdam" HotelName="Swissôtel Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Damrak 96, 1012 LP Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/8f/a88fd65741df093563b3619107a0be3a3e8a1757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the heart of Amsterdam, next to the Royal Palace, the hotel overlooks Dam Square which of...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2086.88" OriginalAmount="2026.10" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3669919" Longitude="4.9329615" StarRating="3" HotelCode="|331051" HotelName="Yays Amsterdam East By Numa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Zeeburgerpad 28-29</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/1/0/5/1/331051_8ecdce91454.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2090.90" OriginalAmount="2030" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.885250091552734" Longitude="30.706480026245117" StarRating="5" HotelCode="0|236-32398446/3585367180593999375/1777" HotelName="NH COLLECTION BARBIZON PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>15 Mermerli Sokak Kaleici, ANTALYA, TR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11300/11293/4a41ace7_b.jpg</HotelPictures>
        <HotelDescription>This hotel is located around a 3-minute walk from the beach and some 5 minutes on foot from the centre of Antalya. Antalya City Museum is around 3 km away and Termessos is about a 30-minute ride on public transport, Perge is some 20 km away whereas the Aspendos Ancient Theatre is around 40 km from the hotel and it is approximately 50 km to Side. Antalya Airport is around 13 km away.

This historic city hotel is comprised of three historic town houses, each of them at least a century old, restored to life while in keeping with Ottoman architecture. It is a peerless hotel, ready to serve all year round with rooms which retain their historical grace but come with every modern comfort and a restaurant which offers selected dishes from international cuisine. The hotel offers a total of 60 rooms, a garden and a terrace. Further facilities available to guests include air conditioning, a lobby area with a 24-hour reception, a currency exchange facility, Internet access with WLAN access points and room and laundry services (both for an additional fee).

All rooms offer individually adjustable air conditioning and heating, a minibar, Internet access, a telephone, satellite/ cable TV with music channel, a safe, an en suite bathroom with a shower and a hairdryer.

This hotel features an outdoor swimming pool in ancient Roman style as well as a poolside snack bar, sun loungers and parasols. 

In the main restaurant and garden restaurant guests will find an unrivalled ambiance where countless flavours from world cuisine are brought together, accompanied by piano music. Guests may select their breakfast from a continental buffet and the evening meal is available from a set menu.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2091.25" OriginalAmount="2030.34" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3540516" Longitude="4.8767544" StarRating="4" HotelCode="|60026" HotelName="De Ware Jacob Boutique" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>JACOB OBRECHTSTRAAT 69</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/0/0/2/6/60026_1_2235.jpeg</HotelPictures>
        <HotelDescription>HOTEL: The Sander is rated three stars and it is in a great location. It has a cosy bar. SITUATION: It is near the museums of Rijksmuseum and Van Gogh. Nearby, you will find the Square of Dam and the central station. ROOM: The establishment has 20 comfortable rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2104.29" OriginalAmount="2043.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.354070372492" Longitude="4.8767194538027" StarRating="3" HotelCode="95613|de_ware_jacob_boutique_hotel" HotelName="Sander" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Jacob Obrechtstraat 69, 1071 KJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/d8/d5d805d7751daf90007036f440b12137fd7b488b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a very convenient location and lies within walking distance of many of Amsterdam's...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2113.48" OriginalAmount="2051.92" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3374325" Longitude="4.8678816" StarRating="0" HotelCode="|445065" HotelName="Premier Suites Plus Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Parnassusweg 376</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/5/0/6/5/445065_21a63a20753.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2126.95" OriginalAmount="2065.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37586757" Longitude="4.88601871" StarRating="4" HotelCode="336266|the_toren" HotelName="The Toren" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Keizersgracht 164, 1015 CZ Amsterdam, Noord-Holland</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/42/5a4295d31ece301aa0b7c97f70712563eedf3bb8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2127.48" OriginalAmount="2065.51" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3708075" Longitude="4.8949837" StarRating="5" HotelCode="|16575" HotelName="Sofitel Legend The Grand Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>OUDEZIJDS VOORBURGWAL 197</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/7/5/16575_dbdb08d0703.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned modern hotel facilities, a lobby, a reception, a safety deposit box service, a lift and a restaurant. SITUATION: This establishment, is in Amsterdam the historic centre of Close to the business area and, 50 metres away from the establishment, you can find a bus station, public transport services. ROOM: All the rooms have a bathroom, a bath, a shower, a WC, a hairdryer, a bathrobe, an air-conditioning system, a satellite TV, a mini-bar, a safe and internet. OTHERS: Regarding the food and beverage offering, you can enjoy an Ã  la carte dinner.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2149.13" OriginalAmount="2086.53" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3612" Longitude="4.8845" StarRating="4" HotelCode="|22077" HotelName="Leonardo Boutique Museumhotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.C. HOOFSTRAAT 2</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/0/7/7/22077_01db1421545.jpg</HotelPictures>
        <HotelDescription>HOTEL: This urban hotel has 188 rooms and 5 floors. It has a lobby with elevators, a reception, a safety deposit box service and a bar. The establishment offers guests a laundry service. SITUATION: This hotel is situated between PC Hooftstraat and Stadhouderskade is situated in the heart of Amsterdam, close to the Van Gogh and Rijksmuseum museums and Leidseplein Square. Opposite the establishment, you can find jetties, bicycles and boats. ROOM: Each room has a bathroom with a shower, a WC, a hairdryer, a direct line telephone, a television and an air-conditioning system.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2150.64" OriginalAmount="2088.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3774518" Longitude="4.9886162" StarRating="3" HotelCode="146702|de_oude_taveerne" HotelName="Amsterdam Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Durgerdammerdijk 73, 1026 CB Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/b9/c1b90ab147bef964fdb4aae2d0a4258574cb9fd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Guests can enjoy a pleasant stay in one of the 16 rooms. Services and facilities at the hotel includ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2152.72" OriginalAmount="2090.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.379345484429" Longitude="4.922046661377" StarRating="4" HotelCode="653947|2384605" HotelName="Hotel Jakarta Amsterdam" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Air Conditioning,ATM/Cash Machine,Banquet Hall,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Housekeeping,Internet,Laundry,Massage Centre,Meeting Room,Parking,Restaurant,Room Service,Sauna,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Javakade 766, 1019 SH Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/6f/ff6f04f7a752c01b7c36ea36f99bcedf8a8dbc71.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;"Hotel Jakarta Amsterdam is a unique sustainable hotel in Amsterdam at the IJ river, at the former l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2171.24" OriginalAmount="2108" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.83502" Longitude="31.14805" StarRating="4" HotelCode="0|267-25189047/3585367180593999375/3803" HotelName="SWISSOTEL AMSTERDAM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> BOGAZKENT MEVKII, SERIK, BELEK / ANTALYA, TR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21300/21231/c886d872_b.jpg</HotelPictures>
        <HotelDescription>Ideal for families with children, this modern furnished hotel consists of 4 buildings and is located on the beach of Belek-Bogazkent, 9 km from the town of Belek, famous for its golf courses. Covering 23,000 m2, the complex features a spacious garden area and a 150m long private beach. Public transport and taxis are available from the hotel entrance providing easy access to nearby places of interest such as the old town and harbour at Antalya and the ancient cities of Perge and Aspendos. It is 50 km from the city centre and 40 km away from the Antalya International Airport. This hotel features spacious and cosy rooms with a mini bar, satellite TV, a work desk and bathroom amenities. The hotel also offers a compact facility which consists of different size of pools and Aqua Park.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2177.42" OriginalAmount="2114.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38407035" Longitude="4.88840731" StarRating="4" HotelCode="486682|yays_bickersgracht" HotelName="YAYS Concierged Boutique Apartments Bickersgracht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Bickersgracht 1, 1013 LE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/b5/96b5d3b8679643903487f3462286d75a3d029cb0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2189.02" OriginalAmount="2125.26" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.368131" Longitude="4.8958793" StarRating="5" HotelCode="|16582" HotelName="Tivoli Doelen Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWE DOELENSTRAAT 24-26</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/8/2/16582_6.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel offers 6 floors, 86 rooms and 1 suite. It has a lobby, lifts and a bar. nearby, you can find an indoor car park. SITUATION: This establishment, is in front of Amstel the river it is in Amsterdam the city centre of this hotel Rembrandtplein and de Dam it is between in the surrounding area, clients can find theatres, museums ,Bloemenmarkt 2 minutes away from the establishment guests have it is located in front of a public transport stop. ROOM: The rooms have a bathroom with a shower, a hairdryer, a direct line telephone, satellite and cable TV, a sitting area, a mini-bar, a courtesy tea and coffee service and a safe (available for a fee).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2204.20" OriginalAmount="2140" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15581-25202002/3585367180593999375/4009" HotelName="THE PAVILIONS AMSTERDAM, THE TOREN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20600/20507/93580d62_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2219.65" OriginalAmount="2155" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1323756-26635777/3585367180593999375/4754" HotelName="PILLOWS MAURITS AT THE PARK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/75000000/74020000/74012300/74012234/d8f1ba50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2255.70" OriginalAmount="2190" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1410055-27425047/3585367180593999375/4254" HotelName="DE DURGERDAM, AMSTERDAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107920000/107912900/107912900/a0ca4ac6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2335.21" OriginalAmount="2267.19" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.308842" Longitude="4.760301" StarRating="4" HotelCode="|16598" HotelName="Sheraton Amsterdam Airport and Conference Center" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>SCHIPHOL BOULEVARD 101</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/5/9/8/16598_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This air-conditioned soundproofed hotel, has 406 rooms, 24 suites and 11 floors. It has a restaurant, a bar and a cafÃ©. SITUATION: This luxurious hotel is in Amsterdam-Schiphol Airport 20 minutes away, guests can find the city centre. ROOM: The rooms have a bathroom with a shower, a hairdryer, an air-conditioning system and a direct line telephone. They also have a mini-bar and a safety deposit box (available for a fee), All rooms are non-smoking rooms. FACILITIES: The establishment boasts body care and a swimming pool.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2352.77" OriginalAmount="2284.24" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.33889" Longitude="4.89033" StarRating="4" HotelCode="|444737" HotelName="Nhow Amsterdam RAI" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Europaboulevard 2b</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/4/4/7/3/7/444737_578333b0919.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2353.55" OriginalAmount="2285" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|248529-25465082/3585367180593999375/2033" HotelName="ART'OTEL AMSTERDAM POWERED BY RADISSON HOTELS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6020000/6019900/6019824/d9f353bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2374.95" OriginalAmount="2305.78" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37922" Longitude="4.922285" StarRating="4" HotelCode="|222725" HotelName="Jakarta Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Javakade 766, 1019 SH Amsterdam, NL</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/2/7/2/5/222725_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2377.24" OriginalAmount="2308.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.371806" Longitude="4.8873630000001" StarRating="3" HotelCode="16607|rembrandt_classic_hotel" HotelName="The Hoxton Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 255, 1016 BJ Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/52/b052b10bab3f18d7336c197731f7ba4e595626ce.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the heart of Amsterdam, surrounded by shops, bars, pubs, discos and re...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2390.63" OriginalAmount="2321.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367148" Longitude="4.882733" StarRating="5" HotelCode="178573|andaz_amsterdam_prinsengracht__a_hyatt_hotel" HotelName="Andaz Amsterdam Prinsengracht" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587, 1016 HT Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/80/eb8061f83bb88ac400491a1c3e641cd77d6d0630.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2409.87" OriginalAmount="2339.68" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.367916" Longitude="4.882842" StarRating="5" HotelCode="|128147" HotelName="Andaz Amsterdam Prinsengracht - A Concept By Hyatt" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 587</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/2/8/1/4/7/128147_3.jpg</HotelPictures>
        <HotelDescription>HOTEL: The Andaz Amsterdam Prinsengracht is rated five stars, has 122 rooms, a social room, a lounge bar, a restaurant, a spa with a sauna and a gym has features that offer you the maximum level of comfort. SITUATION: It is in Prinsengracht, ROOM: The rooms have a sitting room with flat-screen TV, a mini-bar, a coffee maker, a kettle, a bathroom with a shower, a WC, a bathrobe and bathroom items (free of charge).,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="2427.37" OriginalAmount="2356.67" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37116007" Longitude="4.89537896" StarRating="5" HotelCode="318678|CBE379800" HotelName="Canal House Suites at Sofitel Legend The Grand Amsterdam" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Kitchen,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oudezijds Voorburgwal 197 A, 1012 EX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/fa/b1/fab1e3a0cbaba69db3724454ca8754822dfd5b80.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2440.07" OriginalAmount="2369" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|266-25189046/3585367180593999375/4395" HotelName="INK AMSTERDAM - MGALLERY" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/8100/8096/fac07b75_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2449.34" OriginalAmount="2378" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|230-25191734/3585367180593999375/3520" HotelName="TIVOLI DOELEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5500/5437/f1993076_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2476.12" OriginalAmount="2404" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.83252" Longitude="31.15949" StarRating="3" HotelCode="0|261-25187127/3585367180593999375/4455" HotelName="THE HOXTON, AMSTERDAM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>51, 33 Bogazkent Serik, BELEK, ANTALYA, TR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/8500/8482/675c6909_b.jpg</HotelPictures>
        <HotelDescription>Set right on the golden sands of the beach just outside of the small town of Belek, this hotel offers bright and contemporary rooms and impeccable service in a peaceful setting. Families and couples can delight in meeting dolphins, whales and walrus at the impressive Troy Aqua Park and Dolphinarium, or a relaxing game of golf at Gloria Golf Club, both just minutes from the hotel, as well as excursions to Koprulu Canyon or Zeytintasi Cave. The hotel offers an extensive range of premium facilities such as indoor and outdoor pools, children's pool, waterslides, conference rooms and hotel dance club in addition to a fitness centre with sauna, Jacuzzi and Turkish baths. For dinner, guests can choose from the main, buffet-style restaurant or barbeque, Italian, or seafood specialty a la carte restaurants as well as four hotel bars for tasty treats between meals. This hotel provides the ideal retreat for families or couples to enjoy a fun-filled holiday in the warm sunshine.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2497.36" OriginalAmount="2424.62" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.368042" Longitude="4.8949823" StarRating="5" HotelCode="|16611" HotelName="De l'Europe" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>NIEUWE DOELENSTRAAT 2-14</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/1/16611_2f8081d0927.jpg</HotelPictures>
        <HotelDescription>HOTEL: This luxurious hotel, has 5 floors and 100 rooms. It has 32 single rooms, 57 double rooms and 6 suites. Some of the facilities that the establishment offers to guests include a lobby, a hairdresser's and indoor parking (for a fee). With regards to the food and beverage offering, the establishment has a bar and a restaurant. SITUATION: This luxurious hotel is in the historic centre of Amsterdam. It is situated in front of the Amstel River. 1 kilometre away, there is a public transport stop. ROOM: The luxurious rooms have a bathroom with a shower, a hairdryer, a bathrobe, slippers, a direct line telephone, a satellite or cable television, a mini-bar, an air-conditioning system and a safe (available for a fee). FACILITIES: The establishment has a covered pool, a solarium, a sauna, a jacuzzi and a gym. MEALS: The establishment serves a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2627.67" OriginalAmount="2551.14" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3432309" Longitude="4.857531" StarRating="4" HotelCode="|338292" HotelName="The July - Twenty Eight" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 24/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>260 Stadionplein</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/3/3/8/2/9/2/338292_15.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2636.80" OriginalAmount="2560.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.343606" Longitude="4.858172" StarRating="4" HotelCode="547331|hotel_twenty_eight" HotelName="Twenty Eight" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/05/2026" HotelFacility="Bar,Bicycle Rental,Internet,Lounge,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Stadionplein 260, 1076 CK Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ea/8d/ea8da6ef0244cdf5c340e2c71c288b69d5a7d4d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2675.96" OriginalAmount="2598.02" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.38404" Longitude="4.88859" StarRating="4" HotelCode="|183919" HotelName="Yays Amsterdam Prince Island By Numa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Bickersgracht 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/8/3/9/1/9/183919_1d7099b0821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2736.71" OriginalAmount="2657" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|608268-32656731/3585367180593999375/1789" HotelName="NHOW RAI AMSTERDAM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37930000/37928100/37928040/5788017c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2780.91" OriginalAmount="2699.91" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3625175" Longitude="4.8805007" StarRating="5" HotelCode="|25048" HotelName="Marriott Amsterdam" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>STADHOUDERSKADE 12</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/5/0/4/8/25048_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: The hotel has 12 meeting rooms, a business centre, a car park, a valet service and a gym. SITUATION: Leidseplein It is close to. ROOM: The establishment has large rooms.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2782.03" OriginalAmount="2701.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.365395400794" Longitude="4.893133195162" StarRating="4" HotelCode="11572|banks_mansion" HotelName="Banks Mansion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 519 -525, 1017 BV Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/e3/68e3bc7b27cae657ac25b80e50531d59563d7c74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Amsterdam. The nearest airport is Amsterdam (AMS).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2853.10" OriginalAmount="2770.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.359726934805" Longitude="4.9246979324383" StarRating="5" HotelCode="305902|breitner_house" HotelName="Breitner House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Oosterpark 87-88, 1092 AW Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/5c/895cba64553285f1d6a620cad0ba1d59aafa474f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2980.02" OriginalAmount="2893.22" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3727996" Longitude="4.8943597" StarRating="5" HotelCode="|16606" HotelName="Anantara Grand Hotel Krasnapolsky Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>DAM 9</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/0/6/16606_1.jpg</HotelPictures>
        <HotelDescription>SITUATION: This hotel is in Amsterdam the centre of la plaza Dam is situated in In front of, In the surrounding area you can also find shops, entertainment areas and the historic centre.,</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3009.12" OriginalAmount="2921.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37274" Longitude="4.88961" StarRating="5" HotelCode="|191987" HotelName="W Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 25/05/2026">
        <Address>
          <AddressLines>
            <AddressLine>Spuistraat 175</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/1/9/8/7/191987_a9ed6730721.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="3020.45" OriginalAmount="2932.48" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372835" Longitude="4.883326" StarRating="5" HotelCode="|16612" HotelName="Pulitzer Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Prinsengracht 323</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/1/2/16612_2.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1700, has 5 floors, 230 rooms and 10 suites. It has a cafÃ©, a bar, an Ã  la carte restaurant and a reception. Our guests can find a car park (for a fee). SITUATION: it is located near the Royal Palace, is in Amsterdam the historic centre of 500 metres away, there is a public transport stop. ROOM: Each room has a bathroom with a hairdryer, a direct line telephone, satellite and cable television, a central air-conditioning system, a safety deposit box (available for a fee) and a mini-bar. OTHERS: Regarding the food and beverage offering, you can enjoy a buffet breakfast.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3054.98" OriginalAmount="2966" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.372699275099" Longitude="4.8943267987767" StarRating="5" HotelCode="13020|5809" HotelName="NH Collection Amsterdam Grand Hotel Krasnapolsky" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 9, 1012 JS Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/zz/aeadbfa05f1fef1e48408c0b16ae1fb5e989b7d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This modern first-class hotel lies at the heart of Amsterdam, directly on Dam Square and opposite th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3260.98" OriginalAmount="3166" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|245-32398443/3585367180593999375/1859" HotelName="ANANTARA GRAND KRASNAPOLSKY AMSTERDAM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25700/25618/b574438d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3281.58" OriginalAmount="3186" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="36.857836" Longitude="30.916534" StarRating="5" HotelCode="0|258-25191739/3585367180593999375/3893" HotelName="PULITZER" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>442 Tesisler Cad. KUNDU, ANTALYA, TR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18900/18813/9d0026d7_b.jpg</HotelPictures>
        <HotelDescription>Adjoined to the beautiful sandy beach in Kundu, this exclusive luxury hotel enjoys a fabulous location in the Turkish Riviera. Between 20 km and 28 km away, guests will find themselves enthralled in culture and entertainment in the cities of Belek and Antalya. The comfortable, modern rooms are designed with a refreshing colors to invigorate both mind and soul. Guests can also enjoy beautiful views of the surrounding area from their balcony. A conference room is available for guests who need to maintain their work rate whilst abroad. For leisure, there is an outdoor pool, energising gym and relaxing spa available. Tennis, golf, cycling and water sports are but a few of the activities on offer. The wide range of cuisine on offer ensures that each guest will find something to enjoy.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="3323.81" OriginalAmount="3227.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3657" Longitude="4.88807" StarRating="0" HotelCode="980697|hotel_the_craftsmen" HotelName="Hotel The Craftsmen" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Singel 83, 1012 VE Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/f8/77f8eee5a884ed2b58a5557dccd4a7f14c4bd616.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3493.76" OriginalAmount="3392" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|881806-26105537/3585367180593999375/4555" HotelName="THE CRAFTSMEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38580000/38577700/38577682/a85ad45e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="3711.74" OriginalAmount="3603.63" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.358617" Longitude="4.878541" StarRating="5" HotelCode="904540|749535" HotelName="Conservatorium" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/05/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Van Baerlestraat 27, Amsterdam 1070 LP</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d4/47d4990262081209f212976928e5cb07072ccfde.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4568.05" OriginalAmount="4435" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1433179-28701966/3585367180593999375/4788" HotelName="ROSEWOOD AMSTERDAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108650000/108641900/108641880/eb4b61ba_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="4708.13" OriginalAmount="4571.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.364630806722" Longitude="4.8967426714726" StarRating="5" HotelCode="930981|waldorf_astoria_amsterdam" HotelName="Waldorf Astoria Amsterdam" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Herengracht 542-556, 1017 CG Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/46/bf/46bf37aac62a413da63780e4c0fb4a69cf4c83d8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="5066.57" OriginalAmount="4919" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|161842-25341639/3585367180593999375/4595" HotelName="MANDARIN ORIENTAL CONSERVATORIUM AMSTERDAM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4640000/4633800/4633720/29114121_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="5542.43" OriginalAmount="5381" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.360042" Longitude="4.905384" StarRating="5" HotelCode="200952|28582" HotelName="InterContinental Amstel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Professor Tulpplein 1, 1018 GX Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ed/96ed5aaf375448fdbe6af942d62200330415c175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This very luxurious hotel is situated on the banks of the River Amstel. It is within walking distanc...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="6066.70" OriginalAmount="5890" MarkupRule="3.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|15793-25203576/3585367180593999375/4768" HotelName="INTERCONTINENTAL AMSTEL AMSTERDAM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/24600/24514/c219ec43_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6150.79" OriginalAmount="5971.64" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3725" Longitude="4.89332" StarRating="5" HotelCode="|221497" HotelName="Twentyseven" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Dam 27</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/2/1/4/9/7/221497_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="6303.60" OriginalAmount="6120.00" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.37246248" Longitude="4.89327047" StarRating="5" HotelCode="615095|hotel_twentyseven" HotelName="Hotel TwentySeven" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Jacuzzi,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Dam 27, 1012 JS Amsterdam, Amsterdam</AddressLine>
          </AddressLines>
          <CityName>Amsterdam</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/9a/e69a2a7445e6836ca714d25eac2e80d06ed8853d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Amsterdam.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="6657.97" OriginalAmount="6464.05" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.3600105" Longitude="4.9052017" StarRating="5" HotelCode="|64206" HotelName="Intercontinental Amstel Amsterdam, An Ihg" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PROFESSOR TULPPLEIN 1</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/4/2/0/6/64206_8.jpg</HotelPictures>
        <HotelDescription>HOTEL: This hotel was built in 1867 and has attentive service, With regards to the food and beverage offering, the establishment has La Rive the restaurant This air-conditioned establishment has 79 rooms, a lobby, a lift, conference facilities, internet and room service. SITUATION: This luxurious hotel is situated close to Amstel the river Rembrandtplein near the establishment, guests will find it is located close to CarrÃ© the theatre it is situated 30 kilometres away from Schiphol Airport. ROOM: The rooms have a marble bathroom, a bath, a separate WC, a shower, a hairdryer, a direct line telephone, a satellite or cable television, a Hi-Fi, internet, a safety deposit box and a mini-bar. FACILITIES: The establishment boasts a covered pool, a jacuzzi, a sauna and a massage service. MEALS: Regarding the food and beverage offering, the establishment offers Ã  la carte lunch and dinner. PAYMENT METHODS: Customers can pay using American Express, Diners Club, Mastercard and Visa.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="17752.55" OriginalAmount="17235.49" MarkupRule="3.00">
      <BasicPropertyInfo Latitude="52.375923" Longitude="4.901765" StarRating="0" HotelCode="|499458" HotelName="The Sixteen" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>16 Geldersekade</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/9/9/4/5/8/499458_8e804e00706.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Jacuzzi,Lounge,Massage Centre,Nightclub,Sauna,Swimming Pool,Designated Smoking Area,Shopping Arcade,Bicycle Rental,Wheelchair Access,Diet Meals,Spa,Garden,Golf,Kitchen,Business Centre,Elevator,LCD/Projector,Luggage Storage,Parking,24 Hour Power Supply,Banquet Hall,Meeting Room,ATM/Cash Machine,Housekeeping,Beauty Salon,Pets allowed,24 Hour Front Desk,24 Hour Room Service,Concierge,Library,Dry Cleaning,Vending Machine</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,HOTEL DE CHARME,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL,APARTMENT HOTEL,SPA HOTEL,ECO HOTEL,HOSTEL,HOSTELS,APARTMENT</PropertyType>
  </Filter>
</HotelSearchRS>||True